summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-11-17 15:23:32 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-11-17 15:23:32 +0000
commita4806c994e796f06675ebf8860fafc3dffe9ed05 (patch)
tree701aa1d2bc106578f50455bded8e0c482693e65d /src/mesa/shader/program.h
parent7984c70070ea3fee1600095b1f32b0f8adf2ad31 (diff)
add STATE_INTERNAL_DRIVER, etc (Rune Petersen)
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r--src/mesa/shader/program.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h
index a38a1a63f9c..af06c03598f 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) */
};