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.5.html 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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.5 Release Notes / date TBD</H1>
  7. <p>
  8. Mesa 7.5 is a new development release.
  9. </p>
  10. <p>
  11. Mesa 7.5 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 ardware acceleration.
  18. </p>
  19. <h2>MD5 checksums</h2>
  20. <pre>
  21. tbd
  22. </pre>
  23. <h2>New features</h2>
  24. <ul>
  25. <li>GL_ARB_framebuffer_object extension (software drivers, i965 driver)
  26. <li>Reworked two-sided stencil support.
  27. This allows a driver to support all three variations of two-sided stencil
  28. including GL_ATI_separate_stencil, GL_EXT_stencil_two_side and OpenGL 2.0
  29. <li>GL_EXT_vertex_array_bgra extension (software drivers, i965 driver)
  30. <li>GL_NV_texture_env_combine4 extension (software drivers, i965/i915 drivers)
  31. <li>GL_EXT_texture_swizzle extension (software drivers, i965 driver)
  32. <li>Updated SPARC assembly optimizations (David S. Miller)
  33. </ul>
  34. <h2>Bug fixes</h2>
  35. <ul>
  36. </ul>
  37. <h2>Changes</h2>
  38. <ul>
  39. <li>Remove support for GL_SGIX_shadow, GL_SGIX_shadow_ambient and
  40. GL_SGIX_depth_texture extensions. Superseded by the ARB versions.
  41. </ul>
  42. </body>
  43. </html>