aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/opengl
Commit message (Expand)AuthorAge
* vo_opengl: vaapi: provide symbols for missing extensionsGravatar wm42015-09-27
* vo_opengl: vaapi: redo how EGL extensions are loadedGravatar wm42015-09-27
* vo_opengl: rpi: fix EGL commentGravatar wm42015-09-27
* vo_opengl: probe for EGL by defaultGravatar wm42015-09-26
* vo_opengl: x11egl: cleanup uninit pathGravatar wm42015-09-26
* vo_opengl: vaapi: probe the surface formatGravatar wm42015-09-26
* vo_rpi, wayland: fix buildGravatar wm42015-09-25
* vo_opengl: vaapi: undo vaAcquireBufferHandle() correctly on errorGravatar wm42015-09-25
* vo_opengl: vaapi: handle YV12 correctlyGravatar wm42015-09-25
* vo_opengl: vaapi: document DRM fourcc upstream definesGravatar wm42015-09-25
* vo_opengl: vaapi: use dummy image to determine plane layoutGravatar wm42015-09-25
* vo_opengl: vaapi: remove unnecessary loopGravatar wm42015-09-25
* vo_opengl: vaapi: fix cleanupGravatar wm42015-09-25
* vo_opengl: support new VAAPI EGL interopGravatar wm42015-09-25
* vo_opengl: add mechanism to retrieve Display from EGL contextGravatar wm42015-09-25
* vo_opengl: load certain EGL extensions needed for VAAPI EGL interopGravatar wm42015-09-25
* vo_opengl: actually set hardware decoder mapped texture formatGravatar wm42015-09-24
* client API: rename GL_MP_D3D_interfacesGravatar wm42015-09-24
* vo_opengl: remove sharpen scalers, add sharpen sub-optionGravatar wm42015-09-23
* vo_opengl: move deband_opts declaration to where it's usedGravatar wm42015-09-23
* vo_opengl: remove unsued chroma_location fieldGravatar wm42015-09-23
* vo_opengl: move shader file caching to video.cGravatar wm42015-09-23
* vo_opengl: fix shader compilation with debanding and OSX hwdecGravatar wm42015-09-10
* vo_opengl: move sampler type mapping to a functionGravatar wm42015-09-10
* vo_opengl: fix deband sub-option handlingGravatar wm42015-09-09
* vo_opengl: implement debanding (and remove source-shader)Gravatar Niklas Haas2015-09-09
* vo_opengl: move self-contained shader routines to a separate fileGravatar Niklas Haas2015-09-09
* vo_opengl: reduce code duplication for scaler optionsGravatar Niklas Haas2015-09-09
* vo_opengl: remove gl_ prefixes from files in video/out/openglGravatar Niklas Haas2015-09-09
* vo_opengl: move gl_* files to their own subdirGravatar Niklas Haas2015-09-09