specification - a system for rendering interactive 3D graphics.
This is the OpenGL Utility Library component of the distribution.
2024-01-13 21:07:34 byTaylor R Campbell |Files touched by this commit (24) |
Log message:*/builtin.mk: Use ${_CROSS_DESTDIR:U} for build-time file checks.These are questions about the target system, whose files atbuild-time are all relative to ${_CROSS_DESTDIR} if it is defined,i.e., if USE_CROSS_COMPILE is set to yes.No change to native builds because ${_CROSS_DESTDIR:U} is empty inthem. (Possible minor change by adding :Q to ${H_FOO} in commandlines, but if this makes a difference it likely fixes problems.) |
2023-08-24 13:35:49 byThomas Klausner |Files touched by this commit (5) | |
Log message:glu: update to 9.0.3.glu 9.0.3drop autotoolsRemove deprecated register in C++17apple: Fix compatibility version and current version of meson build to be...pkgconfig: meson build should match autotools requirespkgconfig: Drop unneeded lines from autotools buildpkgconfig: Depend on opengl when built with libglvnd |
2021-10-26 12:47:26 byNia Alarie |Files touched by this commit (800) |
Log message:graphics: Replace RMD160 checksums with BLAKE2s checksumsAll checksums have been double-checked against existing RMD160 andSHA512 hashes |
2021-10-07 16:13:27 byNia Alarie |Files touched by this commit (800) |
Log message:graphics: Remove SHA1 hashes for distfiles |
2021-08-11 22:40:55 byNia Alarie |Files touched by this commit (3) | |
Log message:glu: update to 9.0.2The main change is the removal of a now-useless and accidentallyGPL2 header file. |
2019-11-02 23:38:06 byRoland Illig |Files touched by this commit (114) |
Log message:graphics: align variable assignmentspkglint -Wall -F --only aligned --only indent -rNo manual corrections. |
2019-09-01 12:57:27 byNia Alarie |Files touched by this commit (1) |
Log message:glu: correct path to mesa |
2019-08-31 14:43:20 byNia Alarie |Files touched by this commit (2) |
Log message:glu: Update to 9.0.1Changes:Amarnath Valluri (1): libutils/mipmap.c: Fixed possible memory leakJohn Hein (1): pkgconfig: Include -I path for glu itselfKrzysztof Kosiński (1): Remove all uses of the register keyword.Matt Turner (4): Add -D(N)DEBUG to CFLAGS dependent on --enable-debug libutil: Include stddef.h for NULL Switch from bz2 to xz glu 9.0.1Mike Gorchak (1): glu: initialize PriorityQ::order field to NULL in pqNewPriorityQ() |