Clone of mesa.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

RELNOTES-4.1 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. New extensions. Docs at http://oss.sgi.com/projects/ogl-sample/registry/
  12. GL_NV_vertex_program
  13. NVIDIA's vertex programming extension
  14. GL_NV_vertex_program1_1
  15. A few features built on top of GL_NV_vertex_program
  16. GL_ARB_window_pos
  17. This is the ARB-approved version of GL_MESA_window_pos
  18. GL_ARB_depth_texture
  19. This is the ARB-approved version of GL_SGIX_depth_texture.
  20. It allows depth (Z buffer) data to be stored in textures.
  21. This is used by GL_ARB_shadow
  22. GL_ARB_shadow
  23. Shadow mapping with depth textures.
  24. This is the ARB-approved version of GL_SGIX_shadow.
  25. GL_ARB_shadow_ambient
  26. Allows one to specify the luminance of shadowed pixels.
  27. This is the ARB-approved version of GL_SGIX_shadow_ambient.
  28. GL_EXT_shadow_funcs
  29. Extends the set of GL_ARB_shadow texture comparision functions to
  30. include all eight of standard OpenGL dept-test functions.
  31. GL_ARB_point_parameters
  32. This is basically the same as GL_EXT_point_parameters.
  33. Device Driver Status
  34. --------------------
  35. A number of Mesa's software drivers haven't been actively maintained for
  36. some time. We rely on volunteers to maintain many of these drivers.
  37. Here's the current status of all included drivers:
  38. Driver Status
  39. ---------------------- ---------------------
  40. XMesa (Xlib) implements OpenGL 1.3
  41. OSMesa (off-screen) implements OpenGL 1.3
  42. FX (3dfx Voodoo1/2) implements OpenGL 1.3
  43. SVGA implements OpenGL 1.3
  44. Wind River UGL implements OpenGL 1.3
  45. Windows/Win32 implements OpenGL 1.3
  46. DOS/DJGPP implements OpenGL 1.3
  47. GGI needs updating
  48. BeOS needs updating
  49. Allegro needs updating
  50. D3D needs updating
  51. DOS needs updating
  52. ----------------------------------------------------------------------
  53. $Id: RELNOTES-4.1,v 1.6 2002/04/02 16:19:21 brianp Exp $