aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/gl_common.c
Commit message (Expand)AuthorAge
* vo_opengl: clean up ewa_lanczos codeGravatar Niklas Haas2015-01-22
* vo_opengl: simplify screenshot codeGravatar wm42015-01-22
* vo_opengl: cleanups after vo_opengl_old removalGravatar wm42015-01-21
* vo_opengl_old: remove this VOGravatar wm42015-01-20
* vo_opengl_old: remove ancient ATI-specific YUV conversionsGravatar wm42015-01-02
* vo_opengl: don't use 10 bit video on Intel GPUsGravatar wm42014-12-24
* vo_opengl_cb: use VAOs even in OpenGL 2.1Gravatar wm42014-12-23
* vo_opengl: make use of newer OpenGL logging APIGravatar wm42014-12-23
* vo_opengl: improve fallback handling with GLESGravatar wm42014-12-21
* vo_opengl: skip GLES when autoprobingGravatar wm42014-12-19
* vo_opengl, x11: add ES context creation via GLXGravatar wm42014-12-19
* vo_opengl: fail if required functions are missingGravatar wm42014-12-19
* vo_opengl: better probe handlingGravatar wm42014-12-19
* vo_opengl: add GLES 2 supportGravatar wm42014-12-19
* vo_opengl: mess with PixelStorei state managementGravatar wm42014-12-19
* vo_opengl: disable some unavailable features under ESGravatar wm42014-12-19
* vo_opengl: clean up GL ES function loadingGravatar wm42014-12-18
* vo_opengl: do not use 4x3 matrixGravatar wm42014-12-18
* vo_opengl: simplify some aspects of the GL function loaderGravatar wm42014-12-18
* vo_opengl: minor simplification in function loaderGravatar wm42014-12-18
* vo_opengl: don't assume legacy OpenGL is available with GLESGravatar wm42014-12-17
* vo_opengl: GLES 3 supportGravatar wm42014-12-17
* vo_opengl: remove quadbuffer/anaglyph stereo 3D renderingGravatar wm42014-12-15
* vo_opengl: fix linkage typeGravatar wm42014-12-09
* vo_opengl: don't crash if framebuffers are not availableGravatar wm42014-12-09
* client API: expose OpenGL rendererGravatar wm42014-12-09
* vo_opengl: move hwdec parts into their own filesGravatar wm42014-12-03
* gl_common: factor context creationGravatar wm42014-11-26
* vo_opengl: minimal EGL on X11 supportGravatar wm42014-11-04
* Add some missing "const"sGravatar wm42014-10-10
* vo_opengl: don't pass (char*)NULL as %s printf argumentGravatar wm42014-08-28
* vo_opengl: don't cut off feature list outputGravatar wm42014-08-25
* gl_common: add SGI_video_sync extensionGravatar wm42014-08-15
* Remove some mp_msg calls with no trailing \nGravatar wm42014-07-13
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* Add more constGravatar wm42014-06-11
* gl_common: remove dlsym() fallbackGravatar wm42014-05-31
* gl_x11: always require some GLX API functions, avoid dlsym()Gravatar wm42014-05-31
* gl_common: minor cosmetic changesGravatar wm42014-05-26
* gl_common: correct a typeGravatar wm42014-05-26
* vo_opengl: always dynamically load OpenGL symbolsGravatar wm42014-05-26
* video/out: remove unused config() parametersGravatar wm42014-05-07
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* msg: convert defines to enumGravatar wm42013-12-21
* m_option: add mp_log callback to OPT_STRING_VALIDATE optionsGravatar wm42013-12-21
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* vo_opengl: support for vda hardware decodingGravatar Stefano Pigozzi2013-12-02
* gl_video: support packed YUV formats with Apple extensionsGravatar Stefano Pigozzi2013-12-02
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24