diff options
author | Ian Romanick <[email protected]> | 2009-07-27 17:22:21 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-07-27 17:22:21 -0700 |
commit | aafd5762593aa01f2d612f4d769d1af383422c1c (patch) | |
tree | 89fae75fa23cda5c61a1ae713b749fd407a77afc /src/mesa/shader/program_parser.h | |
parent | 41d5696628a5eef62cd671711b33edea9344977d (diff) |
ARB prog parser: Add support for GL_MESA_texture_array
This isn't really tested yet as no drivers actually support this extension.
Diffstat (limited to 'src/mesa/shader/program_parser.h')
-rw-r--r-- | src/mesa/shader/program_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/program_parser.h b/src/mesa/shader/program_parser.h index b9731439a09..fa47d84565a 100644 --- a/src/mesa/shader/program_parser.h +++ b/src/mesa/shader/program_parser.h @@ -201,6 +201,7 @@ struct asm_parser_state { unsigned DrawBuffers:1; unsigned Shadow:1; unsigned TexRect:1; + unsigned TexArray:1; } option; struct { |