Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 05/30/2001 10:53:05
Module Name: pkgsrc
Committed By: drochner
Date: Wed May 30 07:53:04 UTC 2001
Modified Files:
pkgsrc/graphics/Mesa: Makefile.common
pkgsrc/graphics/MesaLib: Makefile distinfo
pkgsrc/graphics/MesaLib/patches: patch-ab
pkgsrc/graphics/glu: distinfo
pkgsrc/graphics/glu/patches: patch-aa
pkgsrc/graphics/glut: distinfo
Log Message:
update Mesa to 3.4.2
Bug fixes:
- deleting the currently bound texture could cause bad problems
- using fog could result in random vertex alpha values
- AA triangle rendering could touch pixels outside right window bound
- fixed byteswapping problem in clear_32bit_ximage() function
- fixed bugs in wglUseFontBitmapsA(), by Frank Warmerdam
- fixed memory leak in glXUseXFont()
- fragment sampling in AA triangle function was off by 1/2 pixel
- Windows: reading pixels from framebuffer didn't always work
- glConvolutionFilter2D could segfault or cause FP exception
- fixed segfaults in FX and X drivers when using tex unit 1 but not 0
- GL_NAND logicop didn't work right in RGBA mode
- fixed a memory corruption bug in vertex buffer reset code
- clearing the softwara alpha buffer with scissoring was broken
- fixed a few color index mode fog bugs
- fixed some bad assertions in color index mode
- fixed FX line 'stipple' bug #420091
Changes:
- optimized writing mono-colored pixel spans to X pixmaps
- increased max viewport size to 2048 x 2048
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/graphics/Mesa/Makefile.common
cvs rdiff -r1.7 -r1.8 pkgsrc/graphics/MesaLib/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/MesaLib/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/MesaLib/patches/patch-ab
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/glu/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/glu/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/glut/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.