summaryrefslogtreecommitdiff
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* glx: Fix drawable lookup bugs in glXUseXFontAdam Jackson2019-09-191-16/+6
* glx: Avoid atof() when computing the server's GLX versionAdam Jackson2019-09-191-1/+2
* glx: Remove redundant null check.Bas Nieuwenhuizen2019-09-191-1/+1
* glx: Remove unused indirection for glx_context->fillImageAdam Jackson2019-09-123-21/+9
* glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX.Hal Gentz2019-09-042-1/+9
* Revert "glx: Unset the direct_support bit for GLX_EXT_import_context"Adam Jackson2019-08-301-1/+1
* glx: Unset the direct_support bit for GLX_EXT_import_contextAdam Jackson2019-08-271-1/+1
* glx: Fix up glXQueryGLXPbufferSGIX on macOS.Vinson Lee2019-08-231-1/+0
* glx: Make __glXGetDrawableAttribute return true sometimesAdam Jackson2019-08-221-1/+1
* glx: Sync <GL/glxext.h> with KhronosAdam Jackson2019-08-223-5/+3
* glx: Whitespace cleanupsAdam Jackson2019-08-221-2/+2
* glx: Add fields for color shiftsKevin Strasser2019-08-212-0/+5
* glx: Eliminate glx_config::{rgb,float,colorIndex}ModeAdam Jackson2019-08-204-37/+9
* glx: Remove unused glx_config::pixmapModeAdam Jackson2019-08-201-2/+0
* glx: convert glx_config_create_list to one big callocAdam Jackson2019-08-201-37/+26
* glx: convert a malloc+memset to callocAdam Jackson2019-08-201-2/+1
* glx: Fix parameter documentation of glx_config_create_listAdam Jackson2019-08-201-4/+0
* glx: drop unnecessary pointer deref for function callsEric Engestrom2019-08-044-46/+46
* mesa: Rename GLX_USE_TLS to USE_ELF_TLS.Bas Nieuwenhuizen2019-08-033-5/+5
* meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom2019-08-031-2/+5
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-2/+2
* meson: Test for random_r()Matt Turner2019-07-301-1/+1
* meson: allow building all glx without any driversDylan Baker2019-07-231-3/+3
* 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