mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-08 07:50:27 +01:00
radeonsi: fix regression from 32-bit pointers on CI
Tested-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
549c7f3724
commit
f78fe98fff
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ static struct pipe_context *si_create_context(struct pipe_screen *screen,
|
|||
if (sctx->b.chip_class == CIK) {
|
||||
sctx->null_const_buf.buffer =
|
||||
si_aligned_buffer_create(screen,
|
||||
R600_RESOURCE_FLAG_UNMAPPABLE,
|
||||
R600_RESOURCE_FLAG_32BIT,
|
||||
PIPE_USAGE_DEFAULT, 16,
|
||||
sctx->screen->info.tcc_cache_line_size);
|
||||
if (!sctx->null_const_buf.buffer)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue