aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/gl_common.c
Commit message (Expand)AuthorAge
...
* disable *SwapInterval function when extensions are missing, since itGravatar reimar2005-11-13
* do not call glFinish when we do not have a contextGravatar reimar2005-11-07
* More consistent and sane types. Also avoids some gcc 4 warnings.Gravatar reimar2005-10-31
* Make fragment program snprintf less confusing.Gravatar reimar2005-10-03
* Support for ATI specific YUV->RGB conversion.Gravatar reimar2005-10-01
* fix/improve code doxumentation. Also group gl_common functions in severalGravatar reimar2005-09-25
* support loading a texture from a PPM fileGravatar reimar2005-09-25
* contrast 0 should lead to a grey, not a black imageGravatar reimar2005-09-25
* get rid of global getProcAddress variableGravatar reimar2005-09-25
* Support rectangular texture in fragment programsGravatar reimar2005-09-25
* texture units do not need to be explicitly enabled when using a fragmentGravatar reimar2005-09-25
* 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