[Xcb] [PATCH 2/2] glx: Add IsEnabled request

Robert Ancell robert.ancell at canonical.com
Sun Aug 30 23:10:54 PDT 2015


Hi Chris,

The XOrg server implements it in
http://cgit.freedesktop.org/xorg/xserver/tree/glx/indirect_dispatch.c#n2214.

--Robert

On Sun, Aug 30, 2015 at 1:31 PM Christian Linhart <chris at demorecorder.com>
wrote:

> 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" />
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20150831/885f6270/attachment.html>


More information about the Xcb mailing list