i965: Drop _NEW_TRANSFORM from 3DSTATE_DS/GS on Gen7-7.5.

There's no reason for this as far as I can tell.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
Kenneth Graunke 2017-04-26 23:48:49 -07:00
parent a1f12574b0
commit 1d0e974406
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ gen7_upload_ds_state(struct brw_context *brw)
const struct brw_tracked_state gen7_ds_state = {
.dirty = {
.mesa = _NEW_TRANSFORM,
.mesa = 0,
.brw = BRW_NEW_BATCH |
BRW_NEW_BLORP |
BRW_NEW_CONTEXT |

View file

@ -157,7 +157,7 @@ upload_gs_state(struct brw_context *brw)
const struct brw_tracked_state gen7_gs_state = {
.dirty = {
.mesa = _NEW_TRANSFORM,
.mesa = 0,
.brw = BRW_NEW_BATCH |
BRW_NEW_BLORP |
BRW_NEW_CONTEXT |