aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_gl2.c
Commit message (Expand)AuthorAge
* Add support for adjustable TV <-> PC level conversion.Gravatar reimar2010-01-16
* Fix function declarations to avoid casting function pointers.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
* 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
* Very preliminary code to allow selecting the OpenGL backend at runtime.Gravatar reimar2009-12-08
* Add support for Windows OpenGL rendering onto a device instead of into a window.Gravatar reimar2009-11-21
* Use vo_w32_window directly instead of via the vo_window macro in Windows-only...Gravatar reimar2009-09-18
* Check setGlWindow return value to fail properly instead of crashing if e.g.Gravatar reimar2009-09-01
* Make gl2 code capable of windowed aspect and panscan (no user option to enabl...Gravatar reimar2009-08-27
* Fix video placement with -vo gl2 -fs -wid.Gravatar reimar2009-08-27
* -vo gl2 resize does not need to modify its arguments, so pass int instead of ...Gravatar reimar2009-08-27
* Remove useless code that has no effect.Gravatar reimar2009-08-27
* Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* Factor common code like -wid handling, vo_gc creation etc. out intoGravatar reimar2008-11-19
* Remove explicit setting of vo_ontop since that is already done by vo_x11_crea...Gravatar reimar2008-11-15
* Surround conditionally used function with corresponding #ifdef, fixes:Gravatar diego2008-10-13
* Change glCreateClearTex to use the same host data format as later uploads.Gravatar reimar2008-09-20
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.Gravatar reimar2008-07-22
* Use a struct instead of a huge and further growing argument list.Gravatar reimar2008-05-24
* Saner handling of VOCTRL_PAUSE/VOCTRL_RESUMEGravatar reimar2008-05-22
* cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviourGravatar reimar2007-12-22
* Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.Gravatar diego2007-12-16
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Fix compilation after patch to remove global vo_hdcGravatar reimar2007-09-03
* Make X11 window creation and (with -fixed-vo) management simpler and moreGravatar reimar2007-06-27
* Lots of cosmetics for gl2Gravatar reimar2007-06-26
* Remove two unused variablesGravatar reimar2007-06-26
* Remove overly complex and unused per-subtexture "dirty" handlingGravatar reimar2007-06-26
* Remove now unused variableGravatar reimar2007-06-26
* remove useless calloc castGravatar reimar2007-06-26
* Remove some unused code and useless error checking that only clutters the codeGravatar reimar2007-06-26
* Gui --> guiGravatar diego2007-04-23
* Set classhint directly after creating window just as all other vos do, in acc...Gravatar reimar2007-02-18
* Move common vo initialization code to video_out.cGravatar reimar2007-02-17
* Fix compilation under MinGW with X11 enabledGravatar reimar2006-12-17
* Improve windows gui supportGravatar reimar2006-07-08
* Make header include order more similar to vo_gl.cGravatar reimar2006-06-17
* Reworked YUV2RGB fragment program setup in preparation for upcoming patchesGravatar reimar2006-06-07
* Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are av...Gravatar reimar2006-06-05
* Fix and improve xinerama supportGravatar reimar2006-04-16
* fixes and cleanup for windows fullscreen switching (restore old position,Gravatar reimar2006-04-12
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09