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-5.0.2 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Mesa 5.0.2 release notes
  2. September 5, 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.2 just fixes bugs found since the 5.0.1 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. ----------------------------------------------------------------------