aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_gl2.c
Commit message (Expand)AuthorAge
* 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
* support negative stride (flipping) in vo_gl.Gravatar reimar2005-12-18
* signed division must be used for calculation vo_dx and vo_dy.Gravatar reimar2005-12-07
* Get rid of most #ifdefsGravatar reimar2005-12-06
* Enable border toggling for gl and gl2 under windows.Gravatar reimar2005-11-17
* documentation update.Gravatar reimar2005-10-01
* debugging/testing helpers: allow forcing a certain width/height for texturesGravatar reimar2005-09-25
* panscan supportGravatar reimar2005-09-25
* Support rectangular texture in fragment programsGravatar reimar2005-09-25
* Fix crashes and green border when using YV12 input formatGravatar reimar2005-09-25
* hardware color-space conversion for vo_gl and vo_gl2Gravatar reimar2005-09-14
* Allow disabling the glFinish callGravatar reimar2005-09-13
* Fix texture format variable types. Internal format is GLint, others are GLenumGravatar reimar2005-08-25
* -wid support for windows. Not well tested, might still behave a bit weird.Gravatar reimar2005-08-21
* Get events from -wid window.Gravatar reimar2005-08-16
* use glUploadTex helper functionGravatar reimar2005-08-14
* textures smaller 64x64 might not be supportedGravatar reimar2005-08-14
* remove/move some unused headers/variables/codeGravatar reimar2005-08-14
* 10l, texture_width/height initialization was removed, so useGravatar reimar2005-08-14