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
*
Fix and simplify lscale=2 (bicub_x) scaler, produced funny
reimar
2008-03-12
*
Try harder to find OpenGL functions on Windows.
reimar
2008-02-11
*
Allow for larger fragment programs.
reimar
2008-01-29
*
Fix a coefficient for lscale=5 OpenGL mode
reimar
2008-01-19
*
Simplify and silence lots of warnings
reimar
2008-01-19
*
Fix using both lscale and cscale 4
reimar
2008-01-19
*
Add a fragment program for 5x5 unsharp masking
reimar
2008-01-18
*
Remove leftover backslash
reimar
2008-01-18
*
Simplify
reimar
2008-01-18
*
Use the same unsharp filter template for 2D and RECT textures
reimar
2008-01-18
*
Fix OpenGL unsharp filter
reimar
2008-01-16
*
Create/allocate conversion textures before scaler textures.
reimar
2008-01-15
*
Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.
reimar
2008-01-15
*
Add a forgotten case to create_scaler_textures, avoids an incorrect warning.
reimar
2008-01-15
*
Fix typo in comment
reimar
2007-10-18
*
Add a bicubic scaler that needs a lot more instruction but no
reimar
2007-09-04
*
Fix compilation after patch to remove global vo_hdc
reimar
2007-09-03
*
Remove global vo_hdc, since it is recommended to release a DC as soon as poss...
reimar
2007-09-03
*
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
[next]