]> git.tdb.fi Git - libs/gl.git/commitdiff
Remove a number of rarely used legacy features
authorMikko Rasa <tdb@tdb.fi>
Wed, 15 Oct 2014 16:40:16 +0000 (19:40 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 15 Oct 2014 16:59:06 +0000 (19:59 +0300)
ShadowMap will now need shaders to work, but it was already broken in
fixed-function anyway due to using large texture unit numbers.  Since
all modern hardware supports shaders, even with free drivers, this is
unlikely to be an issue.

The removed pixel format GL_RED is used in ARB_texture_rg, but we don't
support that extension yet.


No differences found