mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-13 13:20:36 +02:00
r300: revert back autostate change on cacheflush emit
This commit is contained in:
parent
13ed7985b2
commit
018f5f92cc
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ void r300EmitCacheFlush(r300ContextPtr rmesa)
|
|||
{
|
||||
BATCH_LOCALS(&rmesa->radeon);
|
||||
|
||||
BEGIN_BATCH_NO_AUTOSTATE(4);
|
||||
BEGIN_BATCH(4);
|
||||
OUT_BATCH_REGVAL(R300_RB3D_DSTCACHE_CTLSTAT,
|
||||
R300_RB3D_DSTCACHE_CTLSTAT_DC_FREE_FREE_3D_TAGS |
|
||||
R300_RB3D_DSTCACHE_CTLSTAT_DC_FLUSH_FLUSH_DIRTY_3D);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue