projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4154e7
)
turnip: add anisotropy and compressed formats to device features
author
Jonathan Marek
<jonathan@marek.ca>
Sat, 5 Oct 2019 16:39:13 +0000
(12:39 -0400)
committer
Jonathan Marek
<jonathan@marek.ca>
Tue, 15 Oct 2019 11:56:19 +0000
(07:56 -0400)
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
src/freedreno/vulkan/tu_device.c
patch
|
blob
|
history
diff --git
a/src/freedreno/vulkan/tu_device.c
b/src/freedreno/vulkan/tu_device.c
index 540c033ceb3054ecaa2ca6ee8d1e7d467e1cab73..6f76a69b6320f45d9c7bd2aa93af5d656d86c60b 100644
(file)
--- a/
src/freedreno/vulkan/tu_device.c
+++ b/
src/freedreno/vulkan/tu_device.c
@@
-582,10
+582,10
@@
tu_GetPhysicalDeviceFeatures(VkPhysicalDevice physicalDevice,
.largePoints = false,
.alphaToOne = false,
.multiViewport = false,
- .samplerAnisotropy =
fals
e,
- .textureCompressionETC2 =
fals
e,
- .textureCompressionASTC_LDR =
fals
e,
- .textureCompressionBC =
fals
e,
+ .samplerAnisotropy =
tru
e,
+ .textureCompressionETC2 =
tru
e,
+ .textureCompressionASTC_LDR =
tru
e,
+ .textureCompressionBC =
tru
e,
.occlusionQueryPrecise = false,
.pipelineStatisticsQuery = false,
.vertexPipelineStoresAndAtomics = false,