index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libvo
/
gl_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
More consistent and sane types. Also avoids some gcc 4 warnings.
reimar
2005-10-31
1
-2
/
+2
*
Make fragment program snprintf less confusing.
reimar
2005-10-03
1
-14
/
+29
*
Support for ATI specific YUV->RGB conversion.
reimar
2005-10-01
1
-17
/
+104
*
fix/improve code doxumentation. Also group gl_common functions in several
reimar
2005-09-25
1
-4
/
+43
*
support loading a texture from a PPM file
reimar
2005-09-25
1
-0
/
+60
*
contrast 0 should lead to a grey, not a black image
reimar
2005-09-25
1
-0
/
+5
*
get rid of global getProcAddress variable
reimar
2005-09-25
1
-7
/
+5
*
Support rectangular texture in fragment programs
reimar
2005-09-25
1
-16
/
+22
*
texture units do not need to be explicitly enabled when using a fragment
reimar
2005-09-25
1
-14
/
+10
*
hardware color-space conversion for vo_gl and vo_gl2
reimar
2005-09-14
1
-1
/
+336
*
Improved glFindFormat
reimar
2005-09-13
1
-3
/
+6
*
Use GL_CLAMP_TO_EDGE instead of GL_CLAMP to avoid border texels being sampled.
reimar
2005-09-12
1
-2
/
+4
*
Fix border color (forgot to divide by 255.0).
reimar
2005-09-12
1
-2
/
+3
*
Set texture border color to avoid weird border colors in some rare cases.
reimar
2005-09-09
1
-0
/
+2
*
Fix a typo in a comment
reimar
2005-09-09
1
-1
/
+1
*
Fix texture format variable types. Internal format is GLint, others are GLenum
reimar
2005-08-25
1
-2
/
+3
*
Fix crash in windows
reimar
2005-08-19
1
-1
/
+1
*
automatic vsync enabling for vo_gl.
reimar
2005-08-19
1
-0
/
+12
*
use GenBuffers to get a buffer number instead of hardcoding 1.
reimar
2005-08-16
1
-0
/
+8
*
extra check for glUploadTex to avoid a possible hang.
reimar
2005-08-14
1
-0
/
+1
*
remove/move some unused headers/variables/code
reimar
2005-08-14
1
-2
/
+0
*
Helper function for drawing texture and general cleanup of vo_gl2.c
reimar
2005-08-14
1
-0
/
+32
*
More helper functions/defines and bugfixes
reimar
2005-07-27
1
-9
/
+101
*
Use dlsym to get glXGetProcAddress, only way to (hopefully) make it
reimar
2005-07-26
1
-6
/
+27
*
OpenGL fixes for windows and vo_gl.c ported to windows.
reimar
2005-07-26
1
-2
/
+6
*
support for rectangular and streaming textures.
reimar
2005-07-26
1
-0
/
+86
*
Doxygen comments improved
reimar
2004-12-29
1
-1
/
+1
*
Improving gl2 under windows, moving some functionality to gl_common
reimar
2004-12-11
1
-1
/
+64
*
Make the context not current before destroying it.
reimar
2004-12-02
1
-0
/
+4
*
More similar code from gl and gl2 moved to gl_common
reimar
2004-12-01
1
-0
/
+161
*
fullscreen fixes and GUI support for vo_gl
reimar
2004-11-01
1
-0
/
+98
*
added gl_common for code used by both vo_gl.c and vo_gl2.c.
reimar
2004-10-17
1
-0
/
+19