scummvm/graphics/tinygl
Vincent Pelletier e72db42ef0 TINYGL: Fix tglOrtho matrix definition.
As per glOrtho documentation, bottom-right must be 1.
Also, in TinyGL, matrices are row-major, so m._m[0][3] is r[3], not
r[12].
2016-07-11 00:00:30 +00: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: cleanup license headers 2014-08-13 18:52:52 +02: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 TinyGL: Use standard initial diffuse and specular values. 2016-01-01 17:37:23 +01:00
LICENSE TINYGL: cleanup license headers 2014-08-13 18:52:52 +02:00
light.cpp TinyGL: Use normalised position for directional lights. 2016-01-01 17:29:19 +01:00
list.cpp TINYGL: cleanup license headers 2014-08-13 18:52:52 +02:00
matrix.cpp TINYGL: Fix tglOrtho matrix definition. 2016-07-11 00:00:30 +00: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 MYST3, TINYGL: fixed endian issue 2014-12-23 20:40:59 +01:00
vertex.cpp Merge branch 'master' into tinygl-dirty-rects-fixed 2014-08-16 16:03:27 +02:00
zblit.cpp TINYGL: Fixed line breaks. 2014-08-16 16:04:16 +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 GRIM: fixed transparency in TinyGL renderer 2014-12-25 15:16:50 +01:00
zdirtyrect.cpp TINYGL: Fixed compiler warnings. 2014-08-16 16:04:20 +02:00
zdirtyrect.h TINYGL: Added/Updated license header in tinyGL files. 2014-08-16 16:03:54 +02:00
zgl.h TINYGL: Fixed compiler warnings. 2014-08-16 16:04:20 +02:00
zline.cpp Merge branch 'master' into tinygl-dirty-rects-fixed 2014-08-16 16:03:27 +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 GRIM: fixed transparency in TinyGL renderer 2014-12-25 15:16:50 +01:00