mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
anv: enable shaderFloat64 feature
Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
465204695f
commit
0449c93638
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@ void anv_GetPhysicalDeviceFeatures(
|
|||
.shaderStorageImageArrayDynamicIndexing = true,
|
||||
.shaderClipDistance = true,
|
||||
.shaderCullDistance = true,
|
||||
.shaderFloat64 = false,
|
||||
.shaderFloat64 = pdevice->info.gen >= 8,
|
||||
.shaderInt64 = false,
|
||||
.shaderInt16 = false,
|
||||
.shaderResourceMinLod = false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue