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
*
Try the more specific names first for the SwapInterval function to make it less
reimar
2010-01-28
*
glXSwapIntervalEXT is defined to take different arguments from glXSwapInterva...
reimar
2010-01-28
*
Add pointers to a few more standard OpenGL functions to ease future extensions.
reimar
2010-01-03
*
Add support for 16-bit per component YUV formats.
reimar
2009-12-31
*
Extract functions to generate yuv->rgb matrices and lookup tables into a
reimar
2009-12-31
*
Put the colourspace-related variables into a separate struct to ease
reimar
2009-12-31
*
Support all planar YUV formats in OpenGL vos.
reimar
2009-12-30
*
Change %f to %e in generated fragment programs to avoid losing precision unne...
reimar
2009-12-20
*
Fix a broken indentation.
reimar
2009-12-19
*
Enable running fragment programs with YUV_CONVERSION_NONE
reimar
2009-12-19
*
Rename GL_* defines to CONFIG_GL_*
reimar
2009-12-19
*
Make the check for X11 and WIN32 backends for OpenGL separate.
reimar
2009-12-19
*
Use a fallback to make sure the basic OpenGL functions are available instead of
reimar
2009-12-09
*
Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenG...
reimar
2009-12-09
*
Pass all OpenGL functions through a function pointer indirection.
reimar
2009-12-08
*
Very preliminary code to allow selecting the OpenGL backend at runtime.
reimar
2009-12-08
*
Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.
reimar
2009-11-21
*
Add support for Windows OpenGL rendering onto a device instead of into a window.
reimar
2009-11-21
*
Support RGB48NE format in OpenGL vos (only really useful once they are modified
reimar
2009-11-21
*
Use calloc to allocate a rather large (currently 32k) array instead of
reimar
2009-11-20
*
Also check GLX client and server strings for extensions
reimar
2009-09-27
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Change getdladdr to always use dlopen, dlsym and then dlclose.
reimar
2009-04-23
*
Add missing 'void' keyword to parameterless function declarations.
diego
2009-01-05
*
Add experimental support for glXAllocateMemoryMESA
reimar
2008-12-05
*
Add support for YCBCR MESA texture format to vo_gl.
reimar
2008-12-05
*
Cosmetics, whitespace and "... == NULL" to "!..."
reimar
2008-12-03
*
Replace some of the different inconsistent XGetGeometry uses by a
reimar
2008-11-15
*
For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEX...
reimar
2008-11-06
*
Fix glAdjustAlignment parameter in glCreateClearTex
reimar
2008-09-20
*
Change glCreateClearTex to use the same host data format as later uploads.
reimar
2008-09-20
*
Replace casual GPL notices by proper license headers.
diego
2008-09-07
*
Simplify yuv to rgb conversion matrix stuff.
reimar
2008-05-24
*
Cosmetics: align
reimar
2008-05-24
*
update doxygen comments
reimar
2008-05-24
*
Add a filter strength parameter for blurring/sharpening scalers.
reimar
2008-05-24
*
Use a struct instead of a huge and further growing argument list.
reimar
2008-05-24
*
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
[next]