diff options
author | Brian Paul <[email protected]> | 2006-11-17 15:23:32 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-11-17 15:23:32 +0000 |
commit | a4806c994e796f06675ebf8860fafc3dffe9ed05 (patch) | |
tree | 701aa1d2bc106578f50455bded8e0c482693e65d /src/mesa/shader/program.h | |
parent | 7984c70070ea3fee1600095b1f32b0f8adf2ad31 (diff) |
add STATE_INTERNAL_DRIVER, etc (Rune Petersen)
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r-- | src/mesa/shader/program.h | 3 |
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) */ }; |