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
*
reduce number of texture indirections to support older cards
reimar
2006-06-22
1
-6
/
+6
*
Do not use border for bicubic filter helper texture, since it will cause ATI
reimar
2006-06-13
1
-5
/
+5
*
Optimize bicubic filtering
reimar
2006-06-12
1
-11
/
+9
*
fix image adjustment (brightness etc.) for yuv=6
reimar
2006-06-11
1
-2
/
+2
*
Add yuv to rgb conversion using a 3D lookup texture
reimar
2006-06-08
1
-0
/
+76
*
loadGPUProgram function to load fragment program with error checking and stat...
reimar
2006-06-08
1
-7
/
+53
*
Add bicubic texture scaling
reimar
2006-06-07
1
-1
/
+87
*
Reworked YUV2RGB fragment program setup in preparation for upcoming patches
reimar
2006-06-07
1
-77
/
+132
*
Move/add checks to avoid crashes and make error messages less confusing
reimar
2006-06-05
1
-11
/
+11
*
add (currently unused) lookup for glTexImage3D
reimar
2006-06-05
1
-0
/
+3
*
more GL extension checks to avoid crashes with Mesa
reimar
2006-06-05
1
-15
/
+15
*
show OpenGL extension string with -v, very helpful for debugging
reimar
2006-05-13
1
-0
/
+1
*
glBindTexture might be called glBindTextureEXT as well
reimar
2006-05-13
1
-1
/
+1
*
minor fixes: get rid of pointless inline attributes and some additional checks
reimar
2006-04-21
1
-6
/
+10
*
Patch by Stefan Huehner / stefan % huehner ! org \
rathann
2006-02-09
1
-1
/
+1
*
avoid Solaris 10 compile error with gcc 3.4.5
reimar
2006-01-17
1
-1
/
+3
*
avoid some gcc 4 compiler warnings
reimar
2006-01-07
1
-4
/
+5
*
Less ugly and easier to extend getFunctions
reimar
2006-01-07
1
-84
/
+50
*
support negative stride (flipping) in vo_gl.
reimar
2005-12-18
1
-1
/
+10
*
Get rid of most #ifdefs
reimar
2005-12-06
1
-0
/
+10
*
Also parse glX extension string, makes -vo gl:swapinterval work again on linux
reimar
2005-11-19
1
-4
/
+11
*
disable *SwapInterval function when extensions are missing, since it
reimar
2005-11-13
1
-0
/
+5
*
do not call glFinish when we do not have a context
reimar
2005-11-07
1
-0
/
+2
*
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