summaryrefslogtreecommitdiff
path: root/graphics/glut
diff options
context:
space:
mode:
authoradam <adam>2007-08-12 15:14:46 +0000
committeradam <adam>2007-08-12 15:14:46 +0000
commit76fe1340f0f1cffe51ca06e88cd9083f2a5c1103 (patch)
tree72b79a6f839613cc2d13edc90230a76c294917db /graphics/glut
parenteab008a2b13941c2458abe67316c5097a9ad78fc (diff)
downloadpkgsrc-76fe1340f0f1cffe51ca06e88cd9083f2a5c1103.tar.gz
Changes 7.0.1:
New features: * Added a bluegene-osmesa build config Bug fixes: * Added a few missing OpenGL 2.0 API entrypoints * Fixed glDrawPixels(GL_STENCIL_INDEX) pixel transfer * GLSL bug fix: added vec2(vec4) constructor * GLSL bug fix: .strq and .rgba writemasks didn't always work * Stencil pixel map didn't always work for glDrawPixels * Fixed polygon stipple bug in i915 driver * Binding a zero-sized texture didn't disable texturing * Queries of GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH didn't include the terminating zero * glXChooseFBConfig() in Xlib driver didn't handle GLX_STEREO flag properly * Fixed a GLSL function call bug * glPointParameteriv(GL_DISTANCE_ATTENUATION_EXT) didn't work * glGetAttribLocation() always returned 1 * Fixed a few memory-related bugs in GLU library Changes 7.0.0: New features: * OpenGL 2.0 and 2.1 API support. Bug fixes: * Fixed a few fog-related bugs. * Fixed broken GLSL mix() function. * Fixed broken GLSL exp() functions. * Fixed GLSL mod4(vec4, vec4) bug. * Implemented GLSL asin(), acos(), atan() functions. * Fixed an R300 driver bug that caused Xorg composite manager to crash * Fixed R300 vertex program/matrix bug * GLSL dFdx() and dFdy() work for fragment program inputs now (texcoords) * Specifying an invalid texture unit as a sampler could lead to a crash * The GLX protocol request for glXDestroyPBuffer() was incorrect * ARB vp state.light[n].half value was incorrect * Fixed a positional light source bug * Fixed point size attenuation problem * glPopAttrib didn't restore texture object's LOD bias * Fixed a TLS / TEXTREL problem
Diffstat (limited to 'graphics/glut')
-rw-r--r--graphics/glut/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile
index 6cfb1484b5b..0cbf4d6e11b 100644
--- a/graphics/glut/Makefile
+++ b/graphics/glut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2006/12/15 18:41:16 joerg Exp $
+# $NetBSD: Makefile,v 1.48 2007/08/12 15:14:49 adam Exp $
PKGNAME= glut-${MESA_VERSION}
COMMENT= GLUT Graphics library similar to SGI's OpenGL
@@ -19,7 +19,7 @@ INSTLIBS= ${WRKSRC}/src/glut/glx/libglut.la
.include "../../graphics/glu/buildlink3.mk"
pre-build:
- cd ${WRKSRC} && ${RM} -fr src/mesa src/glu src/glw progs
+ cd ${WRKSRC} && rm -fr src/mesa src/glu src/glw progs
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include/GL