gzdoom-gles/src/gl/utility
2018-04-01 11:59:12 +02:00
..
gl_clock.cpp Fixed string format issues reported by GCC/Clang 2017-11-26 09:59:28 +02: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 - moved the matrix code out of 'gl' because the model code also needs it. 2017-11-25 13:51:09 +01:00