Clone of mesa.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

RELNOTES-4.0.2 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Mesa 4.0.2 release notes
  2. March 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.2 only contains bug fixes and a new DOS driver since version 4.0.1.
  10. See the docs/VERSIONS file for the list of bug fixes.
  11. Device Drivers
  12. --------------
  13. Mesa advertises itself as either OpenGL 1.2 or OpenGL 1.3 depending on the
  14. device driver. If the driver enables all the ARB extensions which are part
  15. of OpenGL 1.3 then glGetString(GL_VERSION) will return "1.3". Otherwise,
  16. it'll return "1.2".
  17. A number of Mesa's software drivers haven't been actively maintained for
  18. some time. We rely on volunteers to maintain many of the drivers.
  19. Here's the current status of all included drivers:
  20. Driver Status
  21. ---------------------- ---------------------
  22. XMesa (Xlib) implements OpenGL 1.3
  23. OSMesa (off-screen) implements OpenGL 1.3
  24. FX (3dfx Voodoo1/2) implements OpenGL 1.3
  25. SVGA implements OpenGL 1.3
  26. Wind River UGL implements OpenGL 1.3
  27. Windows/Win32 implements OpenGL 1.3
  28. DOS/DJGPP implements OpenGL 1.3 (new in Mesa 4.0.2)
  29. GGI needs updating
  30. BeOS needs updating
  31. Allegro needs updating
  32. D3D needs updating
  33. ----------------------------------------------------------------------
  34. $Id: RELNOTES-4.0.2,v 1.2 2002/03/23 02:38:39 brianp Exp $