summaryrefslogtreecommitdiffstats
path: root/src/glx/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")Jon Turney2016-09-151-0/+14
* glx/glvnd: automake: include all the sources in libglx_la_SOURCESEmil Velikov2016-05-301-2/+5
* glx: Implement the libglvnd interface.Kyle Brenneman2016-05-301-2/+17
* glx: implement GLX part of interop interface (v2)Marek Olšák2016-04-201-0/+1
* glx/dri3: Convert to use dri3 helper in loader libraryBoyan Ding2015-11-171-1/+1
* loader: Add dri3 helperBoyan Ding2015-11-171-0/+2
* glx: Don't hard-code the name "libGL.so.1" in driOpenDriver (v3)Kyle Brenneman2015-10-021-0/+1
* glx: use ARRAY_SIZE from macros.hBrian Paul2015-03-041-0/+1
* mesa: Add scons files to distribution.Matt Turner2014-12-121-0/+2
* glx: Add headers to distribution.Matt Turner2014-12-121-3/+21
* glx: Alphabetize source lists.Matt Turner2014-12-121-40/+40
* glx: Fix build since 679c2ef "glx/drisw: add support for DRI2rendererQueryExt...Jon TURNEY2014-08-211-3/+3
* Fix build of appleglxJon TURNEY2014-05-231-3/+8
* Make DRI dependencies and build depend on the targetJon TURNEY2014-05-231-6/+22
* Fix build for darwinJon TURNEY2014-05-231-1/+1
* automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray2014-04-051-1/+1
* automake: ask the linker to do garbage collectionEmil Velikov2014-03-311-0/+1
* automake: add -Wl,--no-undefined to all librariesEmil Velikov2014-03-311-1/+3
* automake: do not use symbols names for static glapi.laEmil Velikov2014-03-111-5/+3
* build: Share the all-local rule for linking libraries into the build dirKristian Høgsberg2014-01-291-6/+1
* dri2: Trust our own driver name lookup over the server's.Eric Anholt2014-01-271-1/+1
* glx: link loader util lib only when building with dri3Emil Velikov2014-01-231-1/+1
* glx: use the loader util libEmil Velikov2014-01-181-2/+3
* loader: introduce the loader util libEmil Velikov2014-01-181-0/+1
* glx: conditionaly build dri3 and present loader (v3)Armin K2013-11-091-2/+6
* Add DRI3+Present loaderKeith Packard2013-11-071-0/+2
* glx/dri2: Add DRI2 support for GLX_MESA_query_rendererIan Romanick2013-11-071-0/+1
* glx: Add functions and GLX plumbing for GLX_MESA_query_rendererIan Romanick2013-11-071-0/+1
* glx: Build with VISIBILITY_CFLAGS in automakeAdam Jackson2013-03-211-0/+1
* build: Clean glx Makefile.amMatt Turner2012-08-221-4/+1
* build/glx: fix include paths for out-of-tree buildsChristopher James Halse Rogers2012-08-131-0/+2
* automake: Honor GL_LIB for mangled/custom lib namesBrad King2012-07-231-20/+7
* glx: build tests after libglx.laMatt Turner2012-07-171-1/+1
* automake: convert libglapiJon TURNEY2012-07-131-1/+1
* glx: Move tests from tests/glx to src/glx/testsIan Romanick2012-06-131-0/+2
* glx: Hook up the unit tests again using the internal gtest.Eric Anholt2012-04-121-3/+6
* Use -no-undefined libtool flag in src/glx/Makefile.amJon TURNEY2012-03-281-1/+1
* glx: Fix glXGetProcAddress() of global glX symbols post-automake conversion.Eric Anholt2012-03-211-0/+1
* shared-glapi: Convert to automakeKristian Høgsberg2012-03-191-1/+1
* glx: Also put a symlink from libGL.so in lib/ for now.Johannes Obermayr2012-03-071-0/+1
* glx: Convert to automake.Eric Anholt2012-02-291-0/+122