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.9.html 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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.9 Release Notes / date TBD</H1>
  7. <p>
  8. Mesa 7.9 is a new development release.
  9. People who are concerned with stability and reliability should stick
  10. with a previous release or wait for Mesa 7.9.1.
  11. </p>
  12. <p>
  13. Mesa 7.9 implements the OpenGL 2.1 API, but the version reported by
  14. glGetString(GL_VERSION) depends on the particular driver being used.
  15. Some drivers don't support all the features required in OpenGL 2.1.
  16. </p>
  17. <p>
  18. See the <a href="install.html">Compiling/Installing page</a> for prerequisites
  19. for DRI hardware acceleration.
  20. </p>
  21. <h2>MD5 checksums</h2>
  22. <pre>
  23. tbd
  24. </pre>
  25. <h2>New features</h2>
  26. <ul>
  27. <li>New, improved GLSL compiler written by Intel.
  28. See the <a href="shading.html"> Shading Language</a> page for
  29. more information.
  30. <li>GL_EXT_timer_query extension (i965 driver only)
  31. <li>GL_EXT_framebuffer_multisample extension (intel drivers, MAX_SAMPLES = 1)
  32. <li>GL_ARB_texture_swizzle extension (alias of GL_EXT_texture_swizzle)
  33. <li>GL_ARB_draw_elements_base_vertex, GL_ARB_fragment_program_shadow
  34. and GL_EXT_draw_buffers2 in Gallium drivers
  35. </ul>
  36. <h2>Bug fixes</h2>
  37. <ul>
  38. </ul>
  39. <h2>Changes</h2>
  40. <ul>
  41. <li>The Mesa demo/test programs have been moved into a separate git
  42. repository.
  43. </ul>
  44. </body>
  45. </html>