i965: Update SOL state for Broadwell.
[mesa.git] / src / mesa / program / prog_statevars.h
index e26ded9e0cf828931279ac40bf9e438a101f949b..23a9f48c32f5337cdc0e2a08a4c3d9a9a13e789e 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  7.1
  *
  * Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
  *
@@ -104,6 +103,8 @@ typedef enum gl_state_index_ {
 
    STATE_TEXENV_COLOR,
 
+   STATE_NUM_SAMPLES,    /* An integer, not a float like the other state vars */
+
    STATE_DEPTH_RANGE,
 
    STATE_VERTEX_PROGRAM,