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-7.0.1.html 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <HTML>
  2. <TITLE>Mesa Release Notes</TITLE>
  3. <head><link rel="stylesheet" type="text/css" href="mesa.css"></head>
  4. <BODY>
  5. <body bgcolor="#eeeeee">
  6. <H1>Mesa 7.0.1 Release Notes / August 3, 2007</H1>
  7. <p>
  8. Mesa 7.0.1 is a stable release with bug fixes since version 7.0.
  9. </p>
  10. <h2>MD5 checksums</h2>
  11. <pre>
  12. db55141a44b902fcc61d9265b7862c06 MesaLib-7.0.1.tar.gz
  13. c056abd763e899114bf745c9eedbf9ad MesaLib-7.0.1.tar.bz2
  14. ecc2637547fae2b38271ae362d013afa MesaLib-7.0.1.zip
  15. b85a4a5be4e829f4a1165e4514b13183 MesaDemos-7.0.1.tar.gz
  16. 3b66b3268df12ca8a6c4e0c4c457912c MesaDemos-7.0.1.tar.bz2
  17. b1c18006f16e44e80fea66774c59b391 MesaDemos-7.0.1.zip
  18. b87a69986839ae43ce12fc8e3dc1ebb4 MesaGLUT-7.0.1.tar.gz
  19. 25f30d0c1651997b4412366ba0572f7f MesaGLUT-7.0.1.tar.bz2
  20. 676ee6682a6ce78a5540554fd975c03e MesaGLUT-7.0.1.zip
  21. </pre>
  22. <h2>New features</h2>
  23. <ul>
  24. <li>Added a bluegene-osmesa build config
  25. </ul>
  26. <h2>Bug fixes</h2>
  27. <ul>
  28. <li>Fixed some MingW build issues
  29. <li>Added a few missing OpenGL 2.0 API entrypoints:
  30. <ul>
  31. <li>glVertexAttrib4bv
  32. <li>glVertexAttrib4iv
  33. <li>glVertexAttrib4ubv
  34. <li>glVertexAttrib4uiv
  35. <li>glVertexAttrib4usv
  36. </ul>
  37. <li>Fixed glDrawPixels(GL_STENCIL_INDEX) pixel transfer bug 11457
  38. <li>GLSL bug fix: added vec2(vec4) constructor
  39. <li>GLSL bug fix: .strq and .rgba writemasks didn't always work
  40. <li>Stencil pixel map didn't always work for glDrawPixels (bug 11475)
  41. <li>Fixed polygon stipple bug in i915 driver
  42. <li>Binding a zero-sized texture didn't disable texturing (bug 11309)
  43. <li>Queries of GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH didn't include
  44. the terminating zero (bug 11588)
  45. <li>glXChooseFBConfig() in Xlib driver didn't handle GLX_STEREO flag properly
  46. <li>Fixed a GLSL function call bug (#11731)
  47. <li>glPointParameteriv(GL_DISTANCE_ATTENUATION_EXT) didn't work (bug 11754)
  48. <li>glGetAttribLocation() always returned 1 (bug 11774)
  49. <li>Fixed a few memory-related bugs in GLU library
  50. </ul>
  51. <h2>Changes</h2>
  52. <ul>
  53. <li>The libOSMesa library version has been reverted to 6.5.3 (soname=6)
  54. in order to avoid application linking issues. Otherwise, applications
  55. previously linked with libOSMesa.so.6 would no longer link with libOSMesa.so.7
  56. <li>Dropped obsolete, unmaintained Windows project files for VC6 and VC7.
  57. </ul>
  58. <h2>To Do (someday) items</h2>
  59. <ul>
  60. <li>Switch to freeglut
  61. <li>Fix linux-glide target/driver.
  62. <li>Improved lambda and derivative calculation for frag progs.
  63. </ul>
  64. <h2>Driver Status</h2>
  65. <pre>
  66. Driver Status
  67. ---------------------- ----------------------
  68. DRI drivers varies with the driver
  69. XMesa/GLX (on Xlib) implements OpenGL 2.1
  70. OSMesa (off-screen) implements OpenGL 2.1
  71. Windows/Win32 implements OpenGL 2.1
  72. Glide (3dfx Voodoo1/2) implements OpenGL 1.3
  73. SVGA unsupported
  74. Wind River UGL unsupported
  75. DJGPP unsupported
  76. GGI unsupported
  77. BeOS unsupported
  78. Allegro unsupported
  79. D3D unsupported
  80. </pre>
  81. </body>
  82. </html>