Skip to content

radv: Handle unnormalized samplers in YCbCr lowering

Joshua Ashton requested to merge frog/mesa:radv-unnormalized-ycbcr-pr into main

We need to divide these by their divisors and special-case COSITED_EVEN.

Fixes NV12 compositing in Gamescope.

Fixes: 91702374 ("radv: Add ycbcr lowering pass.")

Cc: mesa-stable

Signed-off-by: Joshua Ashton joshua@froggi.es

Merge request reports