summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2016-03-28Merge pull request #79 from kbrenneman/replace-x11glvnd-v2.Kyle Brenneman1-1/+0
2016-03-28Merge pull request #74 from kbrenneman/libglx-abi-version-1.Kyle Brenneman1-1/+1
2016-03-24Remove the x11glvnd extension.Kyle Brenneman1-1/+0
2016-03-21Merge pull request #72 from evelikov/remove-elf-filteringKyle Brenneman1-33/+0
2016-03-14Merge pull request #70 from evelikov/build-cleanups-round2Kyle Brenneman1-48/+13
2016-03-02Bump the package version to 0.1.0.Kyle Brenneman1-1/+1
2016-03-02Remove auxiliary ELF symbol filteringEmil Velikov1-31/+0
2016-03-02configure.ac: remove unneeded AC_PATH_XEmil Velikov1-3/+0
2016-03-02configure.ac: remove unneeded AC_CHECK_HEADERS callEmil Velikov1-1/+0
2016-03-02configure.ac: remove useless AC_CHECK_FUNCS lineEmil Velikov1-1/+0
2016-03-02configure.ac: remove posix type checksEmil Velikov1-3/+0
2016-03-02configure.ac: remove malloc/realloc function checksEmil Velikov1-2/+0
2016-03-02configure.ac: remove checks for types/keywords part of the C99 standardEmil Velikov1-5/+0
2016-03-02configure.ac: make use of MKDIR_P macroEmil Velikov1-0/+1
2016-03-02configure.ac: remove unneeded AC_PROG_AWKEmil Velikov1-1/+0
2016-03-02configure.ac: use standard macro to set compiler C99 modeEmil Velikov1-1/+6
2016-03-02configure.ac: check for python2.7 exectableEmil Velikov1-1/+1
2016-03-02configure.ac: fix comment typoEmil Velikov1-1/+1
2016-03-02configure.ac: remove unused conditionalsEmil Velikov1-6/+0
2016-03-02configure.ac: remove sparc asm handlingEmil Velikov1-12/+0
2016-02-29configure.ac: remove unset enable_{32,64}bit variablesEmil Velikov1-2/+2
2016-02-29configure.ac: remove the disable-asm when cross-compiling limitationEmil Velikov1-9/+0
2016-02-29configure.ac: save/restore the user LDFLAGSEmil Velikov1-0/+2
2016-02-25Remove the makefile for glvnd_pthread.Kyle Brenneman1-1/+0
2016-02-11Fix a typo: plaforms -> platformsFelix Yan1-2/+2
2016-02-09Check for glproto in configure.acLuca Boccassi1-0/+1
2016-01-13Added a pkgconfig file for the public header files.Kyle Brenneman1-1/+2
2016-01-13Install the public header files.Kyle Brenneman1-0/+1
2015-11-20Implement GLESv1.Kyle Brenneman1-0/+1
2015-11-13Implement GLESv2.Kyle Brenneman1-0/+1
2015-08-11libGLdispatch: Put the different entrypoint types into different C files.Kyle Brenneman1-9/+49
2015-08-11Split u_current.c into separate TLS and TSD files.Kyle Brenneman1-0/+1
2015-07-31libOpenGL: Fix the linker flags for libOpenGL.Kyle Brenneman1-0/+5
2015-07-29libglvnd: Add support for ARMv7Damien Leone1-1/+8
2015-07-08Add an --enable-debug configure option.Kyle Brenneman1-0/+3
2015-05-28libGLdispatch: Work on adding x86-64 TSD stubs.Kyle Brenneman1-1/+8
2015-03-30Fixed a couple of config messages.Kyle Brenneman1-2/+2
2015-03-27Build fixes, mostly for old systems and compilers.Kyle Brenneman1-0/+45
2015-03-25Disable the x86 TLS version of GLdispatch.Kyle Brenneman1-5/+10
2015-03-19configure.ac: change contact emailAaron Plattner1-1/+1
2013-12-04Add a configure option to build libGL with ELF symbol filteringBrian Nguyen1-0/+31
2013-12-04Re-implement libGL such that ELF symbol filtering is optionalBrian Nguyen1-0/+1
2013-11-25Remove superfluous glapi AM_CONDITIONAL()sBrian Nguyen1-8/+0
2013-11-25Downgrade required autoconf to 2.63 to allow building on RHEL 6.4Brian Nguyen1-1/+1
2013-09-27[build] make mapi a subdirectory of vnd-glapiAaron Plattner1-2/+2
2013-09-26[build] don't try to create src/GLdispatch/mapi makefilesAaron Plattner1-3/+0
2013-09-26[build] enable silent rules by defaultAaron Plattner1-1/+2
2013-09-26[build] reorder SUBDIRS to only recurse onceAaron Plattner1-0/+1
2013-08-26[tests] Add a GLX_dummy dummy vendor libraryBrian Nguyen1-1/+2
2013-08-26[tests] Add basic test infrastructureBrian Nguyen1-1/+2