Clone of mesa.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

relnotes-6.4.1.html 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <HTML>
  2. <TITLE>Mesa Release Notes</TITLE>
  3. <head><link rel="stylesheet" type="text/css" href="mesa.css"></head>
  4. <BODY>
  5. <body bgcolor="#eeeeee">
  6. <H1>Mesa 6.4.1 / November 29, 2006</H1>
  7. <p>
  8. Mesa 6.4.1 is a stable, bug-fix release.
  9. </p>
  10. <h2>MD5 checksums</h2>
  11. <pre>
  12. 698ceb574cf882b0226761f5913c0da9 MesaLib-6.4.1.tar.gz
  13. ea148c828ec6f645526451db1b8556f1 MesaLib-6.4.1.tar.bz2
  14. 42e93279468975ed2bf3111b8721e5d9 MesaLib-6.4.1.zip
  15. e3b0d50807fd2bdcd1a95aaddd786f13 MesaDemos-6.4.1.tar.gz
  16. 99df1fdcb98d391666b476ca6f1dda8a MesaDemos-6.4.1.tar.bz2
  17. b999d2c6d92fb4b7740a3dbd889348e3 MesaDemos-6.4.1.zip
  18. eadfe01fe5ddfb1eb8227dd567b31635 MesaGLUT-6.4.1.tar.gz
  19. bd003bb4f981a4f91dee4c38644d4f3f MesaGLUT-6.4.1.tar.bz2
  20. 71c401c037088bf688a88afdaeb3420f MesaGLUT-6.4.1.zip
  21. </pre>
  22. <h2>Bug fixes</h2>
  23. <ul>
  24. <li>redefining a vertex program string didn't take effect in TNL module
  25. <li>fixed occasional segfault upon vertex/fragment parsing error
  26. <li>vertex program LIT instruction didn't handle 0^0=1 correctly
  27. <li>fragment program fog option didn't work with glDrawPixels, glBitmap
  28. <li>USE_MGL_NAMESPACE didn't work for x86-64
  29. <li>OSMesa demos were missing from previous release tarballs
  30. <li>fixed problem with float->ushort conversion in glClear (bug 4992)
  31. <li>popping of GL_EYE_PLANE texgen state was broken (bug 4996)
  32. <li>popping of GL_SPOT_DIRECTION light state was broken (bug 5005)
  33. <li>fixed occasional triangle color interpolation problem on VMS
  34. <li>work around invalid free() call (bug 5131)
  35. <li>fixed BSD X server compilation problem by including stdint.h
  36. </ul>
  37. <h2>Driver Status</h2>
  38. <pre>
  39. Driver Status
  40. ---------------------- ----------------------
  41. DRI drivers varies with the driver
  42. XMesa (Xlib) implements OpenGL 1.5
  43. OSMesa (off-screen) implements OpenGL 1.5
  44. Windows/Win32 implements OpenGL 1.5
  45. Glide (3dfx Voodoo1/2) requires updates
  46. SVGA requires updates
  47. DJGPP requires updates
  48. GGI requires updates
  49. BeOS requires updates
  50. Allegro requires updates
  51. D3D requires updates
  52. </pre>
  53. </body>
  54. </html>