| Commit message (Expand) | Author | Age |
* | Print messages only after we are sure preinit will not fail anymore. | reimar | 2010-02-05 |
* | Create the OpenGL probe window as a hidden Window on X11. | reimar | 2010-02-04 |
* | Add support for autodetection during preinit and use that to detect a default | reimar | 2010-02-02 |
* | Avoid using options before autodetectGlExtensions to allow it to change them ... | reimar | 2010-02-02 |
* | Remove vo_config_count check from uninit, it should always be safe to run. | reimar | 2010-02-02 |
* | Add support for adjustable TV <-> PC level conversion. | reimar | 2010-01-16 |
* | Make vo gl print the OpenGL vendor and version strings. | reimar | 2010-01-03 |
* | Fix function declarations to avoid casting function pointers. | reimar | 2010-01-01 |
* | Slightly generalize code to generate YUV->RGB conversion table and add | reimar | 2010-01-01 |
* | Make YUV->RGB conversion coefficients selectable for -vo gl. | reimar | 2010-01-01 |
* | Add support for 16-bit per component YUV formats. | reimar | 2009-12-31 |
* | First steps to supporting different YUV->RGB conversion definitions. | reimar | 2009-12-31 |
* | Put the colourspace-related variables into a separate struct to ease | reimar | 2009-12-31 |
* | Support all planar YUV formats in OpenGL vos. | reimar | 2009-12-30 |
* | Move do_render_osd function to avoid a forward declaration. | reimar | 2009-12-27 |
* | Some ugly hacks to make compiling against a newer external version of libass ... | reimar | 2009-12-24 |
* | Remove more direct includes of libass/ass.h | reimar | 2009-12-24 |
* | Slightly improve vo_gl suboption documentation. | reimar | 2009-12-19 |
* | Add support for auto-generating mipmaps in vo_gl, should ease | reimar | 2009-12-19 |
* | Make -vo gl:customprog also work with RGB input (obviously those need to be | reimar | 2009-12-19 |
* | Rename GL_* defines to CONFIG_GL_* | reimar | 2009-12-19 |
* | Make the check for X11 and WIN32 backends for OpenGL separate. | reimar | 2009-12-19 |
* | Pass all OpenGL functions through a function pointer indirection. | reimar | 2009-12-08 |
* | Very preliminary code to allow selecting the OpenGL backend at runtime. | reimar | 2009-12-08 |
* | Print which visual glXChooseVisual chose when running in verbose mode. | reimar | 2009-11-21 |
* | Set sensible write frequency/priority values for AllocateMemoryMESA | reimar | 2009-09-27 |
* | Print error instead of crashing when mesa-buffer is used on systems | reimar | 2009-09-27 |
* | Re-add some ifdefs, partially reverting r29688, since mDisplay and | reimar | 2009-09-18 |
* | Get rid of several (probably) pointless ifdefs | reimar | 2009-09-18 |
* | Check setGlWindow return value to fail properly instead of crashing if e.g. | reimar | 2009-09-01 |
* | Add infrastructure and test code to enable aspect scaling and panscan in wind... | reimar | 2009-08-27 |
* | Simplify -vo gl ass border etc. dimension calculation one bit more. | reimar | 2009-08-27 |
* | Simplify and fix ass border calculations for -vo gl and -wid -fs mode. | reimar | 2009-08-27 |
* | First attempts at supporting -fs with -wid, -vo gl on X11 only so far | reimar | 2009-08-27 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | 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 |