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
*
Add a new GPU-based scaling method to vo gl
reimar
2007-03-11
*
The fragment program functions are and most likely always will be ARB-only,
reimar
2007-02-25
*
Fix compilation under MinGW with X11 enabled
reimar
2006-12-17
*
Avoid void * arithmetic
reimar
2006-11-25
*
Put files fully owned by my under GPL v2 "or later"
reimar
2006-11-17
*
Some more documentation
reimar
2006-07-28
*
marks some read-only char* inside structs as const, patch by Stefan Huehner, ...
reynaldo
2006-07-27
*
Simplify and and speedup generation of yuv2rgb and gamma map tables
reimar
2006-07-23
*
Fix off-by-one error for negative strides (flipped image)
reimar
2006-07-10
*
Support for 16 bit ppms
reimar
2006-07-08
*
rm unnecesary casts from void* - part 2
reynaldo
2006-07-02
*
reduce number of texture indirections to support older cards
reimar
2006-06-22
*
Do not use border for bicubic filter helper texture, since it will cause ATI
reimar
2006-06-13
*
Optimize bicubic filtering
reimar
2006-06-12
*
fix image adjustment (brightness etc.) for yuv=6
reimar
2006-06-11
*
Add yuv to rgb conversion using a 3D lookup texture
reimar
2006-06-08
*
loadGPUProgram function to load fragment program with error checking and stat...
reimar
2006-06-08
*
Add bicubic texture scaling
reimar
2006-06-07
*
Reworked YUV2RGB fragment program setup in preparation for upcoming patches
reimar
2006-06-07
*
Move/add checks to avoid crashes and make error messages less confusing
reimar
2006-06-05
*
add (currently unused) lookup for glTexImage3D
reimar
2006-06-05
*
more GL extension checks to avoid crashes with Mesa
reimar
2006-06-05
*
show OpenGL extension string with -v, very helpful for debugging
reimar
2006-05-13
*
glBindTexture might be called glBindTextureEXT as well
reimar
2006-05-13
*
minor fixes: get rid of pointless inline attributes and some additional checks
reimar
2006-04-21
*
Patch by Stefan Huehner / stefan % huehner ! org \
rathann
2006-02-09
*
avoid Solaris 10 compile error with gcc 3.4.5
reimar
2006-01-17
*
avoid some gcc 4 compiler warnings
reimar
2006-01-07
*
Less ugly and easier to extend getFunctions
reimar
2006-01-07
*
support negative stride (flipping) in vo_gl.
reimar
2005-12-18
*
Get rid of most #ifdefs
reimar
2005-12-06
*
Also parse glX extension string, makes -vo gl:swapinterval work again on linux
reimar
2005-11-19
*
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
[next]