| Commit message (Expand) | Author | Age |
* | Check mpi type before returning an DR buffer in get_image, fixes jerkiness | reimar | 2009-03-16 |
* | Make data related to suboption parsing const in libvo | reimar | 2009-03-07 |
* | Refactor smalltex/tinytex EOSD optimization in vo_gl | reimar | 2009-03-06 |
* | Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD, | reimar | 2009-03-06 |
* | Do not rely on draw_osd to render the EOSD, instead draw it already at the | reimar | 2009-03-06 |
* | 100l, reset ass_border when switching out of fullscreen mode. | reimar | 2009-02-17 |
* | Add standard license headers, unify header formatting. | diego | 2009-02-08 |
* | Add [gl] in front of vo_gl message | reimar | 2009-02-03 |
* | Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are ... | reimar | 2009-02-03 |
* | Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation | reimar | 2009-01-10 |
* | Fix ugly borders problem with ati-hack | reimar | 2008-12-27 |
* | Warn when using features that are broken due to ATI driver bugs. | reimar | 2008-12-23 |
* | Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 ... | reimar | 2008-12-23 |
* | Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle). | reimar | 2008-12-10 |
* | ati_hack only makes sense when PBOs are used, not with mesa_buffer. | reimar | 2008-12-06 |
* | More possible fixes for mesa-buffer mode. | reimar | 2008-12-06 |
* | Move one ati_hack check to a better place. | reimar | 2008-12-06 |
* | Reindent | reimar | 2008-12-06 |
* | 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode. | reimar | 2008-12-06 |
* | 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds. | reimar | 2008-12-05 |
* | Fix indentation | reimar | 2008-12-05 |
* | Add experimental support for glXAllocateMemoryMESA | reimar | 2008-12-05 |
* | Avoid one more duplicated logic. | reimar | 2008-12-05 |
* | Simplify, do not duplicate buffer size calculation | reimar | 2008-12-05 |
* | Add some forgotten documentation for gl suboptions | reimar | 2008-12-05 |
* | Add support for YCBCR MESA texture format to vo_gl. | reimar | 2008-12-05 |
* | Some whitespace and () cosmetics | reimar | 2008-12-03 |
* | 100l, OSD alpha textures were cleared to the wrong value. | reimar | 2008-11-25 |
* | More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer off... | reimar | 2008-11-24 |
* | Factor common code like -wid handling, vo_gc creation etc. out into | reimar | 2008-11-19 |
* | Fix ati-hack to work again with ATI 8.9 and later drivers. | reimar | 2008-11-14 |
* | Change glCreateClearTex to use the same host data format as later uploads. | reimar | 2008-09-20 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 |
* | Enable runtime border/window decorations-toggling for Linux gl and gl2 vos. | reimar | 2008-07-22 |
* | One more hack for PBOs on ATI cards. | reimar | 2008-07-06 |
* | Move at-hack code a bit up for further changes | reimar | 2008-07-06 |
* | 100l: finally understood ATI PBO problem: width must be a power of two. | reimar | 2008-07-04 |
* | More stride alignment is needed to work reliably on ATI cards :-( | reimar | 2008-07-04 |
* | 100l, bpp is bits per pixel, not bytes | reimar | 2008-06-22 |
* | Render everything as early as possible, doing as little as possible in | reimar | 2008-05-25 |
* | Reorder flip_page to make moving around do_render call easier | reimar | 2008-05-25 |
* | Split flip_page function | reimar | 2008-05-25 |
* | Add a filter strength parameter for blurring/sharpening scalers. | reimar | 2008-05-24 |
* | Use a struct instead of a huge and further growing argument list. | reimar | 2008-05-24 |
* | Saner handling of VOCTRL_PAUSE/VOCTRL_RESUME | reimar | 2008-05-22 |
* | Simplify equalizer handling for vo gl | reimar | 2008-05-22 |
* | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 |
* | Add force-pbo suboption for faster OpenGL output. | reimar | 2008-05-10 |
* | Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfers | reimar | 2008-05-10 |