aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/gl_common.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* vo_gl: Move the read_pnm function into a separate fileGravatar cigaes2010-11-02
* vo_gl: Extract code to read a pnm file into a separate functionGravatar reimar2010-11-02
* vo_gl: Add initial stereo supportGravatar reimar2010-11-02
* vo_gl, csputils: dual-license under LGPL v2.1Gravatar reimar2010-11-02
* Merge svn changes up to r31145Gravatar Uoti Urpala2010-05-30
|\
| * Handle chroma texture size becoming 0, e.g. due to bad rounding.Gravatar reimar2010-05-09
* | Merge svn changes up to r31097Gravatar Uoti Urpala2010-04-26
|\|
* | Merge svn changes up to r31020Gravatar Uoti Urpala2010-04-26
|\ \
* \ \ Merge svn changes up to r31004Gravatar Uoti Urpala2010-04-26
|\ \ \
* \ \ \ Merge svn changes up to r30907Gravatar Uoti Urpala2010-04-26
|\ \ \ \
| | | | * Support for auto-selecting the OpenGL backend.Gravatar reimar2010-04-25
| | | | * Add reinitialization support. Necessary for fullscreen on OSX.Gravatar reimar2010-04-25
| | | | * Missing space in error message.Gravatar reimar2010-04-25
| | | | * Share SDL initialization code.Gravatar reimar2010-04-25
| | | | * Fullscreen support for -vo gl using SDL.Gravatar reimar2010-04-25
| | | | * Window resizing support for -vo gl with SDL backend.Gravatar reimar2010-04-25
| | | | * Add sdl_common file and use it to share the input handling between -vo glGravatar reimar2010-04-25
| | | | * Use SDL_GL_ProcAddress to work around conflicts between -lGLGravatar reimar2010-04-25
| | | | * Update copyright and email address.Gravatar reimar2010-04-25
| | | | * Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,Gravatar reimar2010-04-25
| | | | * Add workaroound for yuv=7 mode - does hurt speed but not muchGravatar reimar2010-04-24
| | | | * Try harder to find linked OpenGL functions.Gravatar reimar2010-04-24
| | | | * Some crash-resilience fixes.Gravatar reimar2010-04-24
| | | | * First steps to support -vo gl with SDL-based Window handling.Gravatar reimar2010-04-24
| | | |/
| | | * Factor out the YUV->RGB conversion auto-selection and alsoGravatar reimar2010-04-04
| | |/
| | * Share more code between the two ATI fragment shader YUV to RGBGravatar reimar2010-04-04
| | * Try to detect and work around broken glXGetProcAddress on atGravatar reimar2010-04-03
| | * Implement OpenGL-based YUV to RGB version for Radeon 9200 classGravatar reimar2010-04-03
| | * Indentation fix.Gravatar reimar2010-04-03
| | * Add mpgl prefix to all OpenGL-related function pointers.Gravatar reimar2010-04-03
| |/
| * Add newlines to generated fragment program to make both fragment program dumpGravatar reimar2010-03-12
* | Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\|
| * Try the more specific names first for the SwapInterval function to make it lessGravatar reimar2010-01-28
| * glXSwapIntervalEXT is defined to take different arguments from glXSwapInterva...Gravatar reimar2010-01-28
* | Merge svn changes up to r30185Gravatar Uoti Urpala2010-01-08
|\|
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\ \
| | * Add pointers to a few more standard OpenGL functions to ease future extensions.Gravatar reimar2010-01-03
| |/
| * Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
| * Extract functions to generate yuv->rgb matrices and lookup tables into aGravatar reimar2009-12-31
| * Put the colourspace-related variables into a separate struct to easeGravatar reimar2009-12-31
| * Support all planar YUV formats in OpenGL vos.Gravatar reimar2009-12-30
* | Merge svn changes up to r30104Gravatar Uoti Urpala2009-12-30
|\|
* | Merge svn changes up to r30065Gravatar Uoti Urpala2009-12-29
|\ \
| | * Change %f to %e in generated fragment programs to avoid losing precision unne...Gravatar reimar2009-12-20
| | * Fix a broken indentation.Gravatar reimar2009-12-19
| | * Enable running fragment programs with YUV_CONVERSION_NONEGravatar reimar2009-12-19
| |/
| * Rename GL_* defines to CONFIG_GL_*Gravatar reimar2009-12-19
| * Make the check for X11 and WIN32 backends for OpenGL separate.Gravatar reimar2009-12-19
* | Merge svn changes up to r30055Gravatar Uoti Urpala2009-12-18
|\|