From aafd5762593aa01f2d612f4d769d1af383422c1c Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 27 Jul 2009 17:22:21 -0700 Subject: ARB prog parser: Add support for GL_MESA_texture_array This isn't really tested yet as no drivers actually support this extension. --- src/mesa/shader/program_parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/shader/program_parser.h') diff --git a/src/mesa/shader/program_parser.h b/src/mesa/shader/program_parser.h index b9731439a0..fa47d84565 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 { -- cgit v1.2.3