summaryrefslogtreecommitdiff
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* glx: fix glvnd pointer typesEric Engestrom2019-06-202-3/+3
* glx: drop misleading comment about the file being "generated"Eric Engestrom2019-06-201-4/+0
* glx/windows: Fix compilation with -Werror-formatJon Turney2019-06-072-5/+5
* glx: Fix error message when no driverName is availableCaio Marcelo de Oliveira Filho2019-06-041-1/+1
* Revert "glx: Fix synthetic error generation in __glXSendError"Timothy Arceri2019-05-081-2/+2
* delete autotools input filesEric Engestrom2019-04-291-9/+0
* delete autotools .gitignore filesEric Engestrom2019-04-292-6/+0
* glx: Fix synthetic error generation in __glXSendErrorHal Gentz2019-04-291-2/+2
* Delete autotoolsDylan Baker2019-04-154-317/+0
* drisw: Try harder to probe whether MIT-SHM worksAdam Jackson2019-04-091-4/+21
* dri3: Return the current swap interval from glXGetSwapIntervalMESA().Eric Anholt2019-04-012-3/+1
* glx: add support for GLX_ARB_create_context_no_error (v3)Grigori Goronzy2019-03-128-1/+96
* glx/meson: use full include path for dri_interface.hEric Engestrom2019-03-085-6/+5
* 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/test: meson: assorted include fixesEmil Velikov2018-12-121-2/+2
* glx: meson: wire up the dispatch-index-check testEmil Velikov2018-12-121-0/+5
* glx: meson: drop includes from a link-only libraryEmil Velikov2018-12-121-1/+0
* TODO: glx: meson: build dri based glx tests, only with -Dglx=driEmil Velikov2018-12-121-18/+15
* glx: Fix compilation with GLX_USE_WINDOWSGLJon Turney2018-12-151-2/+4
* glx: mandate xf86vidmode only for "drm" dri platformsEmil Velikov2018-12-131-2/+4
* meson: Add tests to suitesDylan Baker2018-11-201-1/+2
* glx: make xf86vidmode mandatory for direct renderingEmil Velikov2018-11-204-20/+3
* loader: Factor out the common driver opening logic from each loader.Eric Anholt2018-11-164-90/+8
* glx: Move DRI extensions pointer loading to driOpenDriver().Eric Anholt2018-11-166-52/+26
* glx: Remove an old DEFAULT_DRIVER_DIR default.Eric Anholt2018-11-162-6/+2
* glx: Demand success from CreateContext requests (v2)Adam Jackson2018-11-071-38/+55
* glx: be explicit about when mapping X <> GLX visualsEmil Velikov2018-11-011-3/+6
* glx: remove unused __glXPreferEGL() declarationEmil Velikov2018-11-011-2/+0
* glx: Add missing include guardsMichał Janiszewski2018-10-303-0/+16
* apple/glx/log: added missing va_end() after va_copy()Andrii Simiklit2018-09-061-0/+1
* glx: GLX_MESA_multithread_makecurrent is direct-onlyAdam Jackson2018-08-091-1/+1
* automake: require shared glapi when using DRI based libGLEmil Velikov2018-08-081-4/+1
* Make glXChooseFBConfig handle unspecified sRGB correctlyJon Turney2018-07-312-2/+3
* glx: Don't allow glXMakeContextCurrent() with only one valid drawableAdam Jackson2018-07-091-0/+7
* glx: Fix number of property values to read in glXImportContextEXTMichel Dänzer2018-06-051-1/+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-302-24/+144
* meson: allow empty sources when using link_wholeDylan Baker2018-04-241-8/+1
* meson: fix warnings about comparing unlike typesDylan Baker2018-04-062-2/+2
* x11: Only report supported DRI3/Present versionsDaniel Stone2018-03-301-6/+16
* dri3: Don't fail on version mismatchDaniel Stone2018-03-201-2/+6
* glx: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-124-30/+0
* glx: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-124-48/+0
* egl/x11: Re-allocate buffers if format is suboptimalLouis-Francis Ratté-Boulianne2018-03-091-1/+3
* egl/x11: Support DRI3 v1.1Louis-Francis Ratté-Boulianne2018-03-091-1/+9
* glx/apple: Ship meson build file in tarballThierry Reding2018-03-081-1/+3
* glx/dri: Add a driconf option to disable GLX_SGI_video_syncThomas Hellstrom2018-03-082-4/+11
* loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom2018-02-201-0/+11