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:
@@ -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 |
|
||||
|
||||
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user