mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 03:40:25 +00:00
.. | ||
.cvsignore | ||
api.cpp | ||
arrays.cpp | ||
clear.cpp | ||
clip.cpp | ||
error.cpp | ||
get.cpp | ||
gl.h | ||
image_util.cpp | ||
init.cpp | ||
LICENCE | ||
light.cpp | ||
list.cpp | ||
matrix.cpp | ||
memory.cpp | ||
misc.cpp | ||
msghandling.cpp | ||
msghandling.h | ||
opinfo.h | ||
README.residual | ||
select.cpp | ||
specbuf.cpp | ||
specbuf.h | ||
texture.cpp | ||
vertex.cpp | ||
zbuffer.cpp | ||
zbuffer.h | ||
zdither.cpp | ||
zfeatures.h | ||
zgl.h | ||
zline.cpp | ||
zline.h | ||
zmath.cpp | ||
zmath.h | ||
ztriangle.cpp | ||
ztriangle.h |
This is a modified version of TinyGL 0.4 intended for use with Residual. The changes made from the original version of TinyGL 0.4 are: * Changed files extensions from *.c to *.cpp to compile as C++. * Included only files needed by Residual. * Changed includes paths in source files. * Added needed type cast and fixes for proper compile. * Added 't/T' prefix to prevent OpenGl names duplication.