aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_gl.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* vo_gl: create stereo-capable window when using Quadbuffer 3DGravatar reimar2010-11-14
* vo_gl.c: Use early return instead of large if blockGravatar reimar2010-11-02
* vo_gl: Make OSD rendering code more readableGravatar reimar2010-11-02
* vo_gl: Make it possible to select GL_NEAREST scalingGravatar reimar2010-11-02
* vo_gl: add helper macros to build the yuv conversion type numberGravatar reimar2010-11-02
* vo_gl: Cosmetics: create luma texture firstGravatar reimar2010-11-02
* vo_gl: remove unused labelGravatar Uoti Urpala2010-11-02
* vo_gl: remove "broken" comment from quadbuffer stereoGravatar cehoyos2010-11-02
* vo_gl: Some small whitespace and {} cosmeticsGravatar reimar2010-11-02
* vo_gl: Try to get a quadbuffered visual for corresponding 3D modeGravatar reimar2010-11-02
* vo_gl: cleanupGravatar reimar2010-11-02
* vo_gl: Add initial stereo supportGravatar reimar2010-11-02
* vo_gl: Fix -geometry with -wid behaviour (y position was flipped)Gravatar reimar2010-11-02
* vo_gl: More sensible behaviour for -geometry with -widGravatar reimar2010-11-02
* vo_gl, csputils: dual-license under LGPL v2.1Gravatar reimar2010-11-02
* vo_gl: Remove nonsense commented-out function headerGravatar reimar2010-10-27
* Merge svn changes up to r31284Gravatar Uoti Urpala2010-06-02
|\
| * Treat a NULL renderer string as indication for software renderer.Gravatar reimar2010-05-30
* | Merge svn changes up to r31211Gravatar Uoti Urpala2010-05-30
|\|
* | Merge svn changes up to r31169Gravatar Uoti Urpala2010-05-30
|\ \
| | * Fix OpenGL autodetection to not leave values at -1.Gravatar reimar2010-05-24
| |/
| * Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.Gravatar reimar2010-05-09
| * Minor code cleanup.Gravatar reimar2010-05-09
| * yuv=5 supports brightness and contrast adjustment.Gravatar reimar2010-05-09
* | Merge svn changes up to r31133Gravatar Uoti Urpala2010-05-07
|\|
| * Also print OpenGL renderer string with vendor and version with -vGravatar reimar2010-05-01
| * 100l, open the customtex also in binary mode, not just the program.Gravatar reimar2010-04-30
* | Merge svn changes up to r31097Gravatar Uoti Urpala2010-04-26
|\|
* | Merge svn changes up to r31040Gravatar Uoti Urpala2010-04-26
|\ \
* \ \ Merge svn changes up to r31020Gravatar Uoti Urpala2010-04-26
|\ \ \
* \ \ \ Merge svn changes up to r31004Gravatar 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
| | | | * Remove unnecessary check.Gravatar reimar2010-04-25
| | | | * Set SDL window title.Gravatar reimar2010-04-25
| | | | * Window resizing support for -vo gl with SDL backend.Gravatar reimar2010-04-25
| | | | * Disable OSD support by default if the necessary OpenGL functionality is missing.Gravatar reimar2010-04-24
| | | | * SDL support with related crash-resilience fixes.Gravatar reimar2010-04-24
| | | |/
| | | * Open cutomtex file in binary mode to avoid potential issues onGravatar reimar2010-04-13
| | |/
| | * Factor out the YUV->RGB conversion auto-selection and alsoGravatar reimar2010-04-04
| |/
| * Add mpgl prefix to all OpenGL-related function pointers.Gravatar reimar2010-04-03
* | Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30514Gravatar Uoti Urpala2010-03-09
|\ \
* \ \ Merge svn changes up to r30494Gravatar Uoti Urpala2010-03-09
|\ \ \
| | | * Update -vo gl info structs, it isn't X11-only since ages and there's basicallyGravatar reimar2010-02-27
| | | * 100l, remove forgotten debugging code.Gravatar reimar2010-02-27
| | | * Only prefer -vo gl over -vo x11 if hardware acceleration is available.Gravatar reimar2010-02-27
| | |/
| | * Print messages only after we are sure preinit will not fail anymore.Gravatar reimar2010-02-05
| | * Create the OpenGL probe window as a hidden Window on X11.Gravatar reimar2010-02-04
| |/