summaryrefslogtreecommitdiff
path: root/glsl_parser_extras.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-04-07 17:13:44 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-04-07 17:13:44 -0700
commit0c824653952a67722c242616bb34a4796b42f660 (patch)
tree3e65d21684b5c01b934870240c1d27e07baab7e5 /glsl_parser_extras.h
parentc77b257094b15e7c53b62cb50bfbcd7c5003f2a8 (diff)
Treat texture rectangles as an extension that is enabled be default
Diffstat (limited to 'glsl_parser_extras.h')
-rw-r--r--glsl_parser_extras.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glsl_parser_extras.h b/glsl_parser_extras.h
index 51e4eb8..a79dc75 100644
--- a/glsl_parser_extras.h
+++ b/glsl_parser_extras.h
@@ -66,6 +66,8 @@ struct _mesa_glsl_parse_state {
/*@{*/
unsigned ARB_draw_buffers_enable:1;
unsigned ARB_draw_buffers_warn:1;
+ unsigned ARB_texture_rectangle_enable:1;
+ unsigned ARB_texture_rectangle_warn:1;
/*@}*/
};