From 98052873dadf619536c3ab379d45a998f2cf0999 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 31 Mar 2012 01:13:38 +0200 Subject: libvo: add vo_gl3 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e90239351c..8c4cd6181a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ /TAGS /locale /po + +libvo/vo_gl3_shaders.h -- cgit v1.2.3