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.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. </ul>
  33. <h2>Bug fixes</h2>
  34. <ul>
  35. </ul>
  36. <h2>Changes</h2>
  37. <ul>
  38. <li>Remove support for GL_SGIX_shadow, GL_SGIX_shadow_ambient and
  39. GL_SGIX_depth_texture extensions. Superseded by the ARB versions.
  40. </ul>
  41. </body>
  42. </html>