gzdoom-gles/src/r_data
Christoph Oelckers 4ef68ded5d - fixed some leftover references to the software renderer.
SVN r3264 (trunk)
2011-07-07 19:53:42 +00:00
..
colormaps.cpp - separation of software renderer from the rest of the code complete. All external access to the renderer is routed through the FRenderer interface class now, with two exceptions (2D texture drawing to a canvas and polymost testing code) that are handled by #defines. 2011-07-07 15:37:47 +00:00
colormaps.h - separation of software renderer from the rest of the code complete. All external access to the renderer is routed through the FRenderer interface class now, with two exceptions (2D texture drawing to a canvas and polymost testing code) that are handled by #defines. 2011-07-07 15:37:47 +00:00
r_interpolate.cpp - took all includes of farchive.h out of headers. This file will have to be included explicitly in each source file that needs it. 2011-07-06 14:20:54 +00:00
r_interpolate.h - moved r_interpolate.cpp and r_translate.cpp to r_data. 2011-07-06 08:50:15 +00:00
r_translate.cpp - removed more r_ header dependencies from the rest of the code. 2011-07-06 15:31:05 +00:00
r_translate.h - moved r_interpolate.cpp and r_translate.cpp to r_data. 2011-07-06 08:50:15 +00:00
renderstyle.cpp - rename src/resources to src/r_data. 2011-07-06 07:35:36 +00:00
renderstyle.h - rename src/resources to src/r_data. 2011-07-06 07:35:36 +00:00
sprites.cpp - separated sprite and skin maintenance code from r_things.cpp into a separate file. 2011-07-06 10:24:40 +00:00
sprites.h - fixed some leftover references to the software renderer. 2011-07-07 19:53:42 +00:00
voxels.cpp - removed unneeded includes of r_local.h. 2011-07-06 18:12:16 +00:00
voxels.h - fixed some leftover references to the software renderer. 2011-07-07 19:53:42 +00:00