aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_gl.c
Commit message (Expand)AuthorAge
* 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
* More possible fixes for mesa-buffer mode.Gravatar reimar2008-12-06
* Move one ati_hack check to a better place.Gravatar reimar2008-12-06
* ReindentGravatar reimar2008-12-06
* 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.Gravatar reimar2008-12-06
* 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.Gravatar reimar2008-12-05
* Fix indentationGravatar reimar2008-12-05
* Add experimental support for glXAllocateMemoryMESAGravatar reimar2008-12-05
* Avoid one more duplicated logic.Gravatar reimar2008-12-05
* Simplify, do not duplicate buffer size calculationGravatar reimar2008-12-05
* Add some forgotten documentation for gl suboptionsGravatar reimar2008-12-05
* Add support for YCBCR MESA texture format to vo_gl.Gravatar reimar2008-12-05
* Some whitespace and () cosmeticsGravatar reimar2008-12-03
* 100l, OSD alpha textures were cleared to the wrong value.Gravatar reimar2008-11-25
* More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer off...Gravatar reimar2008-11-24
* Factor common code like -wid handling, vo_gc creation etc. out intoGravatar reimar2008-11-19
* Fix ati-hack to work again with ATI 8.9 and later drivers.Gravatar reimar2008-11-14
* Change glCreateClearTex to use the same host data format as later uploads.Gravatar reimar2008-09-20
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* 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
* One more hack for PBOs on ATI cards.Gravatar reimar2008-07-06
* Move at-hack code a bit up for further changesGravatar reimar2008-07-06
* 100l: finally understood ATI PBO problem: width must be a power of two.Gravatar reimar2008-07-04
* More stride alignment is needed to work reliably on ATI cards :-(Gravatar reimar2008-07-04
* 100l, bpp is bits per pixel, not bytesGravatar reimar2008-06-22
* Render everything as early as possible, doing as little as possible inGravatar reimar2008-05-25
* Reorder flip_page to make moving around do_render call easierGravatar reimar2008-05-25
* Split flip_page functionGravatar reimar2008-05-25
* Add a filter strength parameter for blurring/sharpening scalers.Gravatar reimar2008-05-24
* 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
* Simplify equalizer handling for vo glGravatar reimar2008-05-22
* cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* Add force-pbo suboption for faster OpenGL output.Gravatar reimar2008-05-10
* Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfersGravatar reimar2008-05-10
* vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_...Gravatar reimar2008-05-03
* Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.Gravatar reimar2008-05-03
* Slightly document alpha for OSD colorGravatar reimar2008-02-11
* Support alpha for vo gl osdcolorGravatar reimar2008-02-11
* Redraw display on toggling borderGravatar reimar2008-02-01
* Always redraw video on resize.Gravatar reimar2008-01-31
* Small typo in messageGravatar reimar2008-01-18
* Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.Gravatar reimar2008-01-15
* Document vo gl lscale=3Gravatar reimar2008-01-15
* Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviourGravatar reimar2007-12-22