2015-04-03 03:00:52 by Tobias Nygren | Files touched by this commit (14) | |
Log message:
Update to glut-8.0.1.
Like the graphics/glu update, this makes glut independent of MesaLib.
This is MesaGLUT-7.9.2 base, with patches from FDO git to add autoconf
glue, that brings it to 8.0.1.
pkgsrc change: use libtool instead of glut's "mklib" shellscript.
|
2013-05-16 16:43:13 by Richard PALO | Files touched by this commit (1) | |
Log message:
update missing entry in glut/PLIST
|
2013-05-16 07:28:13 by Richard PALO | Files touched by this commit (4) |
Log message:
upgrade to glut-7.11.2
|
2009-08-25 09:29:18 by Hasso Tepper | Files touched by this commit (2) |
Log message:
Bump PKGREVISION to fix pkg-config files as noted by obache@ in the PR 41895.
|
2009-07-08 22:00:58 by Hasso Tepper | Files touched by this commit (11) |
Log message:
Update to 7.4.4. Make software ratserizer actually work. Add one patch from
upstream repo to fix null pointer dereference.
Changes in 7.4.4:
* Fixed i965/i915 segfault in screen destruction (bug 22408)
Changes in 7.4.3:
* Fixed texture object reference counting bug (bug 21756)
* Allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT
point (SF bug 2793846)
* Added missing glGet case for GL_VERTEX_ARRAY_BINDING_APPLE
* Fixed some OSMesa build issues
* Fixed a vertex buffer object crash
* Fixed broken glTexImage3D() when image type = GL_BITMAP
* Fixed some GLSL preprocessor bugs
* Fixed framebuffer mem leak in i945/i965 DRI drivers
* Fixed texture coordinate repeat bug in swrast (bug 21872)
* Fixed incorrect viewport clamping (lower bound is zero, not one)
* GLX fix for glean's makeCurrent test case
|
2009-06-14 19:59:32 by Joerg Sonnenberger | Files touched by this commit (263) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-06-11 09:23:24 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix .pc file. Bump PKGREVISION.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-02-01 17:22:54 by Quentin Garnier | Files touched by this commit (1) |
Log message:
Restore the value of BUILTIN_PKG after checking for the rest of Mesa, so
that the logic x11.builtin.mk doesn't set variables for the wrong package.
Noted by Obata-san.
|
2009-01-16 08:55:17 by OBATA Akio | Files touched by this commit (1) |
Log message:
GL/glut.h include GL/glu.h, so need to include glu/buildlink3.mk.
|