summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl3_shaders.glsl
Commit message (Collapse)AuthorAgeFilesLines
* vo_gl3: support RGBA EOSDwm42012-10-161-4/+14
| | | | | This also adds support for multiple EOSD renderers. This capability is unused yet, but important for the following commits.
* libvo: add vo_gl3wm42012-03-311-0/+316
This new vo is heavily based on vo_gl.c. It provides better scale filters, dithering, and optional color management with LittleCMS2. It requires OpenGL 3. Many features are enabled by default, so it will be slower than vo_gl. However, it can be tuned to behave almost as vo_gl.