summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-21glu 9.0.3HEADglu-9.0.3masterEric Engestrom1-1/+1
2023-07-21drop autotoolsEric Engestrom4-411/+0
2023-01-13Remove deprecated register in C++17Khem Raj1-2/+2
2022-06-17apple: Fix compatibility version and current version of meson build to be com...Jeremy Huddleston Sequoia1-0/+1
2021-07-08pkgconfig: meson build should match autotools requiresKevin Bowling1-0/+1
2021-07-08pkgconfig: Drop unneeded lines from autotools buildKevin Bowling1-2/+0
2021-07-07pkgconfig: Depend on opengl when built with libglvndKevin Bowling1-1/+1
2021-06-24glu 9.0.2glu-9.0.2Matt Turner2-3/+3
2021-06-24Check the definition instead of the extension to which it belongsNicolas Caramelli1-1/+3
2021-06-24Remove glu_mangle.hMatt Turner4-95/+2
2021-06-23Makefile: Distribute Meson files as part of the dist tarballDylan Baker1-0/+3
2021-06-23Add Meson build systemDylan Baker3-0/+164
2021-06-23editorconfig: Add configuration for MesonDylan Baker1-0/+6
2021-06-23build: Add support for libglvndKevin Bowling2-21/+39
2020-10-08build: fix the debug parameter to properly handle --disable-debugLucas Stach1-2/+5
2019-07-23glu 9.0.1glu-9.0.1Matt Turner1-1/+1
2019-07-23Switch from bz2 to xzMatt Turner1-1/+1
2019-07-23libutil: Include stddef.h for NULLMatt Turner1-0/+1
2019-07-23pkgconfig: Include -I path for glu itselfJohn Hein1-0/+1
2019-06-04Remove all uses of the register keyword.Krzysztof Kosiński6-81/+79
2016-06-10libutils/mipmap.c: Fixed possible memory leakAmarnath Valluri1-0/+2
2013-02-21Add -D(N)DEBUG to CFLAGS dependent on --enable-debugMatt Turner1-3/+4
2013-01-02glu: initialize PriorityQ::order field to NULL in pqNewPriorityQ()Mike Gorchak1-0/+1
2012-09-17build: Put correct thing in glu.pc's Requires:glu-9.0.0Matt Turner2-1/+4
2012-09-17build: Don't check for osmesa.h since it's not usedMatt Turner1-3/+0
2012-09-17build: Fix white spaceMatt Turner1-3/+3
2012-08-29build: Add --enable-debug configure flagMatt Turner1-0/+7
2012-08-28Bump version to 9.0.0.Matt Turner1-1/+1
2012-08-28build: Update glu.pc.in now that its out of MesaMatt Turner1-8/+6
2012-08-28built: Add EXTRA_DIST and header installationMatt Turner1-0/+110
2012-08-28build: Check for and add visibility compiler flagsMatt Turner2-3/+30
2012-08-28build: Allow linking against OSMesa instead of libGLMatt Turner2-6/+24
2012-08-28Add .gitignoreMatt Turner1-0/+48
2012-08-28build: Set AM_C* instead of CFLAGS/CPPFLAGSMatt Turner2-4/+10
2012-08-28build: Use LT_PREREQ/LT_INIT instead of AC_PROG_LIBTOOLMatt Turner1-1/+3
2012-08-28build: Add '&component=GLU' to Bugzilla linkMatt Turner1-1/+1
2012-08-28build: Move glu.pc from AC_CONFIG_FILES to AC_OUTPUTMatt Turner1-1/+1
2012-08-28Add an autotools build system for libGLU.Kenneth Graunke3-0/+208
2012-05-21glu: fix two Clang warningsLukas Rössler2-2/+2
2011-11-09glu: Fix deprecated conversion from string constant to ‘char*’ warning.José Fonseca2-2/+2
2011-08-30glu: Fix build on mingw-w64.José Fonseca1-0/+6
2011-05-12glu: Fix _GLUfuncptr typedef.zhigang gong1-1/+1
2011-04-27sgi: Fix MSVC build.José Fonseca2-1/+5
2011-04-23glu: Fix linux buildJakob Bornecrantz1-1/+1
2011-04-23scons: Build glu.José Fonseca10-17/+45
2010-07-16glu/sgi: Remove dead initialization in extract565rev.Vinson Lee1-1/+1
2010-07-15glu/sgi: Remove dead initialization in extract565.Vinson Lee1-1/+1
2010-06-30glu: Fix some compiler warnings in libtessNeil Roberts8-13/+37
2010-03-12Grammar and spelling fixesJeff Smith2-2/+2
2010-02-25Revert "glu/sgi: Set freed pointer to NULL."Vinson Lee1-1/+0