]> git.sesse.net Git - movit/commitdiff
Add support for multiple shader models.
authorSteinar H. Gunderson <steinar+vlc@gunderson.no>
Fri, 21 Mar 2014 00:32:42 +0000 (01:32 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 21 Mar 2014 00:58:56 +0000 (01:58 +0100)
We support 1.10 (for OpenGL 2.1 cards), 1.30 (for OpenGL 3.2 core contexts),
and 3.00 ES (for GLES3). There's some code duplication, but thankfully
not a whole lot.

With this, we compile in core contexts without any warning from ATI's driver,
and should also in theory be GLES3 compliant (tested on NVidia's desktop driver).


No differences found