autocommit 2022-03-22 23:24:17 CET
This commit is contained in:
parent
18806a38fb
commit
2ff60ff817
36 changed files with 4934 additions and 237 deletions
31
wire-xcon/dri3.txt
Normal file
31
wire-xcon/dri3.txt
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
ext "DRI3"
|
||||
|
||||
request Dri3QueryVersion = 0 (
|
||||
major_version: u32,
|
||||
minor_version: u32,
|
||||
) {
|
||||
@pad 1,
|
||||
major_version: u32,
|
||||
minor_version: u32,
|
||||
}
|
||||
|
||||
request Dri3Open = 1 (
|
||||
drawable: u32,
|
||||
provider: u32,
|
||||
) {
|
||||
@pad 1,
|
||||
device_fd: fd,
|
||||
@pad 24,
|
||||
}
|
||||
|
||||
request Dri3PixmapFromBuffer = 2 (
|
||||
pixmap: u32,
|
||||
drawable: u32,
|
||||
size: u32,
|
||||
width: u16,
|
||||
height: u16,
|
||||
stride: u16,
|
||||
depth: u8,
|
||||
bpp: u8,
|
||||
pixmap_fd: fd,
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue