Skip to content

st/texture: Fall back to single-slice uploads in st_CompressedTexSubImage

Faith Ekstrand requested to merge gfxstrand/mesa:review/st-pbo-compressed into main

Currently, if we ever fail to create a re-interpreted uncompressed view of the resource, we fall back to a SW path. On some Intel hardware, this happens whenever LOD > 0. Instead, we should fall back to attempting to upload one slice at a time and only fall back to SW as a last resort.

Merge request reports

Loading