mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
zink: don't block large vram allocations
I think this was masking some other problem that has long since been fixed cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25893>
This commit is contained in:
parent
8cfb46e27d
commit
ac6139ad73
1 changed files with 0 additions and 4 deletions
|
|
@ -256,10 +256,6 @@ bo_create_internal(struct zink_screen *screen,
|
|||
struct zink_bo *bo = NULL;
|
||||
bool init_pb_cache;
|
||||
|
||||
/* too big for vk alloc */
|
||||
if (size > UINT32_MAX)
|
||||
return NULL;
|
||||
|
||||
alignment = get_optimal_alignment(screen, size, alignment);
|
||||
|
||||
VkMemoryAllocateFlagsInfo ai;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue