Skip to content

nvk: Fix all the sampler bugs

Faith Ekstrand requested to merge gfxstrand/mesa:nvk/sampler-fixes into nouveau/vk

Fixes 1885 CTS tests

./deqp-vk -n dEQP-VK.pipeline.monolithic.sampler.*

Test run totals:
  Passed:        15647/82113 (19.1%)
  Failed:        0/82113 (0.0%)
  Not supported: 66466/82113 (80.9%)
  Warnings:      0/82113 (0.0%)
  Waived:        0/82113 (0.0%)
dEQP-VK.pipeline.monolithic.image_view.*

Test run totals:
  Passed:        4968/13218 (37.6%)
  Failed:        0/13218 (0.0%)
  Not supported: 8250/13218 (62.4%)
  Warnings:      0/13218 (0.0%)
  Waived:        0/13218 (0.0%)
Edited by Faith Ekstrand

Merge request reports