scummvm/graphics/tinygl
2023-02-14 19:29:55 +01:00
..
api.cpp TINYGL: Fix potential buffer overflow in glMaterialfv 2023-02-03 21:41:53 +09:00
arrays.cpp TINYGL: Normalize decimal values for color and normal array arguments. 2023-02-08 06:49:34 +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 TINYGL: Switch profiling to runtime condition 2022-06-05 23:40:35 +02: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: Latest TinyGL 0.4.1 is relicensed under MIT license. 2022-03-08 15:47:20 +01:00
gl.h TINYGL: Added fog support. 2022-06-05 20:59:38 +02:00
init.cpp TINYGL: Added multi context support 2023-02-14 19:29:55 +01: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 TINYGL: Latest TinyGL 0.4.1 is relicensed under MIT license. 2022-03-08 15:47:20 +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: Added fog support. 2022-06-05 20:59:38 +02:00
opinfo.h TINYGL: Added fog support. 2022-06-05 20:59:38 +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: Fix memory leak 2023-02-03 22:18:45 +00: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 ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
zblit.cpp TINYGL: Removed few more forced inlines 2022-07-17 01:35:19 +02:00
zblit.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
zbuffer.cpp TINYGL: Rename copyToBuffer to copyFromFrameBuffer 2023-02-09 07:31:09 +01:00
zbuffer.h TINYGL: Rename copyToBuffer to copyFromFrameBuffer 2023-02-09 07:31:09 +01:00
zdirtyrect.cpp TINYGL: Added fog support. 2022-06-05 20:59:38 +02:00
zdirtyrect.h TINYGL: Added fog support. 2022-06-05 20:59:38 +02:00
zgl.h TINYGL: Allow parametrize DrawCallMemory size while creating context 2023-02-12 17:08:32 +01: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: Reduced some forced inlines 2022-07-17 01:10:54 +02:00