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-7.10.3.html 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  5. <title>Mesa Release Notes</title>
  6. <link rel="stylesheet" type="text/css" href="mesa.css">
  7. </head>
  8. <body>
  9. <div class="header">
  10. <h1>The Mesa 3D Graphics Library</h1>
  11. </div>
  12. <iframe src="contents.html"></iframe>
  13. <div class="content">
  14. <h1>Mesa 7.10.3 Release Notes / June 13, 2011</h1>
  15. <p>
  16. Mesa 7.10.3 is a bug fix release which fixes bugs found since the 7.10.2 release.
  17. </p>
  18. <p>
  19. Mesa 7.10.3 implements the OpenGL 2.1 API, but the version reported by
  20. glGetString(GL_VERSION) depends on the particular driver being used.
  21. Some drivers don't support all the features required in OpenGL 2.1.
  22. </p>
  23. <p>
  24. See the <a href="install.html">Compiling/Installing page</a> for prerequisites
  25. for DRI hardware acceleration.
  26. </p>
  27. <h2>MD5 checksums</h2>
  28. <pre>
  29. d77b02034c11d6c2a55c07f82367d780 MesaLib-7.10.3.tar.gz
  30. 8c38fe8266be8e1ed1d84076ba5a703b MesaLib-7.10.3.tar.bz2
  31. 614d063ecd170940d9ae7b355d365d59 MesaLib-7.10.3.zip
  32. 8768fd562ede7ed763d92b2d22232d7a MesaGLUT-7.10.3.tar.gz
  33. 1496415b89da9549f0f3b34d9622e2e2 MesaGLUT-7.10.3.tar.bz2
  34. 1f29d0e7398fd3bf9f36f5db02941198 MesaGLUT-7.10.3.zip
  35. </pre>
  36. <h2>New features</h2>
  37. <p>None.</p>
  38. <h2>Bug fixes</h2>
  39. <p>This list is likely incomplete.</p>
  40. <ul>
  41. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=29162">Bug 29162</a> - mesa/darwin is severly broken</li>
  42. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=31590">Bug 31590</a> - Black space between colors on mole hill example</li>
  43. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32395">Bug 32395</a> - [glsl] Incorrect code generation for shadow2DProj() with bias</li>
  44. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32564">Bug 32564</a> - [llvmpipe] prog: Unknown command line argument '-disable-mmx'. Try: 'prog -help' with llvm-2.9svn</li>
  45. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32835">Bug 32835</a> - [glsl] recursive #define results in infinite stack recursion</li>
  46. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33303">Bug 33303</a> - [glsl] ir_constant_expression.cpp:72: virtual ir_constant* ir_expression::constant_expression_value(): Assertion `op[0]-&gt;type-&gt;base_type == op[1]-&gt;type-&gt;base_type' failed.</li>
  47. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33314">Bug 33314</a> - [glsl] ir_constant_expression.cpp:122: virtual ir_constant* ir_expression::constant_expression_value(): Assertion `op[0]-&gt;type-&gt;base_type == GLSL_TYPE_BOOL' failed.</li>
  48. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33512">Bug 33512</a> - [SNB] case ogles2conform/GL/gl_FragCoord/gl_FragCoord_xy_frag.test and gl_FragCoord_w_frag.test fail</li>
  49. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34280">Bug 34280</a> - r200 mesa-7.10 font distortion</li>
  50. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34321">Bug 34321</a> - The ARB_fragment_program subset of ARB_draw_buffers not implemented</li>
  51. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35603">Bug 35603</a> - GLSL compiler freezes compiling shaders</li>
  52. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36173">Bug 36173</a> - struct renderbuffer's 'format' field never set when using FBO</li>
  53. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36238">Bug 36238</a> - Mesa release files don't contain scons control files</li>
  54. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36410">Bug 36410</a> - [SNB] Rendering errors in 3DMMES subtest taiji</li>
  55. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36527">Bug 36527</a> - [wine] Wolfenstein: Failed to translate rgb instruction.</li>
  56. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36651">Bug 36651</a> - mesa requires bison and flex to build but configure does not check for them</li>
  57. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36738">Bug 36738</a> - Openarena crash with r300g, swrastg + llvm &gt; 2.8</li>
  58. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37648">Bug 37648</a> - Logic error in mesa/main/teximage.c:texsubimage</li>
  59. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37739">Bug 37739</a> - Color clear of FBO without color buffer crashes</li>
  60. <!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=">Bug </a> - </li> -->
  61. </ul>
  62. <h2>Changes</h2>
  63. <p>The full set of changes can be viewed by using the following GIT command:</p>
  64. <pre>
  65. git log mesa-7.10.2..mesa-7.10.3
  66. </pre>
  67. <p>Alan Hourihane (1):</p>
  68. <ul>
  69. <li>Check for out of memory when creating fence</li>
  70. </ul>
  71. <p>Alex Buell (1):</p>
  72. <ul>
  73. <li>configure: bump LIBDRM_REQUIRED to 2.4.24</li>
  74. </ul>
  75. <p>Alex Deucher (2):</p>
  76. <ul>
  77. <li>r600c: add new pci ids</li>
  78. <li>r600g: add new pci ids</li>
  79. </ul>
  80. <p>Brian Paul (19):</p>
  81. <ul>
  82. <li>docs: add link to 7.10.2 release notes</li>
  83. <li>scons: remove dangling reference to state_trackers/python/SConscript</li>
  84. <li>Makefile: add missing Scons files</li>
  85. <li>llvmpipe: document issue with LLVM 2.8 and earlier with AVX</li>
  86. <li>docs: replace llvmpipe/README with docs/llvmpipe.html</li>
  87. <li>glsl: add static qualifier to silence warning</li>
  88. <li>glsl: add cast to silence signed/unsigned comparison warning</li>
  89. <li>mesa: s/height/depth/ in texsubimage()</li>
  90. <li>mesa: fix void pointer arithmetic warnings</li>
  91. <li>mesa: add some missing GLAPIENTRY keywords</li>
  92. <li>mesa: check that flex/bison are installed</li>
  93. <li>st/mesa: fix incorrect texture level/face/slice accesses</li>
  94. <li>draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)</li>
  95. <li>vbo: check array indexes to prevent negative indexing</li>
  96. <li>vbo: remove node-&gt;count &gt; 0 test in vbo_save_playback_vertex_list()</li>
  97. <li>st/mesa: fix software accum buffer format bug</li>
  98. <li>mesa: add include/c99/inttypes.h include/c99/stdbool.h include/c99/stdint.h files to tarballs</li>
  99. <li>docs: 7.10.3 release notes skeleton file, links</li>
  100. <li>mesa: bump version to 7.10.3</li>
  101. </ul>
  102. <p>Carl Worth (2):</p>
  103. <ul>
  104. <li>glcpp: Simplify calling convention of parser's active_list functions</li>
  105. <li>glcpp: Fix attempts to expand recursive macros infinitely (bug #32835).</li>
  106. </ul>
  107. <p>Dave Airlie (1):</p>
  108. <ul>
  109. <li>st/mesa: fix compressed mipmap generation.</li>
  110. </ul>
  111. <p>Eric Anholt (19):</p>
  112. <ul>
  113. <li>i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.</li>
  114. <li>glsl: Avoid cascading errors when looking for a scalar boolean and failing.</li>
  115. <li>glsl: Semantically check the RHS of `&amp;&amp;' even when short-circuiting.</li>
  116. <li>glsl: Semantically check the RHS of `||' even when short-circuiting.</li>
  117. <li>glsl: When we've emitted a semantic error for ==, return a bool constant.</li>
  118. <li>glsl: Perform type checking on "^^" operands.</li>
  119. <li>intel: Use _mesa_base_tex_format for FBO texture attachments.</li>
  120. <li>swrast: Don't assert against glReadPixels of GL_RED and GL_RG.</li>
  121. <li>mesa: Add a gl_renderbuffer.RowStride field like textures have.</li>
  122. <li>mesa: Add a function to set up the default renderbuffer accessors.</li>
  123. <li>intel: Use Mesa core's renderbuffer accessors for depth.</li>
  124. <li>mesa: Use _mesa_get_format_bytes to refactor out the RB get_pointer_*</li>
  125. <li>mesa: Use _mesa_get_format_bytes to refactor out the RB get_row_*</li>
  126. <li>mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616.</li>
  127. <li>swrast: Don't try to adjust_colors for &lt;8bpc when handling R16, RG1616.</li>
  128. <li>intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.</li>
  129. <li>Revert "intel: Add spans code for the ARB_texture_rg support."</li>
  130. <li>mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers.</li>
  131. <li>mesa: Add support for OPTION ATI_draw_buffers to ARB_fp.</li>
  132. </ul>
  133. <p>Hans de Goede (1):</p>
  134. <ul>
  135. <li>texstore: fix regression stricter check for memcpy path for unorm88 and unorm1616</li>
  136. </ul>
  137. <p>Henri Verbeet (3):</p>
  138. <ul>
  139. <li>mesa: Also update the color draw buffer if it's explicitly set to GL_NONE.</li>
  140. <li>glx: Destroy dri2Hash on DRI2 display destruction.</li>
  141. <li>glx: Only remove the glx_display from the list after it's destroyed.</li>
  142. </ul>
  143. <p>Ian Romanick (9):</p>
  144. <ul>
  145. <li>docs: Add 7.10.2 md5sums</li>
  146. <li>glsl: Fix off-by-one error setting max_array_access for non-constant indexing</li>
  147. <li>ir_to_mesa: Handle shadow compare w/projection and LOD bias correctly</li>
  148. <li>intel: Fix ROUND_DOWN_TO macro</li>
  149. <li>glsl: Regenerate compiler and glcpp files from cherry picks</li>
  150. <li>i965: Remove hint_gs_always and resulting dead code</li>
  151. <li>mesa: Don't try to clear a NULL renderbuffer</li>
  152. <li>mesa: Ignore blits to/from missing buffers</li>
  153. <li>docs: Add list of bugs fixed in 7.10.3 release</li>
  154. </ul>
  155. <p>Jeremy Huddleston (18):</p>
  156. <ul>
  157. <li>apple: Update GL specs</li>
  158. <li>apple: Rename glcontextmodes.[ch] to glxconfig.[ch]</li>
  159. <li>apple: Rename __GLcontextModes to struct glx_config</li>
  160. <li>apple: Rename GLXcontext</li>
  161. <li>apple: Re-add driContext and do_destroy</li>
  162. <li>apple: Rename _gl_context_modes_find_visual to glx_config_find_visual</li>
  163. <li>apple: Rename GLXcontext</li>
  164. <li>apple: Change from XExtDisplayInfo to struct glx_display</li>
  165. <li>apple: ifdef out come glapi-foo on darwin</li>
  166. <li>glx: Dead code removal</li>
  167. <li>apple: Build darwin using applegl rather than indirect</li>
  168. <li>apple: Fix build failures in applegl_glx.c</li>
  169. <li>darwin: Define GALLIUM_DRIVERS_DIRS in darwin config</li>
  170. <li>apple: Package applegl source into MesaLib tarball</li>
  171. <li>darwin: Set VG_LIB_{NAME,GLOB} to fix make install</li>
  172. <li>darwin: Don't link against libGL when building libOSMesa</li>
  173. <li>darwin: Fix VG_LIB_GLOB to also match the unversioned symlink</li>
  174. <li>osmesa: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.</li>
  175. </ul>
  176. <p>José Fonseca (13):</p>
  177. <ul>
  178. <li>llvmpipe: Update readme.</li>
  179. <li>mesa: GL_PROVOKING_VERTEX_EXT is a GLenum, not GLboolean.</li>
  180. <li>mesa: Fix GetVertexAttrib* inside display lists.</li>
  181. <li>draw: Fix draw_variant_output::format's type.</li>
  182. <li>gallivm: Tell LLVM to not assume a 16-byte aligned stack on x86.</li>
  183. <li>gallivm: Fix for dynamically linked LLVM 2.8 library.</li>
  184. <li>st/wgl: Adjust the pbuffer invisible window size.</li>
  185. <li>st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size().</li>
  186. <li>st/wgl: Prevent spurious framebuffer sizes when the window is minimized.</li>
  187. <li>st/wgl: Cope with zero width/height windows.</li>
  188. <li>st/wgl: Allow to create pbuffers bigger than the desktop.</li>
  189. <li>st/wgl: Remove buggy assertion.</li>
  190. <li>wgl: Don't hold on to user supplied HDC.</li>
  191. </ul>
  192. <p>Kenneth Graunke (10):</p>
  193. <ul>
  194. <li>i965/fs: Switch W and 1/W in Sandybridge interpolation setup.</li>
  195. <li>i965: Refactor Sandybridge implied move handling.</li>
  196. <li>i965: Resolve implied moves in brw_dp_READ_4_vs_relative.</li>
  197. <li>intel: Add IS_GT2 macro for recognizing Sandybridge GT2 systems.</li>
  198. <li>i965: Allocate the whole URB to the VS and fix calculations for Gen6.</li>
  199. <li>intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.</li>
  200. <li>glsl: Fix memory error when creating the supported version string.</li>
  201. <li>glsl: Regenerate autogenerated file builtin_function.cpp.</li>
  202. <li>i965: Rename various gen6 #defines to match the documentation.</li>
  203. <li>i965: Never enable the GS on Gen6.</li>
  204. </ul>
  205. <p>Kostas Georgiou (1):</p>
  206. <ul>
  207. <li>r600c/g: Add pci id for FirePro 2270</li>
  208. </ul>
  209. <p>Marek Olšák (18):</p>
  210. <ul>
  211. <li>tgsi/ureg: bump the limit of immediates</li>
  212. <li>st/mesa: fix changing internal format via RenderbufferStorage</li>
  213. <li>st/mesa: GenerateMipmap should not be killed by conditional rendering</li>
  214. <li>swrast: BlitFramebuffer should not be killed by conditional rendering</li>
  215. <li>st/mesa: BlitFramebuffer should not be killed by conditional rendering</li>
  216. <li>st/mesa: CopyTex(Sub)Image should not be killed by conditional rendering</li>
  217. <li>st/mesa: conditional rendering should not kill texture decompression via blit</li>
  218. <li>mesa: forbid UseProgram to be called inside Begin/End</li>
  219. <li>mesa: UseShaderProgramEXT and Uniform* shouldn't be allowed inside Begin/End</li>
  220. <li>mesa: queries of non-existent FBO attachments should return INVALID_OPERATION</li>
  221. <li>r300g: fix draw_vbo splitting on r3xx-r4xx</li>
  222. <li>r300g: fix texturing with non-3D textures and wrap R mode set to sample border</li>
  223. <li>r300g: fix occlusion queries when depth test is disabled or zbuffer is missing</li>
  224. <li>r300g: clear can be killed by render condition</li>
  225. <li>st/mesa: remove asserts in st_texture_image_copy</li>
  226. <li>mesa: fix up assertion in _mesa_source_buffer_exists</li>
  227. <li>mesa: invalidate framebuffer if internal format of renderbuffer is changed</li>
  228. <li>mesa: return after invalidating renderbuffer</li>
  229. </ul>
  230. <p>Matt Turner (1):</p>
  231. <ul>
  232. <li>r300/compiler: align memory allocations to 8-bytes</li>
  233. </ul>
  234. <p>Tom Stellard (3):</p>
  235. <ul>
  236. <li>r300/compiler: Fix incorrect presubtract conversion</li>
  237. <li>r300/compiler: Fix dataflow analysis bug with ELSE blocks</li>
  238. <li>r300/compiler: Limit instructions to 3 source selects</li>
  239. </ul>
  240. <p>Vinson Lee (1):</p>
  241. <ul>
  242. <li>gallivm: Disable MMX-disabling code on llvm-2.9.</li>
  243. </ul>
  244. <p>Zou Nan hai (1):</p>
  245. <ul>
  246. <li>i965: Align interleaved URB write length to 2</li>
  247. </ul>
  248. <p>pepp (1):</p>
  249. <ul>
  250. <li>st/mesa: assign renderbuffer's format field when allocating storage</li>
  251. </ul>
  252. </div>
  253. </body>
  254. </html>