summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-30drisw/glx: implement getImageShmMarc-André Lureau1-1/+30
2018-05-30drisw/glx: use XShm if possibleMarc-André Lureau2-24/+144
2018-04-24meson: allow empty sources when using link_wholeDylan Baker1-8/+1
2018-04-06meson: fix warnings about comparing unlike typesDylan Baker2-2/+2
2018-03-30x11: Only report supported DRI3/Present versionsDaniel Stone1-6/+16
2018-03-20dri3: Don't fail on version mismatchDaniel Stone1-2/+6
2018-03-12glx: remove empty GLX_SGIX_swap_group stubsEmil Velikov4-30/+0
2018-03-12glx: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov4-48/+0
2018-03-09egl/x11: Re-allocate buffers if format is suboptimalLouis-Francis Ratté-Boulianne1-1/+3
2018-03-09egl/x11: Support DRI3 v1.1Louis-Francis Ratté-Boulianne1-1/+9
2018-03-08glx/apple: Ship meson build file in tarballThierry Reding1-1/+3
2018-03-08glx/dri: Add a driconf option to disable GLX_SGI_video_syncThomas Hellstrom2-4/+11
2018-02-20loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom1-0/+11
2018-02-05meson: build src/glx/appleJon Turney2-0/+65
2018-02-02meson: Don't confuse the install and search paths for dri driversDylan Baker1-2/+2
2018-02-02glx/test: fix building for osxJon Turney2-0/+16
2018-02-01meson: don't install windows headers on non-windows platformsMarc Dietrich1-1/+3
2018-02-01glx/apple: locate dispatch table functions to wrap by nameJon Turney1-7/+5
2018-02-01glx/apple: include util/debug.h for env_var_as_boolean prototypeJon Turney2-0/+2
2018-01-19autotools: include meson build files in tarballDylan Baker3-2/+4
2018-01-16glx: fix non-dri buildSamuel Thibault1-0/+4
2018-01-11meson: add variable for including include/GL/internalDylan Baker2-10/+4
2018-01-11meson: Use consistent style for testsDylan Baker1-11/+11
2018-01-11meson: Use consistent styleDylan Baker1-1/+4
2017-12-13meson: fix glx-test raceDylan Baker1-1/+1
2017-12-04meson: fix underlinkage without dri3Dylan Baker1-1/+2
2017-12-04meson: Reformat glx code to match more common styleDylan Baker1-5/+8
2017-12-01glx: Prepare driFetchDrawable for no-config contextsAdam Jackson3-8/+30