summaryrefslogtreecommitdiff
path: root/src/glx/glxcmds.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-24Revert "Always build shared glapi"Matt Turner1-0/+2
2012-01-20Always build shared glapiMatt Turner1-2/+0
2012-01-02glx: Connect glXCreateContextAttribsARB to glXGetProcAddressIan Romanick1-0/+3
2012-01-02glx: Initial implementation of glXCreateContextAttribsARBIan Romanick1-1/+1
2011-12-23glx: Propagate the glXIsDirect protocol error back to the applicationIan Romanick1-3/+26
2011-12-19glx: Initialize share_xid in CreateContextIan Romanick1-0/+1
2011-12-19glx: Send DestroyContext protocol at the correct timesIan Romanick1-11/+31
2011-12-19glx: Don't segfault if glXGetContextIDEXT is pased a NULL contextIan Romanick1-1/+1
2011-12-19glx: Fix handling of property list received from the server in glXImportConte...Ian Romanick1-13/+32
2011-12-19glx: Don't segfault if xcb_glx_is_direct_reply returns NULLIan Romanick1-1/+1
2011-08-19glx: use a block to fix declarations after code warningBrian Paul1-7/+9
2011-07-08GLX/DRI2: handle swap event swap count wrappingJesse Barnes1-0/+57
2011-06-29glx: Verify that drawable creation on the client side actually workedAdam Jackson1-2/+16
2011-06-29glx: Alias glXFreeContextEXT to glXDestroyContextAdam Jackson1-14/+6
2011-06-20glx: Allow a context-specific fallback for glXGetProcAddressJeremy Huddleston1-0/+6
2011-06-13glx: Remove check for gc->vtable->destroyJeremy Huddleston1-2/+1
2011-06-07apple: Remove apple_glx_get_proc_addressJeremy Huddleston1-6/+0
2011-06-05apple: Build darwin using applegl rather than indirectJeremy Huddleston1-0/+4
2011-06-05apple: Rename GLXcontextJeremy Huddleston1-1/+1
2011-06-05apple: Rename _gl_context_modes_find_visual to glx_config_find_visualJeremy Huddleston1-1/+1
2011-06-02glx: Fix another case of using req outside of the display lockAdam Jackson1-2/+2
2011-05-27glx: Fix glXGetFBConfigFromVisualSGIX.Stéphane Marchesin1-1/+1
2011-05-24glx: More comment cleanupAdam Jackson1-8/+3
2011-02-26glx: Don't do the implicit glFlush in SwapBuffers if it's the wrong drawable.Eric Anholt1-2/+6
2011-02-11glx: Put null check before usenobled1-2/+6
2011-01-20glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu1-1/+6
2010-09-08glx: Drop broken drawable garbage collectionKristian Høgsberg1-50/+0
2010-09-07glx: Set an all NULL vtable for dummyContextKristian Høgsberg1-5/+5
2010-09-07glx: Fix compilation with out xf86vidmodeKristian Høgsberg1-7/+1
2010-09-07Fix crashes when some GLX API entrypoints are called with no current context.Michel Dänzer1-5/+5
2010-09-07Make XF86VIDMODE extension optionalJon TURNEY1-0/+2
2010-09-07Some fixes for GLX_INDIRECT_RENDERING only buildJon TURNEY1-2/+2
2010-07-29glx: Fix copy/paste bug in glXWaitX and glXWaitGLKristian Høgsberg1-2/+2
2010-07-28glx: Split indirect and applegl implementations into different filesKristian Høgsberg1-393/+0
2010-07-28glx: Move bind and unbind to context vtableKristian Høgsberg1-14/+14
2010-07-28glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg1-65/+76
2010-07-28glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg1-41/+41
2010-07-28glx: Use _X_EXPORT instead of our own PUBLIC macroKristian Høgsberg1-39/+39
2010-07-28glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg1-1/+0
2010-07-28glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg1-106/+99
2010-07-26glx: Drop debug fprintf that snug in with the previous commitKristian Høgsberg1-2/+0
2010-07-26glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #definedKristian Høgsberg1-1/+3
2010-07-23glx: Don't destroy context with XID 0Kristian Høgsberg1-1/+3
2010-07-23glx: Refactor and simplify context creationKristian Høgsberg1-177/+150
2010-07-23glx: Move context destroy to context vtableKristian Høgsberg1-67/+37
2010-07-22glx: Drop screen argument to GetGLXDRIDrawableKristian Høgsberg1-33/+25
2010-07-22glx: Move WaitGL, WaitX, UseXFont to context vtable functionsKristian Høgsberg1-82/+66
2010-07-22glx: Allocate the __GLXcontext in the DRI driversKristian Høgsberg1-51/+57
2010-07-21glx: Move last few dri_interface.h types out of glxclient.h and drop includeKristian Høgsberg1-6/+3
2010-07-19glx: Move drawHash to display privateKristian Høgsberg1-26/+16