aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_gl.c
Commit message (Expand)AuthorAge
* 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
| |/
| * Add support for autodetection during preinit and use that to detect a defaultGravatar reimar2010-02-02
| * Avoid using options before autodetectGlExtensions to allow it to change them ...Gravatar reimar2010-02-02
| * Remove vo_config_count check from uninit, it should always be safe to run.Gravatar reimar2010-02-02
* | Merge svn changes up to r30375Gravatar Uoti Urpala2010-01-25
|\|
| * Add support for adjustable TV <-> PC level conversion.Gravatar reimar2010-01-16
* | Merge svn changes up to r30195Gravatar Uoti Urpala2010-01-08
|\|
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\ \
| | * Make vo gl print the OpenGL vendor and version strings.Gravatar reimar2010-01-03
| |/
| * Fix function declarations to avoid casting function pointers.Gravatar reimar2010-01-01
| * Slightly generalize code to generate YUV->RGB conversion table and addGravatar reimar2010-01-01
| * Make YUV->RGB conversion coefficients selectable for -vo gl.Gravatar reimar2010-01-01
| * Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
| * First steps to supporting different YUV->RGB conversion definitions.Gravatar 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 r30136Gravatar Uoti Urpala2009-12-30
|\|
* | Merge svn changes up to r30104Gravatar Uoti Urpala2009-12-30
|\ \
* \ \ Merge svn changes up to r30065Gravatar Uoti Urpala2009-12-29
|\ \ \
| | | * Move do_render_osd function to avoid a forward declaration.Gravatar reimar2009-12-27
| | | * Some ugly hacks to make compiling against a newer external version of libass ...Gravatar reimar2009-12-24
| | | * Remove more direct includes of libass/ass.hGravatar reimar2009-12-24
| | |/
| | * Slightly improve vo_gl suboption documentation.Gravatar reimar2009-12-19
| | * Add support for auto-generating mipmaps in vo_gl, should easeGravatar reimar2009-12-19
| | * Make -vo gl:customprog also work with RGB input (obviously those need to beGravatar 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
|\|
| * Pass all OpenGL functions through a function pointer indirection.Gravatar reimar2009-12-08
| * Very preliminary code to allow selecting the OpenGL backend at runtime.Gravatar reimar2009-12-08
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Print which visual glXChooseVisual chose when running in verbose mode.Gravatar reimar2009-11-21
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Set sensible write frequency/priority values for AllocateMemoryMESAGravatar reimar2009-09-27
| * Print error instead of crashing when mesa-buffer is used on systemsGravatar reimar2009-09-27
| * Re-add some ifdefs, partially reverting r29688, since mDisplay andGravatar reimar2009-09-18
| * Get rid of several (probably) pointless ifdefsGravatar reimar2009-09-18
* | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\|
| * Check setGlWindow return value to fail properly instead of crashing if e.g.Gravatar reimar2009-09-01
| * Add infrastructure and test code to enable aspect scaling and panscan in wind...Gravatar reimar2009-08-27
| * Simplify -vo gl ass border etc. dimension calculation one bit more.Gravatar reimar2009-08-27
| * Simplify and fix ass border calculations for -vo gl and -wid -fs mode.Gravatar reimar2009-08-27
| * First attempts at supporting -fs with -wid, -vo gl on X11 only so farGravatar reimar2009-08-27