summaryrefslogtreecommitdiff
path: root/src/freedreno/decode/scripts/parse-submits.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/freedreno/decode/scripts/parse-submits.lua')
-rw-r--r--src/freedreno/decode/scripts/parse-submits.lua8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/freedreno/decode/scripts/parse-submits.lua b/src/freedreno/decode/scripts/parse-submits.lua
index 96fa66957dd..1edeecede2a 100644
--- a/src/freedreno/decode/scripts/parse-submits.lua
+++ b/src/freedreno/decode/scripts/parse-submits.lua
@@ -64,10 +64,6 @@ local depthwrite
local stenciltest
local stencilwrite
-function start_cmdstream(name)
- printf("Parsing %s\n", name)
-end
-
function reset()
dbg("reset\n")
mrts = {}
@@ -363,7 +359,7 @@ function draw(primtype, nindx)
push_mrt(r.RB_MRT[n].BUF_INFO.COLOR_FORMAT,
r.GRAS_SC_SCREEN_SCISSOR[0].BR.X + 1,
r.GRAS_SC_SCREEN_SCISSOR[0].BR.Y + 1,
- r.RB_MSAA_CNTL.SAMPLES,
+ r.RB_BLIT_GMEM_MSAA_CNTL.SAMPLES,
r.RB_MRT[n].BASE,
r.RB_MRT_FLAG_BUFFER[n].ADDR,
r.RB_MRT[n].BASE_GMEM)
@@ -376,7 +372,7 @@ function draw(primtype, nindx)
push_mrt(r.RB_DEPTH_BUFFER_INFO.DEPTH_FORMAT,
r.GRAS_SC_SCREEN_SCISSOR[0].BR.X + 1,
r.GRAS_SC_SCREEN_SCISSOR[0].BR.Y + 1,
- r.RB_MSAA_CNTL.SAMPLES,
+ r.RB_BLIT_GMEM_MSAA_CNTL.SAMPLES,
depthbase,
r.RB_DEPTH_FLAG_BUFFER_BASE,
r.RB_DEPTH_BUFFER_BASE_GMEM)