Skip to content

virgl: Use ETC2 formats directly when possible.

Lepton Wu requested to merge lepton/mesa:etc2 into master

Don't emulate them with uncompressed formats if the host support them since uncompressed formats like GL_R16 could be not available on GLES hosts.

Signed-off-by: Lepton Wu lepton@chromium.org

Merge request reports