Skip to content

lavapipe: image subresource fix

Dave Airlie requested to merge airlied/mesa:vallium-image-subresource-fix into master

This fixes the val_GetImageSubresourceLayout to return correct values and pass CTS tests.

It changes this to use the resource get param API but that API has no miplevel support, so first up this modifies the API to take a miplevel parameter, and accept an layer stride parameter.

Edited by Dave Airlie

Merge request reports