[Mesa-dev] [PATCH 16/42] radeonsi: don't clear the tessellation factor ring buffer
Marek Olšák
maraeo at gmail.com
Sun Aug 30 12:11:46 PDT 2015
From: Marek Olšák <marek.olsak at amd.com>
Leftover from the bring-up.
---
src/gallium/drivers/radeonsi/si_state_shaders.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/gallium/drivers/radeonsi/si_state_shaders.c b/src/gallium/drivers/radeonsi/si_state_shaders.c
index 8ef02c4..a4c33fa 100644
--- a/src/gallium/drivers/radeonsi/si_state_shaders.c
+++ b/src/gallium/drivers/radeonsi/si_state_shaders.c
@@ -1260,8 +1260,6 @@ static void si_init_tess_factor_ring(struct si_context *sctx)
sctx->tf_ring = pipe_buffer_create(sctx->b.b.screen, PIPE_BIND_CUSTOM,
PIPE_USAGE_DEFAULT,
32768 * sctx->screen->b.info.max_se);
- sctx->b.clear_buffer(&sctx->b.b, sctx->tf_ring, 0,
- sctx->tf_ring->width0, fui(0), false);
assert(((sctx->tf_ring->width0 / 4) & C_030938_SIZE) == 0);
/* Append these registers to the init config state. */
--
2.1.4
More information about the mesa-dev
mailing list