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

relnotes-7.1.html 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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 / (<em>in progress</em>)</H1>
  7. <p>
  8. Mesa 7.1 is a new development release.
  9. </p>
  10. <h2>MD5 checksums</h2>
  11. <pre>
  12. TBD
  13. </pre>
  14. <h2>New features</h2>
  15. <ul>
  16. <li>GL_EXT_texture_from_pixmap extension for Xlib driver
  17. </ul>
  18. <h2>Bug fixes</h2>
  19. <ul>
  20. </ul>
  21. <h2>Internal code changes</h2>
  22. <ul>
  23. </ul>
  24. <h2>To Do (someday) items</h2>
  25. <ul>
  26. <li>Remove the MEMCPY() and _mesa_memcpy() wrappers and just use memcpy().
  27. Probably do the same for malloc, calloc, etc.
  28. The wrappers were useful in the past for memory debugging but now we
  29. have valgrind. Not worried about SunOS 4 support anymore either...
  30. <li>Switch to freeglut
  31. <li>Fix linux-glide target/driver.
  32. <li>Improved lambda and derivative calculation for frag progs.
  33. </ul>
  34. <h2>Driver Status</h2>
  35. <pre>
  36. Driver Status
  37. ---------------------- ----------------------
  38. DRI drivers varies with the driver
  39. XMesa/GLX (on Xlib) implements OpenGL 2.1
  40. OSMesa (off-screen) implements OpenGL 2.1
  41. Windows/Win32 implements OpenGL 2.1
  42. Glide (3dfx Voodoo1/2) implements OpenGL 1.3
  43. SVGA unsupported
  44. Wind River UGL unsupported
  45. DJGPP unsupported
  46. GGI unsupported
  47. BeOS unsupported
  48. Allegro unsupported
  49. D3D unsupported
  50. </pre>
  51. </body>
  52. </html>