mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
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:
parent
a1f12574b0
commit
1d0e974406
2 changed files with 2 additions and 2 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue