diff options
author | Marek Olšák <[email protected]> | 2014-09-19 16:19:44 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-09-24 14:48:02 +0200 |
commit | a34c9f70b1f64b8802d22114900475e520b143e6 (patch) | |
tree | 41dd72d2207e610e170319a80a72d1a2a83674da /src/gallium/drivers/radeonsi/si_shader.h | |
parent | 884f1654e22c2845b388560b297a7c440a68e594 (diff) |
radeonsi: remove shader.ps_conservative_z, set db_shader_control instead
Also set the field on SI too. It's not just specific to CIK.
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_shader.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_shader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h index df7dbb0241b..e07d872f84c 100644 --- a/src/gallium/drivers/radeonsi/si_shader.h +++ b/src/gallium/drivers/radeonsi/si_shader.h @@ -140,7 +140,6 @@ struct si_shader { unsigned gs_input_prim; unsigned gs_output_prim; unsigned gs_max_out_vertices; - unsigned ps_conservative_z; unsigned nparam; bool uses_kill; |