vkdoom_m/src/gl/data
Christoph Oelckers 7d3beb665b - rewrote vertex buffer code to require GL_ARB_BUFFER_STORAGE extension.
This means it won't work anymore on anything that doesn't support OpenGL 4.0, but I don't think this is a problem. On older NVidia cards performance gains could not be seen and on older AMDs using the vertex buffer was even worse as long as it got mixed with immediate mode rendering.
2014-05-10 21:47:07 +02:00
..
gl_data.cpp - Linux compile fix. 2013-12-09 11:34:26 +01:00
gl_data.h - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00
gl_portaldata.cpp - fix c++11's compile problems. 2013-08-28 08:33:11 +02:00
gl_setup.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_vertexbuffer.cpp - rewrote vertex buffer code to require GL_ARB_BUFFER_STORAGE extension. 2014-05-10 21:47:07 +02:00
gl_vertexbuffer.h - rewrote vertex buffer code to require GL_ARB_BUFFER_STORAGE extension. 2014-05-10 21:47:07 +02:00