summaryrefslogtreecommitdiffstats
path: root/src/glx/tests
Commit message (Expand)AuthorAgeFilesLines
* glx: use anonymous namespace to avoid -Wodr issues when building with LTO ena...Eric Engestrom2020-04-041-6/+8
* glx: fix 630 times -Wlto-type-mismatch when building with LTO enabledEric Engestrom2020-04-041-618/+618
* Revert "glx: Implement GLX_EXT_no_config_context"Adam Jackson2019-09-261-0/+9
* glx: Implement GLX_EXT_no_config_contextAdam Jackson2019-09-231-9/+0
* glx: Sync <GL/glxext.h> with KhronosAdam Jackson2019-08-221-2/+0
* mesa: Rename GLX_USE_TLS to USE_ELF_TLS.Bas Nieuwenhuizen2019-08-031-1/+1
* delete autotools .gitignore filesEric Engestrom2019-04-291-1/+0
* Delete autotoolsDylan Baker2019-04-151-40/+0
* glx/meson: use full include path for dri_interface.hEric Engestrom2019-03-082-3/+2
* 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
* meson: Add tests to suitesDylan Baker2018-11-201-1/+2
* glx/test: fix building for osxJon Turney2018-02-022-0/+16
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* meson: add variable for including include/GL/internalDylan Baker2018-01-111-2/+2
* meson: Use consistent style for testsDylan Baker2018-01-111-11/+11
* meson: fix glx-test raceDylan Baker2017-12-131-1/+1
* meson: build glxDylan Baker2017-10-091-0/+49
* make: Don't traverse backwards through include directories.Dylan Baker2017-10-092-1/+2
* glx/tests: automake: add dispatch-index-check to the tarballEmil Velikov2017-02-281-0/+1
* check: add support for running test as standaloneEric Engestrom2017-02-261-0/+5
* check: make any failure fatalEric Engestrom2017-02-261-0/+1
* check: mark two tests are requiring bashEric Engestrom2017-02-261-1/+1
* glx: add GLXdispatchIndex sort checkEric Engestrom2017-02-242-1/+25
* glx: fix error code when there is no context boundBernard Kilarski2016-08-151-1/+14
* glx: Don't enclose includes inside `extern "C" { }`.Jose Fonseca2016-04-265-10/+0
* glxl/tests: Use X11_INCLUDES instead of X11_CFLAGSJon TURNEY2015-09-071-1/+1
* glx: remove support for non-multithreaded platformsEmil Velikov2015-03-111-1/+1
* Revert "glx: remove support for non-multithreaded platforms"Emil Velikov2015-03-061-1/+1
* glx: remove support for non-multithreaded platformsEmil Velikov2015-03-061-1/+1
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-051-2/+0
* glx/tests: add -I src/ to fix make checkBrian Paul2015-03-041-0/+1
* glx/tests: Add headers to distribution.Matt Turner2014-12-121-0/+2
* Make DRI dependencies and build depend on the targetJon TURNEY2014-05-231-1/+5
* glx/tests: Partially revert commit 51e3569573a7b3f8da0df093836761003fcdc414Emil Velikov2014-05-101-3/+3
* glx/tests: explicitly set __DRI2rendererQueryExtension membersEmil Velikov2014-04-281-4/+4
* glx: cleanup unneeded headersEmil Velikov2014-03-111-1/+0
* glx/tests: honor enable-driglx-direct configure flagJon TURNEY2014-03-111-0/+4
* glx/tests: Provide __glXGetCurrentContext() stub when neededJon TURNEY2013-11-191-0/+8
* glx: change query_renderer_integer() value param to unsignedBrian Paul2013-11-111-1/+2
* glx/tests: Add unit tests for the DRI2 part of GLX_MESA_query_rendererIan Romanick2013-11-073-6/+314
* glx/tests: Add unit tests for the GLX part of GLX_MESA_query_rendererIan Romanick2013-11-073-1/+449
* glx/tests: Add GetGLXScreenConfigs_called flagIan Romanick2013-11-071-0/+4
* glx/tests: Silence warnings after adding fields to glx_screen_vtableIan Romanick2013-11-071-2/+6
* mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpointTomasz Lis2013-07-181-2/+6
* glx: Store the RENDER_TYPE in indirect renderingTomasz Lis2013-07-182-16/+16
* tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr2013-01-131-5/+5
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-122-308/+308
* dispatch: Include glheader.h in dispatch-related files.Paul Berry2012-11-011-1/+1
* build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner2012-10-011-1/+2