summaryrefslogtreecommitdiff
path: root/src/glx.xml
AgeCommit message (Collapse)AuthorFilesLines
2015-11-15glx: add non-default start-aligns for repliesChristian Linhart1-0/+4
Signed-off-by: Christian Linhart <chris@demorecorder.com>
2015-09-13glx: Add IsEnabled requestRobert Ancell1-0/+9
Signed-off-by: Robert Ancell <robert.ancell@canonical.com> Reviewed-by: Peter Harris <pharris@opentext.com> Reviewed-by: Christian Linhart <chris@demorecorder.com>
2013-06-06glx: Version bump 1.3..1.4Daniel Martin1-2/+13
Add the BufferSwapComplete (v2) event. Signed-off-by: Daniel Martin <consume.noise@gmail.com> Signed-off-by: Peter Harris <pharris@opentext.com>
2011-12-06glx: Add protocol for GLX_ARB_create_context and GLX_ARB_create_context_profileIan Romanick1-0/+59
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off-by: Peter Harris <pharris@opentext.com>
2011-12-06glx: Use FBCONFIG type for fbconfig parameter of CreateNewContext and ↵Ian Romanick1-2/+2
CreatePixmap Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off-by: Peter Harris <pharris@opentext.com>
2011-12-06glx: Use glx:CONTEXT for share_list parameter of CreateNewContextIan Romanick1-1/+1
This matches the share_list parameter of CreateContext. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off-by: Peter Harris <pharris@opentext.com>
2011-12-06glx: Replace some 'reserved' fields with explicit paddingIan Romanick1-2/+1
In the GLX protocol specs, the various fields named 'reserved' are just there to provide alignment padding. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Peter Harris <pharris@opentext.com> Signed-off-by: Peter Harris <pharris@opentext.com>
2008-11-19Change type="CARD8" to type="char" where the X specs require a STRING8Thomas Hunger1-3/+3
2008-09-03did remaining replacements of hex constants with decimalBart Massey1-8/+8
2008-08-28glx: add padding for PbufferClobber eventJulien Danjou1-0/+1
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-04-14Require a length specification for lists in reply structures.Eamon Walsh1-16/+84
2007-12-15Use <bit> instead of <value> where appropriatePeter Harris1-20/+20
2006-11-21Estethic change for attribute parameter namePatrick Guimond1-2/+2
Changed num_attributes parameter of QueryContext request to num_attribs for consistency with other requests
2006-11-21fixed screen parameter type in requestsPatrick Guimond1-3/+3
For the following requests, fixed the paramater type to be CARD32 instead of SCREEN structure Requests: - CreateNewContext - CreatePbuffer - CreateWindow
2006-11-21Changed valueparam arguments for attribute listsPatrick Guimond1-15/+36
For following request and replies, substitutes attribute list passing to a parameter list instead of valuemask/values Requests: - CreatePixmap - QueryContext - CreatePbuffer - ChangeDrawableAttributes - CreateWindow Reply: - GetDrawableAttributes
2006-10-29Added major-version and minor-version attributes to the xcb tag.Jeremy Kolb jkolb@brandeis.edu1-1/+2
2006-10-15Move extension descriptions out of extensions/ subdirectoryJosh Triplett1-0/+1466
Now that the extensions do not get installed to an extensions/ subdirectory, move them out of the extensions/ subdirectory in the source as well.