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.

10.5.1.html 8.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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 10.5.1 Release Notes / March 13, 2015</h1>
  15. <p>
  16. Mesa 10.5.1 is a bug fix release which fixes bugs found since the 10.5.0 release.
  17. </p>
  18. <p>
  19. Mesa 10.5.1 implements the OpenGL 3.3 API, but the version reported by
  20. glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
  21. glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
  22. Some drivers don't support all the features required in OpenGL 3.3. OpenGL
  23. 3.3 is <strong>only</strong> available if requested at context creation
  24. because compatibility contexts are not supported.
  25. </p>
  26. <h2>SHA256 checksums</h2>
  27. <pre>
  28. b5b6256a6d46023e16a675257fd11a0f94d7b3e60a76cf112952da3d0fef8e9b mesa-10.5.1.tar.gz
  29. ffc51943d15c6812ee7611d053d8980a683fbd6a4986cff567b12cc66637d679 mesa-10.5.1.tar.xz
  30. </pre>
  31. <h2>New features</h2>
  32. <p>None</p>
  33. <h2>Bug fixes</h2>
  34. <p>This list is likely incomplete.</p>
  35. <ul>
  36. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=79202">Bug 79202</a> - valgrind errors in glsl-fs-uniform-array-loop-unroll.shader_test; random code generation</li>
  37. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=84613">Bug 84613</a> - [G965, bisected] piglit regressions : glslparsertest.glsl2</li>
  38. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=86747">Bug 86747</a> - Noise in Football Manager 2014 textures</li>
  39. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=86974">Bug 86974</a> - INTEL_DEBUG=shader_time always asserts in fs_generator::generate_code() when Mesa is built with --enable-debug (= with asserts)</li>
  40. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=88246">Bug 88246</a> - Commit 2881b12 causes 43 DrawElements test regressions</li>
  41. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=88793">Bug 88793</a> - [BDW/BSW Bisected]Piglit/shaders_glsl-max-varyings fails</li>
  42. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=88883">Bug 88883</a> - ir-a2xx.c: variable changed in assert statement</li>
  43. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=88885">Bug 88885</a> - Transform feedback uses incorrect interleaving if a previous draw did not write gl_Position</li>
  44. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89095">Bug 89095</a> - [SNB/IVB/BYT Bisected]Webglc conformance/glsl/functions/glsl-function-mix-float.html fails</li>
  45. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89156">Bug 89156</a> - r300g: GL_COMPRESSED_RED_RGTC1 / ATI1N support broken</li>
  46. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89224">Bug 89224</a> - Incorrect rendering of Unigine Valley running in VM on VMware Workstation</li>
  47. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89292">Bug 89292</a> - [regression,bisected] incomplete screenshots in some cases</li>
  48. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89311">Bug 89311</a> - [regression, bisected] dEQP: Added entry points for glCompressedTextureSubImage*D.</li>
  49. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89312">Bug 89312</a> - [regression, bisected] main: Added entry points for CopyTextureSubImage*D. (d6b7c40cecfe01)</li>
  50. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89315">Bug 89315</a> - [HSW, regression, bisected] i965/fs: Emit MAD instructions when possible.</li>
  51. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89317">Bug 89317</a> - [HSW, regression, bisected] i965: Add LINTERP/CINTERP to can_do_cmod() (d91390634)</li>
  52. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89416">Bug 89416</a> - UE4Editor crash after load project</li>
  53. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89430">Bug 89430</a> - [g965][bisected] arb_copy_image-targets gl_texture* tests fail</li>
  54. </ul>
  55. <h2>Changes</h2>
  56. <p>Andrey Sudnik (1):</p>
  57. <ul>
  58. <li>i965/vec4: Don't lose the saturate modifier in copy propagation.</li>
  59. </ul>
  60. <p>Chris Forbes (1):</p>
  61. <ul>
  62. <li>i965/gs: Check newly-generated GS-out VUE map against correct stage</li>
  63. </ul>
  64. <p>Daniel Stone (1):</p>
  65. <ul>
  66. <li>egl: Take alpha bits into account when selecting GBM formats</li>
  67. </ul>
  68. <p>Emil Velikov (5):</p>
  69. <ul>
  70. <li>docs: Add sha256 sums for the 10.5.0 release</li>
  71. <li>egl/main: no longer export internal function</li>
  72. <li>cherry-ignore: ignore a few more commits picked without -x</li>
  73. <li>mapi: fix commit 90411b56f6bc817e229d8801ac0adad6d4e3fb7a</li>
  74. <li>Update version to 10.5.1</li>
  75. </ul>
  76. <p>Frank Henigman (1):</p>
  77. <ul>
  78. <li>intel: fix EGLImage renderbuffer _BaseFormat</li>
  79. </ul>
  80. <p>Iago Toral Quiroga (1):</p>
  81. <ul>
  82. <li>i965: Fix out-of-bounds accesses into pull_constant_loc array</li>
  83. </ul>
  84. <p>Ian Romanick (1):</p>
  85. <ul>
  86. <li>i965/fs/nir: Use emit_math for nir_op_fpow</li>
  87. </ul>
  88. <p>Ilia Mirkin (3):</p>
  89. <ul>
  90. <li>freedreno: move fb state copy after checking for size change</li>
  91. <li>freedreno/ir3: fix array count returned by TXQ</li>
  92. <li>freedreno/ir3: get the # of miplevels from getinfo</li>
  93. </ul>
  94. <p>Jason Ekstrand (2):</p>
  95. <ul>
  96. <li>meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_begin</li>
  97. <li>main/base_tex_format: Properly handle STENCIL_INDEX1/4/16</li>
  98. </ul>
  99. <p>Kenneth Graunke (8):</p>
  100. <ul>
  101. <li>i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.</li>
  102. <li>glsl: Mark array access when copying to a temporary for the ?: operator.</li>
  103. <li>i965/fs: Set force_writemask_all on shader_time instructions.</li>
  104. <li>i965/fs: Set smear on shader_time diff register.</li>
  105. <li>i965/fs: Make emit_shader_time_write return rather than emit.</li>
  106. <li>i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.</li>
  107. <li>i965/fs: Make emit_shader_time_end() insert before EOT.</li>
  108. <li>i965/fs: Don't issue FB writes for bound but unwritten color targets.</li>
  109. </ul>
  110. <p>Laura Ekstrand (2):</p>
  111. <ul>
  112. <li>main: Fix target checking for CompressedTexSubImage*D.</li>
  113. <li>main: Fix target checking for CopyTexSubImage*D.</li>
  114. </ul>
  115. <p>Marc-Andre Lureau (1):</p>
  116. <ul>
  117. <li>gallium/auxiliary/indices: fix start param</li>
  118. </ul>
  119. <p>Marek Olšák (3):</p>
  120. <ul>
  121. <li>r300g: fix RGTC1 and LATC1 SNORM formats</li>
  122. <li>r300g: fix a crash when resolving into an sRGB texture</li>
  123. <li>r300g: fix sRGB-&gt;sRGB blits</li>
  124. </ul>
  125. <p>Matt Turner (12):</p>
  126. <ul>
  127. <li>i965/vec4: Fix implementation of i2b.</li>
  128. <li>mesa: Indent break statements and add a missing one.</li>
  129. <li>mesa: Free memory allocated for luminance in readpixels.</li>
  130. <li>mesa: Correct backwards NULL check.</li>
  131. <li>i965: Consider scratch writes to have side effects.</li>
  132. <li>i965/fs: Don't use backend_visitor::instructions after creating the CFG.</li>
  133. <li>r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.</li>
  134. <li>r300g: Check return value of snprintf().</li>
  135. <li>i965/fs: Don't propagate cmod to inst with different type.</li>
  136. <li>i965: Tell intel_get_memcpy() which direction the memcpy() is going.</li>
  137. <li>Revert SHA1 additions.</li>
  138. <li>i965: Avoid applying negate to wrong MAD source.</li>
  139. </ul>
  140. <p>Neil Roberts (4):</p>
  141. <ul>
  142. <li>meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source tex</li>
  143. <li>Revert "common: Fix PBOs for 1D_ARRAY."</li>
  144. <li>meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImage</li>
  145. <li>meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImage</li>
  146. </ul>
  147. <p>Rob Clark (11):</p>
  148. <ul>
  149. <li>freedreno/ir3: fix silly typo for binning pass shaders</li>
  150. <li>freedreno/a2xx: fix increment in assert</li>
  151. <li>freedreno/a4xx: bit of cleanup</li>
  152. <li>freedreno: update generated headers</li>
  153. <li>freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properly</li>
  154. <li>freedreno: update generated headers</li>
  155. <li>freedreno/a4xx: aniso filtering</li>
  156. <li>freedreno/ir3: fix up cat6 instruction encodings</li>
  157. <li>freedreno/ir3: add support for memory (cat6) instructions</li>
  158. <li>freedreno/ir3: handle flat bypass for a4xx</li>
  159. <li>freedreno/ir3: fix failed assert in grouping</li>
  160. </ul>
  161. <p>Stefan Dösinger (1):</p>
  162. <ul>
  163. <li>r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)</li>
  164. </ul>
  165. </div>
  166. </body>
  167. </html>