aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_gl.c
Commit message (Expand)AuthorAge
* 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
* Add support for adjustable TV <-> PC level conversion.Gravatar reimar2010-01-16
* 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
* 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
* 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
* Print which visual glXChooseVisual chose when running in verbose mode.Gravatar reimar2009-11-21
* 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
* 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
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Check mpi type before returning an DR buffer in get_image, fixes jerkinessGravatar reimar2009-03-16
* Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* Refactor smalltex/tinytex EOSD optimization in vo_glGravatar reimar2009-03-06
* Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,Gravatar reimar2009-03-06
* Do not rely on draw_osd to render the EOSD, instead draw it already at theGravatar reimar2009-03-06
* 100l, reset ass_border when switching out of fullscreen mode.Gravatar reimar2009-02-17
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* Add [gl] in front of vo_gl messageGravatar reimar2009-02-03
* Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are ...Gravatar reimar2009-02-03
* Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigationGravatar reimar2009-01-10
* Fix ugly borders problem with ati-hackGravatar reimar2008-12-27
* Warn when using features that are broken due to ATI driver bugs.Gravatar reimar2008-12-23
* Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 ...Gravatar reimar2008-12-23
* Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).Gravatar reimar2008-12-10
* ati_hack only makes sense when PBOs are used, not with mesa_buffer.Gravatar reimar2008-12-06