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.1.html 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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.1 Release Notes / August 26, 2008</H1>
  7. <p>
  8. Mesa 7.1 is a new development release.
  9. There have been many internal code changes since Mesa 7.0.x.
  10. It should be relatively stable, but those who are especially concerned about
  11. stability should wait for Mesa 7.2 or use Mesa 7.0.4 (the previous stable
  12. release).
  13. </p>
  14. </>
  15. Note that this version of Mesa does not use the GEM memory manager.
  16. The master branch of git uses GEM.
  17. </p>
  18. <p>
  19. DRM version 2.3.1 should be used with Mesa 7.1
  20. </p>
  21. <h2>MD5 checksums</h2>
  22. <pre>
  23. 971c2fe6e6949dc5ba200a6f97a6dc81 MesaLib-7.1.tar.gz
  24. 6bff7f532d16f90f944a400c8bd7074d MesaLib-7.1.tar.bz2
  25. d48224bf9d54c3da6776adb4869ba024 MesaLib-7.1.zip
  26. 3de268420efca43e9a19ab506cdfc993 MesaDemos-7.1.tar.gz
  27. abfc9775e1462363af8ec160d1feb01f MesaDemos-7.1.tar.bz2
  28. f7b3623387c4036e9895cd9ac0dfad99 MesaDemos-7.1.zip
  29. fdf348f78cd09304b6ff801ef8acc8eb MesaGLUT-7.1.tar.gz
  30. f6d88a4eeb02e98c7e92f1c895d3c76b MesaGLUT-7.1.tar.bz2
  31. 4dc102a5ca51e1c41dde87d3f8c7b22a MesaGLUT-7.1.zip
  32. </pre>
  33. <h2>New features</h2>
  34. <ul>
  35. <li>autoconf-based configuration (and clean-up of Makefiles)
  36. <li>Assorted DRI driver enhancements
  37. <li>Reduced dependencies between X server and Mesa
  38. <li>GL_EXT_texture_from_pixmap extension for Xlib driver
  39. <li>Support for the GL shading language with i965 driver (implemented by Intel)
  40. <li>ATI R500 series support (Radeon X1300&#8211;X1950) in r300 DRI driver
  41. </ul>
  42. <h2>Bug fixes</h2>
  43. <ul>
  44. <li>Numerous GLSL fixes
  45. <li>Fixed some error code/detection bugs in the GLSL-related API functions
  46. <li>Lots of DRI driver fixes.
  47. </ul>
  48. <h2>To Do (someday) items</h2>
  49. <ul>
  50. <li>Remove the MEMCPY() and _mesa_memcpy() wrappers and just use memcpy().
  51. Probably do the same for malloc, calloc, etc.
  52. The wrappers were useful in the past for memory debugging but now we
  53. have valgrind. Not worried about SunOS 4 support anymore either...
  54. <li>Switch to freeglut
  55. <li>Fix linux-glide target/driver.
  56. <li>Improved lambda and derivative calculation for frag progs.
  57. </ul>
  58. <h2>Driver Status</h2>
  59. <pre>
  60. Driver Status
  61. ---------------------- ----------------------
  62. DRI drivers varies with the driver
  63. XMesa/GLX (on Xlib) implements OpenGL 2.1
  64. OSMesa (off-screen) implements OpenGL 2.1
  65. Windows/Win32 implements OpenGL 2.1
  66. Glide (3dfx Voodoo1/2) implements OpenGL 1.3
  67. SVGA unsupported
  68. Wind River UGL unsupported
  69. DJGPP unsupported
  70. GGI unsupported
  71. BeOS unsupported
  72. Allegro unsupported
  73. D3D unsupported
  74. </pre>
  75. </body>
  76. </html>