X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Frelnotes-6.5.2.html;h=db2038ab06d6e2f88861077103c7fc48e481852b;hb=8dda3f2bcb5723518c284d502d224fe9c27122fc;hp=f582c3c593bb16144a935c6effe80108fb2e0203;hpb=ebe4c893f8c0e80fe474743574a377d460b5f3e8;p=mesa.git diff --git a/docs/relnotes-6.5.2.html b/docs/relnotes-6.5.2.html index f582c3c593b..db2038ab06d 100644 --- a/docs/relnotes-6.5.2.html +++ b/docs/relnotes-6.5.2.html @@ -8,17 +8,25 @@ -

Mesa 6.5.2 Release Notes / (in progress)

+

Mesa 6.5.2 Release Notes / December 2, 2006

-Mesa 6.5.2 is a 6.5 follow-on development release mostly consisting of -bug fixes. +Mesa 6.5.2 is a 6.5 follow-on development release with a few new features +but mostly consisting of bug fixes.

MD5 checksums

-TBD
+11a033b078e090b3caaeb467234fe299  MesaLib-6.5.2.tar.gz
+e4d894181f1859651658b3704633e10d  MesaLib-6.5.2.tar.bz2
+63bf1d444fa738cca52ce1043e284021  MesaLib-6.5.2.zip
+2b8f1375d16bda5f5a2304174cd5bcf7  MesaDemos-6.5.2.tar.gz
+e870efe98d3a50be01ab211b9b2e25d9  MesaDemos-6.5.2.tar.bz2
+d92cc6f5fee5ca75af0be04f9f4908f0  MesaDemos-6.5.2.zip
+8d4d77e3a7132f4217bbc7c1ab157030  MesaGLUT-6.5.2.tar.gz
+e84edbb11c69c8e408dfadd2ed08e95b  MesaGLUT-6.5.2.tar.bz2
+c6d7134843ed5faf11f6686ecb5d2a2e  MesaGLUT-6.5.2.zip
 
@@ -49,7 +57,10 @@ copy texturing).
  • radeon
  • savage
  • mga
  • +
  • tdfx
  • +
  • Added support for ARB_occlusion_query to the tdfx driver (Ian +Romanick).
  • Bug fixes

    @@ -67,6 +78,9 @@ copy texturing).
  • Fixed glGetVertexAttribfvARB bug 8883
  • Implemented glGetUniform[fi]vARB() functions
  • Fixed glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) segfault (bug 9044) +
  • Fixed some gluBuild2DMipmaps() bugs (Greg McGarragh) +
  • Fixed broken "mgl" name mangling +
  • Indirect rending was broken for glMap* functions (bug 8899)