scummvm/graphics/tinygl
2014-08-13 14:33:54 +02:00
..
api.cpp TINYGL: Moved a tglPresent from api.cpp to zrect.cpp 2014-07-23 15:29:16 +02:00
arrays.cpp TINYGL: Last optimization batch, performance comparable to the previous version. 2014-06-28 17:58:26 +02:00
Changelog TINYGL: implemented tglDepthFunc 2014-07-04 23:14:44 +02:00
clear.cpp TINYGL: Renamed zrect in zdirty rect 2014-08-07 17:56:01 +02:00
clip.cpp TINYGL: properly handle color for FLAT mode and lines drawing. Respect FLAT/SMOOTH mode for triangle drawing 2014-07-05 20:54:14 +02:00
get.cpp TINYGL: Fixed misspelt function name. 2014-08-10 19:05:32 +02:00
gl.h TINYGL: Moved some functions inside TinyGL namespace 2014-08-09 12:10:26 +02:00
image_util.cpp TINYGL: Use astyle to (semi-selectively) apply the code-formatting conventions to TinyGL. 2014-02-20 18:46:49 +01:00
init.cpp TINYGL: Renamed tglBlitScissorRect into tglBlitSetScissorRect 2014-08-10 19:38:06 +02:00
LICENCE JANITORIAL: cleanup licences 2014-02-16 17:57:34 +01:00
light.cpp TINYGL: properly handle color for FLAT mode and lines drawing. Respect FLAT/SMOOTH mode for triangle drawing 2014-07-05 20:54:14 +02:00
list.cpp TINYGL: formatting code 2014-07-02 07:59:22 +02:00
matrix.cpp TINYGL: remove GLU leftovers 2014-07-10 07:29:49 +02:00
memory.cpp TINYGL: Use astyle to (semi-selectively) apply the code-formatting conventions to TinyGL. 2014-02-20 18:46:49 +01:00
misc.cpp Merge branch 'master' into tinygl-dirty-rects 2014-08-13 14:06:34 +02:00
opinfo.h TINYGL: implemented tglDepthFunc 2014-07-04 23:14:44 +02:00
select.cpp TINYGL: Use astyle to (semi-selectively) apply the code-formatting conventions to TinyGL. 2014-02-20 18:46:49 +01:00
specbuf.cpp TINYGL: Use astyle to (semi-selectively) apply the code-formatting conventions to TinyGL. 2014-02-20 18:46:49 +01:00
texture.cpp TINYGL: removed commented out 2014-08-07 21:49:36 +02:00
vertex.cpp TINYGL: Renamed zrect in zdirty rect 2014-08-07 17:56:01 +02:00
zblit.cpp TINYGL: Added some more documentation. 2014-08-11 16:38:52 +02:00
zblit.h TINYGL: Renamed tglBlitScissorRect into tglBlitSetScissorRect 2014-08-10 19:38:06 +02:00
zbuffer.cpp TINYGL: Merged conflicts 2014-08-13 14:27:10 +02:00
zbuffer.h TINYGL: Added depth test enabled state tracking to dirty rects. 2014-08-13 14:33:54 +02:00
zdirtyrect.cpp TINYGL: Added depth test enabled state tracking to dirty rects. 2014-08-13 14:33:54 +02:00
zdirtyrect.h TINYGL: Added depth test enabled state tracking to dirty rects. 2014-08-13 14:33:54 +02:00
zgl.h TINYGL: Documented linear allocator. 2014-08-09 14:36:46 +02:00
zline.cpp TINYGL: Renamed rasterization functions template parameters with constants naming convention. 2014-08-10 20:31:07 +02:00
zmath.cpp TINYGL: fix typo in name 2014-07-10 07:21:26 +02:00
zmath.h TINYGL: fix typo in name 2014-07-10 07:21:26 +02:00
ztriangle.cpp TINYGL: Renamed rasterization functions template parameters with constants naming convention. 2014-08-10 20:31:07 +02:00