mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
radeonsi: don't clear the tessellation factor ring buffer
Leftover from the bring-up. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Acked-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
a2c6ae07b4
commit
c9a3196b14
1 changed files with 0 additions and 2 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue