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-6.0.1 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Mesa 6.0.1 release notes
  2. April 2, 2003
  3. Introduction
  4. ------------
  5. Mesa uses an even/odd version number scheme like the Linux kernel.
  6. Even-numbered versions (such as 6.0.x) designate stable releases.
  7. Odd-numbered versions (such as 6.1.x) designate new developmental releases.
  8. Mesa 6.0.1 just fixes bugs found since the 6.0 release. See the VERSIONS
  9. file for details.
  10. Device Drivers
  11. --------------
  12. Mesa advertises itself as supporting OpenGL 1.2, 1.3, 1.4 or 1.5
  13. depending on the device driver's capabilities. For example, if the
  14. driver enables all the ARB extensions which are part of OpenGL 1.5
  15. then glGetString(GL_VERSION) will return "1.5". Otherwise, it'll
  16. return "1.4" or the next lower version that implements all required
  17. functionality.
  18. A number of Mesa's software drivers haven't been actively maintained for
  19. some time. We rely on volunteers to maintain many of the drivers.
  20. Here's the current status of all included drivers:
  21. Driver Status
  22. ---------------------- ---------------------
  23. XMesa (Xlib) implements OpenGL 1.5
  24. OSMesa (off-screen) implements OpenGL 1.5
  25. FX (3dfx Voodoo1/2) implements OpenGL 1.3
  26. SVGA implements OpenGL 1.3
  27. Wind River UGL implements OpenGL 1.3
  28. Windows/Win32 implements OpenGL 1.5
  29. DJGPP implements OpenGL 1.5
  30. GGI implements OpenGL 1.3
  31. BeOS implements OpenGL 1.5
  32. Allegro needs updating
  33. D3D needs updating
  34. ----------------------------------------------------------------------