Clone of mesa.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

RELNOTES-5.1 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. There's a separate
  16. color table for each texture unit.
  17. Contributed by Eric Plante.
  18. Device Driver Status
  19. --------------------
  20. A number of Mesa's software drivers haven't been actively maintained for
  21. some time. We rely on volunteers to maintain many of these drivers.
  22. Here's the current status of all included drivers:
  23. Driver Status
  24. ---------------------- ---------------------
  25. XMesa (Xlib) implements OpenGL 1.4
  26. OSMesa (off-screen) implements OpenGL 1.4
  27. FX (3dfx Voodoo1/2) implements OpenGL 1.3
  28. SVGA implements OpenGL 1.3
  29. Wind River UGL implements OpenGL 1.3
  30. Windows/Win32 implements OpenGL 1.4
  31. DOS/DJGPP implements OpenGL 1.3
  32. GGI implements OpenGL 1.3
  33. DOS implements OpenGL 1.4
  34. BeOS needs updating (underway)
  35. Allegro needs updating
  36. D3D needs updating
  37. Note: supporting OpenGL 1.4 (vs. 1.3 or 1.2) usually only requires that the
  38. driver call the _mesa_enable_1_4_extensions() function.
  39. ----------------------------------------------------------------------
  40. $Id: RELNOTES-5.1,v 1.4 2003/02/13 16:01:33 brianp Exp $