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 12.0.5 Release Notes / December 5, 2016</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 12.0.5 is a bug fix release which fixes bugs found since the 12.0.5 release. 21b8e80941Smrg</p> 22b8e80941Smrg<p> 23b8e80941SmrgMesa 12.0.5 implements the OpenGL 4.3 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.3. OpenGL 27b8e80941Smrg4.3 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> 34b8e80941Smrg44d08a27d98bfeacd864381189e434d98afbf451689d01f80380dc1d66450e5b mesa-12.0.5.tar.gz 35b8e80941Smrg2b0a972d8282860a11291c09c3ef01ac45171405951eb21a83c45ed2b4321924 mesa-12.0.5.tar.xz 36b8e80941Smrg</pre> 37b8e80941Smrg 38b8e80941Smrg 39b8e80941Smrg<h2>New features</h2> 40b8e80941Smrg<p>None</p> 41b8e80941Smrg 42b8e80941Smrg 43b8e80941Smrg<h2>Bug fixes</h2> 44b8e80941Smrg 45b8e80941Smrg<p>This list is likely incomplete.</p> 46b8e80941Smrg 47b8e80941Smrg<ul> 48b8e80941Smrg 49b8e80941Smrg<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> 50b8e80941Smrg 51b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=97779">Bug 97779</a> - [regression, bisected][BDW, GPU hang] stuck on render ring, always reproducible</li> 52b8e80941Smrg 53b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98415">Bug 98415</a> - Vulkan Driver JSON file contains incorrect field</li> 54b8e80941Smrg 55b8e80941Smrg</ul> 56b8e80941Smrg 57b8e80941Smrg 58b8e80941Smrg<h2>Changes</h2> 59b8e80941Smrg 60b8e80941Smrg<p>Adam Jackson (2):</p> 61b8e80941Smrg<ul> 62b8e80941Smrg <li>glx/glvnd: Don't modify the dummy slot in the dispatch table</li> 63b8e80941Smrg <li>glx/glvnd: Fix dispatch function names and indices</li> 64b8e80941Smrg</ul> 65b8e80941Smrg 66b8e80941Smrg<p>Anuj Phogat (1):</p> 67b8e80941Smrg<ul> 68b8e80941Smrg <li>i965: Fix GPU hang related to multiple render targets and alpha testing</li> 69b8e80941Smrg</ul> 70b8e80941Smrg 71b8e80941Smrg<p>Emil Velikov (4):</p> 72b8e80941Smrg<ul> 73b8e80941Smrg <li>docs: add release notes for 12.0.4</li> 74b8e80941Smrg <li>docs: add sha256 checksums for 12.0.4</li> 75b8e80941Smrg <li>cherry-ignore: add reverted LLVM_LIBDIR patch</li> 76b8e80941Smrg <li>Update version to 12.0.5</li> 77b8e80941Smrg</ul> 78b8e80941Smrg 79b8e80941Smrg<p>Haixia Shi (1):</p> 80b8e80941Smrg<ul> 81b8e80941Smrg <li>mesa: change state query return value for RGB565</li> 82b8e80941Smrg</ul> 83b8e80941Smrg 84b8e80941Smrg<p>Jason Ekstrand (3):</p> 85b8e80941Smrg<ul> 86b8e80941Smrg <li>i965/fs/generator: Don't use the address immediate for MOV_INDIRECT</li> 87b8e80941Smrg <li>anv/cmd_buffer: Take a command buffer instead of a batch in two helpers</li> 88b8e80941Smrg <li>anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4</li> 89b8e80941Smrg</ul> 90b8e80941Smrg 91b8e80941Smrg<p>Kenneth Graunke (1):</p> 92b8e80941Smrg<ul> 93b8e80941Smrg <li>intel: Fix pixel shader scratch space allocation on Gen9+ platforms.</li> 94b8e80941Smrg</ul> 95b8e80941Smrg 96b8e80941Smrg<p>Marek Olšák (13):</p> 97b8e80941Smrg<ul> 98b8e80941Smrg <li>gallium/radeon: fix behavior of GLSL findLSB(0)</li> 99b8e80941Smrg <li>gallium/radeon: make sure HTILE address is aligned properly</li> 100b8e80941Smrg <li>radeonsi: fix an assertion failure in si_decompress_sampler_color_textures</li> 101b8e80941Smrg <li>gallium/radeon: unify viewport emission code</li> 102b8e80941Smrg <li>gallium/radeon: set VPORT_ZMIN/MAX registers correctly</li> 103b8e80941Smrg <li>radeonsi: fix gl_PatchVerticesIn for tessellation evaluation shader</li> 104b8e80941Smrg <li>radeonsi: fix a crash in imageSize for cubemap arrays</li> 105b8e80941Smrg <li>radeonsi: emit TA_CS_BC_BASE_ADDR on SI only if the kernel allows it</li> 106b8e80941Smrg <li>gallium/radeon: add support for sharing textures with DCC between processes</li> 107b8e80941Smrg <li>radeonsi: always set all blend registers</li> 108b8e80941Smrg <li>radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blending</li> 109b8e80941Smrg <li>radeonsi: disable RB+ blend optimizations for dual source blending</li> 110b8e80941Smrg <li>radeonsi: silence runtime warnings with LLVM 3.9</li> 111b8e80941Smrg</ul> 112b8e80941Smrg 113b8e80941Smrg<p>Matt Turner (1):</p> 114b8e80941Smrg<ul> 115b8e80941Smrg <li>anv: Replace "abi_versions" with correct "api_version".</li> 116b8e80941Smrg</ul> 117b8e80941Smrg 118b8e80941Smrg<p>Nanley Chery (1):</p> 119b8e80941Smrg<ul> 120b8e80941Smrg <li>mesa/fbobject: Update CubeMapFace when reusing textures</li> 121b8e80941Smrg</ul> 122b8e80941Smrg 123b8e80941Smrg<p>Steinar H. Gunderson (1):</p> 124b8e80941Smrg<ul> 125b8e80941Smrg <li>Fix races during _mesa_HashWalk().</li> 126b8e80941Smrg</ul> 127b8e80941Smrg 128b8e80941Smrg<p>Tim Rowley (3):</p> 129b8e80941Smrg<ul> 130b8e80941Smrg <li>swr: [rasterizer jitter] cleanup supporting different llvm versions</li> 131b8e80941Smrg <li>swr: [rasterizer jitter] fix llvm-3.7 compile</li> 132b8e80941Smrg <li>swr: [rasterizer] add support for llvm-3.9</li> 133b8e80941Smrg</ul> 134b8e80941Smrg 135b8e80941Smrg 136b8e80941Smrg</div> 137b8e80941Smrg</body> 138b8e80941Smrg</html> 139