This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
gzdoom-gles
Watch
0
Star
0
Fork
You've already forked gzdoom-gles
0
mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced
2024-12-16 23:31:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1461059dae
gzdoom-gles
/
src
/
gl
/
utility
History
Christoph Oelckers
1461059dae
- moved contents of gl_templates.h to files outside of gl/
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