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.4 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Mesa 6.4 Release Notes
  2. October 24, 2005
  3. Introduction
  4. ------------
  5. Mesa uses an even/odd version number scheme like the Linux kernel.
  6. Odd numbered versions (such as 6.3) designate new developmental releases.
  7. Even numbered versions (such as 6.4) designate stable releases.
  8. 6.4 is a bug-fix release. See the VERSIONS file for details.
  9. GLUT tarball
  10. ------------
  11. Starting with 6.4, the GLUT library sources are distributed in a separate
  12. tarball. This was done at the request of Linux distro vendors who prefer
  13. to use freeglut.
  14. Driver Status
  15. ---------------------- ----------------------
  16. DRI drivers varies with the driver
  17. XMesa (Xlib) implements OpenGL 1.5
  18. OSMesa (off-screen) implements OpenGL 1.5
  19. Windows/Win32 implements OpenGL 1.5
  20. Glide (3dfx Voodoo1/2) requires updates
  21. SVGA requires updates
  22. DJGPP requires updates
  23. GGI requires updates
  24. BeOS requires updates
  25. Allegro requires updates
  26. D3D requires updates
  27. The drivers which require updates mostly need to be updated to work
  28. with the new gl_renderbuffer / gl_framebuffer infrastructure introduced
  29. in Mesa 6.3.
  30. ----------------------------------------------------------------------