<div dir="ltr"><div><div>Hi Chris,<br><br></div>The XOrg server implements it in <a href="http://cgit.freedesktop.org/xorg/xserver/tree/glx/indirect_dispatch.c#n2214">http://cgit.freedesktop.org/xorg/xserver/tree/glx/indirect_dispatch.c#n2214</a>.<br><br></div>--Robert<br></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Aug 30, 2015 at 1:31 PM Christian Linhart <<a href="mailto:chris@demorecorder.com">chris@demorecorder.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Robert,<br>
<br>
Can you please post a link to the spec of this request? (or to sourcecode in server or xlib which currently implements this request)<br>
I can confirm the opcode from <a href="http://cgit.freedesktop.org/xorg/proto/glproto/tree/glxproto.h" rel="noreferrer" target="_blank">http://cgit.freedesktop.org/xorg/proto/glproto/tree/glxproto.h</a><br>
but I cannot find the structure of this request anywhere (and I don't have time to do a longer research)<br>
<br>
Thank you,<br>
<br>
Chris<br>
<br>
<br>
<br>
On 08/27/15 17:48, Robert Ancell wrote:<br>
> Signed-off-by: Robert Ancell <<a href="mailto:robert.ancell@canonical.com" target="_blank">robert.ancell@canonical.com</a>><br>
> ---<br>
>  src/glx.xml | 9 +++++++++<br>
>  1 file changed, 9 insertions(+)<br>
><br>
> diff --git a/src/glx.xml b/src/glx.xml<br>
> index 2a36daa..e0870f4 100644<br>
> --- a/src/glx.xml<br>
> +++ b/src/glx.xml<br>
> @@ -1086,6 +1086,15 @@ The patch that fixed this server bug in X.org CVS is here:<br>
>               </reply><br>
>       </request><br>
><br>
> +     <request name="IsEnabled" opcode="140" ><br>
> +             <field type="CONTEXT_TAG" name="context_tag" /><br>
> +             <field type="CARD32" name="capability" /><br>
> +             <reply><br>
> +                     <pad bytes="1" /><br>
> +                     <field type="BOOL32" name="ret_val" /><br>
> +             </reply><br>
> +     </request><br>
> +<br>
>       <request name="IsList" opcode="141" ><br>
>               <field type="CONTEXT_TAG" name="context_tag" /><br>
>               <field type="CARD32" name="list" /><br>
<br>
</blockquote></div>