diff options
author | Dave Airlie <[email protected]> | 2015-11-11 09:05:50 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-11-11 09:05:50 +1000 |
commit | b3e793f2db0e294c2b18e030a45c6253f20a16a6 (patch) | |
tree | f14f50a17d6c1339be8c2d29d127d1c674ebd256 /src/gallium/drivers/r600/r600_shader.h | |
parent | c878d61124397706072e0f7f5a694a8bf644cc91 (diff) |
Revert "r600g: Pass conservative depth parameters to hw"
This reverts commit a1fc78911e9a6439db94d6ae91d5672c76e5fb1c.
I pushed the wrong patch.
Diffstat (limited to 'src/gallium/drivers/r600/r600_shader.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_shader.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_shader.h b/src/gallium/drivers/r600/r600_shader.h index e08526376c5..c240e7110c1 100644 --- a/src/gallium/drivers/r600/r600_shader.h +++ b/src/gallium/drivers/r600/r600_shader.h @@ -76,8 +76,6 @@ struct r600_shader { boolean uses_tex_buffers; boolean gs_prim_id_input; - unsigned ps_conservative_z; - /* Size in bytes of a data item in the ring(s) (single vertex data). Stages with only one ring items 123 will be set to 0. */ unsigned ring_item_sizes[4]; |