summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.c
Commit message (Expand)AuthorAgeFilesLines
* Fix texture format variable types. Internal format is GLint, others are GLenumreimar2005-08-251-2/+3
* Fix crash in windowsreimar2005-08-191-1/+1
* automatic vsync enabling for vo_gl.reimar2005-08-191-0/+12
* use GenBuffers to get a buffer number instead of hardcoding 1.reimar2005-08-161-0/+8
* extra check for glUploadTex to avoid a possible hang.reimar2005-08-141-0/+1
* remove/move some unused headers/variables/codereimar2005-08-141-2/+0
* Helper function for drawing texture and general cleanup of vo_gl2.creimar2005-08-141-0/+32
* More helper functions/defines and bugfixesreimar2005-07-271-9/+101
* Use dlsym to get glXGetProcAddress, only way to (hopefully) make itreimar2005-07-261-6/+27
* OpenGL fixes for windows and vo_gl.c ported to windows.reimar2005-07-261-2/+6
* support for rectangular and streaming textures.reimar2005-07-261-0/+86
* Doxygen comments improvedreimar2004-12-291-1/+1
* Improving gl2 under windows, moving some functionality to gl_commonreimar2004-12-111-1/+64
* Make the context not current before destroying it.reimar2004-12-021-0/+4
* More similar code from gl and gl2 moved to gl_commonreimar2004-12-011-0/+161
* fullscreen fixes and GUI support for vo_glreimar2004-11-011-0/+98
* added gl_common for code used by both vo_gl.c and vo_gl2.c.reimar2004-10-171-0/+19