summaryrefslogtreecommitdiff
path: root/src/glx/drisw_glx.c
Commit message (Expand)AuthorAgeFilesLines
* drisw: Try harder to probe whether MIT-SHM worksAdam Jackson2019-04-091-4/+21
* glx: add support for GLX_ARB_create_context_no_error (v3)Grigori Goronzy2019-03-121-0/+6
* glx: fix shared memory leak in X11Ray Zhang2019-02-281-0/+3
* glx: add support for putimageshm2 path (v2)Dave Airlie2019-01-251-7/+23
* glx: Move DRI extensions pointer loading to driOpenDriver().Eric Anholt2018-11-161-16/+1
* glx/drisw: make the shm/non-shm loader extensions separately.Dave Airlie2018-05-301-8/+24
* drisw/glx: implement getImageShmMarc-André Lureau2018-05-301-1/+30
* drisw/glx: use XShm if possibleMarc-André Lureau2018-05-301-24/+141
* glx/drisw: Fix glXMakeCurrent(dpy, None, ctx)Adam Jackson2017-11-131-4/+2
* Revert "glx: Implement GLX_EXT_no_config_context (v2)"Adam Jackson2017-11-091-1/+0
* glx: Implement GLX_EXT_no_config_context (v2)Adam Jackson2017-11-091-0/+1
* glx: Prepare the DRI backends for GLX_EXT_no_config_contextAdam Jackson2017-11-091-2/+2
* glx: Implement GLX_ARB_context_flush_controlNeil Roberts2017-11-061-2/+15
* glx: don't expose systemTimeExtension for DRI2/DRI3/DRISWEmil Velikov2017-03-151-1/+0
* glx: update to updated version of EXT_create_context_es2_profileIlia Mirkin2016-02-031-1/+3
* gallium/swrast: fix front buffer blitting. (v2)Dave Airlie2015-10-311-5/+14
* glx/drisw: add support for DRI2rendererQueryExtensionEmil Velikov2014-08-151-2/+10
* glx/drisw: Move private structure declarations to a header fileEmil Velikov2014-08-151-40/+1
* glx: Add an error message when a direct renderer's createScreen() routine failsJon TURNEY2014-06-181-1/+3
* glx/drisw: fix memory leak when destroying screen.Roland Scheidegger2014-05-011-0/+1
* glx/drisw: explicitly assign struct components for glx_*_vtableEmil Velikov2014-04-281-11/+13
* dri_interface: Update __DRItexBufferExtensionRec to version 3Emil Velikov2014-04-281-7/+5
* glx/drisw: use the implemented version of __DRIswrastLoaderExtensionEmil Velikov2014-02-231-5/+6
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-5/+38
* dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt2013-10-241-3/+10
* glx: Add an optional function call for getting the DRI driver interface.Eric Anholt2013-10-241-4/+2
* glx: Initialize OpenGL version to 1.0Rico Schüller2013-09-041-5/+5
* glx: Validate the GLX_RENDER_TYPE valueTomasz Lis2013-07-181-0/+9
* glx: Retrieve the value of RENDER_TYPE from GLX attribs arrayTomasz Lis2013-07-181-2/+2
* glx: Store the value of renderType while creating contextTomasz Lis2013-07-181-0/+5
* glx: move the glFlush call one layer downMarek Olšák2012-12-021-1/+6
* Remove useless memset after callocMatt Turner2012-09-051-1/+0
* Use calloc instead of malloc/memset-0Matt Turner2012-09-051-6/+3
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-18/+18
* glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION.Kenneth Graunke2012-08-081-1/+1
* glx/dri2: Add support for GLX_ARB_create_context_robustnessIan Romanick2012-07-111-1/+5
* glx/drisw: avoid segfaults when we fail to get visualDave Airlie2012-03-241-2/+9
* dri: Emit a critical error if the swrast driver fails to load.Carl Worth2012-02-081-2/+4
* drisw: Fix drawable creation against non-default screensAdam Jackson2012-01-041-2/+1
* glx: Enable GLX_EXT_create_context_es2_profileIan Romanick2012-01-021-0/+5
* glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contextsIan Romanick2012-01-021-1/+88
* glx: Send DestroyContext protocol at the correct timesIan Romanick2011-12-191-3/+0
* glx: Don't create a shared context if the other context isn't the same kindIan Romanick2011-12-191-0/+7
* drisw: remove unused variableMarek Olšák2011-12-171-1/+2
* glx: Fix indirect fallback when a non-Mesa GLX extension is present.Aaron Plattner2011-12-071-4/+19
* drisw: Enable SGI_make_current_read for direct contextsAdam Jackson2011-11-011-0/+2
* Enable GLX_EXT_texture_from_pixmap in software.nobled2011-09-061-2/+81
* drisw: Fix 24bpp software rendering, take 2Marc Pignat2011-07-151-0/+7
* Rename swrastg_dri to swrast_driMarek Olšák2011-07-141-3/+0