[Xcb] [PATCH 2/2] glx: Add protocol for GLX_ARB_create_context and GLX_ARB_create_context_profile
Ian Romanick
idr at freedesktop.org
Wed Nov 30 11:35:04 PST 2011
On 11/30/2011 10:31 AM, Peter Harris wrote:
> On 2011-11-30 13:01, Ian Romanick wrote:
>> From: Ian Romanick<ian.d.romanick at intel.com>
>>
>> Signed-off-by: Ian Romanick<ian.d.romanick at intel.com>
>
>> + <errorcopy name="GLXBadProfileARB" number="13" ref="Generic" />
>
>> + <request name="SetClientInfoARB" opcode="33">
>
>> + <request name="CreateContextAttribsARB" opcode="34">
>
>> + <request name="SetClientInfo2ARB" opcode="35">
>
> Where are these specified? Is it supposed to be opengl.org, or is the
> GLX spec hosted elsewhere these days? I'd like to review, but I haven't
> been able to find the spec.
OpenGL extension and GLX extension specifications live in the extension
registry at http://www.opengl.org/registry. The specs for these
extensions are at
http://www.opengl.org/registry/specs/ARB/glx_create_context.txt. Both
extensions are documented in the same spec.
More information about the Xcb
mailing list