diff options
author | Eric Anholt <[email protected]> | 2011-04-15 14:40:09 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-04-20 10:35:42 -0700 |
commit | d22e2ebe35ef9d33ec5f7a67f903f36bcd9fbc91 (patch) | |
tree | 565639b9748d0eaa5e55ff455799fdaf4c4fc83f /src/mesa/drivers/dri/i965/brw_vs.h | |
parent | 99fa449bb9cf93a8dd2b840804c5bc44e51483dc (diff) |
intel: Add support for ARB_color_buffer_float.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vs.h | 1 |
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 0b88cc1ec76..7ca84a54b01 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; }; |