[Xcb] [PATCH 2/2] glx: Add IsEnabled request
Christian Linhart
chris at DemoRecorder.com
Sun Aug 30 05:30:56 PDT 2015
Hi Robert,
Can you please post a link to the spec of this request? (or to sourcecode in server or xlib which currently implements this request)
I can confirm the opcode from http://cgit.freedesktop.org/xorg/proto/glproto/tree/glxproto.h
but I cannot find the structure of this request anywhere (and I don't have time to do a longer research)
Thank you,
Chris
On 08/27/15 17:48, Robert Ancell wrote:
> Signed-off-by: Robert Ancell <robert.ancell at canonical.com>
> ---
> src/glx.xml | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/src/glx.xml b/src/glx.xml
> index 2a36daa..e0870f4 100644
> --- a/src/glx.xml
> +++ b/src/glx.xml
> @@ -1086,6 +1086,15 @@ The patch that fixed this server bug in X.org CVS is here:
> </reply>
> </request>
>
> + <request name="IsEnabled" opcode="140" >
> + <field type="CONTEXT_TAG" name="context_tag" />
> + <field type="CARD32" name="capability" />
> + <reply>
> + <pad bytes="1" />
> + <field type="BOOL32" name="ret_val" />
> + </reply>
> + </request>
> +
> <request name="IsList" opcode="141" >
> <field type="CONTEXT_TAG" name="context_tag" />
> <field type="CARD32" name="list" />
More information about the Xcb
mailing list