glsl: add support for shader stencil export
authorDave Airlie <airlied@redhat.com>
Tue, 5 Oct 2010 23:36:02 +0000 (09:36 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 12 Oct 2010 23:30:05 +0000 (09:30 +1000)
commitd9671863eaae41ba28b6fe82e3e7d1dac12f514c
treea6a7a78b1beb0c5b9132433797f34f680ab17d44
parent39d1feb51e9dac794751e72f48faf26409a84b1c
glsl: add support for shader stencil export

This adds proper support for the GL_ARB_shader_stencil_export extension
to the GLSL compiler. Thanks to Ian for pointing out where I need to add things.
src/glsl/glsl_parser_extras.cpp
src/glsl/glsl_parser_extras.h
src/glsl/ir_variable.cpp
src/mesa/main/extensions.c
src/mesa/main/mtypes.h