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.7.1.html 1013B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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.7.1 Release Notes / date tbd</H1>
  7. <p>
  8. Mesa 7.7.1 is a bug-fix release.
  9. </p>
  10. <p>
  11. Mesa 7.7.1 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. tbd
  22. </pre>
  23. <h2>New features</h2>
  24. <ul>
  25. <li>tbd
  26. </ul>
  27. <h2>Bug fixes</h2>
  28. <ul>
  29. <li>Assorted fixes to VMware SVGA gallium driver.
  30. <li>Fixed broken blending to multiple color buffers in swrast driver.
  31. <li>Allocate constants more tightly in GL_ARB_vertex/fragment parser.
  32. <li>Fixed mipmap generation bug caused by invalid viewport state.
  33. <li>Gallium SSE codegen for XPD didn't always work.
  34. </ul>
  35. </body>
  36. </html>