scummvm/graphics/tinygl
2024-06-20 20:15:57 +01:00
..
api.cpp TINYGL: make sure the polygon stipple pattern is copied 2024-06-01 15:33:50 +02:00
arrays.cpp TINYGL: Few functions are not allowed to be on call lists 2023-02-20 23:39:10 +01:00
clear.cpp TINYGL: Latest TinyGL 0.4.1 is relicensed under MIT license. 2022-03-08 15:47:20 +01:00
clip.cpp COMMON: Mark more symbols as const 2023-12-26 20:23:59 +01:00
colormasks.h TINYGL: Make use of ColorMask templates for NearestTexelBuffer 2023-02-03 18:06:51 +00:00
fog.cpp GRAPHICS, OPENGL: Fixed static analysis issue report 2022-09-18 17:30:57 +02:00
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: correct initialization of the stipple pattern buffer 2024-06-01 15:33:50 +02:00
LICENSE TINYGL: Latest TinyGL 0.4.1 is relicensed under MIT license. 2022-03-08 15:47:20 +01:00
light.cpp GRAPHICS: Correct spelling mistake 2022-10-27 15:56:06 +02:00
list.cpp COMMON: Mark more symbols as const 2023-12-26 20:23:59 +01:00
matrix.cpp TINYGL: Latest TinyGL 0.4.1 is relicensed under MIT license. 2022-03-08 15:47:20 +01:00
memory.cpp TINYGL: Use realloc to increase the size of the vertex array 2023-02-03 22:06:53 +00:00
misc.cpp TINYGL: make sure the polygon stipple pattern is copied 2024-06-01 15:33:50 +02:00
opinfo.h TINYGL: revert previous commit and correct number of elements for polygon offset ADD_OP 2024-06-01 15:33:50 +02:00
pixelbuffer.cpp TINYGL: Janitorial 2022-01-01 12:00:38 +01:00
pixelbuffer.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
select.cpp TINYGL: Latest TinyGL 0.4.1 is relicensed under MIT license. 2022-03-08 15:47:20 +01:00
specbuf.cpp TINYGL: Latest TinyGL 0.4.1 is relicensed under MIT license. 2022-03-08 15:47:20 +01:00
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 JANITORIAL: Fix referece typo in zblit_public.h 2024-05-18 13:52:31 +02:00
zblit.cpp TINYGL: Remove use of Graphics::PixelBuffer from the Line class 2023-05-14 23:04:11 +02:00
zblit.h TINYGL: Remove unused tglBlitNoBlend function 2023-03-03 09:59:41 +00:00
zbuffer.cpp COMMON: Rename memset2/4/8 to memset16/32/64 2023-11-06 13:40:38 +02:00
zbuffer.h COMMON: Avoid including engine headers in common code for DebugChannelDef 2024-06-20 20:15:57 +01:00
zdirtyrect.cpp TINYGL: make sure stipple pattern is copied into the internal states instead of using pointers 2024-06-01 15:33:50 +02:00
zdirtyrect.h TINYGL: make sure stipple pattern is copied into the internal states instead of using pointers 2024-06-01 15:33:50 +02:00
zgl.h TINYGL: make sure the polygon stipple pattern is copied 2024-06-01 15:33:50 +02:00
zline.cpp TINYGL: Removed few more forced inlines 2022-07-17 01:35:19 +02:00
zmath.cpp TINYGL: Latest TinyGL 0.4.1 is relicensed under MIT license. 2022-03-08 15:47:20 +01:00
zmath.h TINYGL: Latest TinyGL 0.4.1 is relicensed under MIT license. 2022-03-08 15:47:20 +01:00
ztriangle.cpp TINYGL: make sure stipple pattern is copied into the internal states instead of using pointers 2024-06-01 15:33:50 +02:00