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

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