index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libvo
/
gl_common.c
Commit message (
Expand
)
Author
Age
...
*
disable *SwapInterval function when extensions are missing, since it
reimar
2005-11-13
*
do not call glFinish when we do not have a context
reimar
2005-11-07
*
More consistent and sane types. Also avoids some gcc 4 warnings.
reimar
2005-10-31
*
Make fragment program snprintf less confusing.
reimar
2005-10-03
*
Support for ATI specific YUV->RGB conversion.
reimar
2005-10-01
*
fix/improve code doxumentation. Also group gl_common functions in several
reimar
2005-09-25
*
support loading a texture from a PPM file
reimar
2005-09-25
*
contrast 0 should lead to a grey, not a black image
reimar
2005-09-25
*
get rid of global getProcAddress variable
reimar
2005-09-25
*
Support rectangular texture in fragment programs
reimar
2005-09-25
*
texture units do not need to be explicitly enabled when using a fragment
reimar
2005-09-25
*
hardware color-space conversion for vo_gl and vo_gl2
reimar
2005-09-14
*
Improved glFindFormat
reimar
2005-09-13
*
Use GL_CLAMP_TO_EDGE instead of GL_CLAMP to avoid border texels being sampled.
reimar
2005-09-12
*
Fix border color (forgot to divide by 255.0).
reimar
2005-09-12
*
Set texture border color to avoid weird border colors in some rare cases.
reimar
2005-09-09
*
Fix a typo in a comment
reimar
2005-09-09
*
Fix texture format variable types. Internal format is GLint, others are GLenum
reimar
2005-08-25
*
Fix crash in windows
reimar
2005-08-19
*
automatic vsync enabling for vo_gl.
reimar
2005-08-19
*
use GenBuffers to get a buffer number instead of hardcoding 1.
reimar
2005-08-16
*
extra check for glUploadTex to avoid a possible hang.
reimar
2005-08-14
*
remove/move some unused headers/variables/code
reimar
2005-08-14
*
Helper function for drawing texture and general cleanup of vo_gl2.c
reimar
2005-08-14
*
More helper functions/defines and bugfixes
reimar
2005-07-27
*
Use dlsym to get glXGetProcAddress, only way to (hopefully) make it
reimar
2005-07-26
*
OpenGL fixes for windows and vo_gl.c ported to windows.
reimar
2005-07-26
*
support for rectangular and streaming textures.
reimar
2005-07-26
*
Doxygen comments improved
reimar
2004-12-29
*
Improving gl2 under windows, moving some functionality to gl_common
reimar
2004-12-11
*
Make the context not current before destroying it.
reimar
2004-12-02
*
More similar code from gl and gl2 moved to gl_common
reimar
2004-12-01
*
fullscreen fixes and GUI support for vo_gl
reimar
2004-11-01
*
added gl_common for code used by both vo_gl.c and vo_gl2.c.
reimar
2004-10-17
[prev]