summaryrefslogtreecommitdiffstats
path: root/src/glx/glxcmds.c
Commit message (Expand)AuthorAgeFilesLines
* glx: make interop ABI visible againMarek Olšák2016-11-091-2/+2
* glx: Perform check for valid fbconfig against proper X-Screen.Mario Kleiner2016-10-141-2/+1
* glx: rename choose_visual(), drop const argumentEmil Velikov2016-10-061-15/+11
* glx: apple specific occurences of dummyContext checkTapani Pälli2016-08-151-1/+1
* glx: fix error code when there is no context boundBernard Kilarski2016-08-151-15/+15
* glx: fix crash with bad fbconfigDaniel Czarnowski2016-06-091-0/+23
* mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov2016-05-301-3/+3
* glx: Implement the libglvnd interface.Kyle Brenneman2016-05-301-39/+39
* mesa_glinterop: make GL interop version field bidirectionalEmil Velikov2016-05-241-1/+1
* mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbolsEmil Velikov2016-05-241-2/+2
* glxcmds: glXGetFBConfigs, fix screen boundsJiri Slaby2016-05-231-1/+1
* glx: implement GLX part of interop interface (v2)Marek Olšák2016-04-201-0/+54
* glx: Fix build errors with --enable-mangling (v2)Kyle Brenneman2015-10-021-0/+4
* Fix a few typosZoë Blade2015-04-271-1/+1
* glx: remove __glXstrdup()Juha-Pekka Heikkila2014-12-161-17/+0
* glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM caseJon TURNEY2014-06-101-1/+1
* Fix build of appleglxJon TURNEY2014-05-231-2/+2
* glx: remove unused __glXClientInfo()Juha-Pekka Heikkila2014-04-021-13/+0
* glx: cleanup unneeded headersEmil Velikov2014-03-111-2/+0
* glx: Fix the GLXFBConfig attrib sort prioritiesFredrik Höglund2014-02-261-7/+4
* glx: Fix the default values for GLXFBConfig attributesFredrik Höglund2014-02-261-7/+2
* glx: Add missing null checks in glxcmds.cJuha-Pekka Heikkila2014-02-071-8/+20
* glx: Simplify __glxGetMscRate, it only needs the screen, not a drawableLauri Kasanen2013-12-201-4/+2
* glx: don't fail out when no configs if we have visualsDave Airlie2013-11-211-1/+1
* glx: Add functions and GLX plumbing for GLX_MESA_query_rendererIan Romanick2013-11-071-0/+6
* glx: Require proper drawableType in init_fbconfig_for_chooserTomasz Lis2013-07-181-1/+6
* glx: Validate the GLX_RENDER_TYPE valueTomasz Lis2013-07-181-0/+27
* glx: Store the RENDER_TYPE in indirect renderingTomasz Lis2013-07-181-1/+0
* glx: Handling RENDER_TYPE in glXCreateContext and init_fbconfig_for_chooserTomasz Lis2013-07-181-4/+28
* glx: Store the value of renderType while creating contextTomasz Lis2013-07-181-2/+2
* glx: return True/False instead of GL_TRUE/GL_FALSEBrian Paul2013-06-271-11/+11
* glx: move declarations before codeBrian Paul2013-06-271-8/+7
* Honor GLX_DONT_CARE in MATCH_MASKAlexander Monakov2013-04-051-1/+3
* glx: init screen = 0 to fix optimized build warningBrian Paul2013-03-141-1/+1
* glx: move the glFlush call one layer downMarek Olšák2012-12-021-7/+4
* glx: Unifdef USE_XCB.Eric Anholt2012-10-091-56/+0
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-6/+6
* Revert "Always build shared glapi"Matt Turner2012-01-241-0/+2
* Always build shared glapiMatt Turner2012-01-201-2/+0
* glx: Connect glXCreateContextAttribsARB to glXGetProcAddressIan Romanick2012-01-021-0/+3
* glx: Initial implementation of glXCreateContextAttribsARBIan Romanick2012-01-021-1/+1
* glx: Propagate the glXIsDirect protocol error back to the applicationIan Romanick2011-12-231-3/+26
* glx: Initialize share_xid in CreateContextIan Romanick2011-12-191-0/+1
* glx: Send DestroyContext protocol at the correct timesIan Romanick2011-12-191-11/+31
* glx: Don't segfault if glXGetContextIDEXT is pased a NULL contextIan Romanick2011-12-191-1/+1
* glx: Fix handling of property list received from the server in glXImportConte...Ian Romanick2011-12-191-13/+32
* glx: Don't segfault if xcb_glx_is_direct_reply returns NULLIan Romanick2011-12-191-1/+1
* glx: use a block to fix declarations after code warningBrian Paul2011-08-191-7/+9
* GLX/DRI2: handle swap event swap count wrappingJesse Barnes2011-07-081-0/+57