aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/gl_common.c
Commit message (Expand)AuthorAge
* hardware color-space conversion for vo_gl and vo_gl2Gravatar reimar2005-09-14
* Improved glFindFormatGravatar reimar2005-09-13
* Use GL_CLAMP_TO_EDGE instead of GL_CLAMP to avoid border texels being sampled.Gravatar reimar2005-09-12
* Fix border color (forgot to divide by 255.0).Gravatar reimar2005-09-12
* Set texture border color to avoid weird border colors in some rare cases.Gravatar reimar2005-09-09
* Fix a typo in a commentGravatar reimar2005-09-09
* Fix texture format variable types. Internal format is GLint, others are GLenumGravatar reimar2005-08-25
* Fix crash in windowsGravatar reimar2005-08-19
* automatic vsync enabling for vo_gl.Gravatar reimar2005-08-19
* use GenBuffers to get a buffer number instead of hardcoding 1.Gravatar reimar2005-08-16
* extra check for glUploadTex to avoid a possible hang.Gravatar reimar2005-08-14
* remove/move some unused headers/variables/codeGravatar reimar2005-08-14
* Helper function for drawing texture and general cleanup of vo_gl2.cGravatar reimar2005-08-14
* More helper functions/defines and bugfixesGravatar reimar2005-07-27
* Use dlsym to get glXGetProcAddress, only way to (hopefully) make itGravatar reimar2005-07-26
* OpenGL fixes for windows and vo_gl.c ported to windows.Gravatar reimar2005-07-26
* support for rectangular and streaming textures.Gravatar reimar2005-07-26
* Doxygen comments improvedGravatar reimar2004-12-29
* Improving gl2 under windows, moving some functionality to gl_commonGravatar reimar2004-12-11
* Make the context not current before destroying it.Gravatar reimar2004-12-02
* More similar code from gl and gl2 moved to gl_commonGravatar reimar2004-12-01
* fullscreen fixes and GUI support for vo_glGravatar reimar2004-11-01
* added gl_common for code used by both vo_gl.c and vo_gl2.c.Gravatar reimar2004-10-17