<div dir="ltr">Mind also checking it off in vulkan/TODO?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 14, 2016 at 5:41 PM, Kenneth Graunke <span dir="ltr"><<a href="mailto:kenneth@whitecape.org" target="_blank">kenneth@whitecape.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Everything is now in place, and we appear to pass the tests on Gen7+.<br>
<br>
Signed-off-by: Kenneth Graunke <<a href="mailto:kenneth@whitecape.org">kenneth@whitecape.org</a>><br>
---<br>
src/intel/vulkan/anv_device.c | 10 +++++-----<br>
1 file changed, 5 insertions(+), 5 deletions(-)<br>
<br>
diff --git a/src/intel/vulkan/anv_device.<wbr>c b/src/intel/vulkan/anv_device.<wbr>c<br>
index 0999fcf..2516fc4 100644<br>
--- a/src/intel/vulkan/anv_device.<wbr>c<br>
+++ b/src/intel/vulkan/anv_device.<wbr>c<br>
@@ -439,8 +439,8 @@ void anv_GetPhysicalDeviceFeatures(<br>
.<wbr>shaderStorageImageArrayDynamic<wbr>Indexing = true,<br>
.<wbr>shaderStorageImageReadWithoutF<wbr>ormat = false,<br>
.<wbr>shaderStorageImageWriteWithout<wbr>Format = true,<br>
- .shaderClipDistance = false,<br>
- .shaderCullDistance = false,<br>
+ .shaderClipDistance = true,<br>
+ .shaderCullDistance = true,<br>
.shaderFloat64 = false,<br>
.shaderInt64 = false,<br>
.shaderInt16 = false,<br>
@@ -576,9 +576,9 @@ void anv_<wbr>GetPhysicalDeviceProperties(<br>
.maxSampleMaskWords = 1,<br>
.timestampComputeAndGraphics = false,<br>
.timestampPeriod = time_stamp_base,<br>
- .maxClipDistances = 0 /* FIXME */,<br>
- .maxCullDistances = 0 /* FIXME */,<br>
- .<wbr>maxCombinedClipAndCullDistance<wbr>s = 0 /* FIXME */,<br>
+ .maxClipDistances = 8,<br>
+ .maxCullDistances = 8,<br>
+ .<wbr>maxCombinedClipAndCullDistance<wbr>s = 8,<br>
.discreteQueuePriorities = 1,<br>
.pointSizeRange = { 0.125, 255.875 },<br>
.lineWidthRange = { 0.0, 7.9921875 },<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.10.2<br>
<br>
______________________________<wbr>_________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/mesa-dev</a><br>
</font></span></blockquote></div><br></div>