aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/opengl
Commit message (Expand)AuthorAge
* vo_opengl: always reset some GL state when leaving rendererGravatar wm42016-04-22
* vo_opengl: fix an outdated commentGravatar wm42016-04-16
* lcms: include math.hGravatar wm42016-04-15
* vo_opengl: rpi: don't include x11 header fileGravatar wm42016-04-15
* vo_opengl: simplify and improve up scale=oversampleGravatar Niklas Haas2016-04-12
* vaapi: determine surface format in decoder, not in rendererGravatar wm42016-04-11
* vo_opengl: improve rotation handling (again)Gravatar wm42016-04-08
* vo_opengl: log if glGetString(GL_VERSION) returns NULLGravatar wm42016-04-08
* vo_opengl: videotoolbox: use kCVPixelBufferLock_ReadOnly for screenshotsGravatar wm42016-04-07
* videotoolbox: change how videotoolbox format is managedGravatar wm42016-04-07
* vo_opengl: fix build breakageGravatar wm42016-04-06
* vo_opengl: minor simplificationGravatar wm42016-04-05
* vo_opengl: fix nnedi + rectangle texturesGravatar wm42016-04-05
* gl_lcms: choose BT.1886 gamma per-channelGravatar Niklas Haas2016-04-01
* vo_opengl: generate 3DLUT against source and use full BT.1886Gravatar Niklas Haas2016-04-01
* vo_opengl: draw transparency checkerboard after upscalingGravatar Niklas Haas2016-03-29
* vo_opengl: always premultiply alphaGravatar wm42016-03-29
* vo_opengl: fix rotation directionGravatar wm42016-03-29
* vo_opengl: slightly compress gl_set_debug_logger()Gravatar wm42016-03-28
* vo_opengl: reduce temporary variables in gl_transform_trans()Gravatar wm42016-03-28
* vo_opengl: fix rotationGravatar wm42016-03-28
* vo_opengl: fix row-major vs. column-major confusionGravatar wm42016-03-28
* vo_opengl: don't upload potentially uninitialized memory to GL bufferGravatar wm42016-03-28
* vo_openg: fix debanding + rectangle-texturesGravatar wm42016-03-27
* vo_opengl: minor coding style adjustmentGravatar wm42016-03-24
* vo_opengl: utils: some more minor shader string building optimizationGravatar wm42016-03-24
* vo_opengl: utils: slightly optimize shader string buildingGravatar wm42016-03-23
* vo_opengl_cb: fix NULL derefGravatar wm42016-03-23
* vo_opengl: fix blend-subtitles=video in some casesGravatar wm42016-03-22
* vo_opengl, osd: allow osc.lua to react faster on resizesGravatar wm42016-03-21
* vo_opengl: GLX: try to create 3.3 core profile contextGravatar wm42016-03-19
* vo_opengl: dxva2egl: ignore alpha component in the mapped videoGravatar wm42016-03-17
* vo_opengl: fix operation without GL_ARB_texture_rgGravatar wm42016-03-17
* vo_opengl: fix sharpen filterGravatar wm42016-03-16
* vo_opengl: only open one OpenGL/DX interop handle when using dxva2Gravatar Kevin Mitchell2016-03-15
* vo_opengl: add dxva2 interop to angle backendGravatar Kevin Mitchell2016-03-10
* vo_opengl: use the same type for cached and current uniform valuesGravatar wm42016-03-10
* vo_opengl: cache the values of the uniform variablesGravatar igv2016-03-10
* vo_opengl: cache the locations of the uniform variablesGravatar igv2016-03-09
* vo_opengl: decrease default superxbr-edge-strengthGravatar Niklas Haas2016-03-07
* vo_opengl: improve superxbr algorithmGravatar Niklas Haas2016-03-07
* vo_opengl: refactor superxbr algorithmGravatar Niklas Haas2016-03-07
* vo_opengl: refactor plane-skipping optimizationsGravatar Niklas Haas2016-03-05
* vo_opengl: rename prescale to prescale-lumaGravatar Niklas Haas2016-03-05
* vo_opengl: add macros for scaler unitsGravatar Niklas Haas2016-03-05
* vo_opengl: refactor pass_read_video and texture bindingGravatar Niklas Haas2016-03-05
* vo_opengl: wayland: don't destroy NULL wl_egl_windowGravatar wm42016-03-03
* vo_opengl: remove redundant codeGravatar igv2016-02-28
* vo_opengl: set uniform variable "pixel_size" for internal shadersGravatar igv2016-02-26
* vo_opengl: dxinterop: fix compatibility issue with VistaGravatar igv2016-02-26