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-8.0.5.html 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  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 8.0.5 Release Notes / October 24, 2012</h1>
  15. <p>
  16. Mesa 8.0.5 is a bug fix release which fixes bugs found since the 8.0.4 release.
  17. </p>
  18. <p>
  19. Mesa 8.0.5 implements the OpenGL 3.0 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 3.0.
  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. cda5d101f43b8784fa60bdeaca4056f2 MesaLib-8.0.5.tar.gz
  30. 01305591073a76b65267f69f27d635a3 MesaLib-8.0.5.tar.bz2
  31. 97f11c00cac8fb98aa0131990086dc8e MesaLib-8.0.5.zip
  32. </pre>
  33. <h2>New features</h2>
  34. <p>None.</p>
  35. <h2>Bug fixes</h2>
  36. <p>This list is likely incomplete.</p>
  37. <ul>
  38. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44912">Bug 44912</a> - [bisected] WebGL conformance/textures/texture-mips tests fails</li>
  39. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=46644">Bug 46644</a> - Sandybridge Mobile: ARBfp TXP with coords from fragment.color doesn't apply W divide</li>
  40. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=46784">Bug 46784</a> - MAD using multiply written register fails</li>
  41. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=47375">Bug 47375</a> - Blender crash on startup after upgrade to mesa 8.0.1</li>
  42. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=48120">Bug 48120</a> - GL_EXT_texture_sRGB_decode still broken</li>
  43. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=48628">Bug 48628</a> - [bisected ILK]Oglc fogexp(basic.allCases) regressed</li>
  44. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=49772">Bug 49772</a> - [SNB]Oglc depth-stencil(basic.read.ds) regressed</li>
  45. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=52129">Bug 52129</a> - [Bisected ILK]Piglit spec_ARB_shader_texture_lod_execution_glsl-fs-shadow2DGradARB-01 regressed</li>
  46. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=52382">Bug 52382</a> - [ivb gt1] Severe image corruption and GPU Hang, too many PS threads</li>
  47. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=52563">Bug 52563</a> - build failure - struct radeon_renderbuffer has no member named Base</li>
  48. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=53311">Bug 53311</a> - [Bisected IVB]Oglc transform_feedback(advanced.transformFeedback.points) Invalid argument</li>
  49. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=53314">Bug 53314</a> - [llvmpipe] src/gallium/drivers/llvmpipe/lp_texture.c:920:llvmpipe_get_texture_tile_layout: Assertion `x &lt; lpr-&gt;tiles_per_row[level]' failed.</li>
  50. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=53316">Bug 53316</a> - [llvmpipe] src/gallium/drivers/llvmpipe/lp_texture.c:601:llvmpipe_get_transfer: Assertion `resource' failed.</li>
  51. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=53317">Bug 53317</a> - [llvmpipe] SIGSEGV src/gallium/auxiliary/gallivm/lp_bld_sample.c:99</li>
  52. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=53318">Bug 53318</a> - [softpipe] sp_state_shader.c:194:softpipe_delete_fs_state: Assertion `var != softpipe-&gt;fs_variant' failed.</li>
  53. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=53319">Bug 53319</a> - [softpipe] sp_texture.c:322:softpipe_get_transfer: Assertion `level &lt;= resource-&gt;last_level' failed.</li>
  54. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=53618">Bug 53618</a> - [Bisected i915]Piglit glx_GLX_ARB_create_context_NULL_attribute_list Aborted</li>
  55. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=54183">Bug 54183</a> - [Bisected ILK regression]many piglit/oglc/ogles2 cases Segmentation fault</li>
  56. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=54193">Bug 54193</a> - output_components uninitialized in fs_visitor::emit_fb_writes()</li>
  57. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=54301">Bug 54301</a> - [Bisected ILK regression]Piglit glx_GLX_ARB_create_context_forward-compatible_flag_with_3.0 Segmentation fault</li>
  58. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=56211">Bug 56211</a> - src/mesa/state_tracker/st_cb_texture.c:1123:copy_image_data_to_texture: Assertion `u_minify(stImage-&gt;pt-&gt;height0, src_level) == stImage-&gt;base.Height' failed.</li>
  59. <!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=">Bug </a> - </li> -->
  60. </ul>
  61. <h2>Changes</h2>
  62. <p>The full set of changes can be viewed by using the following GIT command:</p>
  63. <pre>
  64. git log mesa-8.0.4..mesa-8.0.5
  65. </pre>
  66. <p>Alex Deucher (3):</p>
  67. <ul>
  68. <li>r600g: 8.0.x support for Trinity</li>
  69. <li>r600g: add new Sumo, Palm, BTC pci ids</li>
  70. <li>r600g: add additional evergreen pci ids</li>
  71. </ul>
  72. <p>Andreas Boll (4):</p>
  73. <ul>
  74. <li>docs/relnotes-8.0.4: fix html markup</li>
  75. <li>mesa: fix html in shortlog_mesa.sh script</li>
  76. <li>mesa: add get-pick-list.sh script into bin/</li>
  77. <li>mesa: Bump version number to 8.0.5</li>
  78. </ul>
  79. <p>Brian Paul (18):</p>
  80. <ul>
  81. <li>mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functions</li>
  82. <li>intel: use _mesa_is_winsys/user_fbo() helpers</li>
  83. <li>st/egl: fix uninitialized pointer bug</li>
  84. <li>mesa: added Ian's shortlog_mesa.sh script in bin/</li>
  85. <li>mesa: loosen small matrix determinant check</li>
  86. <li>xlib: add X error handler around XGetImage() call</li>
  87. <li>radeon: set swrast_renderbuffer::ColorType field when mapping renderbuffers</li>
  88. <li>svga: fix invalid memory reference in needs_to_create_zero()</li>
  89. <li>meta: fix glDrawPixels fallback test, stencil drawing</li>
  90. <li>radeon: fix Base/base typo</li>
  91. <li>st/mesa: fix glCopyTexSubImage crash</li>
  92. <li>gallivm: fix crash in lp_sampler_static_state()</li>
  93. <li>st/mesa: fix renderbuffer validation bug</li>
  94. <li>softpipe: fix softpipe_delete_fs_state() failed assertion</li>
  95. <li>mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base image</li>
  96. <li>st/mesa: s/CALLOC/calloc/ to fix allocation bug</li>
  97. <li>mesa: do internal format error checking for glTexStorage()</li>
  98. <li>mesa: fix incorrect error for glCompressedSubTexImage</li>
  99. </ul>
  100. <p>Chad Versace (3):</p>
  101. <ul>
  102. <li>mesa: Don't advertise GLES extensions in GL contexts</li>
  103. <li>i830: Fix stack corruption</li>
  104. <li>swrast: Fix implicit declaration warnings</li>
  105. </ul>
  106. <p>Chris Forbes (1):</p>
  107. <ul>
  108. <li>mesa: fix dropped &amp;&amp; in glGetStringi()</li>
  109. </ul>
  110. <p>Christoph Bumiller (1):</p>
  111. <ul>
  112. <li>st/mesa: call update_renderbuffer_surface for sRGB renderbuffers, too</li>
  113. </ul>
  114. <p>Eric Anholt (9):</p>
  115. <ul>
  116. <li>i965/gen7: Reduce GT1 WM thread count according to updated BSpec.</li>
  117. <li>i965/fs: Invalidate live intervals in passes that remove an instruction.</li>
  118. <li>i965: Fix bug in the old FS backend's projtex() calculation.</li>
  119. <li>i965: Add support for GL_SKIP_DECODE_EXT on other SRGB formats.</li>
  120. <li>i965/vs: Convert EdgeFlagPointer values appropriately for the VS on gen4.</li>
  121. <li>i965: Fix accumulator_contains() test to also reject swizzles of the dst.</li>
  122. <li>mesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB.</li>
  123. <li>mesa: In conditional rendering fallback, check the query status.</li>
  124. <li>i965: Drop the confusing saturate argument to math instruction setup.</li>
  125. </ul>
  126. <p>Ian Romanick (8):</p>
  127. <ul>
  128. <li>docs: Add 8.0.4 release md5sums</li>
  129. <li>Revert "i965: Avoid unnecessary recompiles for shaders that don't use dFdy()."</li>
  130. <li>i965: Fix regression in depth texture rendering on pre-SNB</li>
  131. <li>dri2: Fix bug in attribute handling for non-desktop OpenGL contexts</li>
  132. <li>mesa: Generate an error when glCopyTexImage border is invalid</li>
  133. <li>mesa/es: Validate glTexImage border in Mesa code rather than the ES wrapper</li>
  134. <li>mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXT</li>
  135. <li>dri_util: Use calloc to allocate __DRIcontext</li>
  136. </ul>
  137. <p>Jonas Maebe (1):</p>
  138. <ul>
  139. <li>darwin: do not create double-buffered offscreen pixel formats</li>
  140. </ul>
  141. <p>Jordan Justen (1):</p>
  142. <ul>
  143. <li>intel: move error on create context to proper path</li>
  144. </ul>
  145. <p>José Fonseca (1):</p>
  146. <ul>
  147. <li>mesa: disable MSVC global optimization in pack.c</li>
  148. </ul>
  149. <p>Kenneth Graunke (8):</p>
  150. <ul>
  151. <li>mesa: Use GLdouble for depthMax in final unpack conversions.</li>
  152. <li>i965/fs: Initialize output_components[] by filling it with zeros.</li>
  153. <li>mesa: Prevent repeated glDeleteShader() from blowing away our refcounts.</li>
  154. <li>i965: Support MESA_FORMAT_SIGNED_RGBA_16.</li>
  155. <li>glsl: Fix #pragma invariant(all) language version check.</li>
  156. <li>i965/vs: Don't clobber sampler message MRFs with subexpressions.</li>
  157. <li>intel: Move finish_batch() call before MI_BATCH_BUFFER_END and padding.</li>
  158. <li>i965/fs: Don't use brw-&gt;fragment_program in calculate_urb_setup().</li>
  159. </ul>
  160. <p>Maarten Lankhorst (1):</p>
  161. <ul>
  162. <li>winsys/radeon: Remove unnecessary pipe_thread_destroy in radeon_drm_cs_destroy</li>
  163. </ul>
  164. <p>Marek Olšák (6):</p>
  165. <ul>
  166. <li>mesa: remove assertions that do not allow compressed 2D_ARRAY textures</li>
  167. <li>r300g: fix colormask with non-BGRA formats</li>
  168. <li>r600g: fix RSQ of negative value on Cayman</li>
  169. <li>r600g: fix EXP on Cayman</li>
  170. <li>r600g: fix instance divisor on Cayman</li>
  171. <li>gallium/u_blit: set dst format from pipe_resource, not pipe_surface</li>
  172. </ul>
  173. <p>Michel Dänzer (2):</p>
  174. <ul>
  175. <li>st/mesa: Fix source miptree level for copying data to finalized miptree.</li>
  176. <li>st/mesa: Fix assertions for copying texture image to finalized miptree.</li>
  177. </ul>
  178. <p>Niels Ole Salscheider (1):</p>
  179. <ul>
  180. <li>st/mesa: index can be negative in the PROGRAM_CONSTANT case</li>
  181. </ul>
  182. <p>Paul Berry (5):</p>
  183. <ul>
  184. <li>i965: Compute dFdy() correctly for FBOs.</li>
  185. <li>mesa: Add UsesDFdy to struct gl_fragment_program.</li>
  186. <li>i965: Avoid unnecessary recompiles for shaders that don't use dFdy().</li>
  187. <li>i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.</li>
  188. <li>i965/Gen7: Work around GPU hangs due to misaligned depth coordinate offsets.</li>
  189. </ul>
  190. <p>Stéphane Marchesin (1):</p>
  191. <ul>
  192. <li>glsl/linker: Avoid buffer over-run in parcel_out_uniform_storage::visit_field</li>
  193. </ul>
  194. <p>Tapani Pälli (2):</p>
  195. <ul>
  196. <li>xmlconfig: use __progname when building for Android</li>
  197. <li>android: do not expose single buffered eglconfigs</li>
  198. </ul>
  199. <p>Vadim Girlin (1):</p>
  200. <ul>
  201. <li>winsys/radeon: fix relocs caching</li>
  202. </ul>
  203. </div>
  204. </body>
  205. </html>