mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 17:40:11 +01:00
radeon: no need to emit full state twice after flush
This commit is contained in:
parent
4572ae1925
commit
29e02c7e72
1 changed files with 0 additions and 5 deletions
|
|
@ -1325,11 +1325,6 @@ void rcommonBeginBatch(radeonContextPtr rmesa, int n,
|
||||||
const char *function,
|
const char *function,
|
||||||
int line)
|
int line)
|
||||||
{
|
{
|
||||||
if (!rmesa->cmdbuf.cs->cdw && dostate) {
|
|
||||||
radeon_print(RADEON_STATE, RADEON_NORMAL,
|
|
||||||
"Reemit state after flush (from %s)\n", function);
|
|
||||||
radeonEmitState(rmesa);
|
|
||||||
}
|
|
||||||
radeon_cs_begin(rmesa->cmdbuf.cs, n, file, function, line);
|
radeon_cs_begin(rmesa->cmdbuf.cs, n, file, function, line);
|
||||||
|
|
||||||
radeon_print(RADEON_CS, RADEON_VERBOSE, "BEGIN_BATCH(%d) at %d, from %s:%i\n",
|
radeon_print(RADEON_CS, RADEON_VERBOSE, "BEGIN_BATCH(%d) at %d, from %s:%i\n",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue