Skip to content

turnip: UBWC

Jonathan Marek requested to merge flto/mesa:turnip into master

This enables UBWC for everything except 3D textures.

It breaks many image_to_image copies but those aren't important and it can be worked around later (image_to_image copy needs to be done in two steps, decode from the source format and then encode to the destination format).

Merge request reports