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-4.0.3 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Mesa 4.0.3 release notes
  2. June 25, 2002
  3. PLEASE READ!!!!
  4. Introduction
  5. ------------
  6. Mesa uses an even/odd version number scheme like the Linux kernel.
  7. Odd numbered versions (such as 3.3) designate new developmental releases.
  8. Even numbered versions (such as 3.4) designate stable releases.
  9. Mesa 4.0.3 basically just contains bug fixes version 4.0.2.
  10. See the docs/VERSIONS file for the list of bug fixes.
  11. The GGI driver has been updated, thanks to Filip Spacek.
  12. Device Drivers
  13. --------------
  14. Mesa advertises itself as either OpenGL 1.2 or OpenGL 1.3 depending on the
  15. device driver. If the driver enables all the ARB extensions which are part
  16. of OpenGL 1.3 then glGetString(GL_VERSION) will return "1.3". Otherwise,
  17. it'll return "1.2".
  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.3
  24. OSMesa (off-screen) implements OpenGL 1.3
  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.3
  29. DOS/DJGPP implements OpenGL 1.3 (new in Mesa 4.0.2)
  30. GGI implements OpenGL 1.3
  31. BeOS needs updating
  32. Allegro needs updating
  33. D3D needs updating
  34. ----------------------------------------------------------------------
  35. $Id: RELNOTES-4.0.3,v 1.2 2002/06/26 02:36:34 brianp Exp $