summaryrefslogtreecommitdiff
path: root/src/glx/glxcmds.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-04glx: glX_proto_send.py: use correct compile guard GLX_INDIRECT_RENDERINGEmil Velikov1-1/+1
2017-04-28glx: add missing sRGB attribute check in fbconfigs_compatible()Neha Bhende1-0/+1
2017-02-06glx: guard swap-interval functions against destroyed drawablesNicolai Hähnle1-3/+15
2017-01-18glx: use GLX_ALIAS for glXGetProcAddressEmil Velikov1-13/+4
2017-01-18mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macroEmil Velikov1-2/+2
2016-11-04glx: make interop ABI visible againMarek Olšák1-2/+2
2016-10-14glx: Perform check for valid fbconfig against proper X-Screen.Mario Kleiner1-2/+1
2016-10-06glx: rename choose_visual(), drop const argumentEmil Velikov1-15/+11
2016-08-15glx: apple specific occurences of dummyContext checkTapani Pälli1-1/+1
2016-08-15glx: fix error code when there is no context boundBernard Kilarski1-15/+15
2016-06-09glx: fix crash with bad fbconfigDaniel Czarnowski1-0/+23
2016-05-30mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov1-3/+3
2016-05-30glx: Implement the libglvnd interface.Kyle Brenneman1-39/+39
2016-05-24mesa_glinterop: make GL interop version field bidirectionalEmil Velikov1-1/+1
2016-05-24mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbolsEmil Velikov1-2/+2
2016-05-23glxcmds: glXGetFBConfigs, fix screen boundsJiri Slaby1-1/+1
2016-04-20glx: implement GLX part of interop interface (v2)Marek Olšák1-0/+54
2015-10-02glx: Fix build errors with --enable-mangling (v2)Kyle Brenneman1-0/+4
2015-04-27Fix a few typosZoë Blade1-1/+1
2014-12-16glx: remove __glXstrdup()Juha-Pekka Heikkila1-17/+0
2014-06-10glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM caseJon TURNEY1-1/+1
2014-05-23Fix build of appleglxJon TURNEY1-2/+2
2014-04-02glx: remove unused __glXClientInfo()Juha-Pekka Heikkila1-13/+0
2014-03-11glx: cleanup unneeded headersEmil Velikov1-2/+0
2014-02-26glx: Fix the GLXFBConfig attrib sort prioritiesFredrik Höglund1-7/+4
2014-02-26glx: Fix the default values for GLXFBConfig attributesFredrik Höglund1-7/+2
2014-02-07glx: Add missing null checks in glxcmds.cJuha-Pekka Heikkila1-8/+20
2013-12-20glx: Simplify __glxGetMscRate, it only needs the screen, not a drawableLauri Kasanen1-4/+2
2013-11-21glx: don't fail out when no configs if we have visualsDave Airlie1-1/+1
2013-11-07glx: Add functions and GLX plumbing for GLX_MESA_query_rendererIan Romanick1-0/+6
2013-07-18glx: Require proper drawableType in init_fbconfig_for_chooserTomasz Lis1-1/+6
2013-07-18glx: Validate the GLX_RENDER_TYPE valueTomasz Lis1-0/+27
2013-07-18glx: Store the RENDER_TYPE in indirect renderingTomasz Lis1-1/+0
2013-07-18glx: Handling RENDER_TYPE in glXCreateContext and init_fbconfig_for_chooserTomasz Lis1-4/+28
2013-07-18glx: Store the value of renderType while creating contextTomasz Lis1-2/+2
2013-06-27glx: return True/False instead of GL_TRUE/GL_FALSEBrian Paul1-11/+11
2013-06-27glx: move declarations before codeBrian Paul1-8/+7
2013-04-05Honor GLX_DONT_CARE in MATCH_MASKAlexander Monakov1-1/+3
2013-03-14glx: init screen = 0 to fix optimized build warningBrian Paul1-1/+1
2012-12-02glx: move the glFlush call one layer downMarek Olšák1-7/+4
2012-10-09glx: Unifdef USE_XCB.Eric Anholt1-56/+0
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner1-6/+6
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