This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
b6e035e796
vkdoom_m
/
src
/
gl
/
utility
History
Christoph Oelckers
ace0568d09
- 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_clock.cpp
- move r_utility globals into r_viewpoint and r_viewwindow
2017-03-11 23:28:07 +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