gzdoom-gles/src/gl
2017-11-19 04:48:30 -05:00
..
compatibility - store the last found OpenGL version in the INI so that modern GL related options can be removed when running old hardware with software rendering. 2017-05-08 19:30:51 +02:00
data - Implement VSMatrix::inverseMatrix 2017-11-05 15:32:42 +01:00
dynlights - Place the HUD model correctly in the world so that shader light calculations work 2017-11-05 15:35:03 +01:00
hqnx Removed useless integer type size expansion 2017-01-06 10:40:51 +01:00
hqnx_asm - fixed bad #pragma pack combination in hqnx_asm_Image.h 2016-08-05 15:27:35 +02:00
models - Place the HUD model correctly in the world so that shader light calculations work 2017-11-05 15:35:03 +01:00
renderer - fixed: Accidentally committed in-progress work... again 2017-11-19 04:46:52 -05:00
scene - Place the HUD model correctly in the world so that shader light calculations work 2017-11-05 15:35:03 +01:00
shaders - trying again: fix shader targets being case sensitive 2017-11-19 04:48:30 -05:00
stereo3d Revert "Merge commit 'refs/pull/338/head' of https://github.com/coelckers/gzdoom" 2017-07-10 11:29:58 -04:00
system - added vid_cropaspect. This cvar turns vid_aspect into a letterboxing function that will crop the unused sides of the screen away, instead of stretching it. Requires one of the non-legacy OpenGL framebuffers to work. 2017-10-07 20:18:37 -04:00
textures Fixed applying of brightmaps to overridden textures 2017-11-18 17:07:42 +02:00
unused - except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types. 2017-03-09 19:54:41 +01:00
utility - 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
xbr - added xBRZ files. 2016-09-03 16:55:16 +02:00
gl_functions.h - moved dynamic lights out of the GL code into the common game code. 2017-03-12 19:57:06 +01:00