From: Mikko Rasa Date: Wed, 15 Oct 2014 16:40:16 +0000 (+0300) Subject: Remove a number of rarely used legacy features X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=f1b12c992db974c679d85ae6ec22cd318199d0d5;hp=f1b12c992db974c679d85ae6ec22cd318199d0d5;p=libs%2Fgl.git Remove a number of rarely used legacy features 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. ---