kopper: pass modifier availability to drawable creation
Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24075>
This commit is contained in:
parent
1887368df4
commit
a9efabd8f3
3 changed files with 5 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ typedef struct __DRIkopperDrawableInfoRec __DRIkopperDrawableInfo;
|
|||
#define __DRI_KOPPER_VERSION 1
|
||||
|
||||
struct __DRIkopperDrawableInfoRec {
|
||||
bool multiplanes_available;
|
||||
int is_pixmap;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue