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.

8.0.1.html 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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.1 Release Notes / February 16, 2012</h1>
  15. <p>
  16. Mesa 8.0.1 is a bug fix release which fixes bugs found since the 8.0 release.
  17. </p>
  18. <p>
  19. Mesa 8.0 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. 4855c2d93bd2ebd43f384bdcc92c9a27 MesaLib-8.0.1.tar.gz
  30. 24eeebf66971809d8f40775a379b36c9 MesaLib-8.0.1.tar.bz2
  31. 54e745d14dac5717f7f65b4e2d5c1df2 MesaLib-8.0.1.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=28924">Bug 28924</a> - [ILK] piglit tex-border-1 fail</li>
  39. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=40864">Bug 40864</a> - [bisected pineview] oglc pxconv-gettex(basic.allCases) fails on pineview</li>
  40. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=43327">Bug 43327</a> - [bisected SNB] HiZ make many oglc cases regressed</li>
  41. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44333">Bug 44333</a> - [bisected] Color distortion with xbmc mediaplayer</li>
  42. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44927">Bug 44927</a> - [SNB IVB regression] gl-117 abort when click</li>
  43. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45221">Bug 45221</a> - [bisected IVB] glean/fbo regression in stencil-only case</li>
  44. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45877">Bug 45877</a> - main/image.c:1597: _mesa_convert_colors: Assertion `dstType == 0x1406' failed.</li>
  45. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45578">Bug 45578</a> - main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.</li>
  46. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45872">Bug 45872</a> - [bisected PNV] oglc mustpass(basic.stipple) regressed on pineview</li>
  47. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45876">Bug 45876</a> - [PNV]oglc texenv(basic.allCases) regressed on pineview</li>
  48. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45917">Bug 45917</a> - [PNV] Regression in Piglit test general/two-sided-lighting-separate-specular</li>
  49. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45943">Bug 45943</a> - [r300g] r300_emit.c:365:r300_emit_aa_state: Assertion `(aa-d&gt;dest)-&gt;cs_buf' failed.</li>
  50. <!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=">Bug </a> - </li> -->
  51. </ul>
  52. <h2>Changes</h2>
  53. <p>The full set of changes can be viewed by using the following GIT command:</p>
  54. <pre>
  55. git log mesa-8.0..mesa-8.0.1
  56. </pre>
  57. <p>Alex Deucher (2):</p>
  58. <ul>
  59. <li>r600g: fix tex tile_type offset for cayman</li>
  60. <li>r600g: 128 bit formats require tile_type = 1 on cayman</li>
  61. </ul>
  62. <p>Anuj Phogat (2):</p>
  63. <ul>
  64. <li>meta: Add pixel store/pack operations in decompress_texture_image</li>
  65. <li>meta: Avoid FBO resizing/reallocating in decompress_texture_image</li>
  66. </ul>
  67. <p>Brian Paul (6):</p>
  68. <ul>
  69. <li>docs: add news item for 8.0 release</li>
  70. <li>docs: update info about supported systems, GPUs, APIs</li>
  71. <li>docs: add VMware link</li>
  72. <li>docs: remove link to the GLSL compiler page</li>
  73. <li>mesa: fix proxy texture target initialization</li>
  74. <li>swrast: fix span color type selection</li>
  75. </ul>
  76. <p>Chad Versace (2):</p>
  77. <ul>
  78. <li>i965: Rewrite the HiZ op</li>
  79. <li>i965: Remove file i965/junk, accidentally added in 7b36c68</li>
  80. </ul>
  81. <p>Dave Airlie (1):</p>
  82. <ul>
  83. <li>st/mesa: only resolve if number of samples is &gt; 1</li>
  84. </ul>
  85. <p>Eric Anholt (3):</p>
  86. <ul>
  87. <li>i965: Fix HiZ change compiler warning.</li>
  88. <li>i965: Report the failure message when failing to compile the fragment shader.</li>
  89. <li>i965/fs: Enable register spilling on gen7 too.</li>
  90. </ul>
  91. <p>Ian Romanick (4):</p>
  92. <ul>
  93. <li>docs: Add 8.0 MD5 checksums</li>
  94. <li>glapi: Include GLES2 headers for ES2 extension functions</li>
  95. <li>swrast: Only avoid empty _TexEnvPrograms</li>
  96. <li>mesa: Bump version number to 8.0.1</li>
  97. </ul>
  98. <p>Kenneth Graunke (4):</p>
  99. <ul>
  100. <li>i965: Fix border color on Ironlake.</li>
  101. <li>i965/fs: Add a new fs_inst::regs_written function.</li>
  102. <li>i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.</li>
  103. <li>i965: Emit Ivybridge VS workaround flushes.</li>
  104. </ul>
  105. <p>Mathias Fröhlich (1):</p>
  106. <ul>
  107. <li>state_stracker: Fix access to uninitialized memory.</li>
  108. </ul>
  109. <p>Paul Berry (1):</p>
  110. <ul>
  111. <li>i915: Fix type of "specoffset" variable.</li>
  112. </ul>
  113. <p>Simon Farnsworth (1):</p>
  114. <ul>
  115. <li>r600g: Use a fake reloc to sleep for fences</li>
  116. </ul>
  117. </div>
  118. </body>
  119. </html>