egl/kopper: hook up EGL_EXT_surface_compression on wayland

the driver hook isn't supported yet, so this does nothing

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31024>
This commit is contained in:
Mike Blumenkrantz
2024-09-04 12:19:12 -04:00
committed by Marge Bot
parent f4aab9984b
commit 33335fdd89
3 changed files with 31 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ struct kopper_loader_info {
int has_alpha;
int initial_swap_interval;
bool present_opaque;
uint32_t compression;
};
#define __DRI_KOPPER_LOADER "DRI_KopperLoader"