Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

RELNOTES-4.1 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. Mesa 4.1 release notes
  2. <month>, <day>, 2002
  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 4.0) designate stable releases.
  8. Odd numbered versions (such as 4.1) designate new developmental releases.
  9. New Features in Mesa 4.1
  10. ------------------------
  11. GL_NV_vertex_program
  12. NVIDIA's vertex programming extension
  13. GL_ARB_window_pos
  14. This is the ARB-approved version of GL_MESA_window_pos
  15. GL_ARB_depth_texture
  16. This is the ARB-approved version of GL_SGIX_depth_texture.
  17. It allows depth (Z buffer) data to be stored in textures.
  18. This is used by GL_ARB_shadow
  19. GL_ARB_shadow
  20. Shadow mapping with depth textures.
  21. This is the ARB-approved version of GL_SGIX_shadow.
  22. GL_ARB_shadow_ambient
  23. Allows one to specify the luminance of shadowed pixels.
  24. This is the ARB-approved version of GL_SGIX_shadow_ambient.
  25. Device Driver Status
  26. --------------------
  27. A number of Mesa's software drivers haven't been actively maintained for
  28. some time. We rely on volunteers to maintain many of these drivers.
  29. Here's the current status of all included drivers:
  30. Driver Status
  31. ---------------------- ---------------------
  32. XMesa (Xlib) implements OpenGL 1.3
  33. OSMesa (off-screen) implements OpenGL 1.3
  34. FX (3dfx Voodoo1/2) implements OpenGL 1.3
  35. SVGA implements OpenGL 1.3
  36. Wind River UGL implements OpenGL 1.3
  37. Windows/Win32 implements OpenGL 1.3
  38. GGI needs updating
  39. DOS/DJGPP needs updating
  40. BeOS needs updating
  41. Allegro needs updating
  42. D3D needs updating
  43. DOS needs updating
  44. ----------------------------------------------------------------------
  45. $Id: RELNOTES-4.1,v 1.4 2002/01/04 14:42:35 brianp Exp $