scummvm/graphics/tinygl
2021-11-09 19:49:42 +01:00
..
api.cpp TINYGL: Fix vertice color when clipped and lighting is disabled 2017-07-20 01:51:07 +00:00
arrays.cpp TINYGL: Fixed normal array element 2021-11-09 19:49:42 +01:00
Changelog TINYGL: Added tglDrawElements 2021-10-20 22:20:28 +02:00
clear.cpp TINYGL: Fix glopClear 2017-05-01 08:32:25 +00:00
clip.cpp TINYGL: Added check if texture is uploaded 2021-11-09 17:09:13 +01:00
get.cpp ALL: Silence some GCC7 fall through warnings 2017-09-02 15:24:01 +02:00
gl.h TINYGL: Added tglDrawElements 2021-10-20 22:20:28 +02:00
image_util.cpp TINYGL: Make gl_resizeImage* pixel-format-independent 2020-11-12 08:13:49 +01:00
init.cpp TINYGL: Implemented tglPolygonOffset function 2021-10-26 21:59:04 +02:00
LICENSE TINYGL: Added tglDrawElements 2021-10-20 22:20:28 +02:00
light.cpp ALL: Eliminate LOCAL_PI macro 2020-09-23 23:20:23 +02:00
list.cpp TINYGL: cleanup license headers 2014-08-13 18:52:52 +02:00
matrix.cpp ALL: Eliminate LOCAL_PI macro 2020-09-23 23:20:23 +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: Added tglDrawElements 2021-10-20 22:20:28 +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
texelbuffer.cpp TINYGL: Move texture resampling from create time to render time 2020-11-12 08:15:39 +01:00
texelbuffer.h TINYGL: Move texture resampling from create time to render time 2020-11-12 08:15:39 +01:00
texture.cpp TINYGL: Added check for tglTexImage2D if texture is selected before 2021-11-07 15:42:32 +01:00
vertex.cpp TINYGL: Fixed tglViewport transformation 2021-11-08 08:57:19 +01:00
zblit.cpp TINYGL: Added tglDrawElements 2021-10-20 22:20:28 +02:00
zblit.h TINYGL: Added tglDrawElements 2021-10-20 22:20:28 +02:00
zbuffer.cpp TINYGL: Implemented tglPolygonOffset function 2021-10-26 21:59:04 +02:00
zbuffer.h TINYGL: Implemented tglPolygonOffset function 2021-10-26 21:59:04 +02:00
zdirtyrect.cpp TINYGL: Implemented tglPolygonOffset function 2021-10-26 21:59:04 +02:00
zdirtyrect.h TINYGL: Implemented tglPolygonOffset function 2021-10-26 21:59:04 +02:00
zgl.h TINYGL: Fixed vertex arrays 2021-11-09 08:04:08 +01:00
zline.cpp TINYGL: Implemented tglPolygonOffset function 2021-10-26 21:59:04 +02:00
zmath.cpp JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
zmath.h TINYGL: cleanup license headers 2014-08-13 18:52:52 +02:00
ztriangle.cpp TINYGL: Implemented tglPolygonOffset function 2021-10-26 21:59:04 +02:00