summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vs.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-04-15 14:40:09 -0700
committerEric Anholt <eric@anholt.net>2011-04-20 10:35:42 -0700
commitd22e2ebe35ef9d33ec5f7a67f903f36bcd9fbc91 (patch)
tree565639b9748d0eaa5e55ff455799fdaf4c4fc83f /src/mesa/drivers/dri/i965/brw_vs.h
parent99fa449bb9cf93a8dd2b840804c5bc44e51483dc (diff)
downloadexternal_mesa3d-d22e2ebe35ef9d33ec5f7a67f903f36bcd9fbc91.zip
external_mesa3d-d22e2ebe35ef9d33ec5f7a67f903f36bcd9fbc91.tar.gz
external_mesa3d-d22e2ebe35ef9d33ec5f7a67f903f36bcd9fbc91.tar.bz2
intel: Add support for ARB_color_buffer_float.
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_vs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs.h b/src/mesa/drivers/dri/i965/brw_vs.h
index 0b88cc1..7ca84a5 100644
--- a/src/mesa/drivers/dri/i965/brw_vs.h
+++ b/src/mesa/drivers/dri/i965/brw_vs.h
@@ -45,6 +45,7 @@ struct brw_vs_prog_key {
GLuint copy_edgeflag:1;
GLuint point_coord_replace:8;
GLuint two_side_color: 1;
+ GLuint clamp_vertex_color:1;
};