13.0.3.html revision b8e80941
1b8e80941Smrg<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2b8e80941Smrg<html lang="en"> 3b8e80941Smrg<head> 4b8e80941Smrg <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5b8e80941Smrg <title>Mesa Release Notes</title> 6b8e80941Smrg <link rel="stylesheet" type="text/css" href="../mesa.css"> 7b8e80941Smrg</head> 8b8e80941Smrg<body> 9b8e80941Smrg 10b8e80941Smrg<div class="header"> 11b8e80941Smrg <h1>The Mesa 3D Graphics Library</h1> 12b8e80941Smrg</div> 13b8e80941Smrg 14b8e80941Smrg<iframe src="../contents.html"></iframe> 15b8e80941Smrg<div class="content"> 16b8e80941Smrg 17b8e80941Smrg<h1>Mesa 13.0.3 Release Notes / January 5, 2017</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 13.0.3 is a bug fix release which fixes bugs found since the 13.0.2 release. 21b8e80941Smrg</p> 22b8e80941Smrg<p> 23b8e80941SmrgMesa 13.0.3 implements the OpenGL 4.4 API, but the version reported by 24b8e80941SmrgglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 25b8e80941SmrgglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. 26b8e80941SmrgSome drivers don't support all the features required in OpenGL 4.4. OpenGL 27b8e80941Smrg4.4 is <strong>only</strong> available if requested at context creation 28b8e80941Smrgbecause compatibility contexts are not supported. 29b8e80941Smrg</p> 30b8e80941Smrg 31b8e80941Smrg 32b8e80941Smrg<h2>SHA256 checksums</h2> 33b8e80941Smrg<pre> 34b8e80941Smrg55b07d056f9b855ba9d7c8b2ddc7d3b220a61c6ab1bdc73cbfc2f607721094c2 mesa-13.0.3.tar.gz 35b8e80941Smrgd9aa8be5c176d00d0cd503cb2f64a5a403ea471ec819c022581414860d7ba40e mesa-13.0.3.tar.xz 36b8e80941Smrg</pre> 37b8e80941Smrg 38b8e80941Smrg 39b8e80941Smrg<h2>New features</h2> 40b8e80941Smrg<p>None</p> 41b8e80941Smrg 42b8e80941Smrg 43b8e80941Smrg<h2>Bug fixes</h2> 44b8e80941Smrg 45b8e80941Smrg<ul> 46b8e80941Smrg 47b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=77662">Bug 77662</a> - Fail to render to different faces of depth-stencil cube map</li> 48b8e80941Smrg 49b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=92234">Bug 92234</a> - [BDW] GPU hang in Shogun2</li> 50b8e80941Smrg 51b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98329">Bug 98329</a> - [dEQP, EGL, SKL, BDW, BSW] dEQP-EGL.functional.image.render_multiple_contexts.gles2_renderbuffer_depth16_depth_buffer</li> 52b8e80941Smrg 53b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=99038">Bug 99038</a> - [dEQP, EGL, SKL, BDW, BSW] dEQP-EGL.functional.negative_api.create_pixmap_surface crashes</li> 54b8e80941Smrg 55b8e80941Smrg</ul> 56b8e80941Smrg 57b8e80941Smrg 58b8e80941Smrg<h2>Changes</h2> 59b8e80941Smrg 60b8e80941Smrg<p>Chad Versace (2):</p> 61b8e80941Smrg<ul> 62b8e80941Smrg <li>i965/mt: Disable aux surfaces after making miptree shareable</li> 63b8e80941Smrg <li>egl: Fix crashes in eglCreate*Surface()</li> 64b8e80941Smrg</ul> 65b8e80941Smrg 66b8e80941Smrg<p>Dave Airlie (4):</p> 67b8e80941Smrg<ul> 68b8e80941Smrg <li>anv: set maxFragmentDualSrcAttachments to 1</li> 69b8e80941Smrg <li>radv: set maxFragmentDualSrcAttachments to 1</li> 70b8e80941Smrg <li>radv: fix another regression since shadow fixes.</li> 71b8e80941Smrg <li>radv: add missing license file to radv_meta_bufimage.</li> 72b8e80941Smrg</ul> 73b8e80941Smrg 74b8e80941Smrg<p>Emil Velikov (5):</p> 75b8e80941Smrg<ul> 76b8e80941Smrg <li>docs: add sha256 checksums for 13.0.2</li> 77b8e80941Smrg <li>anv: don't double-close the same fd</li> 78b8e80941Smrg <li>anv: don't leak memory if anv_init_wsi() fails</li> 79b8e80941Smrg <li>radv: don't leak the fd if radv_physical_device_init() succeeds</li> 80b8e80941Smrg <li>Update version to 13.0.3</li> 81b8e80941Smrg</ul> 82b8e80941Smrg 83b8e80941Smrg<p>Eric Anholt (1):</p> 84b8e80941Smrg<ul> 85b8e80941Smrg <li>vc4: In a loop break/continue, jump if everyone has taken the path.</li> 86b8e80941Smrg</ul> 87b8e80941Smrg 88b8e80941Smrg<p>Gwan-gyeong Mun (3):</p> 89b8e80941Smrg<ul> 90b8e80941Smrg <li>anv: Add missing error-checking to anv_block_pool_init (v2)</li> 91b8e80941Smrg <li>anv: Update the teardown in reverse order of the anv_CreateDevice</li> 92b8e80941Smrg <li>vulkan/wsi: Fix resource leak in success path of wsi_queue_init()</li> 93b8e80941Smrg</ul> 94b8e80941Smrg 95b8e80941Smrg<p>Haixia Shi (1):</p> 96b8e80941Smrg<ul> 97b8e80941Smrg <li>compiler/glsl: fix precision problem of tanh</li> 98b8e80941Smrg</ul> 99b8e80941Smrg 100b8e80941Smrg<p>Ilia Mirkin (1):</p> 101b8e80941Smrg<ul> 102b8e80941Smrg <li>mesa: only verify that enabled arrays have backing buffers</li> 103b8e80941Smrg</ul> 104b8e80941Smrg 105b8e80941Smrg<p>Jason Ekstrand (8):</p> 106b8e80941Smrg<ul> 107b8e80941Smrg <li>anv/cmd_buffer: Re-emit MEDIA_CURBE_LOAD when CS push constants are dirty</li> 108b8e80941Smrg <li>anv/image: Rename hiz_surface to aux_surface</li> 109b8e80941Smrg <li>anv/cmd_buffer: Remove the 1-D case from the HiZ QPitch calculation</li> 110b8e80941Smrg <li>genxml/gen9: Change the default of MI_SEMAPHORE_WAIT::RegisterPoleMode</li> 111b8e80941Smrg <li>anv/device: Return the right error for failed maps</li> 112b8e80941Smrg <li>anv/device: Implicitly unmap memory objects in FreeMemory</li> 113b8e80941Smrg <li>anv/descriptor_set: Write the state offset in the surface state free list.</li> 114b8e80941Smrg <li>spirv: Use a simpler and more correct implementaiton of tanh()</li> 115b8e80941Smrg</ul> 116b8e80941Smrg 117b8e80941Smrg<p>Kenneth Graunke (1):</p> 118b8e80941Smrg<ul> 119b8e80941Smrg <li>i965: Allocate at least some URB space even when max_vertices = 0.</li> 120b8e80941Smrg</ul> 121b8e80941Smrg 122b8e80941Smrg<p>Marek Olšák (17):</p> 123b8e80941Smrg<ul> 124b8e80941Smrg <li>radeonsi: always set all blend registers</li> 125b8e80941Smrg <li>radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blending</li> 126b8e80941Smrg <li>radeonsi: disable RB+ blend optimizations for dual source blending</li> 127b8e80941Smrg <li>radeonsi: consolidate max-work-group-size computation</li> 128b8e80941Smrg <li>radeonsi: apply a multi-wave workgroup SPI bug workaround to affected CIK chips</li> 129b8e80941Smrg <li>radeonsi: apply a TC L1 write corruption workaround for SI</li> 130b8e80941Smrg <li>radeonsi: apply a tessellation bug workaround for SI</li> 131b8e80941Smrg <li>radeonsi: add a tess+GS hang workaround for VI dGPUs</li> 132b8e80941Smrg <li>radeonsi: apply the double EVENT_WRITE_EOP workaround to VI as well</li> 133b8e80941Smrg <li>cso: don't release sampler states that are bound</li> 134b8e80941Smrg <li>radeonsi: always restore sampler states when unbinding sampler views</li> 135b8e80941Smrg <li>radeonsi: fix incorrect FMASK checking in bind_sampler_states</li> 136b8e80941Smrg <li>radeonsi: allow specifying simm16 of emit_waitcnt at call sites</li> 137b8e80941Smrg <li>radeonsi: wait for outstanding memory instructions in TCS barriers</li> 138b8e80941Smrg <li>tgsi: fix the src type of TGSI_OPCODE_MEMBAR</li> 139b8e80941Smrg <li>radeonsi: wait for outstanding LDS instructions in memory barriers if needed</li> 140b8e80941Smrg <li>radeonsi: disable the constant engine (CE) on Carrizo and Stoney</li> 141b8e80941Smrg</ul> 142b8e80941Smrg 143b8e80941Smrg<p>Matt Turner (3):</p> 144b8e80941Smrg<ul> 145b8e80941Smrg <li>i965/fs: Rename opt_copy_propagate -> opt_copy_propagation.</li> 146b8e80941Smrg <li>i965/fs: Add unit tests for copy propagation pass.</li> 147b8e80941Smrg <li>i965/fs: Reject copy propagation into SEL if not min/max.</li> 148b8e80941Smrg</ul> 149b8e80941Smrg 150b8e80941Smrg<p>Nanley Chery (1):</p> 151b8e80941Smrg<ul> 152b8e80941Smrg <li>mesa/fbobject: Update CubeMapFace when reusing textures</li> 153b8e80941Smrg</ul> 154b8e80941Smrg 155b8e80941Smrg<p>Nicolai Hähnle (4):</p> 156b8e80941Smrg<ul> 157b8e80941Smrg <li>radeonsi: fix isolines tess factor writes to control ring</li> 158b8e80941Smrg <li>radeonsi: update all GSVS ring descriptors for new buffer allocations</li> 159b8e80941Smrg <li>radeonsi: do not kill GS with memory writes</li> 160b8e80941Smrg <li>radeonsi: fix an off-by-one error in the bounds check for max_vertices</li> 161b8e80941Smrg</ul> 162b8e80941Smrg 163b8e80941Smrg<p>Rhys Kidd (1):</p> 164b8e80941Smrg<ul> 165b8e80941Smrg <li>glsl: Add pthread libs to cache_test</li> 166b8e80941Smrg</ul> 167b8e80941Smrg 168b8e80941Smrg<p>Timothy Arceri (2):</p> 169b8e80941Smrg<ul> 170b8e80941Smrg <li>mesa: fix active subroutine uniforms properly</li> 171b8e80941Smrg <li>Revert "nir: Turn imov/fmov of undef into undef."</li> 172b8e80941Smrg</ul> 173b8e80941Smrg 174b8e80941Smrg 175b8e80941Smrg</div> 176b8e80941Smrg</body> 177b8e80941Smrg</html> 178