mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-07 06:08:01 +02:00
dri2: Update to DRI2 1.4
In DRI2 1.4, the DRI2GetParam request was added. Signed-off-by: Chad Versace <chad.versace@linux.intel.com> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
b02b7f8dcf
commit
5a4e42f37a
1 changed files with 13 additions and 1 deletions
14
src/dri2.xml
14
src/dri2.xml
|
|
@ -28,7 +28,7 @@ authorization from the authors.
|
|||
-->
|
||||
|
||||
<xcb header="dri2" extension-xname="DRI2" extension-name="DRI2"
|
||||
major-version="1" minor-version="3">
|
||||
major-version="1" minor-version="4">
|
||||
<import>xproto</import>
|
||||
|
||||
<enum name="Attachment">
|
||||
|
|
@ -241,6 +241,18 @@ authorization from the authors.
|
|||
<field type="CARD32" name="interval" />
|
||||
</request>
|
||||
|
||||
<!-- Version 1.4 -->
|
||||
|
||||
<request name="GetParam" opcode="13">
|
||||
<field type="DRAWABLE" name="drawable" />
|
||||
<field type="CARD32" name="param" />
|
||||
<reply>
|
||||
<field type="BOOL" name="is_param_recognized" />
|
||||
<field type="CARD32" name="value_hi" />
|
||||
<field type="CARD32" name="value_lo" />
|
||||
</reply>
|
||||
</request>
|
||||
|
||||
<!-- Events -->
|
||||
|
||||
<event name="BufferSwapComplete" number="0">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue