summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_attrib.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-11-21 10:11:02 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-11-21 10:11:02 +0000
commitd6f89107ba42724803321c9819f9c836d508b899 (patch)
treef92d92cc10f467985b1186ca1989fecdddf1d3c8 /src/mesa/drivers/dri/i965/brw_attrib.h
parent0570fcfd93a29dcd9d41bc709edd78a7c1b4e1e7 (diff)
Commit Gary Wong & Keith Packard's changes for bug 8867 -- adjust code
after repositioning of INDEX value in BRW_ATTRIB enum.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_attrib.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_attrib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_attrib.h b/src/mesa/drivers/dri/i965/brw_attrib.h
index a8efc3a528..12659bd1cf 100644
--- a/src/mesa/drivers/dri/i965/brw_attrib.h
+++ b/src/mesa/drivers/dri/i965/brw_attrib.h
@@ -95,6 +95,7 @@ enum {
} ;
#define BRW_ATTRIB_FIRST_MATERIAL BRW_ATTRIB_MAT_FRONT_AMBIENT
+#define BRW_ATTRIB_LAST_MATERIAL BRW_ATTRIB_MAT_BACK_INDEXES
#define BRW_MAX_COPIED_VERTS 3