summaryrefslogtreecommitdiff
path: root/GL/glx/glxcmds.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-21Move GL/glx on level up now that it's the only thing left under GL.Kristian Høgsberg1-2383/+0
2008-04-02Send the GLX_EXT_texture_from_pixmap attributes to the client.Kristian Høgsberg1-1/+6
2008-03-31Implement DRI2 direct rendering and update AIGLX to DRI interface changes.Kristian Høgsberg1-26/+25
2008-03-18Apply __glXDisp_GetVisualConfigs message patchEamon Walsh1-0/+6
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh1-4/+4
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner1-1/+1
2007-10-26Weed out some unused fluff from __GLXcontext.Kristian Høgsberg1-3/+2
2007-10-25Clean up unused pVisual part of __GLXcontext.Kristian Høgsberg1-3/+1
2007-10-22GLX: Fix leak of X pixmaps associated with GLX pixmaps.Michel Dänzer1-0/+5
2007-10-18Separate handling of GLX visuals and GLX FBConfigs.Kristian Høgsberg1-288/+204
2007-10-16Always check the return value of __glXGetDrawable first.Michel Dänzer1-2/+2
2007-10-15Fix byte swapping for GetFBConfigs.Kristian Høgsberg1-5/+5
2007-10-14Fix GLX byteswapping.Kristian Høgsberg1-70/+64
2007-10-12Implement ChangeDrawableAttributes so we can support GLX_EVENT_MASK.Kristian Høgsberg1-8/+30
2007-10-12Implement GLX pbuffers.Kristian Høgsberg1-44/+114
2007-10-12Add dispatching for GLX_SGIX_pbuffer.Kristian Høgsberg1-11/+35
2007-10-12Implment GLXPixmaps.Kristian Høgsberg1-252/+121
2007-10-12Move hyperpipe and swapbarrier extension funcs to screen private struct.Kristian Høgsberg1-19/+24
2007-10-12Convert GLX module to use screen private indexes like everything else.Kristian Høgsberg1-12/+15
2007-10-12Update the AIGLX DRI loader to use the new DRI interface.Kristian Høgsberg1-0/+2
2007-08-01GLX_EXT_texture_from_pixmap: Use client provided texture target when available.Michel Dänzer1-16/+35
2007-07-10GLX: Only build code dealing with GLXPixmap damage field when DRI is enabled.Michel Dänzer1-0/+2
2007-05-22Bug #8991: Add glXGetDrawableAttributes dispatch; fix texture format therein.Adam Jackson1-1/+11
2007-05-02In __glXCreateARGBConfig(), insert the new GL mode at the _end_ of the linked...Brian1-2/+20
2006-12-15Convert callers of LookupDrawable() to dixLookupDrawable().Eamon Walsh1-8/+10
2006-08-31Implement GLX_SGI_swap_control.Ian Romanick1-3/+0
2006-08-24Remove GL/glx/g_disptab.c, GL/glx/g_disptab_EXT.c, andIan Romanick1-1/+0
2006-08-23Refector __glXDisp_Render and __glXDispSwap_Render to DoRender.Ian Romanick1-27/+53
2006-08-23Memo to myself: Whenever a Makefile.am changes, autogen.sh must beIan Romanick1-18/+5
2006-08-23Convert protocol decode tabels for Render and RenderLarge to use nice,Ian Romanick1-46/+29
2006-08-23Convert protocol decode tables for Single, VendorPrivate, andIan Romanick1-141/+69
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-07-06Implement GLX_MESA_copy_sub_buffer.Kristian Høgsberg1-1/+39
2006-07-06Add GLX_MESA_copy_sub_buffer marshalling support.Kristian Høgsberg1-1/+24
2006-07-06Implement glXCreateWindow and glXDestroyWindow.Kristian Høgsberg1-52/+84
2006-07-06Move __GLXdrawable lookup and creation into GetDrawableOrPixmap.Kristian Høgsberg1-104/+72
2006-07-06Drop global GLX error integer variables and use __glXError() instead.Kristian Høgsberg1-43/+43
2006-07-06Add marshalling for GLX 1.3 requests.Kristian Høgsberg1-13/+86
2006-06-27Add damage tracking to GLX_EXT_tfp implementation.Kristian Høgsberg1-0/+1
2006-05-29Remove superfluous definition of tfp tokens.Kristian Høgsberg1-8/+0
2006-04-03Coverity #986: Prevent a NULL chase.Adam Jackson1-2/+2
2006-03-30Mark the ARGB FBConfig as nonconforming to prevent drivers and apps fromKristian Høgsberg1-1/+3
2006-03-21#include indirect_dispatch to get prototypes for FBO functions.Kristian Høgsberg1-0/+1
2006-03-17Check for glproto when building GLX and make sure we have at least 1.4.6.Kristian Høgsberg1-26/+29
2006-03-17More patches from David Reveman:Kristian Høgsberg1-0/+23
2006-03-13First batch of AIGLX fixes from David Reveman.Kristian Høgsberg1-9/+15
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg1-79/+251
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-0/+2
2006-01-12Bug #2996: libglx / libGLcore should use a dispatch tableIan Romanick1-7/+11
2005-10-05Bug #3652: Server-side GLX support for GLX_SGIX_swap_barrier andAdam Jackson1-0/+245