mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
nvc0/nir: enable bindless texture
Signed-off-by: Karol Herbst <kherbst@redhat.com>
This commit is contained in:
parent
89a81fbd98
commit
98934e6aa1
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ nvc0_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
|||
case PIPE_CAP_TGSI_BALLOT:
|
||||
return class_3d >= NVE4_3D_CLASS;
|
||||
case PIPE_CAP_BINDLESS_TEXTURE:
|
||||
return class_3d >= NVE4_3D_CLASS && !screen->prefer_nir;
|
||||
return class_3d >= NVE4_3D_CLASS;
|
||||
case PIPE_CAP_TGSI_ATOMFADD:
|
||||
return class_3d < GM107_3D_CLASS; /* needs additional lowering */
|
||||
case PIPE_CAP_POLYGON_MODE_FILL_RECTANGLE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue