summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
Commit message (Expand)AuthorAgeFilesLines
* Fix texture format variable types. Internal format is GLint, others are GLenumreimar2005-08-251-1/+1
* Fix crash in windowsreimar2005-08-191-1/+1
* automatic vsync enabling for vo_gl.reimar2005-08-191-0/+1
* Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.reimar2005-08-161-0/+3
* use GenBuffers to get a buffer number instead of hardcoding 1.reimar2005-08-161-0/+2
* Helper function for drawing texture and general cleanup of vo_gl2.creimar2005-08-141-0/+3
* More helper functions/defines and bugfixesreimar2005-07-271-0/+30
* OpenGL fixes for windows and vo_gl.c ported to windows.reimar2005-07-261-1/+1
* support for rectangular and streaming textures.reimar2005-07-261-0/+32
* Improving gl2 under windows, moving some functionality to gl_commonreimar2004-12-111-2/+9
* More similar code from gl and gl2 moved to gl_commonreimar2004-12-011-0/+5
* added missing declaration of releaseGlContextreimar2004-11-111-0/+1
* fullscreen fixes and GUI support for vo_glreimar2004-11-011-0/+21
* added gl_common for code used by both vo_gl.c and vo_gl2.c.reimar2004-10-171-0/+8