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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a bicubic scaler that needs a lot more instruction but no
reimar
2007-09-04
1
-0
/
+2
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
1
-2
/
+2
*
forgotten lscale=2 part for gl_common.h
reimar
2007-03-11
1
-0
/
+2
*
Avoid void * arithmetic
reimar
2006-11-25
1
-1
/
+1
*
Support for 16 bit ppms
reimar
2006-07-08
1
-0
/
+6
*
Add yuv to rgb conversion using a 3D lookup texture
reimar
2006-06-08
1
-0
/
+2
*
loadGPUProgram function to load fragment program with error checking and stat...
reimar
2006-06-08
1
-0
/
+4
*
Add bicubic texture scaling
reimar
2006-06-07
1
-0
/
+2
*
Reworked YUV2RGB fragment program setup in preparation for upcoming patches
reimar
2006-06-07
1
-1
/
+18
*
add (currently unused) lookup for glTexImage3D
reimar
2006-06-05
1
-0
/
+2
*
minor fixes: get rid of pointless inline attributes and some additional checks
reimar
2006-04-21
1
-2
/
+2
*
Better fallback for APIENTRY when compiling for Windows
reimar
2006-02-26
1
-0
/
+2
*
workaround for gl.h variants that do not define APIENTRY
reimar
2006-02-23
1
-0
/
+9
*
Patch by Stefan Huehner / stefan % huehner ! org \
rathann
2006-02-09
1
-1
/
+1
*
support negative stride (flipping) in vo_gl.
reimar
2005-12-18
1
-1
/
+1
*
Get rid of most #ifdefs
reimar
2005-12-06
1
-0
/
+9
*
More consistent and sane types. Also avoids some gcc 4 warnings.
reimar
2005-10-31
1
-2
/
+2
*
Support for ATI specific YUV->RGB conversion.
reimar
2005-10-01
1
-0
/
+50
*
Add missing GL_REGISTER_COMBINERS_NV define
reimar
2005-09-27
1
-0
/
+3
*
fix/improve code doxumentation. Also group gl_common functions in several
reimar
2005-09-25
1
-3
/
+15
*
support loading a texture from a PPM file
reimar
2005-09-25
1
-0
/
+2
*
Support rectangular texture in fragment programs
reimar
2005-09-25
1
-1
/
+2
*
hardware color-space conversion for vo_gl and vo_gl2
reimar
2005-09-14
1
-1
/
+94
*
Fix border color (forgot to divide by 255.0).
reimar
2005-09-12
1
-1
/
+1
*
Fix texture format variable types. Internal format is GLint, others are GLenum
reimar
2005-08-25
1
-1
/
+1
*
Fix crash in windows
reimar
2005-08-19
1
-1
/
+1
*
automatic vsync enabling for vo_gl.
reimar
2005-08-19
1
-0
/
+1
*
Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.
reimar
2005-08-16
1
-0
/
+3
*
use GenBuffers to get a buffer number instead of hardcoding 1.
reimar
2005-08-16
1
-0
/
+2
*
Helper function for drawing texture and general cleanup of vo_gl2.c
reimar
2005-08-14
1
-0
/
+3
*
More helper functions/defines and bugfixes
reimar
2005-07-27
1
-0
/
+30
*
OpenGL fixes for windows and vo_gl.c ported to windows.
reimar
2005-07-26
1
-1
/
+1
*
support for rectangular and streaming textures.
reimar
2005-07-26
1
-0
/
+32
*
Improving gl2 under windows, moving some functionality to gl_common
reimar
2004-12-11
1
-2
/
+9
*
More similar code from gl and gl2 moved to gl_common
reimar
2004-12-01
1
-0
/
+5
*
added missing declaration of releaseGlContext
reimar
2004-11-11
1
-0
/
+1
*
fullscreen fixes and GUI support for vo_gl
reimar
2004-11-01
1
-0
/
+21
*
added gl_common for code used by both vo_gl.c and vo_gl2.c.
reimar
2004-10-17
1
-0
/
+8