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 10 <div class="header"> 11 <h1>The Mesa 3D Graphics Library</h1> 12 </div> 13 14 <iframe src="../contents.html"></iframe> 15 <div class="content"> 16 17 <h1>Mesa 18.0.2 Release Notes / April 28, 2018</h1> 18 19 <p> 20 Mesa 18.0.2 is a bug fix release which fixes bugs found since the 18.0.1 release. 21 </p> 22 <p> 23 Mesa 18.0.2 implements the OpenGL 4.5 API, but the version reported by 24 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 25 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. 26 Some drivers don't support all the features required in OpenGL 4.5. OpenGL 27 4.5 is <strong>only</strong> available if requested at context creation 28 because compatibility contexts are not supported. 29 </p> 30 31 32 <h2>SHA256 checksums</h2> 33 <pre> 34 SHA256: ffd8dfe3337b474a3baa085f0e7ef1a32c7cdc3bed1ad810b2633919a9324840 mesa-18.0.2.tar.gz 35 SHA256: 98fa159768482dc568b9f8bf0f36c7acb823fa47428ffd650b40784f16b9e7b3 mesa-18.0.2.tar.xz 36 </pre> 37 38 39 <h2>New features</h2> 40 <p>None</p> 41 42 43 <h2>Bug fixes</h2> 44 45 <ul> 46 47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=95009">Bug 95009</a> - [SNB] amd_shader_trinary_minmax.execution.built-in-functions.gs-mid3-ivec2-ivec2-ivec2 intermittent</li> 48 49 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=95012">Bug 95012</a> - [SNB] glsl-1_50.execution.built-in-functions.gs-op tests intermittent</li> 50 51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98281">Bug 98281</a> - 'message's in ctx->Debug.LogMessages[] seem to leak.</li> 52 53 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105320">Bug 105320</a> - Storage texel buffer access produces wrong results (RX Vega)</li> 54 55 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105775">Bug 105775</a> - SI reaches the maximum IB size in dwords and fail to submit</li> 56 57 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105994">Bug 105994</a> - surface state leak when creating and destroying image views with aspectMask depth and stencil</li> 58 59 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106074">Bug 106074</a> - radv: si_scissor_from_viewport returns incorrect result when using half-pixel viewport offset</li> 60 61 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106126">Bug 106126</a> - eglMakeCurrent does not always ensure dri_drawable->update_drawable_info has been called for a new EGLSurface if another has been created and destroyed first</li> 62 63 </ul> 64 65 66 <h2>Changes</h2> 67 68 <p>Bas Nieuwenhuizen (2):</p> 69 <ul> 70 <li>ac/nir: Make the GFX9 buffer size fix apply to image loads/atomics too.</li> 71 <li>radv: Mark GTT memory as device local for APUs.</li> 72 </ul> 73 74 <p>Dylan Baker (2):</p> 75 <ul> 76 <li>bin/install_megadrivers: fix DESTDIR and -D*-path</li> 77 <li>meson: don't build classic mesa tests without dri_drivers</li> 78 </ul> 79 80 <p>Ian Romanick (1):</p> 81 <ul> 82 <li>intel/compiler: Add scheduler deps for instructions that implicitly read g0</li> 83 </ul> 84 85 <p>Jason Ekstrand (1):</p> 86 <ul> 87 <li>i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*</li> 88 </ul> 89 90 <p>Johan Klokkhammer Helsing (1):</p> 91 <ul> 92 <li>st/dri: Fix dangling pointer to a destroyed dri_drawable</li> 93 </ul> 94 95 <p>Juan A. Suarez Romero (4):</p> 96 <ul> 97 <li>docs: add sha256 checksums for 18.0.1</li> 98 <li>travis: radv needs LLVM 4.0</li> 99 <li>cherry-ignore: add explicit 18.1 only nominations</li> 100 <li>Update version to 18.0.2</li> 101 </ul> 102 103 <p>Kenneth Graunke (1):</p> 104 <ul> 105 <li>i965: Fix shadow batches to be the same size as the real BO.</li> 106 </ul> 107 108 <p>Lionel Landwerlin (1):</p> 109 <ul> 110 <li>anv: fix number of planes for depth & stencil</li> 111 </ul> 112 113 <p>Lucas Stach (1):</p> 114 <ul> 115 <li>etnaviv: fix texture_format_needs_swiz</li> 116 </ul> 117 118 <p>Marek Olk (3):</p> 119 <ul> 120 <li>radeonsi/gfx9: fix a hang with an empty first IB</li> 121 <li>glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extract</li> 122 <li>Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"</li> 123 </ul> 124 125 <p>Samuel Pitoiset (2):</p> 126 <ul> 127 <li>radv: fix scissor computation when using half-pixel viewport offset</li> 128 <li>radv/winsys: allow to submit up to 4 IBs for chips without chaining</li> 129 </ul> 130 131 <p>Thomas Hellstrom (1):</p> 132 <ul> 133 <li>svga: Fix incorrect advertizing of EGL_KHR_gl_colorspace</li> 134 </ul> 135 136 <p>Timothy Arceri (1):</p> 137 <ul> 138 <li>mesa: free debug messages when destroying the debug state</li> 139 </ul> 140 141 142 </div> 143 </body> 144 </html> 145