gzdoom-gles/src/gl
2017-02-20 01:42:53 +01:00
..
compatibility - removed some unneeded version.h #includes. 2017-02-20 01:42:53 +01:00
data - don't adjust sprite offsets of IWAD sprites in sequences which have been replaced partially. This can be overridden by specifying 'iwadforced' in the SPROFS lump. 2017-02-14 22:04:52 +01:00
dynlights - optimized the FName versions of IsDescendantOf and IsKindOf. These can be done without first looking up the class type itself. 2017-02-08 15:47:22 +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 Fixed: Models did not take SpriteRotation into account 2017-02-09 11:29:10 +01:00
renderer - added a 'nolightfade' MAPINFO option which disables light diminishing in OpenGL. Note that this only works for light modes 0-3. Modes 4 and 8 use special light math that would not work if such a setting was forced. 2017-02-13 22:17:15 +01:00
scene Merge branch 'thereisnospoon' of https://github.com/jewalky/gzdoom 2017-02-14 19:10:02 +01:00
shaders - objectcolor stuff. 2017-01-28 19:06:21 +01:00
stereo3d Fix broken SSAO portal rendering and let FRenderState do the glDrawBuffers calls 2016-10-22 00:09:06 +02:00
system - use Doom64 colors on sectors and linedefs. 2017-01-28 20:44:46 +01:00
textures - fixed: negative texture scales should not affect the direction a wall scrolls in. 2017-02-13 22:37:16 +01:00
unused - floatified more of gl_wall.cpp. 2016-04-07 23:19:37 +02:00
utility RDTSC-based glcycle_t for macOS 2017-01-31 16:00:14 +02:00
xbr - added xBRZ files. 2016-09-03 16:55:16 +02:00
gl_functions.h