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:
parent
f4aab9984b
commit
33335fdd89
3 changed files with 31 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue