Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

relnotes-7.4.2.html 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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 7.4.2 Release Notes / May 15, 2009</H1>
  7. <p>
  8. Mesa 7.4.2 is a stable development release fixing bugs since the 7.4.1 release.
  9. </p>
  10. <p>
  11. Mesa 7.4.2 implements the OpenGL 2.1 API, but the version reported by
  12. glGetString(GL_VERSION) depends on the particular driver being used.
  13. Some drivers don't support all the features required in OpenGL 2.1.
  14. </p>
  15. <p>
  16. See the <a href="install.html">Compiling/Installing page</a> for prerequisites
  17. for DRI hardware acceleration.
  18. </p>
  19. <h2>MD5 checksums</h2>
  20. <pre>
  21. 172f5193154dad731387f97bd44ab68f MesaLib-7.4.2.tar.gz
  22. b10a76e32bde4645cfc34ea0416d7d8b MesaLib-7.4.2.tar.bz2
  23. cc6dfc2efd424cc342b84e6bcd78ce5d MesaLib-7.4.2.zip
  24. 182a7e78aa7a480b3650a5c956dbddd1 MesaDemos-7.4.2.tar.gz
  25. bf559a0485667a3bfa4513a23501579b MesaDemos-7.4.2.tar.bz2
  26. 5379e622b65e8c22022dba34aeb6f4f9 MesaDemos-7.4.2.zip
  27. 7cc43c1c35bf6a279a16e063dea3b8c5 MesaGLUT-7.4.2.tar.gz
  28. e0dfc44d537904a030861e5b3c760c11 MesaGLUT-7.4.2.tar.bz2
  29. 4a6cf5bbbac190d6ba97448b3098b7f4 MesaGLUT-7.4.2.zip
  30. </pre>
  31. <h2>Bug fixes</h2>
  32. <ul>
  33. <li>Fixed segfault when rendering to front buffer with DRI 1.
  34. <li>Fixed swrast texture rectangle bug when wrap mode = GL_CLAMP_TO_BORDER and
  35. filter mode = GL_LINEAR. (bug 21461)
  36. <li>Fixed texture object mem leak during context destruction.
  37. <li>Fixed a state validation bug in glCopyTex[Sub]Image()
  38. <li>Fixed some i965 GLSL bugs.
  39. <li>Fixed an R300 driver texture object bad memory reference.
  40. </ul>
  41. <h2>Driver Status</h2>
  42. <pre>
  43. Driver Status
  44. ---------------------- ----------------------
  45. DRI drivers varies with the driver
  46. XMesa/GLX (on Xlib) implements OpenGL 2.1
  47. OSMesa (off-screen) implements OpenGL 2.1
  48. Windows/Win32 implements OpenGL 2.1
  49. Glide (3dfx Voodoo1/2) implements OpenGL 1.3
  50. SVGA unsupported
  51. Wind River UGL unsupported
  52. DJGPP unsupported
  53. GGI unsupported
  54. BeOS unsupported
  55. Allegro unsupported
  56. D3D unsupported
  57. </pre>
  58. </body>
  59. </html>