1Mesa 13.0.4 Release Notes / February 1, 2017 2============================================ 3 4Mesa 13.0.4 is a bug fix release which fixes bugs found since the 13.0.3 5release. 6 7Mesa 13.0.4 implements the OpenGL 4.4 API, but the version reported by 8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 10used. Some drivers don't support all the features required in OpenGL 114.4. OpenGL 4.4 is **only** available if requested at context creation 12because compatibility contexts are not supported. 13 14SHA256 checksums 15---------------- 16 17:: 18 19 a78518030b0b7d77a6c426ac3ff40f4b27fb0e2cdb0dfbe685024a46cae59bad mesa-13.0.4.tar.gz 20 a95d7ce8f7bd5f88585e4be3144a341236d8c0fc91f6feaec59bb8ba3120e726 mesa-13.0.4.tar.xz 21 22New features 23------------ 24 25None 26 27Bug fixes 28--------- 29 30- `Bug 92634 <https://bugs.freedesktop.org/show_bug.cgi?id=92634>`__ - 31 gallium's vl_mpeg12_decoder does not work with st/va 32- `Bug 94512 <https://bugs.freedesktop.org/show_bug.cgi?id=94512>`__ - 33 X segfaults with glx-tls enabled in a x32 environment 34- `Bug 94900 <https://bugs.freedesktop.org/show_bug.cgi?id=94900>`__ - 35 HD6950 GPU lockup loop with various steam games (octodad[always], 36 saints row 4[always], dead island[always], grid autosport[sometimes]) 37- `Bug 98263 <https://bugs.freedesktop.org/show_bug.cgi?id=98263>`__ - 38 [radv] The Talos Principle fails to launch with "Fatal error: Cannot 39 set display mode." 40- `Bug 98914 <https://bugs.freedesktop.org/show_bug.cgi?id=98914>`__ - 41 mesa-vdpau-drivers: breaks vdpau for mpeg2video 42- `Bug 98975 <https://bugs.freedesktop.org/show_bug.cgi?id=98975>`__ - 43 Wasteland 2 Directors Cut: Hangs. GPU fault 44- `Bug 99030 <https://bugs.freedesktop.org/show_bug.cgi?id=99030>`__ - 45 [HSW, regression] transform feedback fails on Linux 4.8 46- `Bug 99085 <https://bugs.freedesktop.org/show_bug.cgi?id=99085>`__ - 47 [EGL] dEQP-EGL.functional.sharing.gles2.multithread intermittent 48- `Bug 99097 <https://bugs.freedesktop.org/show_bug.cgi?id=99097>`__ - 49 [vulkancts] dEQP-VK.image.store regression 50- `Bug 99100 <https://bugs.freedesktop.org/show_bug.cgi?id=99100>`__ - 51 [SKL,BDW,BSW,KBL] 52 dEQP-VK.glsl.return.return_in_dynamic_loop_dynamic_vertex regression 53- `Bug 99144 <https://bugs.freedesktop.org/show_bug.cgi?id=99144>`__ - 54 Incorrect rendering using glDrawArraysInstancedBaseInstance and first 55 != 0 on Skylake 56- `Bug 99154 <https://bugs.freedesktop.org/show_bug.cgi?id=99154>`__ - 57 Link time error when using multiple builtin functions 58- `Bug 99158 <https://bugs.freedesktop.org/show_bug.cgi?id=99158>`__ - 59 vdpau segfaults and gpu locks with kodi on R9285 60- `Bug 99185 <https://bugs.freedesktop.org/show_bug.cgi?id=99185>`__ - 61 dEQP-EGL.functional.image.modify.tex_rgb5_a1_tex_subimage_rgba8 62- `Bug 99188 <https://bugs.freedesktop.org/show_bug.cgi?id=99188>`__ - 63 dEQP-EGL.functional.create_context_ext.robust_gl_30.rgb565_no_depth_no_stencil 64- `Bug 99210 <https://bugs.freedesktop.org/show_bug.cgi?id=99210>`__ - 65 ES3-CTS.functional.texture.mipmap.cube.generate.rgba5551\_\* 66- `Bug 99354 <https://bugs.freedesktop.org/show_bug.cgi?id=99354>`__ - 67 [G71] "Assertion \`bkref' failed" reproducible with glmark2 68- `Bug 99450 <https://bugs.freedesktop.org/show_bug.cgi?id=99450>`__ - 69 [amdgpu] Payday 2 visual glitches on some models 70- `Bug 99451 <https://bugs.freedesktop.org/show_bug.cgi?id=99451>`__ - 71 polygon offset use after free 72 73Changes 74------- 75 76Andres Rodriguez (2): 77 78- vulkan/wsi: clarify the severity of lack of DRI3 v2 79- radv: fix include order for installed headers v2 80 81Arda Coskunses (2): 82 83- vulkan/wsi/x11: don't crash on null visual 84- vulkan/wsi/x11: don't crash on null wsi x11 connection 85 86Bas Nieuwenhuizen (1): 87 88- radv: Support loader interface version 3. 89 90Chad Versace (10): 91 92- egl: Check config's surface types in eglCreate*Surface() 93- dri: Add \__DRI_IMAGE_FORMAT_ARGB1555 94- mesa/texformat: Handle GL_RGBA + GL_UNSIGNED_SHORT_5_5_5_1 95- egl: Emit correct error when robust context creation fails 96- anv: Handle vkGetPhysicalDeviceQueueFamilyProperties with count == 0 97- mesa/shaderobj: Fix races on refcounts 98- meta: Disable dithering during glGenerateMipmap 99- vulkan: Add new cast macros for VkIcd types 100- vulkan: Update vk_icd.h to interface version 3 101- anv: Support loader interface version 3 (patch v2) 102 103Christian König (1): 104 105- vl/zscan: fix "Fix trivial sign compare warnings" 106 107Chuck Atkins (1): 108 109- glx: Add missing glproto dependency for gallium-xlib glx 110 111Damien Grassart (1): 112 113- anv: return count of queue families written 114 115Dave Airlie (1): 116 117- radv: flush smem for uniform buffer bit. 118 119Emil Velikov (10): 120 121- docs: add sha256 checksums for 13.0.3 122- cherry-ignore: add couple of intel_miptree_copy related patches 123- cherry-ignore: add radv: Call nir_lower_constant_initializers." 124- get-typod-pick-list.sh: add new script 125- cherry-ignore: add "_mesa_ClampColor extension/version fix" 126- cherry-ignore: add wayland race condition fix 127- egl/wayland: use the destroy_window_callback for swrast 128- automake: use shared llvm libs for make distcheck 129- get-pick-list.sh: Require explicit "13.0" for nominating stable 130 patches 131- Update version to 13.0.4 132 133Francisco Jerez (1): 134 135- anv: Fix uniform and storage buffer offset alignment limits. 136 137Fredrik Höglund (2): 138 139- radv: fix dual source blending 140- dri3: Fix MakeCurrent without a default framebuffer 141 142Grazvydas Ignotas (1): 143 144- mapi: update the asm code to support x32 145 146Heiko Przybyl (1): 147 148- r600/sb: Fix loop optimization related hangs on eg 149 150Ilia Mirkin (1): 151 152- nouveau: take extra push space into account for pushbuf_space calls 153 154Jason Ekstrand (4): 155 156- i965/generator/tex: Handle an immediate sampler with an indirect 157 texture 158- anv/formats: Use the real format for B4G4R4A4_UNORM_PACK16 on gen8 159- nir/search: Only allow matching SSA values 160- isl: Mark A4B4G4R4_UNORM as supported on gen8 161 162Jonas Ådahl (1): 163 164- egl/wayland: Cleanup private display connection when init fails 165 166Kenneth Graunke (7): 167 168- i965: Don't bail on vertex element processing if we need draw params. 169- i965: Fix last slot calculations 170- i965: Fix texturing in the vec4 TCS and GS backends. 171- spirv: Move cursor before calling vtn_ssa_value() in phi 2nd pass. 172- i965: Make BLORP disable the NP Z PMA stall fix. 173- glsl: Use ir_var_temporary when generating inline functions. 174- i965: Properly flush in hsw_pause_transform_feedback(). 175 176Marek Olšák (4): 177 178- vdpau: call texture_get_handle while the mutex is being held 179- va: call texture_get_handle while the mutex is being held 180- radeonsi: for the tess barrier, only use emit_waitcnt on SI and LLVM 181 3.9+ 182- radeonsi: don't forget to add HTILE to the buffer list for texturing 183 184Michel Dänzer (1): 185 186- cso: Don't restore nr_samplers in cso_restore_fragment_samplers 187 188Nanley Chery (3): 189 190- anv/cmd_buffer: Fix arrayed depth/stencil attachments 191- anv/cmd_buffer: Fix programmed HiZ qpitch 192- anv/image: Disable HiZ for depth buffer arrays 193 194Nayan Deshmukh (1): 195 196- st/va: delay calling begin_frame until we have all parameters 197 198Rob Clark (1): 199 200- freedreno: some fence cleanup 201 202Samuel Pitoiset (1): 203 204- gallium/hud: add missing break in hud_cpufreq_graph_install() 205 206Timothy Arceri (3): 207 208- nir: Turn imov/fmov of undef into undef 209- glsl: fix opt_minmax redundancy checks against baserange 210- util: fix list_is_singular() 211 212Zachary Michaels (1): 213 214- radeonsi: Always leave poly_offset in a valid state 215