Clone of mesa.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. Mesa 5.0 release notes
  2. November 13, 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 5.0) designate stable releases.
  8. Odd-numbered versions (such as 4.1) designate new developmental releases.
  9. Mesa 5.0 is basically just a stabilization of Mesa 4.1. To see a list of
  10. bug fixes, etc. see the VERSIONS file.
  11. New Features in Mesa 5.0
  12. ------------------------
  13. Mesa 5.0 supports OpenGL 1.4. Note Mesa's versioning convention:
  14. OpenGL Version Mesa Version
  15. ------------------------------
  16. 1.0 1.x
  17. 1.1 2.x
  18. 1.2 3.x
  19. 1.3 4.x
  20. 1.4 5.x
  21. OpenGL 1.4 (and Mesa 5.0) incorporates the following OpenGL extensions as
  22. standard features:
  23. GL_ARB_depth_texture
  24. GL_ARB_shadow
  25. GL_ARB_texture_env_crossbar
  26. GL_ARB_texture_mirror_repeat
  27. GL_ARB_window_pos
  28. GL_EXT_blend_color
  29. GL_EXT_blend_func_separate
  30. GL_EXT_blend_logic_op
  31. GL_EXT_blend_minmax
  32. GL_EXT_blend_subtract
  33. GL_EXT_fog_coord
  34. GL_EXT_multi_draw_arrays
  35. GL_EXT_point_parameters
  36. GL_EXT_secondary_color
  37. GL_EXT_stencil_wrap
  38. GL_SGIS_generate_mipmap
  39. Device Driver Status
  40. --------------------
  41. A number of Mesa's software drivers haven't been actively maintained for
  42. some time. We rely on volunteers to maintain many of these drivers.
  43. Here's the current status of all included drivers:
  44. Driver Status
  45. ---------------------- ---------------------
  46. XMesa (Xlib) implements OpenGL 1.4
  47. OSMesa (off-screen) implements OpenGL 1.4
  48. FX (3dfx Voodoo1/2) implements OpenGL 1.3
  49. SVGA implements OpenGL 1.3
  50. Wind River UGL implements OpenGL 1.3
  51. Windows/Win32 implements OpenGL 1.4
  52. DOS/DJGPP implements OpenGL 1.3
  53. GGI implements OpenGL 1.3
  54. DOS implements OpenGL 1.4
  55. BeOS needs updating (underway)
  56. Allegro needs updating
  57. D3D needs updating
  58. Note: supporting OpenGL 1.4 (vs. 1.3 or 1.2) usually only requires that the
  59. driver call the _mesa_enable_1_4_extensions() function.
  60. ----------------------------------------------------------------------
  61. $Id: RELNOTES-5.0,v 3.2 2002/11/13 15:33:51 brianp Exp $