gzdoom-gles/src/gl/utility
Christoph Oelckers f54475b1f1 - I_FPSTime may not return the time at frame start.
This is used for real-time profiling and as such needs to return the current time or most of its uses will break.
2017-11-12 23:39:48 +01:00
..
gl_clock.cpp - I_FPSTime may not return the time at frame start. 2017-11-12 23:39:48 +01:00
gl_clock.h - now that SSE2 is a required feature for compiling on x86, DoBlending_MMX has no use anymore and could be removed, as could the checks for bRDTSC, which is an older hardware feature than SSE2. There's also little point printing pre-SSE2 hardware features because they can be assumed to be present on anything the code can run on. 2017-04-23 11:54:08 +02:00
gl_convert.h - adjustments for floating point changes. 2016-03-21 02:57:02 +01:00
gl_geometric.h - inlined the 4 remaining short functions of the Plane class and removed gl_geometric.cpp. 2017-03-12 20:11:57 +01:00
gl_templates.h - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00