From a4806c994e796f06675ebf8860fafc3dffe9ed05 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 17 Nov 2006 15:23:32 +0000 Subject: add STATE_INTERNAL_DRIVER, etc (Rune Petersen) --- src/mesa/shader/program.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/shader/program.h') diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h index a38a1a63f9..af06c03598 100644 --- a/src/mesa/shader/program.h +++ b/src/mesa/shader/program.h @@ -189,7 +189,8 @@ enum state_index { STATE_INTERNAL, /* Mesa additions */ STATE_NORMAL_SCALE, STATE_TEXRECT_SCALE, - STATE_POSITION_NORMALIZED /* normalized light position */ + STATE_POSITION_NORMALIZED, /* normalized light position */ + STATE_INTERNAL_DRIVER /* first available state index for drivers (must be last) */ }; -- cgit v1.2.3