Skip to content

nvk: Basic tessellation shader support

Based on nvc0 implementation but with added nvidia-headers usage.

I am not sure about the nir changes yet.

Device limits taken from http://www.vulkan.gpuinfo.org/ and minimum required values.

CTS tessellation tests without the user_defined_io ones.
Test run totals:
  Passed:        214/387 (55.3%)
  Failed:        3/387 (0.8%)
  Not supported: 170/387 (43.9%)
  Warnings:      0/387 (0.0%)
  Waived:        0/387 (0.0%)
Edited by George Ouzounoudis

Merge request reports