| commit | 0c824653952a67722c242616bb34a4796b42f660 | [log] [tgz] |
|---|---|---|
| author | Ian Romanick <ian.d.romanick@intel.com> | Wed Apr 07 17:13:44 2010 -0700 |
| committer | Ian Romanick <ian.d.romanick@intel.com> | Wed Apr 07 17:13:44 2010 -0700 |
| tree | 3e65d21684b5c01b934870240c1d27e07baab7e5 | |
| parent | c77b257094b15e7c53b62cb50bfbcd7c5003f2a8 [diff] [blame] |
Treat texture rectangles as an extension that is enabled be default
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 @@ /*@{*/ unsigned ARB_draw_buffers_enable:1; unsigned ARB_draw_buffers_warn:1; + unsigned ARB_texture_rectangle_enable:1; + unsigned ARB_texture_rectangle_warn:1; /*@}*/ };