scummvm/graphics/tinygl
Vincent Pelletier 7c1a15c6e8 TINYGL: Expect colorKey in the same pixel format as surface.
So caller does not have to depend on the pixel format used internally to
BlitImage.
Update callers which do request for color keying (GRIM/EMI only).
Also, remove a special-casing of transparent color when converting image
format which sets a color in a packed format independent from actual
destination format.
Also, in GfxTinyGL::createTextObject, prefer changing invisible colorKey
value than actually-visible color.
2016-07-21 16:17:32 +02:00
..
api.cpp TINYGL: Implement tglColor3ub. 2016-07-11 00:00:30 +00:00
arrays.cpp TINYGL: cleanup license headers 2014-08-13 18:52:52 +02:00
Changelog TINYGL: Updated changelog. 2014-08-16 18:25:23 +02:00
clear.cpp Merge branch 'master' into tinygl-dirty-rects-fixed 2014-08-16 16:03:27 +02:00
clip.cpp TINYGL: Simplify a bit updateTmp . 2016-07-15 22:20:41 +00:00
get.cpp Merge branch 'master' into tinygl-dirty-rects-fixed 2014-08-16 16:03:27 +02:00
gl.h TINYGL: Implement tglColor3ub. 2016-07-11 00:00:30 +00:00
image_util.cpp TINYGL: cleanup license headers 2014-08-13 18:52:52 +02:00
init.cpp Merge pull request #1269 from vpelletier/tinygl_optimise_light 2016-07-20 14:39:05 +02:00
LICENSE TINYGL: cleanup license headers 2014-08-13 18:52:52 +02:00
light.cpp TINYGL: Correct dot-product after its sign is known. 2016-07-16 14:38:41 +00:00
list.cpp TINYGL: cleanup license headers 2014-08-13 18:52:52 +02:00
matrix.cpp Merge pull request #1262 from vpelletier/tinygl_dirty2d 2016-07-18 05:17:35 +02:00
memory.cpp TINYGL: cleanup license headers 2014-08-13 18:52:52 +02:00
misc.cpp Merge branch 'master' into tinygl-dirty-rects-fixed 2014-08-16 16:03:27 +02:00
opinfo.h TINYGL: cleanup license headers 2014-08-13 18:52:52 +02:00
select.cpp TINYGL: cleanup license headers 2014-08-13 18:52:52 +02:00
specbuf.cpp TINYGL: cleanup license headers 2014-08-13 18:52:52 +02:00
texture.cpp TINYGL: Add free_texture variant taking a GLTexture * argument. 2016-07-18 04:34:09 +02:00
vertex.cpp TINYGL: Always check if texture matrix need applying. 2016-07-10 13:13:46 +00:00
zblit.cpp TINYGL: Expect colorKey in the same pixel format as surface. 2016-07-21 16:17:32 +02:00
zblit.h TINYGL: Added/Updated license header in tinyGL files. 2014-08-16 16:03:54 +02:00
zbuffer.cpp Merge branch 'master' into tinygl-dirty-rects-fixed 2014-08-16 16:03:27 +02:00
zbuffer.h TINYGL: Simplify zline.cpp . 2016-07-18 15:55:08 +02:00
zdirtyrect.cpp Merge pull request #1275 from vpelletier/valgrind 2016-07-20 14:09:52 +02:00
zdirtyrect.h TINYGL: Added/Updated license header in tinyGL files. 2014-08-16 16:03:54 +02:00
zgl.h Merge pull request #1269 from vpelletier/tinygl_optimise_light 2016-07-20 14:39:05 +02:00
zline.cpp TINYGL: Simplify zline.cpp . 2016-07-18 15:55:08 +02:00
zmath.cpp TINYGL: cleanup license headers 2014-08-13 18:52:52 +02:00
zmath.h TINYGL: cleanup license headers 2014-08-13 18:52:52 +02:00
ztriangle.cpp TINYGL: Move the task of writing to z-buffer to FrameBuffer::writePixel. 2016-07-14 21:30:18 +00:00