summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2019-09-30drisw: Fix shared memory leak on drawable resizeAndreas Gottschling1-0/+2
2019-09-04glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX.Hal Gentz2-1/+9
2019-08-20glx: Eliminate glx_config::{rgb,float,colorIndex}ModeAdam Jackson4-37/+9
2019-08-20glx: Remove unused glx_config::pixmapModeAdam Jackson1-2/+0
2019-08-20glx: convert glx_config_create_list to one big callocAdam Jackson1-37/+26
2019-08-20glx: convert a malloc+memset to callocAdam Jackson1-2/+1
2019-08-20glx: Fix parameter documentation of glx_config_create_listAdam Jackson1-4/+0
2019-08-04glx: drop unnecessary pointer deref for function callsEric Engestrom4-46/+46
2019-08-03mesa: Rename GLX_USE_TLS to USE_ELF_TLS.Bas Nieuwenhuizen3-5/+5
2019-08-03meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom1-2/+5
2019-08-03meson: replace libmesa_util with idep_mesautilEric Engestrom1-2/+2
2019-07-30meson: Test for random_r()Matt Turner1-1/+1
2019-07-23meson: allow building all glx without any driversDylan Baker1-3/+3
2019-06-20glx: fix glvnd pointer typesEric Engestrom2-3/+3
2019-06-20glx: drop misleading comment about the file being "generated"Eric Engestrom1-4/+0
2019-06-07glx/windows: Fix compilation with -Werror-formatJon Turney2-5/+5
2019-06-04glx: Fix error message when no driverName is availableCaio Marcelo de Oliveira Filho1-1/+1
2019-05-08Revert "glx: Fix synthetic error generation in __glXSendError"Timothy Arceri1-2/+2
2019-04-29delete autotools input filesEric Engestrom1-9/+0
2019-04-29delete autotools .gitignore filesEric Engestrom2-6/+0
2019-04-29glx: Fix synthetic error generation in __glXSendErrorHal Gentz1-2/+2
2019-04-15Delete autotoolsDylan Baker4-317/+0
2019-04-09drisw: Try harder to probe whether MIT-SHM worksAdam Jackson1-4/+21
2019-04-01dri3: Return the current swap interval from glXGetSwapIntervalMESA().Eric Anholt2-3/+1
2019-03-12glx: add support for GLX_ARB_create_context_no_error (v3)Grigori Goronzy8-1/+96
2019-03-08glx/meson: use full include path for dri_interface.hEric Engestrom5-6/+5
2019-02-28glx: fix shared memory leak in X11Ray Zhang1-0/+3
2019-01-25glx: add support for putimageshm2 path (v2)Dave Airlie1-7/+23
2018-12-12glx/test: meson: assorted include fixesEmil Velikov1-2/+2
2018-12-12glx: meson: wire up the dispatch-index-check testEmil Velikov1-0/+5
2018-12-12glx: meson: drop includes from a link-only libraryEmil Velikov1-1/+0
2018-12-12TODO: glx: meson: build dri based glx tests, only with -Dglx=driEmil Velikov1-18/+15
2018-12-15glx: Fix compilation with GLX_USE_WINDOWSGLJon Turney1-2/+4
2018-12-13glx: mandate xf86vidmode only for "drm" dri platformsEmil Velikov1-2/+4
2018-11-20meson: Add tests to suitesDylan Baker1-1/+2
2018-11-20glx: make xf86vidmode mandatory for direct renderingEmil Velikov4-20/+3
2018-11-16loader: Factor out the common driver opening logic from each loader.Eric Anholt4-90/+8
2018-11-16glx: Move DRI extensions pointer loading to driOpenDriver().Eric Anholt6-52/+26
2018-11-16glx: Remove an old DEFAULT_DRIVER_DIR default.Eric Anholt2-6/+2
2018-11-07glx: Demand success from CreateContext requests (v2)Adam Jackson1-38/+55
2018-11-01glx: be explicit about when mapping X <> GLX visualsEmil Velikov1-3/+6
2018-11-01glx: remove unused __glXPreferEGL() declarationEmil Velikov1-2/+0
2018-10-30glx: Add missing include guardsMichał Janiszewski3-0/+16
2018-09-06apple/glx/log: added missing va_end() after va_copy()Andrii Simiklit1-0/+1
2018-08-09glx: GLX_MESA_multithread_makecurrent is direct-onlyAdam Jackson1-1/+1
2018-08-08automake: require shared glapi when using DRI based libGLEmil Velikov1-4/+1
2018-07-31Make glXChooseFBConfig handle unspecified sRGB correctlyJon Turney2-2/+3
2018-07-09glx: Don't allow glXMakeContextCurrent() with only one valid drawableAdam Jackson1-0/+7
2018-06-05glx: Fix number of property values to read in glXImportContextEXTMichel Dänzer1-1/+1
2018-05-30glx/drisw: make the shm/non-shm loader extensions separately.Dave Airlie1-8/+24