mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
hk: shrink cmd bo
less wasteful Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30981>
This commit is contained in:
parent
6e967ca811
commit
b5899a2bf9
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@
|
|||
|
||||
#include "vk_command_pool.h"
|
||||
|
||||
/* XXX: FIXME */
|
||||
#define HK_CMD_BO_SIZE 1024 * 1024
|
||||
#define HK_CMD_BO_SIZE 1024 * 128
|
||||
|
||||
/* Recyclable command buffer BO, used for both push buffers and upload */
|
||||
struct hk_cmd_bo {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue