.. |
gl_bsp.cpp
|
- removed the __asm nop breakpoints for debugging. They not only do not work on non-MSVC but also not on 64 bit.
|
2014-05-08 09:48:39 +02:00 |
gl_clipper.cpp
|
- added GL render as of SVN revision 1600.
|
2013-06-23 09:49:34 +02:00 |
gl_clipper.h
|
- added GL render as of SVN revision 1600.
|
2013-06-23 09:49:34 +02:00 |
gl_decal.cpp
|
- moved GLEXT API out of RenderContext struct.
|
2013-09-03 18:29:39 +02:00 |
gl_drawinfo.cpp
|
- add some compatibility settings to fix rendering glitches in BTSX_E1 MAP12.
|
2014-09-09 01:27:41 +02:00 |
gl_drawinfo.h
|
- added GL render as of SVN revision 1600.
|
2013-06-23 09:49:34 +02:00 |
gl_fakeflat.cpp
|
- removed the __asm nop breakpoints for debugging. They not only do not work on non-MSVC but also not on 64 bit.
|
2014-05-08 09:48:39 +02:00 |
gl_flats.cpp
|
- removed the __asm nop breakpoints for debugging. They not only do not work on non-MSVC but also not on 64 bit.
|
2014-05-08 09:48:39 +02:00 |
gl_portal.cpp
|
- alternative configuration using GLEW to get extension functions. This requires GL 2.0, though so it won't be promoted to the mainline for the time being.
|
2014-04-06 14:35:44 +02:00 |
gl_portal.h
|
- added GL render as of SVN revision 1600.
|
2013-06-23 09:49:34 +02:00 |
gl_renderhacks.cpp
|
- add some compatibility settings to fix rendering glitches in BTSX_E1 MAP12.
|
2014-09-09 01:27:41 +02:00 |
gl_scene.cpp
|
- fixed: fog must be disabled before drawing the HUD model, not after it.
|
2014-07-26 22:26:17 +02:00 |
gl_sky.cpp
|
- added GL render as of SVN revision 1600.
|
2013-06-23 09:49:34 +02:00 |
gl_skydome.cpp
|
- moved GLEXT API out of RenderContext struct.
|
2013-09-03 18:29:39 +02:00 |
gl_sprite.cpp
|
- implemented rendering of wall sprites.
|
2014-08-03 10:57:58 +02:00 |
gl_spritelight.cpp
|
- fixed: IsVisibleToPlayer needs to be checked for the owner of owned dynamic lights.
|
2013-11-30 13:15:22 +01:00 |
gl_vertex.cpp
|
- changed rendering of glowing walls so that it doesn't require an additional vertex attribute, just pass the floor and ceiling planes as uniforms.
|
2014-05-10 17:09:43 +02:00 |
gl_wall.h
|
- split off sprite clipping adjustment code into its own function.
|
2014-08-03 10:22:12 +02:00 |
gl_walls.cpp
|
- fix a render glitch with Back to Saturn X MAP06: Do not flood missing upper and lower textures with the backsector's flat if that backsector is malformed (i.e. has no area.)
|
2014-09-09 08:47:39 +02:00 |
gl_walls_draw.cpp
|
- changed rendering of glowing walls so that it doesn't require an additional vertex attribute, just pass the floor and ceiling planes as uniforms.
|
2014-05-10 17:09:43 +02:00 |
gl_weapon.cpp
|
- changed rules for drawing HUD sprites to match the software renderer.
|
2013-11-30 13:01:48 +01:00 |