diff options
author | Chris Forbes <chrisf@ijw.co.nz> | 2013-07-08 03:46:55 +1200 |
---|---|---|
committer | Chris Forbes <chrisf@ijw.co.nz> | 2013-08-16 07:24:56 +1200 |
commit | ee0b8e0f063597c4f9dacaa3638ebd8875de151c (patch) | |
tree | 2e2e1bf95aea828f798bb76c5570332378c259f2 /src/mesa/drivers/dri/i965/brw_vs.h | |
parent | cf52f6435e4e64b5f1e43efeeeb83397976806a6 (diff) | |
download | external_mesa3d-ee0b8e0f063597c4f9dacaa3638ebd8875de151c.zip external_mesa3d-ee0b8e0f063597c4f9dacaa3638ebd8875de151c.tar.gz external_mesa3d-ee0b8e0f063597c4f9dacaa3638ebd8875de151c.tar.bz2 |
i965: get rid of clip plane compaction
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vs.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs.h b/src/mesa/drivers/dri/i965/brw_vs.h index ba83f6d..3d0b852 100644 --- a/src/mesa/drivers/dri/i965/brw_vs.h +++ b/src/mesa/drivers/dri/i965/brw_vs.h @@ -71,15 +71,6 @@ struct brw_vec4_prog_key { */ GLuint uses_clip_distance:1; - /** - * For pre-Gen6 hardware, a bitfield indicating which clipping planes are - * enabled. This is used to compact clip planes. - * - * For Gen6 and later hardware, clip planes are not compacted, so this - * value is zero to avoid provoking unnecessary shader recompiles. - */ - GLuint userclip_planes_enabled_gen_4_5:MAX_CLIP_PLANES; - GLuint clamp_vertex_color:1; struct brw_sampler_prog_key_data tex; |