Add missing 'else's to fix extension processing
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 23 Apr 2010 20:32:23 +0000 (13:32 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 23 Apr 2010 20:32:23 +0000 (13:32 -0700)
commiteb56cea3b3011f46453d4bb7d06de2e9f6b12232
tree863c46d4ac7d6a05c60e2250050347777540b30c
parent25851a8d873a3cb4f6ab3252364eb46a87e1a959
Add missing 'else's to fix extension processing

The missing else-statements caused all of the extensions execpt
GL_ARB_texture_rectangle to be unsupported.

This causes the following tests to pass:

     glslparsertest/glsl2/draw_buffers-04.frag
glsl_parser_extras.cpp