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.

11.0.7.html 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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 11.0.7 Release Notes / December 9, 2015</h1>
  15. <p>
  16. Mesa 11.0.7 is a bug fix release which fixes bugs found since the 11.0.6 release.
  17. </p>
  18. <p>
  19. Mesa 11.0.7 implements the OpenGL 4.1 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 4.1. OpenGL
  23. 4.1 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. TBD
  29. </pre>
  30. <h2>New features</h2>
  31. <p>None</p>
  32. <h2>Bug fixes</h2>
  33. <p>This list is likely incomplete.</p>
  34. <ul>
  35. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90348">Bug 90348</a> - Spilling failure of b96 merged value</li>
  36. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=92363">Bug 92363</a> - [BSW/BDW] ogles1conform Gets test fails</li>
  37. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=92438">Bug 92438</a> - Segfault in pushbuf_kref when running the android emulator (qemu) on nv50</li>
  38. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=93110">Bug 93110</a> - [NVE4] textureSize() and textureQueryLevels() uses a texture bound during the previous draw call</li>
  39. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=93126">Bug 93126</a> - wrongly claim supporting GL_EXT_texture_rg</li>
  40. </ul>
  41. <h2>Changes</h2>
  42. <p>Chris Wilson (1):</p>
  43. <ul>
  44. <li>meta: Compute correct buffer size with SkipRows/SkipPixels</li>
  45. </ul>
  46. <p>Daniel Stone (1):</p>
  47. <ul>
  48. <li>egl/wayland: Ignore rects from SwapBuffersWithDamage</li>
  49. </ul>
  50. <p>Dave Airlie (4):</p>
  51. <ul>
  52. <li>texgetimage: consolidate 1D array handling code.</li>
  53. <li>r600: geometry shader gsvs itemsize workaround</li>
  54. <li>r600: rv670 use at least 16es/gs threads</li>
  55. <li>r600: workaround empty geom shader.</li>
  56. </ul>
  57. <p>Emil Velikov (4):</p>
  58. <ul>
  59. <li>docs: add sha256 checksums for 11.0.6</li>
  60. <li>get-pick-list.sh: Require explicit "11.0" for nominating stable patches</li>
  61. <li>mesa; add get-extra-pick-list.sh script into bin/</li>
  62. <li>Update version to 11.0.7</li>
  63. </ul>
  64. <p>François Tigeot (1):</p>
  65. <ul>
  66. <li>xmlconfig: Add support for DragonFly</li>
  67. </ul>
  68. <p>Ian Romanick (22):</p>
  69. <ul>
  70. <li>mesa: Make bind_vertex_buffer avilable outside varray.c</li>
  71. <li>mesa: Refactor update_array_format to make _mesa_update_array_format_public</li>
  72. <li>mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_attrib</li>
  73. <li>i965: Pass brw_context instead of gl_context to brw_draw_rectlist</li>
  74. <li>i965: Use DSA functions for VBOs in brw_meta_fast_clear</li>
  75. <li>i965: Use internal functions for buffer object access</li>
  76. <li>i965: Don't pollute the buffer object namespace in brw_meta_fast_clear</li>
  77. <li>meta: Use DSA functions for PBO in create_texture_for_pbo</li>
  78. <li>meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _mesa_meta_setup_vertex_objects</li>
  79. <li>i965: Use _mesa_NamedBufferSubData for users of _mesa_meta_setup_vertex_objects</li>
  80. <li>meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objects</li>
  81. <li>meta: Track VBO using gl_buffer_object instead of GL API object handle</li>
  82. <li>meta: Use DSA functions for VBOs in _mesa_meta_setup_vertex_objects</li>
  83. <li>meta: Use internal functions for buffer object and VAO access</li>
  84. <li>meta: Don't pollute the buffer object namespace in _mesa_meta_setup_vertex_objects</li>
  85. <li>meta: Partially convert _mesa_meta_DrawTex to DSA</li>
  86. <li>meta: Track VBO using gl_buffer_object instead of GL API object handle in _mesa_meta_DrawTex</li>
  87. <li>meta: Use internal functions for buffer object and VAO access in _mesa_meta_DrawTex</li>
  88. <li>meta: Don't pollute the buffer object namespace in _mesa_meta_DrawTex</li>
  89. <li>meta/TexSubImage: Don't pollute the buffer object namespace</li>
  90. <li>meta/generate_mipmap: Don't leak the framebuffer object</li>
  91. <li>glsl: Fix off-by-one error in array size check assertion</li>
  92. </ul>
  93. <p>Ilia Mirkin (7):</p>
  94. <ul>
  95. <li>nvc0/ir: actually emit AFETCH on kepler</li>
  96. <li>nir: fix typo in idiv lowering, causing large-udiv-udiv failures</li>
  97. <li>nouveau: use the buffer usage to determine placement when no binding</li>
  98. <li>nv50,nvc0: properly handle buffer storage invalidation on dsa buffer</li>
  99. <li>nv50/ir: fix (un)spilling of 3-wide results</li>
  100. <li>mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists</li>
  101. <li>nvc0/ir: start offset at texBindBase for txq, like regular texturing</li>
  102. </ul>
  103. <p>Jonathan Gray (1):</p>
  104. <ul>
  105. <li>automake: fix some occurrences of hardcoded -ldl and -lpthread</li>
  106. </ul>
  107. <p>Leo Liu (1):</p>
  108. <ul>
  109. <li>radeon/vce: disable Stoney VCE for 11.0</li>
  110. </ul>
  111. <p>Marta Lofstedt (1):</p>
  112. <ul>
  113. <li>gles2: Update gl2ext.h to revision: 32120</li>
  114. </ul>
  115. <p>Oded Gabbay (1):</p>
  116. <ul>
  117. <li>llvmpipe: disable VSX in ppc due to LLVM PPC bug</li>
  118. </ul>
  119. </div>
  120. </body>
  121. </html>