demos: spiv: Handle transparent images better.
commit0c057913df917d3e22393a2bce9db9fb75ac0583
authorCyril Hrubis <metan@ucw.cz>
Fri, 3 May 2013 17:56:59 +0000 (3 19:56 +0200)
committerCyril Hrubis <metan@ucw.cz>
Fri, 3 May 2013 17:58:52 +0000 (3 19:58 +0200)
treee75acf78e74f6d0a1ee4ea30b38cc16aa66e0579
parent011c9fd83af2c83740583e04c274edbce551a0fb
demos: spiv: Handle transparent images better.

* Remove the workaround that converts all images to RGB888.
   - the Resize filters now can handle all pixel formats
     (minus the cubic float, but who cares about this one anyway)

* Fill the buffer with chessboard-like pattern before blit
  image with transparency.

Signed-off-by: Cyril Hrubis <metan@ucw.cz>
demos/spiv/spiv.c