Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

relnotes-6.5.1.html 4.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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 6.5.1 Release Notes / September 15, 2006</H1>
  7. <p>
  8. Mesa 6.5.1 is a 6.5 follow-on development release mostly consisting of
  9. bug fixes.
  10. </p>
  11. <h2>MD5 checksums</h2>
  12. <pre>
  13. d9a555297319bb932a3192952d53d073 MesaLib-6.5.1.tar.gz
  14. c46f2c6646a270911b791dd8e1c2d977 MesaLib-6.5.1.tar.bz2
  15. 939eaaff33322bfeafac784402b45f4f MesaLib-6.5.1.zip
  16. 9e4bbe83c007bfbaa67449a81cc3d36a MesaDemos-6.5.1.tar.gz
  17. 0f2794baf7a9d98b22caea9f78c6942d MesaDemos-6.5.1.tar.bz2
  18. 14c77eab9cc7a265c331abf239927c1c MesaDemos-6.5.1.zip
  19. c5f87c23aaf4eaf1bda0d007ea98366c MesaGLUT-6.5.1.tar.gz
  20. 2525642fe7f454e3e1a1aad01359b406 MesaGLUT-6.5.1.tar.bz2
  21. e33b165c22551e23b58ede8767378543 MesaGLUT-6.5.1.zip
  22. </pre>
  23. <h2>New Features</h2>
  24. <ul>
  25. <li>Intel i965 "broadwater" DRI driver
  26. <li>GL_APPLE_vertex_array_object - allows encapsulation of a set of vertex
  27. arrays in an object.
  28. <li>GL_EXT_texture_sRGB - non-linearly mapped texture formats
  29. <li>GL_EXT_gpu_program_parameters - addes a few new functions for setting
  30. multiple vertex/fragment program parameters with one call.
  31. <li>"engine" demo
  32. <li>updated fbdev driver and GLUT for fbdev (Sean D'Epagnier)
  33. <li>many updates to the DRI drivers
  34. </ul>
  35. <h2>Changes</h2>
  36. <ul>
  37. <li>The glVertexAttribARB functions no longer alias the conventional
  38. vertex attributes.
  39. <li>glxinfo program prints more info with -l option
  40. <li>GL_FRAGMENT_PROGRAM_NV and GL_FRAGMENT_PROGRAM_ARB are now
  41. compatible, in terms of glBindProgramARB()
  42. <li>The GL_ARB_vertex_program attribute <code>vertex.weight</code> is now
  43. accepted by the parser, even though the GL_ARB_vertex_blend and
  44. GL_EXT_vertex_weighting extensions aren't supported.
  45. Allows Warcraft to run.
  46. </ul>
  47. <h2>Bug fixes</h2>
  48. <ul>
  49. <li>fixed broken texture border handling for depth textures (bug 6498)
  50. <li>removed the test for duplicated framebuffer attachments, per
  51. version 117 of the GL_EXT_framebuffer_object specification
  52. <li>fixed a few render-to-texture bugs, including render to depth texture
  53. <li>clipping of lines against user-defined clip planes was broken (6512)
  54. <li>assembly language dispatch for SPARC was broken (bug 6484)
  55. <li>assorted compilation fixes on various Unix platforms (Dan Schikore)
  56. <li>glPopAttrib could restore an invalid value for GL_DRAW_BUFFER
  57. <li>assorted minor fixes for 16 and 32 bit/channel modes
  58. <li>fixed assorted bugs in texture compression paths
  59. <li>fixed indirect rendering vertex array crashes (bug 6863)
  60. <li>glDrawPixels GL_INDEX_OFFSET didn't always work
  61. <li>fixed convolution memory leak (bug 7077)
  62. <li>rectangular depth textures didn't work
  63. <li>invalid mode to glBegin didn't generate an error (bug 7142)
  64. <li>'normalized' parameter to glVertexAttribPointerARB didn't work
  65. <li>disable bogus GLX_SGI_video_sync extension in xlib driver
  66. <li>fixed R128 driver locking bug (Martijn van Oosterhout)
  67. <li>using evaluators with vertex programs caused crashes (bug 7564)
  68. <li>fragment.position wasn't set correctly for point/line primitives
  69. <li>fixed parser bug for scalar sources for GL_NV_fragment_program
  70. <li>max fragment program length was incorrectly 128, now 1024
  71. <li>writes to result.depth in fragment programs weren't clamped to [0,1]
  72. <li>fixed potential dangling pointer bug in glBindProgram()
  73. <li>fixed some memory leaks (and potential crashes) in Xlib driver
  74. <li>fixed a number of build issues on HP-UX (Christopher Bell)
  75. <li>accum buffer didn't work with OSMesa interface
  76. </ul>
  77. <h2>Internal code changes</h2>
  78. <p>
  79. A number of Mesa program-related structs were renamed.
  80. For example <i>struct vertex_program</i> is now <i>struct gl_vertex_program</i>.
  81. All the effected drivers have been updated.
  82. </p>
  83. <p>Ian Romanick updated the GL API dispatch code in a number of ways.
  84. First, many old/unused extensions were removed.
  85. Second, the static entrypoints for some extensions were removed.
  86. This means GL function pointers will have to be used more often
  87. (e.g. use glXGetProcAddressARB()).
  88. </p>
  89. <h2>To Do (someday) items</h2>
  90. <ul>
  91. <li>Switch to freeglut
  92. <li>Increase MAX_DRAWBUFFERS
  93. <li>Fix linux-glide target/driver.
  94. <li>Fix lambda calculation for frag progs.
  95. </ul>
  96. <h2>Driver Status</h2>
  97. <pre>
  98. Driver Status
  99. ---------------------- ----------------------
  100. DRI drivers varies with the driver
  101. XMesa/GLX (on Xlib) implements OpenGL 1.5
  102. OSMesa (off-screen) implements OpenGL 1.5
  103. Glide (3dfx Voodoo1/2) implements OpenGL 1.3
  104. SVGA implements OpenGL 1.3
  105. Wind River UGL implements OpenGL 1.3
  106. Windows/Win32 implements OpenGL 1.5
  107. DJGPP implements OpenGL 1.5
  108. GGI implements OpenGL 1.3
  109. BeOS implements OpenGL 1.5
  110. Allegro needs updating
  111. D3D needs updating
  112. </pre>
  113. </body>
  114. </html>