Skip to content

lavapipe CTS fixes

Dave Airlie requested to merge airlied/mesa:lavapipe-fixes into master

These are a bunch of issues found by the VK CTS tests.

  1. Handle empty cbuf slots when working out the nr samples needed,
  2. make u_blitter use the radv 3d blit calculations
  3. enable VK alpha to one
  4. disable blending on SNORM formats (some tests fail)
  5. Fix a scissoring issue.

Merge request reports