Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

relnotes-7.5.html 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. People who are concerned with stability and reliability should stick
  10. with the 7.4.x branch or wait for Mesa 7.6.
  11. </p>
  12. <p>
  13. The main new feature of Mesa 7.5 is the
  14. <a href="http://www.tungstengraphics.com/wiki/index.php/Gallium3D"
  15. target="_parent">Gallium3D</a> infrastructure.
  16. </p>
  17. <p>
  18. Mesa 7.5 implements the OpenGL 2.1 API, but the version reported by
  19. glGetString(GL_VERSION) depends on the particular driver being used.
  20. Some drivers don't support all the features required in OpenGL 2.1.
  21. </p>
  22. <p>
  23. See the <a href="install.html">Compiling/Installing page</a> for prerequisites
  24. for DRI ardware acceleration.
  25. </p>
  26. <h2>MD5 checksums</h2>
  27. <pre>
  28. tbd
  29. </pre>
  30. <h2>New features</h2>
  31. <ul>
  32. <li>Gallium - this is the new architecture for OS-independent and
  33. API-independent 3D drivers.
  34. Gallium3D is intended for GPUs that fully support vertex/fragment shaders.
  35. The Gallium3D drivers currently included are:
  36. <ul>
  37. <li>softpipe - a software/reference driver
  38. <li>i915 - Intel 915/945 driver
  39. <li><a href="cell.html">Cell</a> - IBM/Sony/Toshiba Cell processor driver
  40. <li>nouveau - preliminary driver for NVIDIA GPUs (still under development)
  41. <li>r300 - preliminary driver for R300 (still under development)
  42. </ul>
  43. <li>GL_ARB_framebuffer_object extension (software drivers, i965 driver)
  44. <li>Reworked two-sided stencil support.
  45. This allows a driver to support all three variations of two-sided stencil
  46. including GL_ATI_separate_stencil, GL_EXT_stencil_two_side and OpenGL 2.0
  47. <li>GL_EXT_vertex_array_bgra extension (software drivers, i965 driver)
  48. <li>GL_NV_texture_env_combine4 extension (software drivers, i965/i915 drivers)
  49. <li>GL_EXT_texture_swizzle extension (software drivers, i965 driver)
  50. <li>Updated SPARC assembly optimizations (David S. Miller)
  51. </ul>
  52. <h2>Bug fixes</h2>
  53. <ul>
  54. <li>Lots of i965 driver bug fixes
  55. </ul>
  56. <h2>Changes</h2>
  57. <ul>
  58. <li>Remove support for GL_SGIX_shadow, GL_SGIX_shadow_ambient and
  59. GL_SGIX_depth_texture extensions. Superseded by the ARB versions.
  60. </ul>
  61. </body>
  62. </html>