<div dir="auto">Woohoo!  I'll review tomorrow.</div><div class="gmail_extra"><br><div class="gmail_quote">On Jan 8, 2017 9:28 PM, "Kenneth Graunke" <<a href="mailto:kenneth@whitecape.org">kenneth@whitecape.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Signed-off-by: Kenneth Graunke <<a href="mailto:kenneth@whitecape.org">kenneth@whitecape.org</a>><br>
---<br>
 src/intel/vulkan/anv_device.c | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
I'm not clear whether we want to do this yet.<br>
<br>
On Skylake, the status is: 99.3% of the CTS passing, Sascha demos work.<br>
There are two remaining sets of failures:<br>
<br>
    - dEQP-VK.tessellation.<wbr>primitive_discard.*_point_mode (20 failures)<br>
      (points appear in the wrong position - at least different than GLES)<br>
    - dEQP-VK.tessellation.user_<wbr>defined_io.per_patch_block_<wbr>array.vertex_io_array_size_* (9 failures)<br>
      (not sure what the problem is)<br>
<br>
On Haswell, the status is:<br>
<br>
    [6581/6581] skip: 4364, pass: 2217<br>
<br>
Most tests skip because we don't advertise image load/store and SSBOs in<br>
vec4 stages.  Notably, all failing tests on Gen8+ skip.  So, everything<br>
technically passes.  It probably has the same bugs.<br>
<br>
diff --git a/src/intel/vulkan/anv_device.<wbr>c b/src/intel/vulkan/anv_device.<wbr>c<br>
index a0240d289ba..34f267dff8b 100644<br>
--- a/src/intel/vulkan/anv_device.<wbr>c<br>
+++ b/src/intel/vulkan/anv_device.<wbr>c<br>
@@ -445,7 +445,7 @@ void anv_GetPhysicalDeviceFeatures(<br>
       .imageCubeArray                           = true,<br>
       .independentBlend                         = true,<br>
       .geometryShader                           = true,<br>
-      .tessellationShader                       = false,<br>
+      .tessellationShader                       = true,<br>
       .sampleRateShading                        = true,<br>
       .dualSrcBlend                             = true,<br>
       .logicOp                                  = true,<br>
--<br>
2.11.0<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>
</blockquote></div></div>