gzdoom-gles/src/gl
Christoph Oelckers eb9d2d9917 - reactivate compatibility profile so that immediate mode drawing can be used on older hardware not supporting persistently mapped buffers.
- reactivate alpha testing per fixed function pipeline
- use the 'modern' way to define clip planes (GL_CLIP_DISTANCE). This is far more portable than the old glClipPlane method and a lot more robust than checking this in the fragment shader.
2014-07-17 02:37:18 +02:00
..
data - reactivate compatibility profile so that immediate mode drawing can be used on older hardware not supporting persistently mapped buffers. 2014-07-17 02:37:18 +02:00
dynlights - removed texture based dynamic lighting. For GL 3.x the shader approach is always better. 2014-07-15 20:49:21 +02:00
hqnx - don't depend on stdint.h because older MSVC versions do not have it. 2014-05-01 12:30:56 +02:00
models - replaced builtin position vertex attribute. 2014-07-15 01:02:48 +02:00
renderer - reactivate compatibility profile so that immediate mode drawing can be used on older hardware not supporting persistently mapped buffers. 2014-07-17 02:37:18 +02:00
scene - reactivate compatibility profile so that immediate mode drawing can be used on older hardware not supporting persistently mapped buffers. 2014-07-17 02:37:18 +02:00
shaders - fixed: glProgramUniform is only present from GL 4.1 or a specific extension so it may not be used on systems not supporting it. 2014-07-15 02:48:59 +02:00
system - reactivate compatibility profile so that immediate mode drawing can be used on older hardware not supporting persistently mapped buffers. 2014-07-17 02:37:18 +02:00
textures - reactivate compatibility profile so that immediate mode drawing can be used on older hardware not supporting persistently mapped buffers. 2014-07-17 02:37:18 +02:00
utility - added benchmarking calls for glDrawArrays to see how well issunig draw calls performs on different hardware. 2014-06-14 15:16:33 +02:00
gl_builddraw.cpp - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00
gl_functions.h - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00