summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-08-26Add libGL and libOpenGL filter librariesBrian Nguyen1-0/+2
2013-08-26[GLdispatch] Build mapiBrian Nguyen1-0/+11
2013-08-26Add x11glvnd X11 extensionBrian Nguyen1-0/+1
2013-08-26Add GLdispatch DSOBrian Nguyen1-0/+1
2013-08-26Implement glvnd_pthreadBrian Nguyen1-0/+1
2013-08-26Implement tracingBrian Nguyen1-1/+3
2013-08-26Add autotools infrastructure for libglvndBrian Nguyen1-0/+158