summaryrefslogtreecommitdiff
path: root/src/glx/drisw_glx.c
Commit message (Expand)AuthorAgeFilesLines
* glx/dri: Collect the GLX context attributes in a structAdam Jackson2021-08-181-23/+14
* glx/drisw: Remove some misplaced error checksAdam Jackson2021-08-181-7/+0
* glx: Store the context vtable on the glx screenAdam Jackson2021-08-181-1/+2
* glx: Fix and simplify the share context compatibility checkAdam Jackson2021-08-181-6/+3
* glx/drisw: Nerf PutImage when loaderPrivate == NULLAdam Jackson2021-07-151-0/+12
* glx: Implement GLX_EXT_no_config_contextAdam Jackson2021-04-231-0/+1
* glx/drisw: Enable GLX_ARB_create_context_no_errorAdam Jackson2021-04-161-0/+4
* glx: Move {Bind,Release}TexImage from context to screen vtableAdam Jackson2021-04-131-12/+6
* glx/drisw: Implement WaitX and WaitGLAdam Jackson2021-03-191-2/+14
* glx: Pull get_proc_address out of the context vtableAdam Jackson2021-03-191-1/+0
* glx: Pull use_x_font out of the context vtableAdam Jackson2021-03-191-1/+0
* glx: Handle create_context in terms of create_context_attribsAdam Jackson2020-12-011-54/+1
* glx: Check share ctx compatibility in ::create_context_attribsAdam Jackson2020-12-011-0/+7
* glx: Delegate the core of glXGetScreenDriver to the GLX screen vtableAdam Jackson2020-10-211-0/+7
* drisw: Port the MIT-SHM check to XCBAdam Jackson2020-08-171-15/+17
* glx/drisw: add robustness supportDave Airlie2020-07-231-0/+5
* glx/drisw: fix shm put image fallbackDave Airlie2020-02-251-4/+3
* glx/drisw: return false if shmid == -1Dave Airlie2020-02-251-0/+3
* glx/drisw: add getImageShm2 pathDave Airlie2020-02-251-6/+16
* drisw: Cache the depth of the X drawableAdam Jackson2020-01-231-3/+31
* drisw: Fix shared memory leak on drawable resizeAndreas Gottschling2019-09-271-0/+2
* drisw: Fix and simplify drawable setupAdam Jackson2019-09-271-34/+6
* drisw: Simplify GC setupAdam Jackson2019-09-271-25/+4
* Revert "glx: Implement GLX_EXT_no_config_context"Adam Jackson2019-09-261-1/+0
* glx: Implement GLX_EXT_no_config_contextAdam Jackson2019-09-231-0/+1
* 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