mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
nvk: enable sparse residency buffer on maxwell+
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
0fe8090bc7
commit
9cb945015c
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#include "cla1c0.h"
|
||||
#include "clb097.h"
|
||||
#include "clb0c0.h"
|
||||
#include "clb097.h"
|
||||
#include "clb197.h"
|
||||
#include "clb1c0.h"
|
||||
#include "clc0c0.h"
|
||||
|
|
@ -472,6 +473,7 @@ nvk_get_device_features(const struct nv_device_info *info,
|
|||
.shaderResourceMinLod = true,
|
||||
#if NVK_NEW_UAPI == 1
|
||||
.sparseBinding = true,
|
||||
.sparseResidencyBuffer = info->cls_eng3d >= MAXWELL_A,
|
||||
#endif
|
||||
/* TODO: sparseResidency* */
|
||||
/* TODO: variableMultisampleRate */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue