summaryrefslogtreecommitdiff
path: root/src/glx/glxcmds.c
AgeCommit message (Expand)AuthorFilesLines
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
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