Skip to content

Draft: turnip: Switch to common ycbcr lowering

Valentine Burley requested to merge Valentine/mesa:tu/ycbcr into main

This is still WIP.

No regressions in CTS when using the old lower_tex_ycbcr after the conversion to vk_ycbcr_conversion:

./deqp-vk -n *ycbcr.*

Test run totals:
  Passed:        775/56039 (1.4%)
  Failed:        0/56039 (0.0%)
  Not supported: 55264/56039 (98.6%)
  Warnings:      0/56039 (0.0%)
  Waived:        0/56039 (0.0%)

./deqp-vk -n *ycbcr_*

Test run totals:
  Passed:        275/8959 (3.1%)
  Failed:        0/8959 (0.0%)
  Not supported: 8684/8959 (96.9%)
  Warnings:      0/8959 (0.0%)
  Waived:        0/8959 (0.0%)
Edited by Valentine Burley

Merge request reports