diff options
author | Christian König <[email protected]> | 2012-09-14 17:05:34 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2012-09-26 11:04:36 +0200 |
commit | 04473db38ade5902a6ad49dba8ca8215599d57be (patch) | |
tree | 32a45fcbaff0db2f2c42d3b49649e9cf6cbce337 /src/gallium/drivers/radeonsi/radeonsi_pipe.h | |
parent | 112caa853d53467a9c0ef171f272505db0278c6a (diff) |
radeonsi: start reworking inferred state handling
Instead of tracking the inferred state changes separately
just check if queued and emitted states are the same.
This patch just reworks the update of the SPI map between
vs and ps, but there are probably more cases like this.
Signed-off-by: Christian König <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/radeonsi_pipe.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/radeonsi_pipe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/radeonsi_pipe.h b/src/gallium/drivers/radeonsi/radeonsi_pipe.h index 4253dbb19ad..587cba8c841 100644 --- a/src/gallium/drivers/radeonsi/radeonsi_pipe.h +++ b/src/gallium/drivers/radeonsi/radeonsi_pipe.h @@ -140,7 +140,6 @@ struct r600_context { struct r600_textures_info ps_samplers; struct si_resource *border_color_table; unsigned border_color_offset; - boolean shader_dirty; struct u_upload_mgr *uploader; struct util_slab_mempool pool_transfers; |