summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/program_parser.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2011-04-13 11:09:55 -0700
committerEric Anholt <[email protected]>2011-04-13 18:05:44 -0700
commit28cec9e832b716b84c11ddabfcee74e0daf6ec49 (patch)
treeca85abd9438b19cc91042967b615676bdd05a017 /src/mesa/program/program_parser.h
parent4847f802c28e595130bda14055cd52c9b1f51cd7 (diff)
mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers.
Fixes fbo-drawbuffers-arbfp. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=34321 Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/program/program_parser.h')
-rw-r--r--src/mesa/program/program_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/program/program_parser.h b/src/mesa/program/program_parser.h
index d689eef7958..8e5aaee95e5 100644
--- a/src/mesa/program/program_parser.h
+++ b/src/mesa/program/program_parser.h
@@ -173,6 +173,7 @@ struct asm_parser_state {
unsigned MaxClipPlanes;
unsigned MaxLights;
unsigned MaxProgramMatrices;
+ unsigned MaxDrawBuffers;
/*@}*/
/**