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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Mesa 5.1 release notes
  2. Month day, 2003
  3. PLEASE READ!!!!
  4. Introduction
  5. ------------
  6. Mesa uses an even/odd version number scheme like the Linux kernel.
  7. Even-numbered versions (such as 5.0) designate stable releases.
  8. Odd-numbered versions (such as 5.1) designate new developmental releases.
  9. New Features in Mesa 5.1
  10. ------------------------
  11. GL_ATI_texture_env_combine3 extension
  12. This adds a few new texture combine modes.
  13. Contributed by Ian Romanick.
  14. GL_SGI_texture_color_table
  15. Adds a color table lookup to the RGBA texture path.
  16. Contributed by Eric Plante.
  17. Device Driver Status
  18. --------------------
  19. A number of Mesa's software drivers haven't been actively maintained for
  20. some time. We rely on volunteers to maintain many of these drivers.
  21. Here's the current status of all included drivers:
  22. Driver Status
  23. ---------------------- ---------------------
  24. XMesa (Xlib) implements OpenGL 1.4
  25. OSMesa (off-screen) implements OpenGL 1.4
  26. FX (3dfx Voodoo1/2) implements OpenGL 1.3
  27. SVGA implements OpenGL 1.3
  28. Wind River UGL implements OpenGL 1.3
  29. Windows/Win32 implements OpenGL 1.4
  30. DOS/DJGPP implements OpenGL 1.3
  31. GGI implements OpenGL 1.3
  32. DOS implements OpenGL 1.4
  33. BeOS needs updating (underway)
  34. Allegro needs updating
  35. D3D needs updating
  36. Note: supporting OpenGL 1.4 (vs. 1.3 or 1.2) usually only requires that the
  37. driver call the _mesa_enable_1_4_extensions() function.
  38. ----------------------------------------------------------------------
  39. $Id: RELNOTES-5.1,v 1.3 2003/01/21 21:48:29 brianp Exp $