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

RELNOTES-5.0.1 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Mesa 5.0.1 release notes
  2. March 30, 2003
  3. Introduction
  4. ------------
  5. Mesa uses an even/odd version number scheme like the Linux kernel.
  6. Even-numbered versions (such as 5.0.x) designate stable releases.
  7. Odd-numbered versions (such as 4.1.x) designate new developmental releases.
  8. Mesa 5.0.1 just fixes bugs found since the 5.0 release. See the VERSIONS
  9. file for details.
  10. Device Driver Status
  11. --------------------
  12. A number of Mesa's software drivers haven't been actively maintained for
  13. some time. We rely on volunteers to maintain many of these drivers.
  14. Here's the current status of all included drivers:
  15. Driver Status
  16. ---------------------- ---------------------
  17. XMesa (Xlib) implements OpenGL 1.4
  18. OSMesa (off-screen) implements OpenGL 1.4
  19. FX (3dfx Voodoo1/2) implements OpenGL 1.3
  20. SVGA implements OpenGL 1.3
  21. Wind River UGL implements OpenGL 1.3
  22. Windows/Win32 implements OpenGL 1.4
  23. DJGPP implements OpenGL 1.4
  24. GGI implements OpenGL 1.3
  25. BeOS implements OpenGL 1.4
  26. Allegro needs updating
  27. D3D needs updating
  28. Note: supporting OpenGL 1.4 (vs. 1.3 or 1.2) usually only requires that the
  29. driver call the _mesa_enable_1_4_extensions() function.
  30. ----------------------------------------------------------------------