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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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.3 Release Notes / 22 January 2009</H1>
  7. <p>
  8. Mesa 7.3 is a new development release.
  9. Users especially concerned with stability should stick with latest
  10. stable release: version 7.2.
  11. </p>
  12. <p>
  13. Mesa 7.3 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. 8ed03191432b22d118d88d6db497f304 MesaLib-7.3.tar.gz
  24. 781e7811a6ed5c97b2b8defefc8ffbc9 MesaLib-7.3.tar.bz2
  25. 3ccba9a1734ed6d4b3389e1535d90fbf MesaLib-7.3.zip
  26. d312e974b31043b13b61bac5fbf00b87 MesaDemos-7.3.tar.gz
  27. 3f0741394069bdf2329565a387396cda MesaDemos-7.3.tar.bz2
  28. 4d0887fd4c66a824295cdd619f6d34cb MesaDemos-7.3.zip
  29. 2d7661b66022bcb8878728f3d5bd33ab MesaGLUT-7.3.tar.gz
  30. abe8036a724c1a483bdad6b5a55ddc1a MesaGLUT-7.3.tar.bz2
  31. 5f247819b47e2a7c62d07a6afe5262fb MesaGLUT-7.3.zip
  32. </pre>
  33. <h2>New features</h2>
  34. <ul>
  35. <li>Support for GLSL 1.20
  36. <li>Intel DRI drivers now use GEM and DRI2
  37. </ul>
  38. <h2>Bug fixes</h2>
  39. <ul>
  40. <li>Assorted GLSL bug fixes
  41. <li>Assorted i965 driver fixes
  42. <li>Fix for wglCreateLayerContext() in WGL/Windows driver
  43. <li>Build fixes for OpenBSD and gcc 2.95
  44. <li>GLSL preprocessor handles #pragma now
  45. <li>Fix incorrect transformation of GL_SPOT_DIRECTION
  46. <li>Fixed several bugs (#18367 and #19625) in glXMakeContextCurrent()
  47. <li>Assorted Windows build fixes
  48. </ul>
  49. <h2>Changes</h2>
  50. <ul>
  51. <li>Deprecated the "XMesa" interface (include/GL/xmesa*.h files)
  52. <li>Deprecated the "FXMesa" interface (include/GL/fxmesa.h file)
  53. <li>Deprecated the "Allegro" interface (include/GL/amesa.h file)
  54. <li>Removed include/GL/uglmesa.h header
  55. <li>Removed include/GLView.h header for BeOS
  56. </ul>
  57. <h2>Driver Status</h2>
  58. <pre>
  59. Driver Status
  60. ---------------------- ----------------------
  61. DRI drivers varies with the driver
  62. XMesa/GLX (on Xlib) implements OpenGL 2.1
  63. OSMesa (off-screen) implements OpenGL 2.1
  64. Windows/Win32 implements OpenGL 2.1
  65. Glide (3dfx Voodoo1/2) implements OpenGL 1.3
  66. SVGA unsupported
  67. Wind River UGL unsupported
  68. DJGPP unsupported
  69. GGI unsupported
  70. BeOS unsupported
  71. Allegro unsupported
  72. D3D unsupported
  73. </pre>
  74. </body>
  75. </html>