scummvm/graphics/tinygl
2023-03-16 14:47:28 +01:00
..
api.cpp TINYGL: Replace tglFrustum, tglOrtho and tglClearDepth with float versions 2023-03-05 22:36:31 +01:00
arrays.cpp TINYGL: Few functions are not allowed to be on call lists 2023-02-20 23:39:10 +01:00
clear.cpp
clip.cpp
colormasks.h TINYGL: Make use of ColorMask templates for NearestTexelBuffer 2023-02-03 18:06:51 +00:00
fog.cpp
get.cpp TINYGL: Fix for front face getter and tuned naming of macro 2023-02-20 21:30:25 +01:00
gl.h TINYGL: Fix MSVC C4309 enum sign warning 2023-03-07 13:52:18 +01:00
init.cpp TINYGL: Implement more code for tglGet* functions 2023-02-20 20:49:48 +01:00
LICENSE
light.cpp
list.cpp
matrix.cpp
memory.cpp TINYGL: Use realloc to increase the size of the vertex array 2023-02-03 22:06:53 +00:00
misc.cpp TINYGL: Cleanup variable types for context states 2023-02-14 20:08:51 +01:00
opinfo.h TINYGL: Few functions are not allowed to be on call lists 2023-02-20 23:39:10 +01:00
pixelbuffer.cpp
pixelbuffer.h
select.cpp
specbuf.cpp
texelbuffer.cpp TINYGL: Use gl_malloc() and gl_free() for the TexelBuffer classes 2023-02-03 18:06:51 +00:00
texelbuffer.h TINYGL: Move more TexelBuffer code into texelbuffer.cpp 2023-02-03 18:06:51 +00:00
texture.cpp TINYGL: Few functions are not allowed to be on call lists 2023-02-20 23:39:10 +01:00
tinygl.h TINYGL: Added multi context support 2023-02-14 19:29:55 +01:00
vertex.cpp TINYGL: Use realloc to increase the size of the vertex array 2023-02-03 22:06:53 +00:00
zblit_public.h TINYGL: Remove unused tglBlitNoBlend function 2023-03-03 09:59:41 +00:00
zblit.cpp TINYGL: Fix the incorrect use of tglBlitOpaque for additive blends 2023-03-03 09:59:41 +00:00
zblit.h TINYGL: Remove unused tglBlitNoBlend function 2023-03-03 09:59:41 +00:00
zbuffer.cpp TINYGL: Rename copyToBuffer to copyFromFrameBuffer 2023-02-09 07:31:09 +01:00
zbuffer.h TINYGL: Add a fast path for rendering opaque BlitImages 2023-03-03 09:59:41 +00:00
zdirtyrect.cpp TINYGL: Remove unused tglBlitNoBlend function 2023-03-03 09:59:41 +00:00
zdirtyrect.h TINYGL: Remove unused tglBlitNoBlend function 2023-03-03 09:59:41 +00:00
zgl.h JANITORIAL: Fix various "an" typos in comments 2023-03-16 14:47:28 +01:00
zline.cpp
zmath.cpp
zmath.h
ztriangle.cpp