scummvm/graphics/tinygl
Paweł Kołodziejski 74ffd37dbe Merge pull request #1278 from vpelletier/tinygl_scissorpixel
Tinygl: optimise scissorpixel
2016-07-21 21:57:05 +02:00
..
api.cpp TINYGL: Call tglColor4f from tglColor4fv. 2016-07-21 16:40:07 +02: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 TINYGL: Get rid of PSZB as it duplicates pixelbytes. 2016-07-21 16:39:40 +02:00
zbuffer.h Merge pull request #1278 from vpelletier/tinygl_scissorpixel 2016-07-21 21:57:05 +02:00
zdirtyrect.cpp TINYGL: Do not compute dirty region when its result is not used. 2016-07-21 16:42:24 +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: Entirely avoid calling scissorPixel in putPixel when possible. 2016-07-21 16:02:22 +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: Optimise scissorPixel. 2016-07-21 15:56:29 +02:00