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 19.0.0 Release Notes / TBD</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 19.0.0 is a new development release. People who are concerned 21b8e80941Smrgwith stability and reliability should stick with a previous release or 22b8e80941Smrgwait for Mesa 19.0.1. 23b8e80941Smrg</p> 24b8e80941Smrg<p> 25b8e80941SmrgMesa 19.0.0 implements the OpenGL 4.5 API, but the version reported by 26b8e80941SmrgglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 27b8e80941SmrgglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. 28b8e80941SmrgSome drivers don't support all the features required in OpenGL 4.5. OpenGL 29b8e80941Smrg4.5 is <strong>only</strong> available if requested at context creation. 30b8e80941SmrgCompatibility contexts may report a lower version depending on each driver. 31b8e80941Smrg</p> 32b8e80941Smrg 33b8e80941Smrg<h2>SHA256 checksums</h2> 34b8e80941Smrg<pre> 35b8e80941Smrg 4c5b9c5227d37c1f6bdc786a6fa7ee7fbce40b2e8a87340c7d3234534ece3304 mesa-19.0.0.tar.gz 36b8e80941Smrg 5a549dfb40ec31e5c36c47aadac04554cb2e2a8d144a046a378fc16da57e38f8 mesa-19.0.0.tar.xz 37b8e80941Smrg</pre> 38b8e80941Smrg 39b8e80941Smrg 40b8e80941Smrg<h2>New features</h2> 41b8e80941Smrg 42b8e80941Smrg<ul> 43b8e80941Smrg<li>GL_AMD_texture_texture4 on all GL 4.0 drivers.</li> 44b8e80941Smrg<li>GL_EXT_shader_implicit_conversions on all drivers (ES extension).</li> 45b8e80941Smrg<li>GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension).</li> 46b8e80941Smrg<li>GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension).</li> 47b8e80941Smrg<li>GL_EXT_render_snorm on gallium drivers (ES extension).</li> 48b8e80941Smrg<li>GL_EXT_texture_view on drivers supporting texture views (ES extension).</li> 49b8e80941Smrg<li>GL_OES_texture_view on drivers supporting texture views (ES extension).</li> 50b8e80941Smrg<li>GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only).</li> 51b8e80941Smrg<li>Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965.</li> 52b8e80941Smrg<li>VK_ANDROID_external_memory_android_hardware_buffer on Intel</li> 53b8e80941Smrg<li>Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV</li> 54b8e80941Smrg<li>VK_EXT_scalar_block_layout on Intel and RADV</li> 55b8e80941Smrg<li>VK_KHR_depth_stencil_resolve on Intel</li> 56b8e80941Smrg<li>VK_KHR_draw_indirect_count on Intel</li> 57b8e80941Smrg<li>VK_EXT_conditional_rendering on Intel</li> 58b8e80941Smrg<li>VK_EXT_memory_budget on RADV</li> 59b8e80941Smrg</ul> 60b8e80941Smrg 61b8e80941Smrg<h2>Bug fixes</h2> 62b8e80941Smrg 63b8e80941Smrg<ul> 64b8e80941Smrg 65b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32211">Bug 32211</a> - [GLSL] lower_jumps with continue-statements in for-loops prevents loop unrolling</li> 66b8e80941Smrg 67b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102349">Bug 102349</a> - nv4x crashing with plasmashell - gdb log included</li> 68b8e80941Smrg 69b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102597">Bug 102597</a> - [Regression] mpv, high rendering times (two to three times higher)</li> 70b8e80941Smrg 71b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=104297">Bug 104297</a> - [i965] Downward causes GPU hangs and misrendering on Haswell</li> 72b8e80941Smrg 73b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=104602">Bug 104602</a> - [apitrace] Graphical artifacts in Civilization VI on RX Vega</li> 74b8e80941Smrg 75b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105301">Bug 105301</a> - The big SKQP bug</li> 76b8e80941Smrg 77b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106577">Bug 106577</a> - broken rendering with nine and nouveau (GM107)</li> 78b8e80941Smrg 79b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106595">Bug 106595</a> - [RADV] Rendering distortions only when MSAA is enabled</li> 80b8e80941Smrg 81b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=107052">Bug 107052</a> - [Regression][bisected]. Crookz - The Big Heist Demo can't be launched despite the "true" flag in "drirc"</li> 82b8e80941Smrg 83b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=107510">Bug 107510</a> - [GEN8+] up to 10% perf drop on several 3D benchmarks</li> 84b8e80941Smrg 85b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=107626">Bug 107626</a> - [SNB] The graphical corruption and GPU hang occur sometimes on the piglit test "arb_texture_multisample-large-float-texture" with parameter --fp16</li> 86b8e80941Smrg 87b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=107728">Bug 107728</a> - Wrong background in Sascha Willem's Multisampling Demo</li> 88b8e80941Smrg 89b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=107842">Bug 107842</a> - "invariant" qualifier on outputs of GLSL ES fragment shader causes compilation error.</li> 90b8e80941Smrg 91b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=107856">Bug 107856</a> - i965 incorrectly calculates the number of layers for texture views (assert)</li> 92b8e80941Smrg 93b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108114">Bug 108114</a> - [vulkancts] new VK_KHR_16bit_storage tests fail.</li> 94b8e80941Smrg 95b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108116">Bug 108116</a> - [vulkancts] stencil partial clear tests fail.</li> 96b8e80941Smrg 97b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108245">Bug 108245</a> - RADV/Vega: Low mip levels of large BCn textures get corrupted by vkCmdCopyBufferToImage</li> 98b8e80941Smrg 99b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108311">Bug 108311</a> - Query buffer object support is broken on r600.</li> 100b8e80941Smrg 101b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108457">Bug 108457</a> - [OpenGL CTS] KHR-GL46.tessellation_shader.single.xfb_captures_data_from_correct_stage fails</li> 102b8e80941Smrg 103b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108560">Bug 108560</a> - Mesa 32 is built without sse</li> 104b8e80941Smrg 105b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108624">Bug 108624</a> - [regression][bisected] "nir: Copy propagation between blocks" regression</li> 106b8e80941Smrg 107b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108630">Bug 108630</a> - [G965] piglit.spec.!opengl 1_2.tex3d-maxsize spins forever</li> 108b8e80941Smrg 109b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108635">Bug 108635</a> - Mesa master commit 68dc591af16ebb36814e4c187e4998948103c99c causes XWayland to segfault</li> 110b8e80941Smrg 111b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108636">Bug 108636</a> - test_optpass has use after free bug, failing with memory testing tools like address sanitizer</li> 112b8e80941Smrg 113b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108713">Bug 108713</a> - Gallium: use after free with transform feedback</li> 114b8e80941Smrg 115b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108734">Bug 108734</a> - Regression: [bisected] dEQP-GLES31.functional.tessellation.invariance.* start failing on r600</li> 116b8e80941Smrg 117b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108805">Bug 108805</a> - i965 regressions from EXT_texture_sRGB_R8</li> 118b8e80941Smrg 119b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108829">Bug 108829</a> - [meson] libglapi exports internal API</li> 120b8e80941Smrg 121b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108868">Bug 108868</a> - [BYT IVB] Tesselation test regressions</li> 122b8e80941Smrg 123b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108877">Bug 108877</a> - OpenGL CTS gl43 test cases were interrupted due to segment fault</li> 124b8e80941Smrg 125b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108894">Bug 108894</a> - [anv] vkCmdCopyBuffer() and vkCmdCopyQueryPoolResults() write-after-write hazard</li> 126b8e80941Smrg 127b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108909">Bug 108909</a> - Vkd3d test failure test_resolve_non_issued_query_data()</li> 128b8e80941Smrg 129b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108910">Bug 108910</a> - Vkd3d test failure test_multisample_array_texture()</li> 130b8e80941Smrg 131b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108911">Bug 108911</a> - Vkd3d test failure test_clear_render_target_view()</li> 132b8e80941Smrg 133b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108914">Bug 108914</a> - blocky shadow artifacts in The Forest with DXVK, RADV_DEBUG=nohiz fixes this</li> 134b8e80941Smrg 135b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108925">Bug 108925</a> - vkCmdCopyQueryPoolResults(VK_QUERY_RESULT_WAIT_BIT) for timestamps with large query count hangs</li> 136b8e80941Smrg 137b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108936">Bug 108936</a> - [ILK,G45,G965] Regressions from texture-format enums rework</li> 138b8e80941Smrg 139b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108943">Bug 108943</a> - Build fails on ppc64le with meson</li> 140b8e80941Smrg 141b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108961">Bug 108961</a> - make check test_replace_src_bitsize failure</li> 142b8e80941Smrg 143b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108974">Bug 108974</a> - make check DispatchSanity_test regression</li> 144b8e80941Smrg 145b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108999">Bug 108999</a> - Calculating the scissors fields when the y is flipped (0 on top) can generate negative numbers that will cause assertion failure later on.</li> 146b8e80941Smrg 147b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109023">Bug 109023</a> - error: inlining failed in call to always_inline ‘__m512 _mm512_and_ps(__m512, __m512)’: target specific option mismatch</li> 148b8e80941Smrg 149b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109072">Bug 109072</a> - GPU hang in blender 2.80</li> 150b8e80941Smrg 151b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109075">Bug 109075</a> - radv: New D3D boolean optimizations cause GPU hang in Witcher 3</li> 152b8e80941Smrg 153b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109081">Bug 109081</a> - [bisected] [HSW] Regression in clipping.user_defined.clip_* vulkancts tests</li> 154b8e80941Smrg 155b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109086">Bug 109086</a> - Crash software mesa with gl_select render mode</li> 156b8e80941Smrg 157b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109107">Bug 109107</a> - gallium/st/va: change va max_profiles when using Radeon VCN Hardware</li> 158b8e80941Smrg 159b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109129">Bug 109129</a> - format_types.h:1220: undefined reference to `_mm256_cvtps_ph'</li> 160b8e80941Smrg 161b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109151">Bug 109151</a> - [KBL-G][vulkan] dEQP-VK.texture.explicit_lod.2d.sizes.31x55_nearest_linear_mipmap_nearest_repeat failed verification.</li> 162b8e80941Smrg 163b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109190">Bug 109190</a> - virgl: buffer flushing error with some dEQP tests [bisected]</li> 164b8e80941Smrg 165b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109202">Bug 109202</a> - nv50_ir.cpp:749:19: error: cannot use typeid with -fno-rtti</li> 166b8e80941Smrg 167b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109204">Bug 109204</a> - [regression, bisected] retroarch's crt-royale shader crash radv</li> 168b8e80941Smrg 169b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109229">Bug 109229</a> - glLinkProgram locks up for ~30 seconds</li> 170b8e80941Smrg 171b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109231">Bug 109231</a> - [nir] src/compiler/nir/nir_loop_analyze.c uninitialized variable</li> 172b8e80941Smrg 173b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109242">Bug 109242</a> - [RADV] The Witcher 3 system freeze</li> 174b8e80941Smrg 175b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109304">Bug 109304</a> - GfxBench AztecRuins Vulkan version Segfault</li> 176b8e80941Smrg 177b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109325">Bug 109325</a> - mesa: Need ability to retrieve command line of Meson configuration</li> 178b8e80941Smrg 179b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109328">Bug 109328</a> - [BSW BXT GLK] dEQP-VK.subgroups.arithmetic.subgroup regressions</li> 180b8e80941Smrg 181b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109353">Bug 109353</a> - [regression][bisected] "nir: Switch to using 1-bit Booleans for almost everything" regression with shared bools</li> 182b8e80941Smrg 183b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109401">Bug 109401</a> - [DXVK] Project Cars rendering problems</li> 184b8e80941Smrg 185b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109404">Bug 109404</a> - [ANV] The Witcher 3 shadows flickering</li> 186b8e80941Smrg 187b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109442">Bug 109442</a> - "make check" test anv_block_pool_no_free fails intermittently</li> 188b8e80941Smrg 189b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109443">Bug 109443</a> - Build failure with MSVC when using Scons >= 3.0.2</li> 190b8e80941Smrg 191b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109449">Bug 109449</a> - [snb] quakespasm triggers a segmentation fault.</li> 192b8e80941Smrg 193b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109451">Bug 109451</a> - [IVB,SNB] LINE_STRIPs following a TRIANGLE_FAN fail to use primitive restart</li> 194b8e80941Smrg 195b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109543">Bug 109543</a> - After upgrade mesa to 19.0.0~rc1 all vulkan based application stop working ["vulkan-cube" received SIGSEGV in radv_pipeline_init_blend_state at ../src/amd/vulkan/radv_pipeline.c:699]</li> 196b8e80941Smrg 197b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109561">Bug 109561</a> - [regression, bisected] code re-factor causing games to stutter or lock-up system</li> 198b8e80941Smrg 199b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109573">Bug 109573</a> - dEQP-VK.spirv_assembly.instruction.graphics.module.same_module</li> 200b8e80941Smrg 201b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109575">Bug 109575</a> - Mesa-19.0.0-rc1 : Computer Crashes trying to run anything Vulkan</li> 202b8e80941Smrg 203b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109581">Bug 109581</a> - [BISECTED] Nothing is Rendered on Sascha Willem's "subpasses" demo</li> 204b8e80941Smrg 205b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109594">Bug 109594</a> - totem assert failure: totem: src/intel/genxml/gen9_pack.h:72: __gen_uint: La declaración `v <= max' no se cumple.</li> 206b8e80941Smrg 207b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109597">Bug 109597</a> - wreckfest issues with transparent objects & skybox</li> 208b8e80941Smrg 209b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109601">Bug 109601</a> - [Regression] RuneLite GPU rendering broken on 18.3.x</li> 210b8e80941Smrg 211b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109603">Bug 109603</a> - nir_instr_as_deref: Assertion `parent && parent->type == nir_instr_type_deref' failed.</li> 212b8e80941Smrg 213b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109698">Bug 109698</a> - dri.pc contents invalid when built with meson</li> 214b8e80941Smrg 215b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109717">Bug 109717</a> - [regression] Cull distance tests asserting</li> 216b8e80941Smrg 217b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109735">Bug 109735</a> - [Regression] broken font with mesa_vulkan_overlay</li> 218b8e80941Smrg 219b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=109759">Bug 109759</a> - [BISECTED][REGRESSION][IVB, HSW] Font rendering problem in OpenGL</li> 220b8e80941Smrg 221b8e80941Smrg</ul> 222b8e80941Smrg 223b8e80941Smrg<h2>Changes</h2> 224b8e80941Smrg 225b8e80941Smrg<p>Adam Jackson (4):</p> 226b8e80941Smrg<ul> 227b8e80941Smrg <li>glx: Demand success from CreateContext requests (v2)</li> 228b8e80941Smrg <li>specs: Remove GLES profile interaction text from GLX_MESA_query_renderer</li> 229b8e80941Smrg <li>specs: Remove GLX_RENDERER_ID_MESA from GLX_MESA_query_renderer</li> 230b8e80941Smrg <li>specs: Bump GLX_MESA_query_renderer to version 9</li> 231b8e80941Smrg</ul> 232b8e80941Smrg 233b8e80941Smrg<p>Aditya Swarup (1):</p> 234b8e80941Smrg<ul> 235b8e80941Smrg <li>i965: Lift restriction in external textures for EGLImage support</li> 236b8e80941Smrg</ul> 237b8e80941Smrg 238b8e80941Smrg<p>Alejandro Piñeiro (3):</p> 239b8e80941Smrg<ul> 240b8e80941Smrg <li>nir: remove unused variable</li> 241b8e80941Smrg <li>nir/xfb: don't assert when xfb_buffer/stride is present but not xfb_offset</li> 242b8e80941Smrg <li>nir/xfb: distinguish array of structs vs array of blocks</li> 243b8e80941Smrg</ul> 244b8e80941Smrg 245b8e80941Smrg<p>Alex Deucher (3):</p> 246b8e80941Smrg<ul> 247b8e80941Smrg <li>pci_ids: add new vega10 pci ids</li> 248b8e80941Smrg <li>pci_ids: add new vega20 pci id</li> 249b8e80941Smrg <li>pci_ids: add new VegaM pci id</li> 250b8e80941Smrg</ul> 251b8e80941Smrg 252b8e80941Smrg<p>Alex Smith (1):</p> 253b8e80941Smrg<ul> 254b8e80941Smrg <li>radv: Flush before vkCmdWriteTimestamp() if needed</li> 255b8e80941Smrg</ul> 256b8e80941Smrg 257b8e80941Smrg<p>Alexander von Gluck IV (1):</p> 258b8e80941Smrg<ul> 259b8e80941Smrg <li>egl/haiku: Fix reference to disp vs dpy</li> 260b8e80941Smrg</ul> 261b8e80941Smrg 262b8e80941Smrg<p>Alok Hota (8):</p> 263b8e80941Smrg<ul> 264b8e80941Smrg <li>swr/rast: Use gfxptr_t value in JitGatherVertices</li> 265b8e80941Smrg <li>swr/rast: Add annotator to interleave isa text</li> 266b8e80941Smrg <li>swr/rast: partial support for Tiled Resources</li> 267b8e80941Smrg <li>swr/rast: Unaligned and translations in gathers</li> 268b8e80941Smrg <li>swr/rast: Scope MEM_CLIENT enum for mem usages</li> 269b8e80941Smrg <li>swr/rast: New execution engine per JIT</li> 270b8e80941Smrg <li>swr/rast: Store cached files in multiple subdirs</li> 271b8e80941Smrg <li>swr/rast: bypass size limit for non-sampled textures</li> 272b8e80941Smrg</ul> 273b8e80941Smrg 274b8e80941Smrg<p>Alyssa Rosenzweig (1):</p> 275b8e80941Smrg<ul> 276b8e80941Smrg <li>util: Fix warning in u_cpu_detect on non-x86</li> 277b8e80941Smrg</ul> 278b8e80941Smrg 279b8e80941Smrg<p>Andre Heider (4):</p> 280b8e80941Smrg<ul> 281b8e80941Smrg <li>st/nine: fix stack corruption due to ABI mismatch</li> 282b8e80941Smrg <li>st/nine: plug thread related leaks</li> 283b8e80941Smrg <li>st/nine: clean up thead shutdown sequence a bit</li> 284b8e80941Smrg <li>d3dadapter9: use snprintf(..., "%s", ...) instead of strncpy</li> 285b8e80941Smrg</ul> 286b8e80941Smrg 287b8e80941Smrg<p>Andres Gomez (8):</p> 288b8e80941Smrg<ul> 289b8e80941Smrg <li>glsl/linker: complete documentation for assign_attribute_or_color_locations</li> 290b8e80941Smrg <li>docs: update 18.3 and add 19.x cycles for the release calendar</li> 291b8e80941Smrg <li>glsl: correct typo in GLSL compilation error message</li> 292b8e80941Smrg <li>editorconfig: Add max_line_length property</li> 293b8e80941Smrg <li>glsl/linker: specify proper direction in location aliasing error</li> 294b8e80941Smrg <li>docs: complete the calendar and release schedule documentation</li> 295b8e80941Smrg <li>bin/get-pick-list.sh: fix the oneline printing</li> 296b8e80941Smrg <li>bin/get-pick-list.sh: fix redirection in sh</li> 297b8e80941Smrg</ul> 298b8e80941Smrg 299b8e80941Smrg<p>Andrii Simiklit (9):</p> 300b8e80941Smrg<ul> 301b8e80941Smrg <li>intel/tools: avoid 'unused variable' warnings</li> 302b8e80941Smrg <li>compiler: avoid 'unused variable' warnings</li> 303b8e80941Smrg <li>i965: avoid 'unused variable' warnings</li> 304b8e80941Smrg <li>i965/batch: avoid reverting batch buffer if saved state is an empty</li> 305b8e80941Smrg <li>intel/tools: make sure the binary file is properly read</li> 306b8e80941Smrg <li>anv/pipeline: remove unnecessary null-pointer check</li> 307b8e80941Smrg <li>intel/batch-decoder: fix vertex buffer size calculation for gen<8</li> 308b8e80941Smrg <li>intel/batch-decoder: fix a vb end address calculation</li> 309b8e80941Smrg <li>i965: re-emit index buffer state on a reset option change.</li> 310b8e80941Smrg</ul> 311b8e80941Smrg 312b8e80941Smrg<p>Anuj Phogat (7):</p> 313b8e80941Smrg<ul> 314b8e80941Smrg <li>i965/icl: Set Error Detection Behavior Control Bit in L3CNTLREG</li> 315b8e80941Smrg <li>anv/icl: Set Error Detection Behavior Control Bit in L3CNTLREG</li> 316b8e80941Smrg <li>anv/icl: Disable prefetching of sampler state entries</li> 317b8e80941Smrg <li>i965/icl: Fix L3 configurations</li> 318b8e80941Smrg <li>i965/icl: Set use full ways in L3CNTLREG</li> 319b8e80941Smrg <li>intel/icl: Set way_size_per_bank to 4</li> 320b8e80941Smrg <li>anv/icl: Set use full ways in L3CNTLREG</li> 321b8e80941Smrg</ul> 322b8e80941Smrg 323b8e80941Smrg<p>Axel Davy (12):</p> 324b8e80941Smrg<ul> 325b8e80941Smrg <li>st/nine: Allow 'triple buffering' with thread_submit</li> 326b8e80941Smrg <li>st/nine: Remove thread_submit warning</li> 327b8e80941Smrg <li>st/nine: Use helper to release swapchain buffers later</li> 328b8e80941Smrg <li>st/nine: Switch to presentation buffer if resize is detected</li> 329b8e80941Smrg <li>st/nine: Fix volumetexture dtor on ctor failure</li> 330b8e80941Smrg <li>st/nine: Bind src not dst in nine_context_box_upload</li> 331b8e80941Smrg <li>st/nine: Add src reference to nine_context_range_upload</li> 332b8e80941Smrg <li>st/nine: Increase the limit of cached ff shaders</li> 333b8e80941Smrg <li>st/nine: Immediately upload user provided textures</li> 334b8e80941Smrg <li>st/nine: Enable debug info if NDEBUG is not set</li> 335b8e80941Smrg <li>st/nine: Ignore window size if error</li> 336b8e80941Smrg <li>st/nine: Ignore multisample quality level if no ms</li> 337b8e80941Smrg</ul> 338b8e80941Smrg 339b8e80941Smrg<p>Bart Oldeman (1):</p> 340b8e80941Smrg<ul> 341b8e80941Smrg <li>gallium-xlib: query MIT-SHM before using it.</li> 342b8e80941Smrg</ul> 343b8e80941Smrg 344b8e80941Smrg<p>Bas Nieuwenhuizen (41):</p> 345b8e80941Smrg<ul> 346b8e80941Smrg <li>radv: Use structured intrinsics instead of indexing workaround for GFX9.</li> 347b8e80941Smrg <li>vulkan: Allow storage images in the WSI.</li> 348b8e80941Smrg <li>radv: Fix opaque metadata descriptor last layer.</li> 349b8e80941Smrg <li>radv: Clamp gfx9 image view extents to the allocated image extents.</li> 350b8e80941Smrg <li>radv: Align large buffers to the fragment size.</li> 351b8e80941Smrg <li>radv/android: Mark android WSI image as shareable.</li> 352b8e80941Smrg <li>radv/android: Use buffer metadata to determine scanout compat.</li> 353b8e80941Smrg <li>radv: Check for shareable images in central place.</li> 354b8e80941Smrg <li>radv: Remove redundant format check.</li> 355b8e80941Smrg <li>radv: Fix multiview depth clears</li> 356b8e80941Smrg <li>radv: Work around non-renderable 128bpp compressed 3d textures on GFX9.</li> 357b8e80941Smrg <li>radv: Fix wrongly positioned paren.</li> 358b8e80941Smrg <li>radv: Do a cache flush if needed before reading predicates.</li> 359b8e80941Smrg <li>radv: Implement buffer stores with less than 4 components.</li> 360b8e80941Smrg <li>anv/android: Do not reject storage images.</li> 361b8e80941Smrg <li>radv: Remove device path.</li> 362b8e80941Smrg <li>radv: Remove unused variable.</li> 363b8e80941Smrg <li>amd/common: Add some parentheses to silence warning.</li> 364b8e80941Smrg <li>radv: Fix rasterization precision bits.</li> 365b8e80941Smrg <li>spirv: Fix matrix parameters in function calls.</li> 366b8e80941Smrg <li>freedreno: Move register constant files to src/freedreno.</li> 367b8e80941Smrg <li>radv: Only use 32 KiB per threadgroup on Stoney.</li> 368b8e80941Smrg <li>radv: Set partial_vs_wave for pipelines with just GS, not tess.</li> 369b8e80941Smrg <li>nir: Account for atomics in copy propagation.</li> 370b8e80941Smrg <li>radv: Remove unused variable.</li> 371b8e80941Smrg <li>radv/winsys: Set winsys bo priority on creation.</li> 372b8e80941Smrg <li>radv/winsys: Add priority handling during submit.</li> 373b8e80941Smrg <li>radv: Enable VK_EXT_memory_priority.</li> 374b8e80941Smrg <li>radv: Fix the shader info pass for not having the variable.</li> 375b8e80941Smrg <li>amd/common: Fix stores to derefs with unknown variable.</li> 376b8e80941Smrg <li>amd/common: Add gep helper for pointer increment.</li> 377b8e80941Smrg <li>amd/common: Handle nir_deref_type_ptr_as_array for shared memory.</li> 378b8e80941Smrg <li>amd/common: handle nir_deref_cast for shared memory from integers.</li> 379b8e80941Smrg <li>radv: Only look at pImmutableSamples if the descriptor has a sampler.</li> 380b8e80941Smrg <li>amd/common: Use correct writemask for shared memory stores.</li> 381b8e80941Smrg <li>radv: Sync ETC2 whitelisted devices.</li> 382b8e80941Smrg <li>radv: Fix float16 interpolation set up.</li> 383b8e80941Smrg <li>radv: Allow interpolation on non-float types.</li> 384b8e80941Smrg <li>radv: Handle clip+cull distances more generally as compact arrays.</li> 385b8e80941Smrg <li>radv: Fix rebase issue in 19.0 for float16 fix.</li> 386b8e80941Smrg <li>radv: Interpolate less aggressively.</li> 387b8e80941Smrg</ul> 388b8e80941Smrg 389b8e80941Smrg<p>Boyan Ding (3):</p> 390b8e80941Smrg<ul> 391b8e80941Smrg <li>gk110/ir: Add rcp f64 implementation</li> 392b8e80941Smrg <li>gk110/ir: Add rsq f64 implementation</li> 393b8e80941Smrg <li>gk110/ir: Use the new rcp/rsq in library</li> 394b8e80941Smrg</ul> 395b8e80941Smrg 396b8e80941Smrg<p>Brian Paul (3):</p> 397b8e80941Smrg<ul> 398b8e80941Smrg <li>svga: add new gallium formats to the format conversion table</li> 399b8e80941Smrg <li>mesa: fix display list corner case assertion</li> 400b8e80941Smrg <li>svga: remove SVGA_RELOC_READ flag in SVGA3D_BindGBSurface()</li> 401b8e80941Smrg</ul> 402b8e80941Smrg 403b8e80941Smrg<p>Bruce Cherniak (1):</p> 404b8e80941Smrg<ul> 405b8e80941Smrg <li>gallium/swr: Fix multi-context sync fence deadlock.</li> 406b8e80941Smrg</ul> 407b8e80941Smrg 408b8e80941Smrg<p>Caio Marcelo de Oliveira Filho (10):</p> 409b8e80941Smrg<ul> 410b8e80941Smrg <li>nir: properly clear the entry sources in copy_prop_vars</li> 411b8e80941Smrg <li>nir: properly find the entry to keep in copy_prop_vars</li> 412b8e80941Smrg <li>nir: add a way to print the deref chain</li> 413b8e80941Smrg <li>nir: remove dead code from copy_prop_vars</li> 414b8e80941Smrg <li>nir: fix warning in nir_lower_io.c</li> 415b8e80941Smrg <li>util: Helper to create sets and hashes with pointer keys</li> 416b8e80941Smrg <li>src/compiler: use new hash table and set creation helpers</li> 417b8e80941Smrg <li>src/intel: use new hash table and set creation helpers</li> 418b8e80941Smrg <li>nir: check NIR_SKIP to skip passes by name</li> 419b8e80941Smrg <li>gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS</li> 420b8e80941Smrg</ul> 421b8e80941Smrg 422b8e80941Smrg<p>Carlos Garnacho (1):</p> 423b8e80941Smrg<ul> 424b8e80941Smrg <li>wayland/egl: Ensure EGL surface is resized on DRI update_buffers()</li> 425b8e80941Smrg</ul> 426b8e80941Smrg 427b8e80941Smrg<p>Carsten Haitzler (Rasterman) (2):</p> 428b8e80941Smrg<ul> 429b8e80941Smrg <li>vc4: Use named parameters for the NEON inline asm.</li> 430b8e80941Smrg <li>vc4: Declare the cpu pointers as being modified in NEON asm.</li> 431b8e80941Smrg</ul> 432b8e80941Smrg 433b8e80941Smrg<p>Chad Versace (1):</p> 434b8e80941Smrg<ul> 435b8e80941Smrg <li>i965: Fix -Wswitch on INTEL_COPY_STREAMING_LOAD</li> 436b8e80941Smrg</ul> 437b8e80941Smrg 438b8e80941Smrg<p>Chia-I Wu (2):</p> 439b8e80941Smrg<ul> 440b8e80941Smrg <li>meson: fix EGL/X11 build without GLX</li> 441b8e80941Smrg <li>freedreno/drm: sync uapi again</li> 442b8e80941Smrg</ul> 443b8e80941Smrg 444b8e80941Smrg<p>Christian Gmeiner (6):</p> 445b8e80941Smrg<ul> 446b8e80941Smrg <li>nir: add lowering for ffloor</li> 447b8e80941Smrg <li>etnaviv: drop redundant ctx function parameter</li> 448b8e80941Smrg <li>meson: add etnaviv to the tools option</li> 449b8e80941Smrg <li>etnaviv: extend etna_resource with an addressing mode</li> 450b8e80941Smrg <li>etnaviv: update headers from rnndb</li> 451b8e80941Smrg <li>etnaviv: add linear sampling support</li> 452b8e80941Smrg</ul> 453b8e80941Smrg 454b8e80941Smrg<p>Connor Abbott (4):</p> 455b8e80941Smrg<ul> 456b8e80941Smrg <li>Revert "radv: disable VK_SUBGROUP_FEATURE_VOTE_BIT"</li> 457b8e80941Smrg <li>nir/algebraic: Rewrite bit-size inference</li> 458b8e80941Smrg <li>nir/algebraic: Add unit tests for bitsize validation</li> 459b8e80941Smrg <li>nir: Fixup algebraic test for variable-sized conversions</li> 460b8e80941Smrg</ul> 461b8e80941Smrg 462b8e80941Smrg<p>Daniel Stone (1):</p> 463b8e80941Smrg<ul> 464b8e80941Smrg <li>gbm: Clarify acceptable formats for gbm_bo</li> 465b8e80941Smrg</ul> 466b8e80941Smrg 467b8e80941Smrg<p>Danylo Piliaiev (9):</p> 468b8e80941Smrg<ul> 469b8e80941Smrg <li>i965: Fix calculation of layers array length for isl_view</li> 470b8e80941Smrg <li>nir: add if opt opt_if_loop_last_continue()</li> 471b8e80941Smrg <li>glsl/linker: Fix unmatched TCS outputs being reduced to local variable</li> 472b8e80941Smrg <li>glsl: Make invariant outputs in ES fragment shader not to cause error</li> 473b8e80941Smrg <li>glsl: Fix copying function's out to temp if dereferenced by array</li> 474b8e80941Smrg <li>anv: Implement VK_KHR_draw_indirect_count for gen 7+</li> 475b8e80941Smrg <li>anv: Implement VK_EXT_conditional_rendering for gen 7.5+</li> 476b8e80941Smrg <li>anv: Fix VK_EXT_transform_feedback working with varyings packed in PSIZ</li> 477b8e80941Smrg <li>anv: Fix destroying descriptor sets when pool gets reset</li> 478b8e80941Smrg</ul> 479b8e80941Smrg 480b8e80941Smrg<p>Dave Airlie (19):</p> 481b8e80941Smrg<ul> 482b8e80941Smrg <li>radv: apply xfb buffer offset at buffer binding time not later. (v2)</li> 483b8e80941Smrg <li>radv: fix begin/end transform feedback with 0 counter buffers.</li> 484b8e80941Smrg <li>virgl: fix vtest regression since fencing changes.</li> 485b8e80941Smrg <li>spirv/vtn: handle variable pointers without offset lowering</li> 486b8e80941Smrg <li>nir: move getting deref from var after we check deref type.</li> 487b8e80941Smrg <li>nir: handle shared pointers in lowering indirect derefs.</li> 488b8e80941Smrg <li>ac: avoid casting pointers on bcsel and stores</li> 489b8e80941Smrg <li>radv: handle loading from shared pointers</li> 490b8e80941Smrg <li>ac: handle cast derefs</li> 491b8e80941Smrg <li>r600: make suballocator 256-bytes align</li> 492b8e80941Smrg <li>virgl: fix undefined shift to use unsigned.</li> 493b8e80941Smrg <li>virgl: fix const warning on debug flags.</li> 494b8e80941Smrg <li>radv: use 3d shader for gfx9 copies if dst is 3d</li> 495b8e80941Smrg <li>radv/xfb: fix counter buffer bounds checks.</li> 496b8e80941Smrg <li>virgl/vtest: fix front buffer flush with protocol version 0.</li> 497b8e80941Smrg <li>virgl: use primconvert provoking vertex properly</li> 498b8e80941Smrg <li>dri_interface: add put shm image2 (v2)</li> 499b8e80941Smrg <li>glx: add support for putimageshm2 path (v2)</li> 500b8e80941Smrg <li>gallium: use put image shm2 path (v2)</li> 501b8e80941Smrg</ul> 502b8e80941Smrg 503b8e80941Smrg<p>David Shao (1):</p> 504b8e80941Smrg<ul> 505b8e80941Smrg <li>meson: ensure that xmlpool_options.h is generated for gallium targets that need it</li> 506b8e80941Smrg</ul> 507b8e80941Smrg 508b8e80941Smrg<p>Dieter Nützel (1):</p> 509b8e80941Smrg<ul> 510b8e80941Smrg <li>docs/features: Delete double nv50 entry and wrong enumeration</li> 511b8e80941Smrg</ul> 512b8e80941Smrg 513b8e80941Smrg<p>Dylan Baker (48):</p> 514b8e80941Smrg<ul> 515b8e80941Smrg <li>meson: link gallium nine with pthreads</li> 516b8e80941Smrg <li>meson: Don't set -Wall</li> 517b8e80941Smrg <li>meson: fix libatomic tests</li> 518b8e80941Smrg <li>meson: Add tests to suites</li> 519b8e80941Smrg <li>util: promote u_memory to src/util</li> 520b8e80941Smrg <li>meson: Add nir_algebraic_parser_test to suites</li> 521b8e80941Smrg <li>meson: Fix ppc64 little endian detection</li> 522b8e80941Smrg <li>meson: remove duplicate definition</li> 523b8e80941Smrg <li>meson: Add support for gnu hurd</li> 524b8e80941Smrg <li>meson: Add toggle for glx-direct</li> 525b8e80941Smrg <li>docs/meson: Recommend not using CFLAGS and friends</li> 526b8e80941Smrg <li>travis: meson: use native files to override llvm-config</li> 527b8e80941Smrg <li>travis: Don't try to read libdrm out of configure.ac</li> 528b8e80941Smrg <li>travis: meson: enable unit tests</li> 529b8e80941Smrg <li>docs: add note about using backticks for rbs in gitlab</li> 530b8e80941Smrg <li>docs/install: Add meson to the main install page</li> 531b8e80941Smrg <li>docs/meson: Update LLVM section with information about native files</li> 532b8e80941Smrg <li>docs/install: Update python dependency section</li> 533b8e80941Smrg <li>docs/autoconf: Mark autoconf as being replaced</li> 534b8e80941Smrg <li>meson: Override C++ standard to gnu++11 when building with altivec on ppc64</li> 535b8e80941Smrg <li>meson: Error out if building nouveau and using LLVM without rtti</li> 536b8e80941Smrg <li>autotools: Remove tegra vdpau driver</li> 537b8e80941Smrg <li>meson: Add a script to extract the cmd line used for meson</li> 538b8e80941Smrg <li>meson: allow building dri driver without window system if osmesa is classic</li> 539b8e80941Smrg <li>bin/meson-cmd-extract: Also handle cross and native files</li> 540b8e80941Smrg <li>meson: fix swr KNL build</li> 541b8e80941Smrg <li>meson: Fix compiler checks for SWR with ICC</li> 542b8e80941Smrg <li>meson: Add warnings and errors when using ICC</li> 543b8e80941Smrg <li>automake: Fix path to generated source</li> 544b8e80941Smrg <li>automake: Add float64.glsl to dist tarball</li> 545b8e80941Smrg <li>automake: Add include dir for nir src directory</li> 546b8e80941Smrg <li>configure: Bump SWR LLVM requirement to 7</li> 547b8e80941Smrg <li>automake: Add --enable-autotools to distcheck flags</li> 548b8e80941Smrg <li>android,autotools,i965: Fix location of float64_glsl.h</li> 549b8e80941Smrg <li>VERSION: bump to 19.0.0-rc1</li> 550b8e80941Smrg <li>Version: Bump for rc2</li> 551b8e80941Smrg <li>cherry-ignore: Add some patches</li> 552b8e80941Smrg <li>Revert "intel/compiler: More peephole_select for pre-Gen6"</li> 553b8e80941Smrg <li>Revert "nir/opt_peephole_select: Don't peephole_select expensive math instructions"</li> 554b8e80941Smrg <li>Revert "intel/compiler: More peephole select"</li> 555b8e80941Smrg <li>Bump version for 19.0-rc3</li> 556b8e80941Smrg <li>version: bump for 19.0-rc4</li> 557b8e80941Smrg <li>get-pick-list: Add --pretty=medium to the arguments for Cc patches</li> 558b8e80941Smrg <li>meson: Add dependency on genxml to anvil</li> 559b8e80941Smrg <li>Version: update to 19.0-rc5</li> 560b8e80941Smrg <li>Bump version for rc6</li> 561b8e80941Smrg <li>VERSION: bump version for rc7</li> 562b8e80941Smrg <li>cherry-ignore: Update the cherry-ignore file</li> 563b8e80941Smrg</ul> 564b8e80941Smrg 565b8e80941Smrg<p>Eduardo Lima Mitev (2):</p> 566b8e80941Smrg<ul> 567b8e80941Smrg <li>freedreno/ir3: Make imageStore use num components from image format</li> 568b8e80941Smrg <li>freedreno/ir3: Handle GL_NONE in get_num_components_for_glformat()</li> 569b8e80941Smrg</ul> 570b8e80941Smrg 571b8e80941Smrg<p>Eleni Maria Stea (1):</p> 572b8e80941Smrg<ul> 573b8e80941Smrg <li>i965: fixed clamping in set_scissor_bits when the y is flipped</li> 574b8e80941Smrg</ul> 575b8e80941Smrg 576b8e80941Smrg<p>Elie Tournier (17):</p> 577b8e80941Smrg<ul> 578b8e80941Smrg <li>glsl: Add "built-in" function to do abs(fp64)</li> 579b8e80941Smrg <li>glsl: Add "built-in" functions to do neg(fp64)</li> 580b8e80941Smrg <li>glsl: Add "built-in" function to do sign(fp64)</li> 581b8e80941Smrg <li>glsl: Add "built-in" functions to do eq/ne(fp64, fp64)</li> 582b8e80941Smrg <li>glsl: Add utility function to extract 64-bit sign</li> 583b8e80941Smrg <li>glsl: Add "built-in" functions to do lt(fp64, fp64)</li> 584b8e80941Smrg <li>glsl: Add "built-in" functions to do add(fp64, fp64)</li> 585b8e80941Smrg <li>glsl: Add "built-in" functions to do mul(fp64, fp64)</li> 586b8e80941Smrg <li>glsl: Add "built-in" functions to do fp64_to_uint(fp64)</li> 587b8e80941Smrg <li>glsl: Add "built-in" functions to do uint_to_fp64(uint)</li> 588b8e80941Smrg <li>glsl: Add "built-in" functions to do fp64_to_int(fp64)</li> 589b8e80941Smrg <li>glsl: Add "built-in" functions to do int_to_fp64(int)</li> 590b8e80941Smrg <li>glsl: Add "built-in" functions to do fp64_to_fp32(fp64)</li> 591b8e80941Smrg <li>glsl: Add "built-in" functions to do fp32_to_fp64(fp32)</li> 592b8e80941Smrg <li>glsl: Add "built-in" functions to do sqrt(fp64)</li> 593b8e80941Smrg <li>glsl: Add "built-in" functions to do trunc(fp64)</li> 594b8e80941Smrg <li>glsl: Add "built-in" functions to do round(fp64)</li> 595b8e80941Smrg</ul> 596b8e80941Smrg 597b8e80941Smrg<p>Emil Velikov (81):</p> 598b8e80941Smrg<ul> 599b8e80941Smrg <li>mesa: bump version to 19.1.0-devel</li> 600b8e80941Smrg <li>docs: add 19.0.0-devel release notes template</li> 601b8e80941Smrg <li>docs: mention EXT_shader_implicit_conversions</li> 602b8e80941Smrg <li>egl: add EGL_EXT_device_base entrypoints</li> 603b8e80941Smrg <li>egl/glvnd: correctly report errors when vendor cannot be found</li> 604b8e80941Smrg <li>docs/releasing.html: polish cherry-picking/testing text</li> 605b8e80941Smrg <li>docs/submittingpatches.html: correctly handle the <p> tag</li> 606b8e80941Smrg <li>docs: document the staging branch and add reference to it</li> 607b8e80941Smrg <li>bin/get-pick-list.sh: simplify git oneline printing</li> 608b8e80941Smrg <li>bin/get-pick-list.sh: prefix output with "[stable] "</li> 609b8e80941Smrg <li>bin/get-pick-list.sh: handle "typod" usecase.</li> 610b8e80941Smrg <li>bin/get-pick-list.sh: handle the fixes tag</li> 611b8e80941Smrg <li>bin/get-pick-list.sh: tweak the commit sha matching pattern</li> 612b8e80941Smrg <li>bin/get-pick-list.sh: flesh out is_sha_nomination</li> 613b8e80941Smrg <li>bin/get-pick-list.sh: handle fixes tag with missing colon</li> 614b8e80941Smrg <li>bin/get-pick-list.sh: handle unofficial "broken by" tag</li> 615b8e80941Smrg <li>bin/get-pick-list.sh: use test instead of [ ]</li> 616b8e80941Smrg <li>bin/get-pick-list.sh: handle reverts prior to the branchpoint</li> 617b8e80941Smrg <li>travis: drop unneeded x11proto-xf86vidmode-dev</li> 618b8e80941Smrg <li>glx: make xf86vidmode mandatory for direct rendering</li> 619b8e80941Smrg <li>travis: adding missing x11-xcb for meson+vulkan</li> 620b8e80941Smrg <li>egl/wayland: bail out when drmGetMagic fails</li> 621b8e80941Smrg <li>egl/wayland: plug memory leak in drm_handle_device()</li> 622b8e80941Smrg <li>docs: update 18.3.0 release notes</li> 623b8e80941Smrg <li>docs: add sha256 checksums for 18.3.0</li> 624b8e80941Smrg <li>docs: update calendar, add news item and link release notes for 18.3.0</li> 625b8e80941Smrg <li>freedreno: drop duplicate MKDIR_GEN declaration</li> 626b8e80941Smrg <li>freedreno: add the missing _la in libfreedreno_ir3_la</li> 627b8e80941Smrg <li>amd/addrlib: drop si_ci_vi_merged_enum.h from the list</li> 628b8e80941Smrg <li>docs: add release notes for 18.3.1</li> 629b8e80941Smrg <li>docs: add sha256 checksums for 18.3.1</li> 630b8e80941Smrg <li>docs: update calendar, add news item and link release notes for 18.3.1</li> 631b8e80941Smrg <li>glx: mandate xf86vidmode only for "drm" dri platforms</li> 632b8e80941Smrg <li>bin/get-pick-list.sh: rework handing of sha nominations</li> 633b8e80941Smrg <li>bin/get-pick-list.sh: warn when commit lists invalid sha</li> 634b8e80941Smrg <li>meson: don't require glx/egl/gbm with gallium drivers</li> 635b8e80941Smrg <li>pipe-loader: meson: reference correct library</li> 636b8e80941Smrg <li>TODO: glx: meson: build dri based glx tests, only with -Dglx=dri</li> 637b8e80941Smrg <li>glx: meson: drop includes from a link-only library</li> 638b8e80941Smrg <li>glx: meson: wire up the dispatch-index-check test</li> 639b8e80941Smrg <li>glx/test: meson: assorted include fixes</li> 640b8e80941Smrg <li>configure: add CXX11_CXXFLAGS to LLVM_CXXFLAGS</li> 641b8e80941Smrg <li>travis: flip to distro xenial, drop sudo false</li> 642b8e80941Smrg <li>travis: meson: print the configured state</li> 643b8e80941Smrg <li>travis: printout llvm-config --version</li> 644b8e80941Smrg <li>travis: meson: use FOO_DRIVERS directly</li> 645b8e80941Smrg <li>travis: meson: add unwind handling</li> 646b8e80941Smrg <li>travis: meson: explicitly control the DRI loaders</li> 647b8e80941Smrg <li>travis: meson: add explicit handling to gallium ST</li> 648b8e80941Smrg <li>travis: meson: port gallium build combinations over</li> 649b8e80941Smrg <li>docs: add release notes for 18.3.2</li> 650b8e80941Smrg <li>docs: add sha256 checksums for 18.3.2</li> 651b8e80941Smrg <li>docs: update calendar, add news item and link release notes for 18.3.2</li> 652b8e80941Smrg <li>freedreno: automake: ship ir3_nir_trig.py in the tarball</li> 653b8e80941Smrg <li>mesa: correctly use os.path.join in our python scripts</li> 654b8e80941Smrg <li>Revert "mesa/main: remove ARB suffix from glGetnTexImage"</li> 655b8e80941Smrg <li>mapi: sort static entrypoints numerically</li> 656b8e80941Smrg <li>mapi: add all _glapi_table entrypoints to static_data.py</li> 657b8e80941Smrg <li>genCommon.py: Fix typo in _LIBRARY_FEATURE_NAMES.</li> 658b8e80941Smrg <li>mapi: move genCommon.py to src/mapi/new</li> 659b8e80941Smrg <li>mapi/new: import mapi scripts from glvnd</li> 660b8e80941Smrg <li>mapi/new: sort by slot number</li> 661b8e80941Smrg <li>mapi/new: use the static_data offsets in the new generator</li> 662b8e80941Smrg <li>mapi/new: reinstate _NO_HIDDEN suffixes in the new generator</li> 663b8e80941Smrg <li>mapi/new: split out public_entries handling</li> 664b8e80941Smrg <li>mapi/new: don't print info we don't need for ES1/ES2</li> 665b8e80941Smrg <li>mapi/new: fixup the GLDEBUGPROCKHR typedef to the non KHR one</li> 666b8e80941Smrg <li>mapi/new: remove duplicate GLvoid/void substitution</li> 667b8e80941Smrg <li>autotools: wire the new generator for es1 and es2</li> 668b8e80941Smrg <li>meson: wire the new generator for es1 and es2</li> 669b8e80941Smrg <li>scons: wire the new generator for es1 and es2</li> 670b8e80941Smrg <li>Revert "mapi/new: sort by slot number"</li> 671b8e80941Smrg <li>mapi/es*api: remove GL_OES_EGL_image entrypoints</li> 672b8e80941Smrg <li>mapi/es*api: remove GL_EXT_multi_draw_arrays entrypoints</li> 673b8e80941Smrg <li>mapi/es2api: remove no longer present entrypoints</li> 674b8e80941Smrg <li>mapi: remove old, unused ES* generator code</li> 675b8e80941Smrg <li>mapi: remove machinery handling CSV files</li> 676b8e80941Smrg <li>mapi: print function declarations for shared glapi</li> 677b8e80941Smrg <li>vc4: Declare the last cpu pointer as being modified in NEON asm.</li> 678b8e80941Smrg <li>anv: wire up the state_pool_padding test</li> 679b8e80941Smrg <li>meson: egl: correctly manage loader/xmlconfig</li> 680b8e80941Smrg</ul> 681b8e80941Smrg 682b8e80941Smrg<p>Eric Anholt (171):</p> 683b8e80941Smrg<ul> 684b8e80941Smrg <li>v3d: Fix a copy-and-paste comment in the simulator code.</li> 685b8e80941Smrg <li>v3d: Fix a typo in a comment in job handling.</li> 686b8e80941Smrg <li>v3d: Drop #if 0-ed out v3d_dump_to_file().</li> 687b8e80941Smrg <li>v3d: Respect user-passed strides for BO imports.</li> 688b8e80941Smrg <li>v3d: Take advantage of _mesa_hash_table_remove_key() in the simulator.</li> 689b8e80941Smrg <li>v3d: Use the TLB R/B swapping instead of recompiles when available.</li> 690b8e80941Smrg <li>v3d: Update the TLB config for depth writes on V3D 4.2.</li> 691b8e80941Smrg <li>vc4: Drop the winsys_stride relayout in the simluator</li> 692b8e80941Smrg <li>v3d: Maintain a mapping of the GEM buffer in the simulator.</li> 693b8e80941Smrg <li>v3d: Remove the special path for simulaton of the submit ioctl.</li> 694b8e80941Smrg <li>vc4: Take advantage of _mesa_hash_table_remove_key() in the simulator.</li> 695b8e80941Smrg <li>vc4: Maintain a separate GEM mapping of BOs in the simulator.</li> 696b8e80941Smrg <li>vc4: Use the normal simulator ioctl path for CL submit as well.</li> 697b8e80941Smrg <li>gbm: Move gbm_format_canonicalize() to the core.</li> 698b8e80941Smrg <li>gbm: Introduce a helper function for printing GBM format names.</li> 699b8e80941Smrg <li>egl: Improve the debugging of gbm format matching in DRI configs.</li> 700b8e80941Smrg <li>v3d: Fix double-swapping of R/B on V3D 4.1</li> 701b8e80941Smrg <li>v3d: Don't try to set PF flags on a LDTMU operation</li> 702b8e80941Smrg <li>vc4: Make sure we make ro scanout resources for create_with_modifiers.</li> 703b8e80941Smrg <li>vc4: Don't return a vc4 BO handle on a renderonly screen.</li> 704b8e80941Smrg <li>glx: Remove an old DEFAULT_DRIVER_DIR default.</li> 705b8e80941Smrg <li>glx: Move DRI extensions pointer loading to driOpenDriver().</li> 706b8e80941Smrg <li>egl: Move loader_set_logger() up to egl_dri2.c.</li> 707b8e80941Smrg <li>loader: Stop using a local definition for an in-tree header</li> 708b8e80941Smrg <li>loader: Factor out the common driver opening logic from each loader.</li> 709b8e80941Smrg <li>egl: Print the actual message to the console from _eglError().</li> 710b8e80941Smrg <li>gallium: Fix uninitialized variable warning in compute test.</li> 711b8e80941Smrg <li>gallium: Remove unused variable in u_tests.</li> 712b8e80941Smrg <li>v3d: Add renderonly support.</li> 713b8e80941Smrg <li>v3d: Add support for RGBA_SRGB along with BGRA_SRGB.</li> 714b8e80941Smrg <li>v3d: Add missing OES_half_float_linear support.</li> 715b8e80941Smrg <li>v3d: Use combined input/output segments.</li> 716b8e80941Smrg <li>v3d: Add the V3D TFU submit interface to the simulator.</li> 717b8e80941Smrg <li>v3d: Use the TFU to do generatemipmap.</li> 718b8e80941Smrg <li>v3d: Update simulator cache flushing code to match the kernel better.</li> 719b8e80941Smrg <li>v3d: Create a state uploader for packing our shaders together.</li> 720b8e80941Smrg <li>v3d: Put default vertex attribute values into the state uploader as well.</li> 721b8e80941Smrg <li>v3d: Re-use the wrap mode uniform on V3D 3.3.</li> 722b8e80941Smrg <li>v3d: Make an array for frag/vert texture state in the context.</li> 723b8e80941Smrg <li>v3d: Don't forget to flush writes to UBOs.</li> 724b8e80941Smrg <li>v3d: Convert to using nir_src_as_uint() from const_value derefs.</li> 725b8e80941Smrg <li>v3d: Fix a comment typo</li> 726b8e80941Smrg <li>v3d: Return the right gl_SampleMaskIn[] value.</li> 727b8e80941Smrg <li>v3d: Fix handling of texture first_layer offsets for 3D textures.</li> 728b8e80941Smrg <li>v3d: Avoid confusing auto-indenting in TEXTURE_SHADER_STATE packing</li> 729b8e80941Smrg <li>v3d: Split most of TEXTURE_SHADER_STATE setup out of sampler views.</li> 730b8e80941Smrg <li>v3d: Garbage collect unused uniforms code.</li> 731b8e80941Smrg <li>v3d: Simplify VIR uniform dumping using a temporary.</li> 732b8e80941Smrg <li>v3d: Add VIR dumping of TMU config p0/p1.</li> 733b8e80941Smrg <li>v3d: Fix a leak of the transfer helper on screen destroy.</li> 734b8e80941Smrg <li>vc4: Fix a leak of the transfer helper on screen destroy.</li> 735b8e80941Smrg <li>v3d: Fix a leak of the disassembled instruction string during debug dumps.</li> 736b8e80941Smrg <li>tfu</li> 737b8e80941Smrg <li>shader-packing</li> 738b8e80941Smrg <li>nir: Add some more consts to the nir_format_convert.h helpers.</li> 739b8e80941Smrg <li>nir: Pull some of intel's image load/store format conversion to nir_format.h</li> 740b8e80941Smrg <li>intel: Simplify the half-float packing in image load/store lowering.</li> 741b8e80941Smrg <li>mesa/st: Expose compute shaders when NIR support is advertised.</li> 742b8e80941Smrg <li>nir: Print the format of image variables.</li> 743b8e80941Smrg <li>Revert "intel: Simplify the half-float packing in image load/store lowering."</li> 744b8e80941Smrg <li>nir: Move intel's half-float image store lowering to to nir_format.h.</li> 745b8e80941Smrg <li>v3d: Don't forget to wait for our TFU job before rendering from it.</li> 746b8e80941Smrg <li>v3d: Set up the right stride for raster TFU.</li> 747b8e80941Smrg <li>v3d: Don't forget to bump the number of writes when doing TFU ops.</li> 748b8e80941Smrg <li>v3d: Add support for using the TFU to do some blits.</li> 749b8e80941Smrg <li>v3d: Add support for texturing from linear.</li> 750b8e80941Smrg <li>v3d: Add safety checks for resource_create().</li> 751b8e80941Smrg <li>v3d: Make sure that a thrsw doesn't split a multop from its umul24.</li> 752b8e80941Smrg <li>v3d: Add missing flagging of SYNCB as a TSY op.</li> 753b8e80941Smrg <li>v3d: Add support for draw indirect for GLES3.1.</li> 754b8e80941Smrg <li>v3d: Avoid assertion failures when removing end-of-shader instructions.</li> 755b8e80941Smrg <li>v3d: Move uinfo->data[] dereference to the top of v3d_write_uniforms().</li> 756b8e80941Smrg <li>v3d: Move uniform pretty-printing to its own helper function.</li> 757b8e80941Smrg <li>v3d: Use the uniform pretty-printer in v3d_write_uniforms()'s debug code.</li> 758b8e80941Smrg <li>v3d: Do uniform pretty-printing in the QPU dump.</li> 759b8e80941Smrg <li>v3d: Drop in a bunch of notes about performance improvement opportunities.</li> 760b8e80941Smrg <li>vc4: Use the original bit size when scalarizing uniform loads.</li> 761b8e80941Smrg <li>v3d: Use the original bit size when scalarizing uniform loads.</li> 762b8e80941Smrg <li>vc4: Reuse nir_format_convert.h in our blend lowering.</li> 763b8e80941Smrg <li>v3d: Fix the argument type for vir_BRANCH().</li> 764b8e80941Smrg <li>nir: Fix clamping of uints for image store lowering.</li> 765b8e80941Smrg <li>v3d: Put the dst bo first in the list of BOs for TFU calls.</li> 766b8e80941Smrg <li>v3d: Fix check for TFU job completion in the simulator.</li> 767b8e80941Smrg <li>v3d: Don't try to create shadow tiled temporaries for 1D textures.</li> 768b8e80941Smrg <li>v3d: Remove dead prototypes for load/store utile functions.</li> 769b8e80941Smrg <li>v3d: Implement texture_subdata to reduce teximage upload copies.</li> 770b8e80941Smrg <li>vc4: Move the utile load/store functions to a header for reuse by v3d.</li> 771b8e80941Smrg <li>v3d: Add a fallthrough path for utile load/store of 32 byte lines.</li> 772b8e80941Smrg <li>v3d: Load and store aligned utiles all at once.</li> 773b8e80941Smrg <li>docs: Add a note that MRs should still include any r-b or a-b tags.</li> 774b8e80941Smrg <li>docs: Add an encouraging note about providing reviews and acks.</li> 775b8e80941Smrg <li>v3d: Fix simulator mode on i915 render nodes.</li> 776b8e80941Smrg <li>v3d: Drop shadow comparison state from shader variant key.</li> 777b8e80941Smrg <li>v3d: Hook up perf_debug() output to GL_ARB_debug output as well.</li> 778b8e80941Smrg <li>vc4: Hook up perf_debug() output to GL_ARB_debug_output as well.</li> 779b8e80941Smrg <li>gallium/ttn: Fix setup of outputs_written.</li> 780b8e80941Smrg <li>v3d: Fix uniform pretty printing assertion failure with branches.</li> 781b8e80941Smrg <li>v3d: Add a "precompile" debug flag for shader-db.</li> 782b8e80941Smrg <li>v3d: Hook up some shader-db output to GL_ARB_debug_output.</li> 783b8e80941Smrg <li>v3d: Drop unused count_nir_instrs() helper.</li> 784b8e80941Smrg <li>v3d: Drop incorrect dependency for flpop.</li> 785b8e80941Smrg <li>v3d: Move "does this instruction have flags" from sched to generic helpers.</li> 786b8e80941Smrg <li>v3d: Don't generate temps for comparisons.</li> 787b8e80941Smrg <li>v3d: Dead-code eliminate unused flags updates.</li> 788b8e80941Smrg <li>v3d: Add a note for a potential performance win on multop/umul24.</li> 789b8e80941Smrg <li>v3d: Force sampling from base level for tg4.</li> 790b8e80941Smrg <li>v3d: Add support for non-constant texture offsets.</li> 791b8e80941Smrg <li>v3d: Add support for requesting the sample offsets.</li> 792b8e80941Smrg <li>v3d: Add support for textureSize() on MSAA textures.</li> 793b8e80941Smrg <li>v3d: Add support for gl_HelperInvocation.</li> 794b8e80941Smrg <li>v3d: Fix segfault when failing to compile a program.</li> 795b8e80941Smrg <li>v3d: Don't forget to include RT writes in precompiles.</li> 796b8e80941Smrg <li>v3d: Simplify the emission of comparisons for the bcsel optimization.</li> 797b8e80941Smrg <li>v3d: Move the "Find the ALU instruction generating our bool" out of bcsel.</li> 798b8e80941Smrg <li>v3d: Don't try to fold non-SSA-src comparisons into bcsels.</li> 799b8e80941Smrg <li>v3d: Fold comparisons for IF conditions into the flags for the IF.</li> 800b8e80941Smrg <li>v3d: Handle dynamically uniform IF statements with uniform control flow.</li> 801b8e80941Smrg <li>v3d: Refactor compiler entrypoints.</li> 802b8e80941Smrg <li>v3d: Reinstate the new shader-db output after v3d_compile() refactor.</li> 803b8e80941Smrg <li>v3d: Fix up VS output setup during precompiles.</li> 804b8e80941Smrg <li>v3d: Remove dead switch cases and comments from v3d_nir_lower_io.</li> 805b8e80941Smrg <li>v3d: Do UBO loads a vector at a time.</li> 806b8e80941Smrg <li>v3d: Stop scalarizing our uniform loads.</li> 807b8e80941Smrg <li>nir: Allow nir_format_unpack_int/sint to unpack larger values.</li> 808b8e80941Smrg <li>nir: Add nir_lower_tex options to lower sampler return formats.</li> 809b8e80941Smrg <li>v3d: Use the core tex lowering.</li> 810b8e80941Smrg <li>nir: Add nir_lower_tex support for Broadcom's swizzled TG4 results.</li> 811b8e80941Smrg <li>v3d: Enable GL_ARB_texture_gather on V3D 4.x.</li> 812b8e80941Smrg <li>nir: Make nir_deref_instr_build/get_const_offset actually use size_align.</li> 813b8e80941Smrg <li>glsl: Fix buffer overflow with an atomic buffer binding out of range.</li> 814b8e80941Smrg <li>v3d: Add support for flushing dirty TMU data at job end.</li> 815b8e80941Smrg <li>v3d: Add support for the early_fragment_tests flag.</li> 816b8e80941Smrg <li>v3d: Add support for GL_ARB_framebuffer_no_attachments.</li> 817b8e80941Smrg <li>v3d: Fix txf_ms 2D_ARRAY array index.</li> 818b8e80941Smrg <li>v3d: Add an isr to the simulator to catch GMP violations.</li> 819b8e80941Smrg <li>v3d: Add support for matrix inputs to the FS.</li> 820b8e80941Smrg <li>v3d: Drop the GLSL version level.</li> 821b8e80941Smrg <li>v3d: Add SSBO/atomic counters support.</li> 822b8e80941Smrg <li>v3d: Add support for shader_image_load_store.</li> 823b8e80941Smrg <li>v3d: Add support for CS workgroup/invocation id intrinsics.</li> 824b8e80941Smrg <li>v3d: Add support for CS shared variable load/store/atomics.</li> 825b8e80941Smrg <li>v3d: Add support for CS barrier() intrinsics.</li> 826b8e80941Smrg <li>v3d: SHARED but not necessarily SCANOUT buffers on RO must be linear.</li> 827b8e80941Smrg <li>v3d: If the modifier is not known on BO import, default to linear for RO.</li> 828b8e80941Smrg <li>v3d: Restructure RO allocations using resource_from_handle.</li> 829b8e80941Smrg <li>v3d: Don't leak the GPU fd for renderonly usage.</li> 830b8e80941Smrg <li>vc4: Don't leak the GPU fd for renderonly usage.</li> 831b8e80941Smrg <li>gallium: Enable unit tests as actual meson unit tests.</li> 832b8e80941Smrg <li>gallium: Fix comment about possible colorspaces.</li> 833b8e80941Smrg <li>gallium: Make sure we return is_unorm/is_snorm for compressed formats.</li> 834b8e80941Smrg <li>v3d: Rename gallium-local limits defines from VC5 to V3D.</li> 835b8e80941Smrg <li>v3d: Fix overly-large vattr_sizes structs.</li> 836b8e80941Smrg <li>v3d: Avoid duplicating limits defines between gallium and v3d core.</li> 837b8e80941Smrg <li>v3d: Drop maximum number of texture units down to 16.</li> 838b8e80941Smrg <li>v3d: Fix BO stats accounting for imported buffers.</li> 839b8e80941Smrg <li>v3d: Flush blit jobs immediately after generating them.</li> 840b8e80941Smrg <li>v3d: Fix release-build warning about utile_h.</li> 841b8e80941Smrg <li>v3d: Fix stencil sampling from packed depth/stencil.</li> 842b8e80941Smrg <li>v3d: Fix stencil sampling from a separate-stencil buffer.</li> 843b8e80941Smrg <li>v3d: Use the symbolic names for wrap modes from the XML.</li> 844b8e80941Smrg <li>v3d: Move the sampler state to the long-lived state uploader.</li> 845b8e80941Smrg <li>v3d: Create separate sampler states for the various blend formats.</li> 846b8e80941Smrg <li>pl111: Rename the pl111 driver to "kmsro".</li> 847b8e80941Smrg <li>kmsro: Extend to include hx8357d.</li> 848b8e80941Smrg <li>vc4: Enable NEON asm on meson cross-builds.</li> 849b8e80941Smrg <li>v3d: Fix the autotools build.</li> 850b8e80941Smrg <li>mesa: Skip partial InvalidateFramebuffer of packed depth/stencil.</li> 851b8e80941Smrg <li>v3d: Fix image_load_store clamping of signed integer stores.</li> 852b8e80941Smrg <li>v3d: Use the early_fragment_tests flag for the shader's disable-EZ field.</li> 853b8e80941Smrg <li>v3d: Fix the check for "is the last thrsw inside control flow"</li> 854b8e80941Smrg <li>st/dri: Set the PIPE_BIND_SHARED flag on create_image_with_modifiers.</li> 855b8e80941Smrg</ul> 856b8e80941Smrg 857b8e80941Smrg<p>Eric Engestrom (47):</p> 858b8e80941Smrg<ul> 859b8e80941Smrg <li>wsi/wayland: use proper VkResult type</li> 860b8e80941Smrg <li>wsi/wayland: only finish() a successfully init()ed display</li> 861b8e80941Smrg <li>REVIEWERS: add include path for EGL</li> 862b8e80941Smrg <li>REVIEWERS: add Emil as EGL reviewer</li> 863b8e80941Smrg <li>REVIEWERS: add Vulkan reviewer group</li> 864b8e80941Smrg <li>xmlpool: update translation po files</li> 865b8e80941Smrg <li>meson: only run vulkan's meson.build when building vulkan</li> 866b8e80941Smrg <li>gbm: remove unnecessary meson include</li> 867b8e80941Smrg <li>meson: fix wayland-less builds</li> 868b8e80941Smrg <li>gbm: add new entrypoint to symbols check</li> 869b8e80941Smrg <li>egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cache</li> 870b8e80941Smrg <li>egl: fix bad rebase</li> 871b8e80941Smrg <li>gbm: add missing comma between strings</li> 872b8e80941Smrg <li>glapi: add missing visibility args</li> 873b8e80941Smrg <li>anv: correctly use vulkan 1.0 by default</li> 874b8e80941Smrg <li>vulkan/utils: s/VERSION/PACKAGE_VERSION/</li> 875b8e80941Smrg <li>build: stop defining unused VERSION</li> 876b8e80941Smrg <li>wsi/display: fix mem leak when freeing swapchains</li> 877b8e80941Smrg <li>vulkan/wsi: fix s/,/;/ typo</li> 878b8e80941Smrg <li>meson: skip asm check when asm is disabled</li> 879b8e80941Smrg <li>anv: add unreachable() for VK_EXT_fragment_density_map</li> 880b8e80941Smrg <li>mesa: drop unused & deprecated lib</li> 881b8e80941Smrg <li>loader: deduplicate logger function declaration</li> 882b8e80941Smrg <li>docs: add meson cross compilation instructions</li> 883b8e80941Smrg <li>docs: format code blocks a bit nicely</li> 884b8e80941Smrg <li>docs: fix the meson aarch64 cross-file</li> 885b8e80941Smrg <li>docs: advertise distro-provided meson cross-files</li> 886b8e80941Smrg <li>anv: drop unneeded KHR suffix</li> 887b8e80941Smrg <li>wsi: drop unneeded KHR suffix</li> 888b8e80941Smrg <li>radv: remove a few more unnecessary KHR suffixes</li> 889b8e80941Smrg <li>egl: add missing includes</li> 890b8e80941Smrg <li>egl: remove unused include</li> 891b8e80941Smrg <li>travis: avoid using unset llvm-config</li> 892b8e80941Smrg <li>egl: fix python lib deprecation warning</li> 893b8e80941Smrg <li>docs: explain how to see what meson options exist</li> 894b8e80941Smrg <li>travis: fix autotools build after --enable-autotools switch addition</li> 895b8e80941Smrg <li>configure: EGL requirements only apply if EGL is built</li> 896b8e80941Smrg <li>egl: finalize EGL_MESA_query_driver</li> 897b8e80941Smrg <li>egl: update headers from Khronos</li> 898b8e80941Smrg <li>egl: add glvnd entrypoints for EGL_MESA_query_driver</li> 899b8e80941Smrg <li>travis: bump libdrm to 2.4.97</li> 900b8e80941Smrg <li>egl/glvnd: sync egl.xml from Khronos</li> 901b8e80941Smrg <li>anv: drop always-successful VkResult</li> 902b8e80941Smrg <li>meson/vdpau: add missing soversion</li> 903b8e80941Smrg <li>xvmc: fix string comparison</li> 904b8e80941Smrg <li>xvmc: fix string comparison</li> 905b8e80941Smrg <li>egl: fix libdrm-less builds</li> 906b8e80941Smrg</ul> 907b8e80941Smrg 908b8e80941Smrg<p>Erik Faye-Lund (70):</p> 909b8e80941Smrg<ul> 910b8e80941Smrg <li>glsl: add has_implicit_conversions()-helper</li> 911b8e80941Smrg <li>glsl: add has_implicit_uint_to_int_conversion()-helper</li> 912b8e80941Smrg <li>glsl: fall back to inexact function-match</li> 913b8e80941Smrg <li>mesa/glsl: add support for EXT_shader_implicit_conversions</li> 914b8e80941Smrg <li>glsl: do not allow implicit casts of unsized array initializers</li> 915b8e80941Smrg <li>mesa: expose NV_conditional_render on GLES</li> 916b8e80941Smrg <li>mesa/main: fixup make check after NV_conditional_render for gles</li> 917b8e80941Smrg <li>Revert "mesa/main: fixup make check after NV_conditional_render for gles"</li> 918b8e80941Smrg <li>Revert "mesa: expose NV_conditional_render on GLES"</li> 919b8e80941Smrg <li>mesa/main: correct requirement for EXT_occlusion_query_boolean</li> 920b8e80941Smrg <li>mesa/main: correct year for EXT_occlusion_query_boolean</li> 921b8e80941Smrg <li>mesa/main: use non-prefixed enums for consistency</li> 922b8e80941Smrg <li>mesa/main: simplify pipeline-statistics query validation</li> 923b8e80941Smrg <li>mesa/main: fix validation of GL_SAMPLES_PASSED</li> 924b8e80941Smrg <li>mesa/main: fix validation of GL_ANY_SAMPLES_PASSED</li> 925b8e80941Smrg <li>mesa/main: fix validation of GL_ANY_SAMPLES_PASSED_CONSERVATIVE</li> 926b8e80941Smrg <li>mesa/main: fix validation of GL_TIME_ELAPSED</li> 927b8e80941Smrg <li>mesa/main: fix validation of transform-feedback queries</li> 928b8e80941Smrg <li>mesa/main: fix validation of transform-feedback overflow queries</li> 929b8e80941Smrg <li>mesa/main: fix validation of ARB_query_buffer_object</li> 930b8e80941Smrg <li>mesa/main: fix validation of GL_TIMESTAMP</li> 931b8e80941Smrg <li>mesa/main: remove overly strict query-validation</li> 932b8e80941Smrg <li>mesa/main: remove ARB suffix from glGetnTexImage</li> 933b8e80941Smrg <li>mesa/main: remove bogus error for zero-sized images</li> 934b8e80941Smrg <li>mesa/main: factor out tex-image error-checking</li> 935b8e80941Smrg <li>mesa/main: factor out common error-checking</li> 936b8e80941Smrg <li>mesa/main: check cube-completeness in common code</li> 937b8e80941Smrg <li>mesa/main: fix incorrect depth-error</li> 938b8e80941Smrg <li>mesa/main: fixup requirements for GL_PRIMITIVES_GENERATED</li> 939b8e80941Smrg <li>mesa/main: make _mesa_has_tessellation return bool</li> 940b8e80941Smrg <li>mesa/main: rename format-check function</li> 941b8e80941Smrg <li>mesa/main: clean up S3_s3tc check</li> 942b8e80941Smrg <li>mesa/main: clean up OES_texture_float_linear check</li> 943b8e80941Smrg <li>mesa/main: clean up ES2_compatibility check</li> 944b8e80941Smrg <li>mesa/main: clean up integer texture check</li> 945b8e80941Smrg <li>mesa/main: use _mesa_has_FOO_bar for compressed format checks</li> 946b8e80941Smrg <li>mesa/main: do not allow s3tc enums on gles1</li> 947b8e80941Smrg <li>mesa/main: do not allow etc2 enums on gles1</li> 948b8e80941Smrg <li>mesa/main: do not allow astc enums on gles1</li> 949b8e80941Smrg <li>mesa/main: do not allow depth-texture enums on gles1</li> 950b8e80941Smrg <li>mesa/main: do not allow stencil-texture enums on gles1</li> 951b8e80941Smrg <li>mesa/main: do not allow ARB_texture_rgb10_a2ui enums before gles3</li> 952b8e80941Smrg <li>mesa/main: do not allow integer-texture enums before gles3</li> 953b8e80941Smrg <li>mesa/main: do not allow ARB_depth_buffer_float enums before gles3</li> 954b8e80941Smrg <li>mesa/main: do not allow EXT_packed_float enums before gles3</li> 955b8e80941Smrg <li>mesa/main: do not allow rg-textures enums before gles3</li> 956b8e80941Smrg <li>mesa/main: do not allow EXT_texture_shared_exponent enums before gles3</li> 957b8e80941Smrg <li>mesa/main: do not allow MESA_ycbcr_texture enums on gles</li> 958b8e80941Smrg <li>mesa/main: do not allow type_2_10_10_10_REV enums before gles3</li> 959b8e80941Smrg <li>mesa/main: do not allow floating-point texture enums on gles1</li> 960b8e80941Smrg <li>mesa/main: do not allow snorm-texture enums before gles3</li> 961b8e80941Smrg <li>mesa/main: do not allow sRGB texture enums before gles3</li> 962b8e80941Smrg <li>mesa/main: do not allow EXT_texture_sRGB_R8 enums before gles3</li> 963b8e80941Smrg <li>mesa/main: split float-texture support checking in two</li> 964b8e80941Smrg <li>mesa/main: require EXT_texture_type_2_10_10_10_REV for gles3</li> 965b8e80941Smrg <li>mesa/main: require EXT_texture_sRGB for gles3</li> 966b8e80941Smrg <li>mesa/st: do not probe for the same texture-formats twice</li> 967b8e80941Smrg <li>mesa/main: do not require float-texture filtering for es3</li> 968b8e80941Smrg <li>mesa/main: correct validation for GL_RGB565</li> 969b8e80941Smrg <li>mesa/main: fix up _mesa_has_rg_textures for gles2</li> 970b8e80941Smrg <li>virgl: force linear texturing support</li> 971b8e80941Smrg <li>virgl: simplify virgl_hw_set_vertex_buffers</li> 972b8e80941Smrg <li>virgl: simplify virgl_hw_set_index_buffer</li> 973b8e80941Smrg <li>virgl: wrap vertex element state in a struct</li> 974b8e80941Smrg <li>virgl: work around bad assumptions in virglrenderer</li> 975b8e80941Smrg <li>anv/meson: make sure tests link with -msse2</li> 976b8e80941Smrg <li>anv/autotools: make sure tests link with -msse2</li> 977b8e80941Smrg <li>docs: add note about sending merge-requests from forks</li> 978b8e80941Smrg <li>mapi: drop unneeded gl_dispatch_stub declarations</li> 979b8e80941Smrg <li>virgl: remove unused variable</li> 980b8e80941Smrg</ul> 981b8e80941Smrg 982b8e80941Smrg<p>Ernestas Kulik (2):</p> 983b8e80941Smrg<ul> 984b8e80941Smrg <li>vc4: Fix leak in HW queries error path</li> 985b8e80941Smrg <li>v3d: Fix leak in resource setup error path</li> 986b8e80941Smrg</ul> 987b8e80941Smrg 988b8e80941Smrg<p>Francisco Jerez (14):</p> 989b8e80941Smrg<ul> 990b8e80941Smrg <li>intel/fs: Prevent emission of IR instructions not aligned to their own execution size.</li> 991b8e80941Smrg <li>intel/fs: Handle source modifiers in lower_integer_multiplication().</li> 992b8e80941Smrg <li>intel/fs: Implement quad swizzles on ICL+.</li> 993b8e80941Smrg <li>intel/fs: Fix bug in lower_simd_width while splitting an instruction which was already split.</li> 994b8e80941Smrg <li>intel/eu/gen7: Fix brw_MOV() with DF destination and strided source.</li> 995b8e80941Smrg <li>intel/fs: Respect CHV/BXT regioning restrictions in copy propagation pass.</li> 996b8e80941Smrg <li>intel/fs: Constify fs_inst::can_do_source_mods().</li> 997b8e80941Smrg <li>intel/fs: Introduce regioning lowering pass.</li> 998b8e80941Smrg <li>intel/fs: Remove existing lower_conversions pass.</li> 999b8e80941Smrg <li>intel/fs: Remove nasty open-coded CHV/BXT 64-bit workarounds.</li> 1000b8e80941Smrg <li>intel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.</li> 1001b8e80941Smrg <li>intel/fs: Promote execution type to 32-bit when any half-float conversion is needed.</li> 1002b8e80941Smrg <li>intel/fs: Exclude control sources from execution type and region alignment calculations.</li> 1003b8e80941Smrg <li>intel/fs: Implement extended strides greater than 4 for IR source regions.</li> 1004b8e80941Smrg</ul> 1005b8e80941Smrg 1006b8e80941Smrg<p>Fritz Koenig (2):</p> 1007b8e80941Smrg<ul> 1008b8e80941Smrg <li>freedreno: drm_fourcc.h header include</li> 1009b8e80941Smrg <li>freedreno: add query for dmabuf modifiers</li> 1010b8e80941Smrg</ul> 1011b8e80941Smrg 1012b8e80941Smrg<p>Gert Wollny (30):</p> 1013b8e80941Smrg<ul> 1014b8e80941Smrg <li>mesa/core: Add definitions and translations for EXT_texture_sRGB_R8</li> 1015b8e80941Smrg <li>Gallium: Add format PIPE_FORMAT_R8_SRGB</li> 1016b8e80941Smrg <li>mesa/st: Add support for EXT_texture_sRGB_R8</li> 1017b8e80941Smrg <li>virgl/vtest-winsys: Use virgl version of bind flags</li> 1018b8e80941Smrg <li>r600: Add support for EXT_texture_sRGB_R8</li> 1019b8e80941Smrg <li>mesa: Reference count shaders that are used by transform feedback objects</li> 1020b8e80941Smrg <li>virgl: Add command and flags to initiate debugging on the host (v2)</li> 1021b8e80941Smrg <li>nir: Allow to skip integer ops in nir_lower_to_source_mods</li> 1022b8e80941Smrg <li>i965: Correct L8_UNORM_SRGB table entry</li> 1023b8e80941Smrg <li>i965: be more specific about FBO completeness errors</li> 1024b8e80941Smrg <li>i965: Force zero swizzles for unused components in GL_RED and GL_RG</li> 1025b8e80941Smrg <li>i965: Add support for and expose EXT_texture_sRGB_R8</li> 1026b8e80941Smrg <li>virgl: Use file descriptor instead of un-allocated object</li> 1027b8e80941Smrg <li>i965:use FRAMEBUFFER_UNSUPPORTED instead of FRAMEBUFFER_INCOMPLETE_DIMENSIONS</li> 1028b8e80941Smrg <li>r600: Only set context streamout strides info from the shader that has outputs</li> 1029b8e80941Smrg <li>r600: clean up the GS ring buffers when the context is destroyed</li> 1030b8e80941Smrg <li>glsl: free or reuse memory allocated for TF varying</li> 1031b8e80941Smrg <li>virgl,vtest: Initialize return value</li> 1032b8e80941Smrg <li>virgl: Don't try handling server fences when they are not supported</li> 1033b8e80941Smrg <li>i965: Explicitely handle swizzles for MESA_FORMAT_R_SRGB8</li> 1034b8e80941Smrg <li>i965: Set the FBO error state INCOMPLETE_ATTACHMENT only for SRGB_R8</li> 1035b8e80941Smrg <li>autotools: Deprecate the use of autotools</li> 1036b8e80941Smrg <li>Gallium: Add new CAPS to indicate whether a driver can switch SRGB write</li> 1037b8e80941Smrg <li>virgl: Set sRGB write control CAP based on host capabilities</li> 1038b8e80941Smrg <li>mesa:main: Add flag for EXT_sRGB to gl_extensions</li> 1039b8e80941Smrg <li>i965: Set flag for EXT_sRGB</li> 1040b8e80941Smrg <li>mesa/st: rework support for sRGB framebuffer attachements</li> 1041b8e80941Smrg <li>mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possible</li> 1042b8e80941Smrg <li>mesa/main/version: Lower the requirements for GLES 3.0</li> 1043b8e80941Smrg <li>mesa/main: Expose EXT_sRGB_write_control</li> 1044b8e80941Smrg</ul> 1045b8e80941Smrg 1046b8e80941Smrg<p>Guido Günther (2):</p> 1047b8e80941Smrg<ul> 1048b8e80941Smrg <li>etnaviv: Make sure rs alignment checks match</li> 1049b8e80941Smrg <li>etnaviv: fix typo in cflush_all description</li> 1050b8e80941Smrg</ul> 1051b8e80941Smrg 1052b8e80941Smrg<p>Gurchetan Singh (18):</p> 1053b8e80941Smrg<ul> 1054b8e80941Smrg <li>egl: add missing #include <stddef.h> in egldevice.h</li> 1055b8e80941Smrg <li>virgl: quadruple command buffer size</li> 1056b8e80941Smrg <li>virgl: avoid large inline transfers</li> 1057b8e80941Smrg <li>virgl: don't mark buffers as unclean after a write</li> 1058b8e80941Smrg <li>virgl: texture_transfer_pool --> transfer_pool</li> 1059b8e80941Smrg <li>virgl: remove unnessecary code</li> 1060b8e80941Smrg <li>virgl: move texture metadata to common code</li> 1061b8e80941Smrg <li>virgl: move virgl_resource_layout to common code</li> 1062b8e80941Smrg <li>virgl: move vrend_get_tex_image_offset to common code</li> 1063b8e80941Smrg <li>virgl: store layer_stride in metadata</li> 1064b8e80941Smrg <li>virgl: consolidate transfer code</li> 1065b8e80941Smrg <li>virgl: make transfer code with PIPE_BUFFER targets</li> 1066b8e80941Smrg <li>virgl: make virgl_buffers use resource helpers</li> 1067b8e80941Smrg <li>virgl: modify how we handle GL_MAP_FLUSH_EXPLICIT_BIT</li> 1068b8e80941Smrg <li>virgl: move resource metadata into base resource</li> 1069b8e80941Smrg <li>virgl: move resource creation / import / destruction to common code</li> 1070b8e80941Smrg <li>virgl: don't flush an empty range</li> 1071b8e80941Smrg <li>virgl: remove empty file</li> 1072b8e80941Smrg</ul> 1073b8e80941Smrg 1074b8e80941Smrg<p>Hanno Böck (1):</p> 1075b8e80941Smrg<ul> 1076b8e80941Smrg <li>glsl/test: Fix use after free in test_optpass.</li> 1077b8e80941Smrg</ul> 1078b8e80941Smrg 1079b8e80941Smrg<p>Hyunjun Ko (1):</p> 1080b8e80941Smrg<ul> 1081b8e80941Smrg <li>freedreno: implements get_sample_position</li> 1082b8e80941Smrg</ul> 1083b8e80941Smrg 1084b8e80941Smrg<p>Iago Toral Quiroga (22):</p> 1085b8e80941Smrg<ul> 1086b8e80941Smrg <li>intel/compiler: fix node interference of simd16 instructions</li> 1087b8e80941Smrg <li>nir/constant_folding: fix incorrect bit-size check</li> 1088b8e80941Smrg <li>nir/from_ssa: fix bit-size of temporary register</li> 1089b8e80941Smrg <li>Revert "nir/builder: Assert that intN_t immediates fit"</li> 1090b8e80941Smrg <li>intel/compiler: fix indentation style in opt_algebraic()</li> 1091b8e80941Smrg <li>intel/compiler: fix register allocation in opt_peephole_sel</li> 1092b8e80941Smrg <li>intel/compiler: do not copy-propagate strided regions to ddx/ddy arguments</li> 1093b8e80941Smrg <li>intel/compiler: move nir_lower_bool_to_int32 before nir_lower_locals_to_regs</li> 1094b8e80941Smrg <li>compiler/nir: add a nir_b2f() helper</li> 1095b8e80941Smrg <li>compiler/nir: add nir_fadd_imm() and nir_fmul_imm() helpers</li> 1096b8e80941Smrg <li>compiler/spirv: handle 16-bit float in radians() and degrees()</li> 1097b8e80941Smrg <li>compiler/spirv: implement 16-bit asin</li> 1098b8e80941Smrg <li>compiler/spirv: implement 16-bit acos</li> 1099b8e80941Smrg <li>compiler/spirv: implement 16-bit atan</li> 1100b8e80941Smrg <li>compiler/spirv: implement 16-bit atan2</li> 1101b8e80941Smrg <li>compiler/spirv: implement 16-bit exp and log</li> 1102b8e80941Smrg <li>compiler/spirv: implement 16-bit hyperbolic trigonometric functions</li> 1103b8e80941Smrg <li>compiler/spirv: implement 16-bit frexp</li> 1104b8e80941Smrg <li>compiler/spirv: use 32-bit polynomial approximation for 16-bit asin()</li> 1105b8e80941Smrg <li>anv/pipeline_cache: fix incorrect guards for NIR cache</li> 1106b8e80941Smrg <li>anv/pipeline_cache: free NIR shader cache</li> 1107b8e80941Smrg <li>anv/device: fix maximum number of images supported</li> 1108b8e80941Smrg</ul> 1109b8e80941Smrg 1110b8e80941Smrg<p>Ian Romanick (28):</p> 1111b8e80941Smrg<ul> 1112b8e80941Smrg <li>glsl: Add warning tests for identifiers with __</li> 1113b8e80941Smrg <li>glsl: Add pragma to disable all warnings</li> 1114b8e80941Smrg <li>glsl: prevent qualifiers modification of predeclared variables</li> 1115b8e80941Smrg <li>glsl: Omit redundant qualifier checks on redeclarations</li> 1116b8e80941Smrg <li>glsl: Refactor type checking for redeclarations</li> 1117b8e80941Smrg <li>nir: Add a saturated unsigned integer add opcode</li> 1118b8e80941Smrg <li>i965/fs: Implement nir_op_uadd_sat</li> 1119b8e80941Smrg <li>nir/phi_builder: Internal users should use nir_phi_builder_value_set_block_def too</li> 1120b8e80941Smrg <li>util/slab: Rename slab_mempool typed parameters to mempool</li> 1121b8e80941Smrg <li>util/hash_table: Add _mesa_hash_table_init function</li> 1122b8e80941Smrg <li>nir/phi_builder: Use per-value hash table to store [block] -> def mapping</li> 1123b8e80941Smrg <li>nir: Fix holes in nir_instr</li> 1124b8e80941Smrg <li>nir: Release per-block metadata in nir_sweep</li> 1125b8e80941Smrg <li>i965/vec4: Silence unused parameter warnings in vec4 compiler tests</li> 1126b8e80941Smrg <li>i965/vec4/dce: Don't narrow the write mask if the flags are used</li> 1127b8e80941Smrg <li>i965/fs: Eliminate unary op on operand of compare-with-zero</li> 1128b8e80941Smrg <li>i965/vec4: Propagate conditional modifiers from more compares to other compares</li> 1129b8e80941Smrg <li>nir/opt_peephole_select: Don't try to remove flow control around indirect loads</li> 1130b8e80941Smrg <li>intel/compiler: More peephole select</li> 1131b8e80941Smrg <li>nir/opt_peephole_select: Don't peephole_select expensive math instructions</li> 1132b8e80941Smrg <li>intel/compiler: More peephole_select for pre-Gen6</li> 1133b8e80941Smrg <li>Revert "nir/lower_indirect: Bail early if modes == 0"</li> 1134b8e80941Smrg <li>nir/algebraic: Don't put quotes around floating point literals</li> 1135b8e80941Smrg <li>glsl: Add utility to convert text files to C strings</li> 1136b8e80941Smrg <li>nir: Silence zillions of unused parameter warnings in release builds</li> 1137b8e80941Smrg <li>spirv: Add missing break</li> 1138b8e80941Smrg <li>intel/fs: nir_op_extract_i8 extracts a byte, not a word</li> 1139b8e80941Smrg <li>intel/fs: Fix extract_u8 of an odd byte from a 64-bit integer</li> 1140b8e80941Smrg</ul> 1141b8e80941Smrg 1142b8e80941Smrg<p>Ilia Mirkin (37):</p> 1143b8e80941Smrg<ul> 1144b8e80941Smrg <li>nv50/ir: delete MINMAX instruction that is no longer in the BB</li> 1145b8e80941Smrg <li>nv50/ir/ra: improve condition for short regs, unify with cond for 16-bit</li> 1146b8e80941Smrg <li>nv50/ir/ra: enforce max register requirement, and change spill order</li> 1147b8e80941Smrg <li>nv50/ir: remove dnz flag when converting MAD to ADD due to optimizations</li> 1148b8e80941Smrg <li>nv50: always keep TSC slot 0 bound</li> 1149b8e80941Smrg <li>nv50,nvc0: add explicit handling of PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET</li> 1150b8e80941Smrg <li>nouveau: set texture upload budget</li> 1151b8e80941Smrg <li>nvc0: replace use of explicit default_tsc with entry 0</li> 1152b8e80941Smrg <li>nvc0: always keep TSC slot 0 bound to fix TXF</li> 1153b8e80941Smrg <li>st/mesa: remove sampler associated with buffer texture in pbo logic</li> 1154b8e80941Smrg <li>st/mesa: allow glDrawElements to work with GL_SELECT feedback</li> 1155b8e80941Smrg <li>tgsi: add ATOMFADD operation</li> 1156b8e80941Smrg <li>gallium: add PIPE_CAP_TGSI_ATOMFADD to indicate support</li> 1157b8e80941Smrg <li>st/mesa: select ATOMFADD when source type is float</li> 1158b8e80941Smrg <li>st/mesa: expose GL_NV_shader_atomic_float when ATOMFADD is supported</li> 1159b8e80941Smrg <li>nv50/ir: add support for converting ATOMFADD to proper ir</li> 1160b8e80941Smrg <li>nvc0: enable GL_NV_shader_atomic_float on pre-Maxwell</li> 1161b8e80941Smrg <li>nv50,nvc0: add missing CAPs for unsupported features</li> 1162b8e80941Smrg <li>nv30: avoid setting user_priv without setting cur_ctx</li> 1163b8e80941Smrg <li>nv30: fix rare issue with fp unbinding not finding the bufctx</li> 1164b8e80941Smrg <li>nv30: add support for multi-layer transfers</li> 1165b8e80941Smrg <li>nv30: use correct helper to get blocks in y direction</li> 1166b8e80941Smrg <li>nv30: fix some s3tc layout issues</li> 1167b8e80941Smrg <li>nv30: disable rendering to 3D textures</li> 1168b8e80941Smrg <li>docs: fix gallium screen cap docs</li> 1169b8e80941Smrg <li>nv50,nvc0: mark textures dirty on fb update</li> 1170b8e80941Smrg <li>nvc0: don't put text segment into bufctx</li> 1171b8e80941Smrg <li>nvc0/ir: fix second tex argument after levelZero optimization</li> 1172b8e80941Smrg <li>nv50,nvc0: add explicit settings for recent caps</li> 1173b8e80941Smrg <li>nvc0: add support for handling indirect draws with attrib conversion</li> 1174b8e80941Smrg <li>nvc0/ir: always use CG mode for loads from atomic-only buffers</li> 1175b8e80941Smrg <li>nvc0: fix 3d images on kepler</li> 1176b8e80941Smrg <li>nv50,nvc0: use condition for occlusion queries when already complete</li> 1177b8e80941Smrg <li>nvc0: stick zero values for the compute invocation counts</li> 1178b8e80941Smrg <li>nvc0: we have 16k-sized framebuffers, fix default scissors</li> 1179b8e80941Smrg <li>swr: set PIPE_CAP_MAX_VARYINGS correctly</li> 1180b8e80941Smrg <li>glsl: fix recording of variables for XFB in TCS shaders</li> 1181b8e80941Smrg</ul> 1182b8e80941Smrg 1183b8e80941Smrg<p>Indrajit Das (1):</p> 1184b8e80941Smrg<ul> 1185b8e80941Smrg <li>st/va: Return correct status from vlVaQuerySurfaceStatus</li> 1186b8e80941Smrg</ul> 1187b8e80941Smrg 1188b8e80941Smrg<p>Jakob Bornecrantz (1):</p> 1189b8e80941Smrg<ul> 1190b8e80941Smrg <li>virgl/vtest: Use default socket name from protocol header</li> 1191b8e80941Smrg</ul> 1192b8e80941Smrg 1193b8e80941Smrg<p>Jan Vesely (2):</p> 1194b8e80941Smrg<ul> 1195b8e80941Smrg <li>amd: Make vgpr-spilling depend on llvm version</li> 1196b8e80941Smrg <li>clover: Fix build after clang r348827</li> 1197b8e80941Smrg</ul> 1198b8e80941Smrg 1199b8e80941Smrg<p>Jason Ekstrand (207):</p> 1200b8e80941Smrg<ul> 1201b8e80941Smrg <li>vulkan: Update the XML and headers to 1.1.91</li> 1202b8e80941Smrg <li>intel/fs,vec4: Clean up a repeated pattern with SSBOs</li> 1203b8e80941Smrg <li>intel/fs: Use the new nir_src_is_const and friends</li> 1204b8e80941Smrg <li>nir: Add a read_mask helper for ALU instructions</li> 1205b8e80941Smrg <li>intel/vec4: Use the new nir_src_is_const and friends</li> 1206b8e80941Smrg <li>intel/analyze_ubo_ranges: Use nir_src_is_const and friends</li> 1207b8e80941Smrg <li>anv: Use nir_src_is_const and friends in lowering code</li> 1208b8e80941Smrg <li>intel/fs: Add an assert to optimize_frontfacing_ternary</li> 1209b8e80941Smrg <li>nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16</li> 1210b8e80941Smrg <li>nir/builder: Assert that intN_t immediates fit</li> 1211b8e80941Smrg <li>nir/builder: Add iadd_imm and imul_imm helpers</li> 1212b8e80941Smrg <li>nir/builder: Add a nir_pack/unpack/bitcast helpers</li> 1213b8e80941Smrg <li>nir/spirv: Force 32-bit for UBO and SSBO Booleans</li> 1214b8e80941Smrg <li>nir/glsl: Force 32-bit for UBO and SSBO Booleans</li> 1215b8e80941Smrg <li>nir/lower_io: Add shared to get_io_offset_src</li> 1216b8e80941Smrg <li>nir: Add alignment parameters to SSBO, UBO, and shared access</li> 1217b8e80941Smrg <li>intel/compiler: Lower SSBO and shared loads/stores in NIR</li> 1218b8e80941Smrg <li>intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_values</li> 1219b8e80941Smrg <li>intel/fs,vec4: Fix a compiler warning</li> 1220b8e80941Smrg <li>vulkan: Update the XML and headers to 1.1.93</li> 1221b8e80941Smrg <li>anv: Expose VK_EXT_scalar_block_layout</li> 1222b8e80941Smrg <li>anv: Put robust buffer access in the pipeline hash</li> 1223b8e80941Smrg <li>anv/nir: Rework arguments to apply_pipeline_layout</li> 1224b8e80941Smrg <li>nir/derefs: Add a nir_derefs_do_not_alias enum value</li> 1225b8e80941Smrg <li>vulkan: Update the XML and headers to 1.1.95</li> 1226b8e80941Smrg <li>nir/opcodes: Pull in the type helpers from constant_expressions</li> 1227b8e80941Smrg <li>nir/opcodes: Rename tbool to tbool32</li> 1228b8e80941Smrg <li>nir/algebraic: Clean up some __str__ cruft</li> 1229b8e80941Smrg <li>nir/algebraic: Refactor codegen a bit</li> 1230b8e80941Smrg <li>nir/algebraic: Add support for unsized conversion opcodes</li> 1231b8e80941Smrg <li>nir/opt_algebraic: Simplify an optimization using the new search ops</li> 1232b8e80941Smrg <li>nir/opt_algebraic: Drop bit-size suffixes from conversions</li> 1233b8e80941Smrg <li>nir/opt_algebraic: Add 32-bit specifiers to a bunch of booleans</li> 1234b8e80941Smrg <li>nir: Make boolean conversions sized just like the others</li> 1235b8e80941Smrg <li>anv,radv: Disable VK_EXT_pci_bus_info</li> 1236b8e80941Smrg <li>intel/ir: Don't allow allocating zero registers</li> 1237b8e80941Smrg <li>spirv: Add support for MinLod</li> 1238b8e80941Smrg <li>nir/lower_tex: Simplify lower_gradient logic</li> 1239b8e80941Smrg <li>nir/lower_tex: Modify txd instructions instead of replacing them</li> 1240b8e80941Smrg <li>nir/lower_tex: Add lowering for some min_lod cases</li> 1241b8e80941Smrg <li>intel/fs: Support min_lod parameters on texture instructions</li> 1242b8e80941Smrg <li>anv: Advertise support for MinLod on Skylake+</li> 1243b8e80941Smrg <li>anv/pipeline: Set the correct binding count for compute shaders</li> 1244b8e80941Smrg <li>intel/blorp: Assert that we don't re-layout a compressed surface</li> 1245b8e80941Smrg <li>nir: Document the function inlining process</li> 1246b8e80941Smrg <li>nir: Allow [iu]mul_high on non-32-bit types</li> 1247b8e80941Smrg <li>nir/lower_int64: Add support for [iu]mul_high</li> 1248b8e80941Smrg <li>nir: Add a pass for lowering integer division by constants</li> 1249b8e80941Smrg <li>i965/vec4: Implement nir_op_uadd_sat</li> 1250b8e80941Smrg <li>i965: Enable nir_opt_idiv_const for 32 and 64-bit integers</li> 1251b8e80941Smrg <li>nir/lower_idiv: Use ilt instead of bit twiddling</li> 1252b8e80941Smrg <li>nir/tgsi: Use nir_bany in ttn_kill_if</li> 1253b8e80941Smrg <li>nir/constant_folding: Fix source bit size logic</li> 1254b8e80941Smrg <li>nir/algebraic: Optimize x2b(xneg(a)) -> a</li> 1255b8e80941Smrg <li>nir: Drop support for lower_b2f</li> 1256b8e80941Smrg <li>nir/algebraic: Make an optimization more specific</li> 1257b8e80941Smrg <li>nir: Rename Boolean-related opcodes to include 32 in the name</li> 1258b8e80941Smrg <li>nir/constant_expressions: Rework Boolean handling</li> 1259b8e80941Smrg <li>nir: Add support for 1-bit data types</li> 1260b8e80941Smrg <li>nir/large_constants: Properly handle 1-bit bools</li> 1261b8e80941Smrg <li>nir/algebraic: Generalize an optimization</li> 1262b8e80941Smrg <li>nir: Add 1-bit Boolean opcodes</li> 1263b8e80941Smrg <li>nir: Add a bool to int32 lowering pass</li> 1264b8e80941Smrg <li>nir: Switch to using 1-bit Booleans for almost everything</li> 1265b8e80941Smrg <li>nir/algebraic: Optimize 1-bit Booleans</li> 1266b8e80941Smrg <li>nir/algebraic: Add some optimizations for D3D-style Booleans</li> 1267b8e80941Smrg <li>radv: Fix a stupid if in gather_intrinsic_info</li> 1268b8e80941Smrg <li>st/nir: Use nir_src_as_uint for tokens</li> 1269b8e80941Smrg <li>vulkan: Update the XML and headers to 1.1.96</li> 1270b8e80941Smrg <li>anv,radv: Re-enable VK_EXT_pci_bus_info</li> 1271b8e80941Smrg <li>anv: Bump the patch version to 96</li> 1272b8e80941Smrg <li>nir/propagate_invariant: Skip unknown vars</li> 1273b8e80941Smrg <li>nir/linking_helpers: Look at derefs for modes</li> 1274b8e80941Smrg <li>nir/lower_io_arrays_to_elements: Look at derefs for modes</li> 1275b8e80941Smrg <li>nir/lower_io_to_scalar: Look at derefs for modes</li> 1276b8e80941Smrg <li>nir/lower_wpos_center: Look at derefs for modes</li> 1277b8e80941Smrg <li>nir/copy_prop_vars: Get modes directly from derefs</li> 1278b8e80941Smrg <li>nir/dead_write_vars: Get modes directly from derefs</li> 1279b8e80941Smrg <li>radv/query: Add a nir_test_flag helper</li> 1280b8e80941Smrg <li>radv/query: Use 1-bit booleans in query shaders</li> 1281b8e80941Smrg <li>intel/blorp: Be more conservative about copying clear colors</li> 1282b8e80941Smrg <li>vulkan: Update the XML and headers to 1.1.97</li> 1283b8e80941Smrg <li>glsl_type: Support serializing 8 and 16-bit types</li> 1284b8e80941Smrg <li>spirv: Handle any bit size in vector_insert/extract</li> 1285b8e80941Smrg <li>anv/apply_pipeline_layout: Set the cursor in lower_res_reindex_intrinsic</li> 1286b8e80941Smrg <li>spirv: Sign-extend array indices</li> 1287b8e80941Smrg <li>spirv: Emit NIR deref instructions on-the-fly</li> 1288b8e80941Smrg <li>nir/builder: Add nir_i2i and nir_u2u helpers which take a bit size</li> 1289b8e80941Smrg <li>spirv: Handle arbitrary bit sizes for deref array indices</li> 1290b8e80941Smrg <li>nir/validate: Require array indices to match the deref bit size</li> 1291b8e80941Smrg <li>nir: Allow storing to shader_storage</li> 1292b8e80941Smrg <li>nir: Distinguish between normal uniforms and UBOs</li> 1293b8e80941Smrg <li>glsl_type: Drop the glsl_get_array_instance C helper</li> 1294b8e80941Smrg <li>glsl_type: Add a C wrapper to get struct field offsets</li> 1295b8e80941Smrg <li>glsl_type: Simplify glsl_channel_type</li> 1296b8e80941Smrg <li>glsl_type: Add support for explicitly laid out matrices and arrays</li> 1297b8e80941Smrg <li>spirv: Propagate layout decorations to created glsl_types</li> 1298b8e80941Smrg <li>nir: Move propagation of cast derefs to a new nir_opt_deref pass</li> 1299b8e80941Smrg <li>nir: Add a ptr_as_array deref type</li> 1300b8e80941Smrg <li>nir/validate: Don't allow derefs in if conditions</li> 1301b8e80941Smrg <li>nir/opt_deref: Properly optimize ptr_as_array derefs</li> 1302b8e80941Smrg <li>nir/deref: Support casts and ptr_as_array in comparisons</li> 1303b8e80941Smrg <li>nir/deref: Skip over casts in fixup_deref_modes</li> 1304b8e80941Smrg <li>nir/remove_dead_variables: Properly handle deref casts</li> 1305b8e80941Smrg <li>nir/validate: Allow derefs in phi nodes</li> 1306b8e80941Smrg <li>nir/intrinsics: Allow deref sources to consume anything</li> 1307b8e80941Smrg <li>nir/intrinsics: Add access flags to load/store_deref</li> 1308b8e80941Smrg <li>nir/validate: Allow array derefs on vectors in more modes</li> 1309b8e80941Smrg <li>nir/lower_io: Add "explicit" IO lowering</li> 1310b8e80941Smrg <li>nir/vulkan: Add a descriptor type to vulkan resource intrinsics</li> 1311b8e80941Smrg <li>spirv: Add error checking for Block and BufferBlock decorations</li> 1312b8e80941Smrg <li>spirv: Choose atomic deref type with pointer_uses_ssa_offset</li> 1313b8e80941Smrg <li>spirv: Add explicit pointer types</li> 1314b8e80941Smrg <li>spirv: Make better use of vtn_pointer_uses_ssa_offset</li> 1315b8e80941Smrg <li>spirv: Add support for using derefs for UBO/SSBO access</li> 1316b8e80941Smrg <li>anv: Enable the new deref-based UBO/SSBO path</li> 1317b8e80941Smrg <li>spirv: Sort supported capabilities</li> 1318b8e80941Smrg <li>anv: Sort properties and features switch statements</li> 1319b8e80941Smrg <li>nir: Add some more int64 lowering helpers</li> 1320b8e80941Smrg <li>anv/pipeline: Constant fold after apply_pipeline_layout</li> 1321b8e80941Smrg <li>anv/pipeline: Move wpos and input attachment lowering to lower_nir</li> 1322b8e80941Smrg <li>compiler/types: Serialize/deserialize subpass input types correctly</li> 1323b8e80941Smrg <li>anv/pipeline: Hash shader modules and spec constants separately</li> 1324b8e80941Smrg <li>anv/pipeline_cache: Add support for caching NIR</li> 1325b8e80941Smrg <li>anv/pipeline: Cache the pre-lowered NIR</li> 1326b8e80941Smrg <li>intel/peephole_ffma: Fix swizzle propagation</li> 1327b8e80941Smrg <li>spirv: Whack sampler/image pointers to uniform</li> 1328b8e80941Smrg <li>spirv: Contain the GLSLang issue #179 workaround to old GLSLang</li> 1329b8e80941Smrg <li>intel/nir: Call nir_opt_deref in brw_nir_optimize</li> 1330b8e80941Smrg <li>nir/gcm: Support deref instructions</li> 1331b8e80941Smrg <li>spirv: Emit switch conditions on-the-fly</li> 1332b8e80941Smrg <li>intel/blorp: Add two more filter modes</li> 1333b8e80941Smrg <li>anv: Rename has_resolve to has_color_resolve</li> 1334b8e80941Smrg <li>anv/blorp: Refactor MSAA resolves into an exportable helper function</li> 1335b8e80941Smrg <li>anv: Move resolve_subpass to genX_cmd_buffer.c</li> 1336b8e80941Smrg <li>anv: Implement VK_KHR_depth_stencil_resolve</li> 1337b8e80941Smrg <li>nir: Add a bool to float32 lowering pass</li> 1338b8e80941Smrg <li>intel/eu: Stop overriding exec sizes in send_indirect_message</li> 1339b8e80941Smrg <li>intel/fs: Don't touch accumulator destination while applying regioning alignment rule</li> 1340b8e80941Smrg <li>anv: Re-sort the extensions list</li> 1341b8e80941Smrg <li>anv: Only parse pImmutableSamplers if the descriptor has samplers</li> 1342b8e80941Smrg <li>relnotes: Add newly added Vulkan extensions</li> 1343b8e80941Smrg <li>anv/pipeline: Add a pdevice helper variable</li> 1344b8e80941Smrg <li>nir: Mark deref UBO and SSBO access as non-scalar</li> 1345b8e80941Smrg <li>spirv: Update the JSON and headers from Khronos master</li> 1346b8e80941Smrg <li>anv: Always emit at least one vertex element</li> 1347b8e80941Smrg <li>spirv: Initialize struct member offsets to -1</li> 1348b8e80941Smrg <li>spirv: Only split blocks</li> 1349b8e80941Smrg <li>spirv: Only set interface_type on blocks</li> 1350b8e80941Smrg <li>nir: Preserve offsets in lower_io_to_scalar_early</li> 1351b8e80941Smrg <li>nir/xfb: Fix offset accounting for dvec3/4</li> 1352b8e80941Smrg <li>nir/xfb: Properly handle arrays of blocks</li> 1353b8e80941Smrg <li>anv: Add but do not enable VK_EXT_transform_feedback</li> 1354b8e80941Smrg <li>anv: Add pipeline cache support for xfb_info</li> 1355b8e80941Smrg <li>anv: Implement the basic form of VK_EXT_transform_feedback</li> 1356b8e80941Smrg <li>anv: Implement vkCmdDrawIndirectByteCountEXT</li> 1357b8e80941Smrg <li>anv: Implement CmdBegin/EndQueryIndexed</li> 1358b8e80941Smrg <li>genxml: Add SO_PRIM_STORAGE_NEEDED and SO_NUM_PRIMS_WRITTEN</li> 1359b8e80941Smrg <li>anv: Implement transform feedback queries</li> 1360b8e80941Smrg <li>nir: Add load/store/atomic global intrinsics</li> 1361b8e80941Smrg <li>nir/lower_io: Add a 32 and 64-bit global address formats</li> 1362b8e80941Smrg <li>nir/lower_io: Add support for nir_var_mem_global</li> 1363b8e80941Smrg <li>nir/validate: Allow array derefs of vectors for nir_var_mem_global</li> 1364b8e80941Smrg <li>nir: Allow SSBOs and global to alias</li> 1365b8e80941Smrg <li>spirv: Drop a bogus assert</li> 1366b8e80941Smrg <li>spirv: Handle OpTypeForwardPointer</li> 1367b8e80941Smrg <li>spirv: Implement OpConvertPtrToU and OpConvertUToPtr</li> 1368b8e80941Smrg <li>spirv: Add support for SPV_EXT_physical_storage_buffer</li> 1369b8e80941Smrg <li>intel/fs: Get rid of fs_inst::equals</li> 1370b8e80941Smrg <li>intel/defines: Explicitly cast to uint32_t in SET_FIELD and SET_BITS</li> 1371b8e80941Smrg <li>intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()</li> 1372b8e80941Smrg <li>intel/fs: Take an explicit exec size in brw_surface_payload_size()</li> 1373b8e80941Smrg <li>intel/eu: Add has_simd4x2 bools to surface_write functions</li> 1374b8e80941Smrg <li>intel/eu: Rework surface descriptor helpers</li> 1375b8e80941Smrg <li>intel/fs: Add a generic SEND opcode</li> 1376b8e80941Smrg <li>intel/fs: Use SHADER_OPCODE_SEND for surface messages</li> 1377b8e80941Smrg <li>intel/fs: Use a logical opcode for IMAGE_SIZE</li> 1378b8e80941Smrg <li>intel/fs: Use SHADER_OPCODE_SEND for texturing on gen7+</li> 1379b8e80941Smrg <li>intel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls on gen7+</li> 1380b8e80941Smrg <li>intel/eu: Use GET_BITS in brw_inst_set_send_ex_desc</li> 1381b8e80941Smrg <li>intel/eu/validate: SEND restrictions also apply to SENDC</li> 1382b8e80941Smrg <li>intel/eu: Add more message descriptor helpers</li> 1383b8e80941Smrg <li>intel/disasm: Rework SEND decoding to use descriptors</li> 1384b8e80941Smrg <li>intel/inst: Fix the ia16_addr_imm helpers</li> 1385b8e80941Smrg <li>intel/inst: Indent some code</li> 1386b8e80941Smrg <li>intel/eu: Add support for the SENDS[C] messages</li> 1387b8e80941Smrg <li>intel/disasm: Properly disassemble split sends</li> 1388b8e80941Smrg <li>intel/fs: Support SENDS in SHADER_OPCODE_SEND</li> 1389b8e80941Smrg <li>intel/fs: Add interference between SENDS sources</li> 1390b8e80941Smrg <li>intel/fs: Use split sends for surface writes on gen9+</li> 1391b8e80941Smrg <li>intel/fs: Do the grf127 hack on SIMD8 instructions in SIMD16 mode</li> 1392b8e80941Smrg <li>nir/deref: Rematerialize parents in rematerialize_derefs_in_use_blocks</li> 1393b8e80941Smrg <li>intel/fs: Bail in optimize_extract_to_float if we have modifiers</li> 1394b8e80941Smrg <li>compiler/types: Add a contains_64bit helper</li> 1395b8e80941Smrg <li>nir/xfb: Properly align 64-bit values</li> 1396b8e80941Smrg <li>nir: Rewrite lower_clip_cull_distance_arrays to do a lot less lowering</li> 1397b8e80941Smrg <li>nir/xfb: Work in terms of components rather than slots</li> 1398b8e80941Smrg <li>nir/xfb: Handle compact arrays in gather_xfb_info</li> 1399b8e80941Smrg <li>nir/lower_clip_cull: Fix an incorrect assert</li> 1400b8e80941Smrg <li>anv: Count surfaces for non-YCbCr images in GetDescriptorSetLayoutSupport</li> 1401b8e80941Smrg <li>spirv: OpImageQueryLod requires a sampler</li> 1402b8e80941Smrg <li>intel,nir: Lower TXD with min_lod when the sampler index is not < 16</li> 1403b8e80941Smrg <li>spirv: Pull offset/stride from the pointer for OpArrayLength</li> 1404b8e80941Smrg <li>anv: Refactor descriptor pushing a bit</li> 1405b8e80941Smrg <li>anv: Take references to push descriptor set layouts</li> 1406b8e80941Smrg <li>nir: Add a pass for lowering IO back to vector when possible</li> 1407b8e80941Smrg <li>intel/nir: Vectorize all IO</li> 1408b8e80941Smrg</ul> 1409b8e80941Smrg 1410b8e80941Smrg<p>Jiang, Sonny (1):</p> 1411b8e80941Smrg<ul> 1412b8e80941Smrg <li>radeonsi: add compute_last_block to configure the partial block fields</li> 1413b8e80941Smrg</ul> 1414b8e80941Smrg 1415b8e80941Smrg<p>Jon Turney (3):</p> 1416b8e80941Smrg<ul> 1417b8e80941Smrg <li>glx: Fix compilation with GLX_USE_WINDOWSGL</li> 1418b8e80941Smrg <li>appveyor: put build steps in a script, rather than inline in appveyor.yml</li> 1419b8e80941Smrg <li>appveyor: Add a Cygwin build script</li> 1420b8e80941Smrg</ul> 1421b8e80941Smrg 1422b8e80941Smrg<p>Jonathan Marek (42):</p> 1423b8e80941Smrg<ul> 1424b8e80941Smrg <li>nir: add fceil lowering</li> 1425b8e80941Smrg <li>freedreno: a2xx: fd2_draw update</li> 1426b8e80941Smrg <li>freedreno/a2xx: fix POINT_MINMAX_MAX overflow</li> 1427b8e80941Smrg <li>freedreno: add missing a20x ids</li> 1428b8e80941Smrg <li>freedreno/a2xx: set VIZ_QUERY_ID on a20x</li> 1429b8e80941Smrg <li>freedreno/a2xx: Compute depth base in gmem correctly</li> 1430b8e80941Smrg <li>freedreno: a2xx texture update</li> 1431b8e80941Smrg <li>freedreno: use GENERIC instead of TEXCOORD for blit program</li> 1432b8e80941Smrg <li>freedreno: use MSM_BO_SCANOUT with scanout buffers</li> 1433b8e80941Smrg <li>glsl/nir: int constants as float for native_integers=false</li> 1434b8e80941Smrg <li>glsl/nir: ftrunc for native_integers=false float to int cast</li> 1435b8e80941Smrg <li>glsl/nir: keep bool types when native_integers=false</li> 1436b8e80941Smrg <li>freedreno: a2xx: cleanup init_shader_const</li> 1437b8e80941Smrg <li>freedreno: a2xx: cleanup REG_A2XX_PA_CL_VTE_CNTL</li> 1438b8e80941Smrg <li>freedreno: a2xx: fix gmem2mem viewport</li> 1439b8e80941Smrg <li>freedreno: a2xx: fix VERTEX_REUSE/DEALLOC on a20x</li> 1440b8e80941Smrg <li>freedreno: a2xx: fix non-zero texture base offsets</li> 1441b8e80941Smrg <li>freedreno: a2xx: sysmem rendering</li> 1442b8e80941Smrg <li>freedreno: a2xx: NIR backend</li> 1443b8e80941Smrg <li>freedreno: a2xx: insert scalar MOV to allow 2 source scalar</li> 1444b8e80941Smrg <li>freedreno: a2xx: add ir2 copy propagation</li> 1445b8e80941Smrg <li>freedreno: a2xx: add partial lower_scalar pass for ir2</li> 1446b8e80941Smrg <li>freedreno: add renderonly scanout</li> 1447b8e80941Smrg <li>freedreno: a2xx: ir2 cleanup</li> 1448b8e80941Smrg <li>freedreno: a2xx: enable early-Z testing</li> 1449b8e80941Smrg <li>freedreno: update a2xx registers</li> 1450b8e80941Smrg <li>freedreno: a2xx: a20x hw binning</li> 1451b8e80941Smrg <li>freedreno: a2xx: clear fixes and fast clear path</li> 1452b8e80941Smrg <li>freedreno: a2xx: minor solid_vertexbuf fixups</li> 1453b8e80941Smrg <li>freedreno: a2xx: add perfcntrs</li> 1454b8e80941Smrg <li>kmsro: Add freedreno renderonly support</li> 1455b8e80941Smrg <li>st/dri: invalidate_resource depth/stencil before flush_resource</li> 1456b8e80941Smrg <li>mesa/st: wire up DiscardFramebuffer</li> 1457b8e80941Smrg <li>freedreno: fix invalidate logic</li> 1458b8e80941Smrg <li>freedreno: fix depth usage logic</li> 1459b8e80941Smrg <li>freedreno: fix sysmem rendering being used when clear is used</li> 1460b8e80941Smrg <li>freedreno: a2xx: fix fast clear</li> 1461b8e80941Smrg <li>freedreno: a2xx: don't write 4th vertex in mem2gmem</li> 1462b8e80941Smrg <li>freedreno: a2xx: add use_hw_binning function</li> 1463b8e80941Smrg <li>freedreno: a2xx: fix fast clear for some gmem configurations</li> 1464b8e80941Smrg <li>freedreno: a2xx: fix mipmapping for NPOT textures</li> 1465b8e80941Smrg <li>freedreno: use renderonly path for buffers allocated with modifiers</li> 1466b8e80941Smrg</ul> 1467b8e80941Smrg 1468b8e80941Smrg<p>Jordan Justen (3):</p> 1469b8e80941Smrg<ul> 1470b8e80941Smrg <li>docs: Document GitLab merge request process (email alternative)</li> 1471b8e80941Smrg <li>i965/genX_state: Add register access functions</li> 1472b8e80941Smrg <li>i965/compute: Emit GPGPU_WALKER in genX_state_upload</li> 1473b8e80941Smrg</ul> 1474b8e80941Smrg 1475b8e80941Smrg<p>Jose Maria Casanova Crespo (1):</p> 1476b8e80941Smrg<ul> 1477b8e80941Smrg <li>glsl: TCS outputs can not be transform feedback candidates on GLES</li> 1478b8e80941Smrg</ul> 1479b8e80941Smrg 1480b8e80941Smrg<p>José Fonseca (2):</p> 1481b8e80941Smrg<ul> 1482b8e80941Smrg <li>appveyor: Revert commits adding Cygwin support.</li> 1483b8e80941Smrg <li>scons: Workaround failures with MSVC when using SCons 3.0.[2-4].</li> 1484b8e80941Smrg</ul> 1485b8e80941Smrg 1486b8e80941Smrg<p>Juan A. Suarez Romero (17):</p> 1487b8e80941Smrg<ul> 1488b8e80941Smrg <li>docs: add release notes for 18.2.5</li> 1489b8e80941Smrg <li>docs: add sha256 checksums for 18.2.5</li> 1490b8e80941Smrg <li>docs: update calendar, add news item and link release notes for 18.2.5</li> 1491b8e80941Smrg <li>docs: add release notes for 18.2.6</li> 1492b8e80941Smrg <li>docs: add sha256 checksums for 18.2.6</li> 1493b8e80941Smrg <li>docs: update calendar, add news item and link release notes for 18.2.6</li> 1494b8e80941Smrg <li>docs: extends 18.2 lifecycle</li> 1495b8e80941Smrg <li>docs: add release notes for 18.2.7</li> 1496b8e80941Smrg <li>docs: add sha256 checksums for 18.2.7</li> 1497b8e80941Smrg <li>docs: update calendar, add news item and link release notes for 18.2.7</li> 1498b8e80941Smrg <li>docs: add release notes for 18.2.8</li> 1499b8e80941Smrg <li>docs: add sha256 checksums for 18.2.8</li> 1500b8e80941Smrg <li>docs: update calendar, add news item and link release notes for 18.2.8</li> 1501b8e80941Smrg <li>anv/cmd_buffer: check for NULL framebuffer</li> 1502b8e80941Smrg <li>genxml: add missing field values for 3DSTATE_SF</li> 1503b8e80941Smrg <li>anv: advertise 8 subpixel precision bits</li> 1504b8e80941Smrg <li>anv: destroy descriptor sets when pool gets reset</li> 1505b8e80941Smrg</ul> 1506b8e80941Smrg 1507b8e80941Smrg<p>Józef Kucia (1):</p> 1508b8e80941Smrg<ul> 1509b8e80941Smrg <li>nir: Fix assert in print_intrinsic_instr().</li> 1510b8e80941Smrg</ul> 1511b8e80941Smrg 1512b8e80941Smrg<p>Karol Herbst (35):</p> 1513b8e80941Smrg<ul> 1514b8e80941Smrg <li>nv50/ir: print color masks of tex instructions</li> 1515b8e80941Smrg <li>nv50/ra: add condenseDef overloads for partial condenses</li> 1516b8e80941Smrg <li>nv50/ir: add scalar field to TexInstructions</li> 1517b8e80941Smrg <li>gm107/ir: use scalar tex instructions where possible</li> 1518b8e80941Smrg <li>gm107/ir: fix compile time warning in getTEXSMask</li> 1519b8e80941Smrg <li>nir: add const_index parameters to system value builder function</li> 1520b8e80941Smrg <li>nir: replace nir_load_system_value calls with appropiate builder functions</li> 1521b8e80941Smrg <li>nir/spirv: cast shift operand to u32</li> 1522b8e80941Smrg <li>nv50,nvc0: Fix gallium nine regression regarding sampler bindings</li> 1523b8e80941Smrg <li>nv50/ir: initialize relDegree staticly</li> 1524b8e80941Smrg <li>nouveau: use atomic operations for driver statistics</li> 1525b8e80941Smrg <li>nv50/ir: fix use-after-free in ConstantFolding::visit</li> 1526b8e80941Smrg <li>nir: rename global/local to private/function memory</li> 1527b8e80941Smrg <li>nv50/ir: disable tryCollapseChainedMULs in ConstantFolding for precise instructions</li> 1528b8e80941Smrg <li>gm107/ir: disable TEXS for tex with derivAll set</li> 1529b8e80941Smrg <li>nir: rename nir_var_private to nir_var_shader_temp</li> 1530b8e80941Smrg <li>nir: rename nir_var_function to nir_var_function_temp</li> 1531b8e80941Smrg <li>nir: rename nir_var_ubo to nir_var_mem_ubo</li> 1532b8e80941Smrg <li>nir: rename nir_var_ssbo to nir_var_mem_ssbo</li> 1533b8e80941Smrg <li>nir: rename nir_var_shared to nir_var_mem_shared</li> 1534b8e80941Smrg <li>nir/spirv: handle SpvStorageClassCrossWorkgroup</li> 1535b8e80941Smrg <li>glsl/lower_output_reads: set invariant and precise flags on temporaries</li> 1536b8e80941Smrg <li>nir: replace more nir_load_system_value calls with builder functions</li> 1537b8e80941Smrg <li>nir/validate: allow to check against a bitmask of bit_sizes</li> 1538b8e80941Smrg <li>nir: add legal bit_sizes to intrinsics</li> 1539b8e80941Smrg <li>nir: add bit_size parameter to system values with multiple allowed bit sizes</li> 1540b8e80941Smrg <li>mesa: add MESA_SHADER_KERNEL</li> 1541b8e80941Smrg <li>vtn: handle SpvExecutionModelKernel</li> 1542b8e80941Smrg <li>nir/spirv: handle ContractionOff execution mode</li> 1543b8e80941Smrg <li>gk104/ir: Use the new rcp/rsq in library</li> 1544b8e80941Smrg <li>gm107/ir: add fp64 rcp</li> 1545b8e80941Smrg <li>gm107/ir: add fp64 rsq</li> 1546b8e80941Smrg <li>gallium: add PIPE_CAP_MAX_VARYINGS</li> 1547b8e80941Smrg <li>st/mesa: require RGBA2, RGB4, and RGBA4 to be renderable</li> 1548b8e80941Smrg <li>nir/opt_if: don't mark progress if nothing changes</li> 1549b8e80941Smrg</ul> 1550b8e80941Smrg 1551b8e80941Smrg<p>Kenneth Graunke (41):</p> 1552b8e80941Smrg<ul> 1553b8e80941Smrg <li>intel: Use a URB start offset of 0 for disabled stages.</li> 1554b8e80941Smrg <li>st/mesa: Pull nir_lower_wpos_ytransform work into a helper function.</li> 1555b8e80941Smrg <li>st/nir: Drop unused parameter from st_nir_assign_uniform_locations().</li> 1556b8e80941Smrg <li>st/mesa: Don't record garbage streamout information in the non-SSO case.</li> 1557b8e80941Smrg <li>i915: Delete swizzling detection logic.</li> 1558b8e80941Smrg <li>nir: Use nir_shader_get_entrypoint in nir_lower_clip_vs().</li> 1559b8e80941Smrg <li>nir: Inline lower_clip_vs() into nir_lower_clip_vs().</li> 1560b8e80941Smrg <li>nir: Save nir_variable pointers in nir_lower_clip_vs rather than locs.</li> 1561b8e80941Smrg <li>nir: Make nir_lower_clip_vs optionally work with variables.</li> 1562b8e80941Smrg <li>i965: Allow only one slot of clip distances to be set on Gen4-5.</li> 1563b8e80941Smrg <li>i965: Use a 'nir' temporary rather than poking at brw_program</li> 1564b8e80941Smrg <li>i965: Do NIR shader cloning in the caller.</li> 1565b8e80941Smrg <li>intel/compiler: Use nir's info when checking uses_streams.</li> 1566b8e80941Smrg <li>intel/blorp: Expand blorp_address::offset to be 64 bits.</li> 1567b8e80941Smrg <li>i965: Delete dead brw_meta_resolve_color prototype.</li> 1568b8e80941Smrg <li>i965: Flip arguments to load_register_reg helpers.</li> 1569b8e80941Smrg <li>genxml: Consistently use a numeric "MOCS" field</li> 1570b8e80941Smrg <li>i965: Don't override subslice count to 4 on Gen11.</li> 1571b8e80941Smrg <li>st/mesa: Drop dead 'passthrough_fs' field.</li> 1572b8e80941Smrg <li>st/mesa: Drop !passColor optimization in drawpixels shaders.</li> 1573b8e80941Smrg <li>st/mesa: Don't open code the drawpixels vertex shader.</li> 1574b8e80941Smrg <li>st/mesa: Combine the DrawPixels and Bitmap passthrough VS programs.</li> 1575b8e80941Smrg <li>st/nir: Gather info after applying lowering FS variant features</li> 1576b8e80941Smrg <li>st/nir: Drop unused gl_program parameter in VS input handling helper.</li> 1577b8e80941Smrg <li>nir: Fix gl_nir_lower_samplers_as_deref's structure type handling.</li> 1578b8e80941Smrg <li>nir: Make gl_nir_lower_samplers use gl_nir_lower_samplers_as_deref</li> 1579b8e80941Smrg <li>blorp: Add blorp_get_surface_address to the driver interface.</li> 1580b8e80941Smrg <li>blorp: Pass the batch to lookup/upload_shader instead of context</li> 1581b8e80941Smrg <li>nir: Allow a non-existent sampler deref in nir_lower_samplers_as_deref</li> 1582b8e80941Smrg <li>st/nir: Lower TES gl_PatchVerticesIn to a constant if linked with a TCS.</li> 1583b8e80941Smrg <li>i965: Drop mark_surface_used mechanism.</li> 1584b8e80941Smrg <li>st/mesa: Make an enum for pipeline statistics query result indices.</li> 1585b8e80941Smrg <li>st/mesa: Rearrange PIPE_QUERY_PIPELINE_STATISTICS result fetching.</li> 1586b8e80941Smrg <li>gallium: Add the ability to query a single pipeline statistics counter</li> 1587b8e80941Smrg <li>st/mesa: Optionally override RGB/RGBX dst alpha blend factors</li> 1588b8e80941Smrg <li>gallium: Add forgotten docs for PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS.</li> 1589b8e80941Smrg <li>st/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB to 2048</li> 1590b8e80941Smrg <li>anv: Put MOCS in the correct location</li> 1591b8e80941Smrg <li>nir: Don't reassociate add/mul chains containing only constants</li> 1592b8e80941Smrg <li>compiler: Mark clip/cull distance arrays as compact before lowering.</li> 1593b8e80941Smrg <li>spirv: Eliminate dead input/output variables after translation.</li> 1594b8e80941Smrg</ul> 1595b8e80941Smrg 1596b8e80941Smrg<p>Kirill Burtsev (1):</p> 1597b8e80941Smrg<ul> 1598b8e80941Smrg <li>loader: free error state, when checking the drawable type</li> 1599b8e80941Smrg</ul> 1600b8e80941Smrg 1601b8e80941Smrg<p>Kristian H. Kristensen (14):</p> 1602b8e80941Smrg<ul> 1603b8e80941Smrg <li>freedreno/a6xx: Clear z32 and separate stencil with blitter</li> 1604b8e80941Smrg <li>freedreno/a6xx: Move restore blits to IB</li> 1605b8e80941Smrg <li>freedreno/a6xx: Move resolve blits to an IB</li> 1606b8e80941Smrg <li>freedreno/a6xx: Clear gmem buffers at flush time</li> 1607b8e80941Smrg <li>gallium: Android build fixes</li> 1608b8e80941Smrg <li>mesa: Add core support for EXT_multisampled_render_to_texture{,2}</li> 1609b8e80941Smrg <li>gallium: Add new PIPE_CAP_SURFACE_SAMPLE_COUNT</li> 1610b8e80941Smrg <li>st/mesa: Add support for EXT_multisampled_render_to_texture</li> 1611b8e80941Smrg <li>freedreno: Add support for EXT_multisampled_render_to_texture</li> 1612b8e80941Smrg <li>freedreno: Fix the Makefile.am fix</li> 1613b8e80941Smrg <li>glapi: fixup EXT_multisampled_render_to_texture dispatch</li> 1614b8e80941Smrg <li>freedreno: Synchronize batch and flush for staging resource</li> 1615b8e80941Smrg <li>freedreno/a6xx: Turn on texture tiling by default</li> 1616b8e80941Smrg <li>freedreno/a6xx: Emit blitter dst with OUT_RELOCW</li> 1617b8e80941Smrg</ul> 1618b8e80941Smrg 1619b8e80941Smrg<p>Leo Liu (2):</p> 1620b8e80941Smrg<ul> 1621b8e80941Smrg <li>st/va: fix the incorrect max profiles report</li> 1622b8e80941Smrg <li>st/va/vp9: set max reference as default of VP9 reference number</li> 1623b8e80941Smrg</ul> 1624b8e80941Smrg 1625b8e80941Smrg<p>Lionel Landwerlin (47):</p> 1626b8e80941Smrg<ul> 1627b8e80941Smrg <li>intel/dump_gpu: add missing gdb option</li> 1628b8e80941Smrg <li>intel/sanitize_gpu: add help/gdb options to wrapper</li> 1629b8e80941Smrg <li>intel/sanitize_gpu: deal with non page multiple buffer sizes</li> 1630b8e80941Smrg <li>intel/sanitize_gpu: add debug message on mmap fail</li> 1631b8e80941Smrg <li>intel/decoders: fix instruction base address parsing</li> 1632b8e80941Smrg <li>anv: stub internal android code</li> 1633b8e80941Smrg <li>anv/android: mark gralloc allocated BOs as external</li> 1634b8e80941Smrg <li>intel/dump_gpu: move output option together</li> 1635b8e80941Smrg <li>intel/dump_gpu: add platform option</li> 1636b8e80941Smrg <li>intel/aub_read: remove useless breaks</li> 1637b8e80941Smrg <li>nir/lower_tex: add alpha channel parameter for yuv lowering</li> 1638b8e80941Smrg <li>nir/lower_tex: Add AYUV lowering support</li> 1639b8e80941Smrg <li>dri: add AYUV format</li> 1640b8e80941Smrg <li>i965: add support for sampling from AYUV</li> 1641b8e80941Smrg <li>anv: simplify internal address offset</li> 1642b8e80941Smrg <li>anv/image: remove unused parameter</li> 1643b8e80941Smrg <li>anv/lower_ycbcr: make sure to set 0s on all components</li> 1644b8e80941Smrg <li>anv: associate vulkan formats with aspects</li> 1645b8e80941Smrg <li>anv: use image aspects rather than computed ones</li> 1646b8e80941Smrg <li>anv: move helper function internally</li> 1647b8e80941Smrg <li>egl/dri: fix error value with unknown drm format</li> 1648b8e80941Smrg <li>intel/decoders: read ring buffer length</li> 1649b8e80941Smrg <li>intel/aubinator: fix ring buffer pointer</li> 1650b8e80941Smrg <li>intel/aub_viewer: fix dynamic state printing</li> 1651b8e80941Smrg <li>intel/aub_viewer: Print blend states properly</li> 1652b8e80941Smrg <li>anv: flush pipeline before query result copies</li> 1653b8e80941Smrg <li>anv/query: flush render target before copying results</li> 1654b8e80941Smrg <li>anv: don't do partial resolve on layer > 0</li> 1655b8e80941Smrg <li>intel/aub_viewer: fix shader get_bo</li> 1656b8e80941Smrg <li>intel/aub_viewer: fixup 0x address prefix</li> 1657b8e80941Smrg <li>intel/aub_viewer: print address of missing shader</li> 1658b8e80941Smrg <li>intel/aub_viewer: fix shader view</li> 1659b8e80941Smrg <li>intel/aub_viewer: fold binding/sampler table items</li> 1660b8e80941Smrg <li>intel/aub_viewer: highlight true booleans</li> 1661b8e80941Smrg <li>i965: limit VF caching workaround to gen8/9/10</li> 1662b8e80941Smrg <li>intel/blorp: emit VF caching workaround before 3DSTATE_VERTEX_BUFFERS</li> 1663b8e80941Smrg <li>i965: include draw_params/derived_draw_params for VF cache workaround</li> 1664b8e80941Smrg <li>i965: add CS stall on VF invalidation workaround</li> 1665b8e80941Smrg <li>anv: explictly specify format for blorp ccs/mcs op</li> 1666b8e80941Smrg <li>anv: flush fast clear colors into compressed surfaces</li> 1667b8e80941Smrg <li>anv: fix invalid binding table index computation</li> 1668b8e80941Smrg <li>anv: narrow flushing of the render target to buffer writes</li> 1669b8e80941Smrg <li>anv: document cache flushes & invalidations</li> 1670b8e80941Smrg <li>intel/genxml: add missing MI_PREDICATE compare operations</li> 1671b8e80941Smrg <li>vulkan: make generated enum to strings helpers available from c++</li> 1672b8e80941Smrg <li>intel: fix urb size for CFL GT1</li> 1673b8e80941Smrg <li>intel/compiler: use correct swizzle for replacement</li> 1674b8e80941Smrg</ul> 1675b8e80941Smrg 1676b8e80941Smrg<p>Lucas Stach (6):</p> 1677b8e80941Smrg<ul> 1678b8e80941Smrg <li>etnaviv: use dummy RT buffer when rendering without color buffer</li> 1679b8e80941Smrg <li>etnaviv: use surface format directly</li> 1680b8e80941Smrg <li>st/dri: allow both render and sampler compatible dma-buf formats</li> 1681b8e80941Smrg <li>st/dri: replace format conversion functions with single mapping table</li> 1682b8e80941Smrg <li>etnaviv: enable full overwrite in a few more cases</li> 1683b8e80941Smrg <li>etnaviv: annotate variables only used in debug build</li> 1684b8e80941Smrg</ul> 1685b8e80941Smrg 1686b8e80941Smrg<p>Marek Olšák (94):</p> 1687b8e80941Smrg<ul> 1688b8e80941Smrg <li>st/va: fix incorrect use of resource_destroy</li> 1689b8e80941Smrg <li>ac/surface: remove the overallocation workaround for Vega12</li> 1690b8e80941Smrg <li>radeonsi: use better DCC clear codes</li> 1691b8e80941Smrg <li>radeonsi: don't set the CB clear color registers for 0/1 clear colors on Raven2</li> 1692b8e80941Smrg <li>gallium: add PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET</li> 1693b8e80941Smrg <li>radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET only</li> 1694b8e80941Smrg <li>st/mesa: disable L3 thread pinning</li> 1695b8e80941Smrg <li>mesa: mark GL_SR8_EXT non-renderable on GLES</li> 1696b8e80941Smrg <li>radeonsi: fix video APIs on Raven2</li> 1697b8e80941Smrg <li>gallium/u_tests: add a compute shader test that clears an image</li> 1698b8e80941Smrg <li>gallium/u_tests: fix MSVC build by using old-style zero initializers</li> 1699b8e80941Smrg <li>mesa/glthread: pass the function name to _mesa_glthread_restore_dispatch</li> 1700b8e80941Smrg <li>mesa/glthread: enable immediate mode</li> 1701b8e80941Smrg <li>drirc: enable glthread for Talos Principle</li> 1702b8e80941Smrg <li>st/mesa: regularly re-pin driver threads to the CCX where the app thread is</li> 1703b8e80941Smrg <li>st/mesa: pin driver threads to a fixed CCX when glthread is enabled</li> 1704b8e80941Smrg <li>radeonsi: don't send data after write-confirm with BOTTOM_OF_PIPE_TS</li> 1705b8e80941Smrg <li>radeonsi: go back to using bottom-of-pipe for beginning of TIME_ELAPSED</li> 1706b8e80941Smrg <li>winsys/amdgpu: fix a buffer leak in amdgpu_bo_from_handle</li> 1707b8e80941Smrg <li>winsys/amdgpu: fix a device handle leak in amdgpu_winsys_create</li> 1708b8e80941Smrg <li>radeonsi: clean up primitive binning enablement</li> 1709b8e80941Smrg <li>radeonsi: use structured buffer intrinsics for image views</li> 1710b8e80941Smrg <li>radeonsi: fix is_oneway_access_only for image stores</li> 1711b8e80941Smrg <li>radeonsi: small cleanup for memory opcodes</li> 1712b8e80941Smrg <li>tgsi/scan: add more information about bindless usage</li> 1713b8e80941Smrg <li>radeonsi/nir: parse more information about bindless usage</li> 1714b8e80941Smrg <li>radeonsi: fix is_oneway_access_only for bindless images</li> 1715b8e80941Smrg <li>winsys/amdgpu: always reclaim/release slabs if there is not enough memory</li> 1716b8e80941Smrg <li>radeonsi: generalize the slab allocator code to allow layered slab allocators</li> 1717b8e80941Smrg <li>winsys/amdgpu: optimize slab allocation for 2 MB amdgpu page tables</li> 1718b8e80941Smrg <li>winsys/amdgpu: clean up code around BO VM alignment</li> 1719b8e80941Smrg <li>winsys/amdgpu: use >= instead of > for VM address alignment</li> 1720b8e80941Smrg <li>winsys/amdgpu: increase the VM alignment to the MSB of the size for Gfx9</li> 1721b8e80941Smrg <li>winsys/amdgpu: overallocate buffers for faster address translation on Gfx9</li> 1722b8e80941Smrg <li>winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handle</li> 1723b8e80941Smrg <li>winsys/amdgpu: use optimal VM alignment for imported buffers</li> 1724b8e80941Smrg <li>winsys/amdgpu: use optimal VM alignment for CPU allocations</li> 1725b8e80941Smrg <li>radeonsi: allow si_cp_dma_clear_buffer to clear GDS from any IB</li> 1726b8e80941Smrg <li>winsys/amdgpu: add support for allocating GDS and OA resources</li> 1727b8e80941Smrg <li>radeonsi: add memory management stress tests for GDS</li> 1728b8e80941Smrg <li>Revert "winsys/amdgpu: overallocate buffers for faster address translation on Gfx9"</li> 1729b8e80941Smrg <li>st/mesa: expose GL_OES_texture_view</li> 1730b8e80941Smrg <li>mesa: expose GL_EXT_texture_view as an alias of GL_OES_texture_view</li> 1731b8e80941Smrg <li>mesa: expose EXT_texture_compression_rgtc on GLES</li> 1732b8e80941Smrg <li>mesa: expose EXT_texture_compression_bptc in GLES</li> 1733b8e80941Smrg <li>mesa: expose AMD_texture_texture4</li> 1734b8e80941Smrg <li>st/mesa: expose EXT_render_snorm on GLES</li> 1735b8e80941Smrg <li>radeonsi: don't emit redundant PKT3_NUM_INSTANCES packets</li> 1736b8e80941Smrg <li>radeonsi: call si_fix_resource_usage for the GS copy shader as well</li> 1737b8e80941Smrg <li>radeonsi: make si_cp_wait_mem more configurable</li> 1738b8e80941Smrg <li>radeonsi: use u_decomposed_prims_for_vertices instead of u_prims_for_vertices</li> 1739b8e80941Smrg <li>radeonsi: remove unused variables in si_insert_input_ptr</li> 1740b8e80941Smrg <li>radeonsi: always unmap texture CPU mappings on 32-bit CPU architectures</li> 1741b8e80941Smrg <li>ac: remove unused variable from ac_build_ddxy</li> 1742b8e80941Smrg <li>st/mesa: unify window-system renderbuffer initialization</li> 1743b8e80941Smrg <li>st/mesa: don't reference pipe_surface locally in PBO code</li> 1744b8e80941Smrg <li>st/mesa: don't leak pipe_surface if pipe_context is not current</li> 1745b8e80941Smrg <li>st/dri: fix dri2_format_table for argb1555 and rgb565</li> 1746b8e80941Smrg <li>radeonsi: also apply the GS hang workaround to draws without tessellation</li> 1747b8e80941Smrg <li>winsys/amdgpu: fix whitespace</li> 1748b8e80941Smrg <li>winsys/amdgpu: use the new BO list API</li> 1749b8e80941Smrg <li>radeonsi: fix a u_blitter crash after a shader with FBFETCH</li> 1750b8e80941Smrg <li>radeonsi: fix rendering to tiny viewports where the viewport center is > 8K</li> 1751b8e80941Smrg <li>radeonsi: use buffer_store_format_x & xy</li> 1752b8e80941Smrg <li>radeonsi: remove redundant call to emit_cache_flush in compute clear/copy</li> 1753b8e80941Smrg <li>radeonsi: compile clear and copy buffer compute shaders on demand</li> 1754b8e80941Smrg <li>radeonsi: correct WRITE_DATA.DST_SEL definitions</li> 1755b8e80941Smrg <li>radeonsi: fix the top-of-pipe fence on SI</li> 1756b8e80941Smrg <li>radeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM on >= CIK</li> 1757b8e80941Smrg <li>radeonsi: move PKT3_WRITE_DATA generation into a helper function</li> 1758b8e80941Smrg <li>gallium: add SINT formats to have exact counterparts to SNORM formats</li> 1759b8e80941Smrg <li>gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)</li> 1760b8e80941Smrg <li>radeonsi: disable render cond & pipeline stats for internal compute dispatches</li> 1761b8e80941Smrg <li>radeonsi: rename rscreen -> sscreen</li> 1762b8e80941Smrg <li>radeonsi: rename rview -> sview</li> 1763b8e80941Smrg <li>winsys/amdgpu: rename rfence, rsrc, rdst -> afence, asrc, adst</li> 1764b8e80941Smrg <li>radeonsi: remove r600 from comments</li> 1765b8e80941Smrg <li>radeonsi: rename r600_resource -> si_resource</li> 1766b8e80941Smrg <li>radeonsi: rename rquery -> squery</li> 1767b8e80941Smrg <li>radeonsi: rename rsrc -> ssrc, rdst -> sdst</li> 1768b8e80941Smrg <li>radeonsi: rename rbo, rbuffer to buf or buffer</li> 1769b8e80941Smrg <li>radeonsi: rename rfence -> sfence</li> 1770b8e80941Smrg <li>st/mesa: purge framebuffers when unbinding a context</li> 1771b8e80941Smrg <li>st/mesa: fix PRIMITIVES_GENERATED query after the "pipeline stat single" changes</li> 1772b8e80941Smrg <li>ac: use the correct LLVM processor name on Raven2</li> 1773b8e80941Smrg <li>radeonsi: fix crashing performance counters (division by zero)</li> 1774b8e80941Smrg <li>meson: drop the xcb-xrandr version requirement</li> 1775b8e80941Smrg <li>gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0</li> 1776b8e80941Smrg <li>radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0</li> 1777b8e80941Smrg <li>winsys/amdgpu: don't drop manually added fence dependencies</li> 1778b8e80941Smrg <li>radeonsi: add driconf option radeonsi_enable_nir</li> 1779b8e80941Smrg <li>radeonsi: always enable NIR for Civilization 6 to fix corruption</li> 1780b8e80941Smrg <li>driconf: add Civ6Sub executable for Civilization 6</li> 1781b8e80941Smrg <li>tgsi: don't set tgsi_info::uses_bindless_images for constbufs and hw atomics</li> 1782b8e80941Smrg</ul> 1783b8e80941Smrg 1784b8e80941Smrg<p>Mario Kleiner (4):</p> 1785b8e80941Smrg<ul> 1786b8e80941Smrg <li>radeonsi: Fix use of 1- or 2- component GL_DOUBLE vbo's.</li> 1787b8e80941Smrg <li>egl/wayland: Allow client->server format conversion for PRIME offload. (v2)</li> 1788b8e80941Smrg <li>egl/wayland-drm: Only announce formats via wl_drm which the driver supports.</li> 1789b8e80941Smrg <li>drirc: Add sddm-greeter to adaptive_sync blacklist.</li> 1790b8e80941Smrg</ul> 1791b8e80941Smrg 1792b8e80941Smrg<p>Mark Janes (3):</p> 1793b8e80941Smrg<ul> 1794b8e80941Smrg <li>Revert "i965/batch: avoid reverting batch buffer if saved state is an empty"</li> 1795b8e80941Smrg <li>Revert "Implementation of egl dri2 drivers for MESA_query_driver"</li> 1796b8e80941Smrg <li>Revert "Implement EGL API for MESA_query_driver"</li> 1797b8e80941Smrg</ul> 1798b8e80941Smrg 1799b8e80941Smrg<p>Mathias Fröhlich (17):</p> 1800b8e80941Smrg<ul> 1801b8e80941Smrg <li>mesa: Remove needless indirection in some draw functions.</li> 1802b8e80941Smrg <li>mesa: Rename gl_vertex_array_object::_Enabled -> Enabled.</li> 1803b8e80941Smrg <li>mesa: Use the gl_vertex_array_object::Enabled bitfield.</li> 1804b8e80941Smrg <li>mesa: Use gl_vertex_array_object::Enabled for glGet.</li> 1805b8e80941Smrg <li>mesa: Remove gl_array_attributes::Enabled.</li> 1806b8e80941Smrg <li>mesa: Work with bitmasks when en/dis-abling VAO arrays.</li> 1807b8e80941Smrg <li>mesa: Unify glEdgeFlagPointer data type.</li> 1808b8e80941Smrg <li>nouveau: Use gl_array_attribute::_ElementSize.</li> 1809b8e80941Smrg <li>tnl: Use gl_array_attribute::_ElementSize.</li> 1810b8e80941Smrg <li>mesa: Factor out struct gl_vertex_format.</li> 1811b8e80941Smrg <li>mesa: Remove unneeded bitfield widths from the VAO.</li> 1812b8e80941Smrg <li>mesa/st: Only care about the uploader if it was used.</li> 1813b8e80941Smrg <li>mesa/st: Only unmap the uploader that was actually used.</li> 1814b8e80941Smrg <li>mesa/st: Factor out array and buffer setup from st_atom_array.c.</li> 1815b8e80941Smrg <li>mesa/st: Avoid extra references in the feedback draw function scope.</li> 1816b8e80941Smrg <li>mesa/st: Use binding information from the VAO in feedback rendering.</li> 1817b8e80941Smrg <li>mesa/st: Make st_pipe_vertex_format static.</li> 1818b8e80941Smrg</ul> 1819b8e80941Smrg 1820b8e80941Smrg<p>Matt Turner (41):</p> 1821b8e80941Smrg<ul> 1822b8e80941Smrg <li>util/ralloc: Switch from DEBUG to NDEBUG</li> 1823b8e80941Smrg <li>util/ralloc: Make sizeof(linear_header) a multiple of 8</li> 1824b8e80941Smrg <li>nir: Call fflush() at the end of nir_print_shader()</li> 1825b8e80941Smrg <li>glsl: Remove unused member variable</li> 1826b8e80941Smrg <li>gallivm: Use nextafterf(0.5, 0.0) as rounding constant</li> 1827b8e80941Smrg <li>mesa: Revert INTEL_fragment_shader_ordering support</li> 1828b8e80941Smrg <li>Revert "st/mesa: silenced unhanded enum warning in st_glsl_to_tgsi.cpp"</li> 1829b8e80941Smrg <li>i965/fs: Handle V/UV immediates in dump_instructions()</li> 1830b8e80941Smrg <li>glsl: Add function support to glsl_to_nir</li> 1831b8e80941Smrg <li>glsl: Create file to contain software fp64 functions</li> 1832b8e80941Smrg <li>glsl: Add "built-in" functions to do ffma(fp64)</li> 1833b8e80941Smrg <li>glsl: Add "built-in" functions to do fmin/fmax(fp64)</li> 1834b8e80941Smrg <li>glsl: Add "built-in" function to do ffloor(fp64)</li> 1835b8e80941Smrg <li>glsl: Add "built-in" functions to do ffract(fp64)</li> 1836b8e80941Smrg <li>glsl: Add "built-in" functions to convert bool to double</li> 1837b8e80941Smrg <li>nir: Rework nir_lower_constant_initializers() to handle functions</li> 1838b8e80941Smrg <li>nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()</li> 1839b8e80941Smrg <li>nir: Wire up int64 lowering functions</li> 1840b8e80941Smrg <li>nir: Implement lowering of 64-bit shift operations</li> 1841b8e80941Smrg <li>nir: Add and set info::uses_64bit</li> 1842b8e80941Smrg <li>nir: Create nir_builder in nir_lower_doubles_impl()</li> 1843b8e80941Smrg <li>nir: Add lowering support for 64-bit operations to software</li> 1844b8e80941Smrg <li>nir: Unset metadata debug bit if no progress made</li> 1845b8e80941Smrg <li>intel/compiler: Lower 64-bit MOV/SEL operations</li> 1846b8e80941Smrg <li>intel/compiler: Split 64-bit MOV-indirects if needed</li> 1847b8e80941Smrg <li>intel/compiler: Avoid false positive assertions</li> 1848b8e80941Smrg <li>intel/compiler: Rearrange code to avoid future problems</li> 1849b8e80941Smrg <li>intel/compiler: Prevent warnings in the following patch</li> 1850b8e80941Smrg <li>intel/compiler: Expand size of the 'nr' field</li> 1851b8e80941Smrg <li>intel/compiler: Heap-allocate temporary storage</li> 1852b8e80941Smrg <li>i965: Compile fp64 software routines and lower double-ops</li> 1853b8e80941Smrg <li>i965: Enable 64-bit GLSL extensions</li> 1854b8e80941Smrg <li>i965: Compile fp64 funcs only if we do not have 64-bit hardware support</li> 1855b8e80941Smrg <li>intel/compiler: Reset default flag register in brw_find_live_channel()</li> 1856b8e80941Smrg <li>gallium: Enable ASIMD/NEON on aarch64.</li> 1857b8e80941Smrg <li>gallivm: Return true from arch_rounding_available() if NEON is available</li> 1858b8e80941Smrg <li>intel/compiler: Add a file-level description of brw_eu_validate.c</li> 1859b8e80941Smrg <li>i965: Always compile fp64 funcs when needed</li> 1860b8e80941Smrg <li>nir: Optimize double-precision lower_round_even()</li> 1861b8e80941Smrg <li>intel/compiler: Avoid propagating inequality cmods if types are different</li> 1862b8e80941Smrg <li>intel/compiler/test: Add unit test for mismatched signedness comparison</li> 1863b8e80941Smrg</ul> 1864b8e80941Smrg 1865b8e80941Smrg<p>Mauro Rossi (6):</p> 1866b8e80941Smrg<ul> 1867b8e80941Smrg <li>android: gallium/auxiliary: add include to get u_debug.h header</li> 1868b8e80941Smrg <li>android: radv: add libmesa_git_sha1 static dependency</li> 1869b8e80941Smrg <li>android: amd/addrlib: update Mesa's copy of addrlib</li> 1870b8e80941Smrg <li>android: st/mesa: fix building error due to sched_getcpu()</li> 1871b8e80941Smrg <li>android: anv: fix generated files depedencies (v2)</li> 1872b8e80941Smrg <li>android: anv: fix libexpat shared dependency</li> 1873b8e80941Smrg</ul> 1874b8e80941Smrg 1875b8e80941Smrg<p>Maya Rashish (2):</p> 1876b8e80941Smrg<ul> 1877b8e80941Smrg <li>radeon: fix printf format specifier.</li> 1878b8e80941Smrg <li>configure: fix test portability</li> 1879b8e80941Smrg</ul> 1880b8e80941Smrg 1881b8e80941Smrg<p>Michal Srb (2):</p> 1882b8e80941Smrg<ul> 1883b8e80941Smrg <li>gallium: Constify drisw_loader_funcs struct</li> 1884b8e80941Smrg <li>drisw: Use separate drisw_loader_funcs for shm</li> 1885b8e80941Smrg</ul> 1886b8e80941Smrg 1887b8e80941Smrg<p>Michel Dänzer (4):</p> 1888b8e80941Smrg<ul> 1889b8e80941Smrg <li>winsys/amdgpu: Stop using amdgpu_bo_handle_type_kms_noimport</li> 1890b8e80941Smrg <li>winsys/amdgpu: Pull in LLVM CFLAGS</li> 1891b8e80941Smrg <li>amd/common: Restore v4i32 suffix for llvm.SI.load.const intrinsic</li> 1892b8e80941Smrg <li>loader/dri3: Use strlen instead of sizeof for creating VRR property atom</li> 1893b8e80941Smrg</ul> 1894b8e80941Smrg 1895b8e80941Smrg<p>Neha Bhende (1):</p> 1896b8e80941Smrg<ul> 1897b8e80941Smrg <li>st/mesa: Fix topogun-1.06-orc-84k-resize.trace crash</li> 1898b8e80941Smrg</ul> 1899b8e80941Smrg 1900b8e80941Smrg<p>Neil Roberts (4):</p> 1901b8e80941Smrg<ul> 1902b8e80941Smrg <li>freedreno: Add .dir-locals to the common directory</li> 1903b8e80941Smrg <li>spirv/nir: handle location decorations on block interface members</li> 1904b8e80941Smrg <li>glsl_types: Rename parameter of glsl_count_attribute_slots</li> 1905b8e80941Smrg <li>spirv: Don't use special semantics when counting vertex attribute size</li> 1906b8e80941Smrg</ul> 1907b8e80941Smrg 1908b8e80941Smrg<p>Nicholas Kazlauskas (5):</p> 1909b8e80941Smrg<ul> 1910b8e80941Smrg <li>util: Get program name based on path when possible</li> 1911b8e80941Smrg <li>util: Add adaptive_sync driconf option</li> 1912b8e80941Smrg <li>drirc: Initial blacklist for adaptive sync</li> 1913b8e80941Smrg <li>loader/dri3: Enable adaptive_sync via _VARIABLE_REFRESH property</li> 1914b8e80941Smrg <li>radeonsi: Enable adaptive_sync by default for radeon</li> 1915b8e80941Smrg</ul> 1916b8e80941Smrg 1917b8e80941Smrg<p>Nicolai Hähnle (37):</p> 1918b8e80941Smrg<ul> 1919b8e80941Smrg <li>radv: include LLVM IR in the VK_AMD_shader_info "disassembly"</li> 1920b8e80941Smrg <li>radeonsi: fix an out-of-bounds read reported by ASAN</li> 1921b8e80941Smrg <li>winsys/amdgpu: add amdgpu_winsys_bo::lock</li> 1922b8e80941Smrg <li>winsys/amdgpu: explicitly declare whether buffer_map is permanent or not</li> 1923b8e80941Smrg <li>egl/wayland: rather obvious build fix</li> 1924b8e80941Smrg <li>radv: remove dependency on addrlib gfx9_enum.h</li> 1925b8e80941Smrg <li>ac/surface/gfx9: let addrlib choose the preferred swizzle kind</li> 1926b8e80941Smrg <li>amd/addrlib: update Mesa's copy of addrlib</li> 1927b8e80941Smrg <li>meson: link LLVM 'native' component when LLVM is available</li> 1928b8e80941Smrg <li>ddebug: simplify watchdog loop and fix crash in the no-timeout case</li> 1929b8e80941Smrg <li>ddebug: always flush when requested, even when hang detection is disabled</li> 1930b8e80941Smrg <li>r600: remove redundant semicolon</li> 1931b8e80941Smrg <li>amd/sid_tables: add additional python3 compatibility imports</li> 1932b8e80941Smrg <li>amd/common: whitespace fixes</li> 1933b8e80941Smrg <li>amd/common: add ac_build_ifcc</li> 1934b8e80941Smrg <li>amd/common: scan/reduce across waves of a workgroup</li> 1935b8e80941Smrg <li>amd/common: add i1 special case to ac_build_{inclusive,exclusive}_scan</li> 1936b8e80941Smrg <li>ac/surface: 3D and cube surfaces are never displayable</li> 1937b8e80941Smrg <li>radeonsi: move SI_FORCE_FAMILY functionality to winsys</li> 1938b8e80941Smrg <li>radeonsi: extract declare_vs_blit_inputs</li> 1939b8e80941Smrg <li>radeonsi: add si_init_draw_functions and make some functions static</li> 1940b8e80941Smrg <li>radeonsi/gfx9: use SET_UCONFIG_REG_INDEX packets when available</li> 1941b8e80941Smrg <li>radeonsi: don't set RAW_WAIT for CP DMA clears</li> 1942b8e80941Smrg <li>radeonsi: rename SI_RESOURCE_FLAG_FORCE_TILING to clarify its purpose</li> 1943b8e80941Smrg <li>radeonsi: const-ify si_set_tesseval_regs</li> 1944b8e80941Smrg <li>radeonsi: show the fixed function TCS in debug dumps</li> 1945b8e80941Smrg <li>radeonsi: avoid using hard-coded SI_NUM_RW_BUFFERS</li> 1946b8e80941Smrg <li>radeonsi: add an si_set_rw_shader_buffer convenience function</li> 1947b8e80941Smrg <li>radeonsi: use si_set_rw_shader_buffer for setting streamout buffers</li> 1948b8e80941Smrg <li>radeonsi: track constant buffer bind history in si_pipe_set_constant_buffer</li> 1949b8e80941Smrg <li>radeonsi: move remaining perfcounter code into si_perfcounter.c</li> 1950b8e80941Smrg <li>radeonsi: move query suspend logic into the top-level si_query struct</li> 1951b8e80941Smrg <li>radeonsi: factor si_query_buffer logic out of si_query_hw</li> 1952b8e80941Smrg <li>radeonsi: split perfcounter queries from si_query_hw</li> 1953b8e80941Smrg <li>radeonsi: const-ify the si_query_ops</li> 1954b8e80941Smrg <li>amd/common: use llvm.amdgcn.s.buffer.load for LLVM 8.0</li> 1955b8e80941Smrg <li>amd/common/vi+: enable SMEM loads with GLC=1</li> 1956b8e80941Smrg</ul> 1957b8e80941Smrg 1958b8e80941Smrg<p>Niklas Haas (3):</p> 1959b8e80941Smrg<ul> 1960b8e80941Smrg <li>glsl: fix block member alignment validation for vec3</li> 1961b8e80941Smrg <li>radv: correctly use vulkan 1.0 by default</li> 1962b8e80941Smrg <li>radv: add device->instance extension dependencies</li> 1963b8e80941Smrg</ul> 1964b8e80941Smrg 1965b8e80941Smrg<p>Olivier Fourdan (1):</p> 1966b8e80941Smrg<ul> 1967b8e80941Smrg <li>wayland/egl: Resize EGL surface on update buffer for swrast</li> 1968b8e80941Smrg</ul> 1969b8e80941Smrg 1970b8e80941Smrg<p>Oscar Blumberg (1):</p> 1971b8e80941Smrg<ul> 1972b8e80941Smrg <li>radeonsi: Fix guardband computation for large render targets</li> 1973b8e80941Smrg</ul> 1974b8e80941Smrg 1975b8e80941Smrg<p>Pierre Moreau (2):</p> 1976b8e80941Smrg<ul> 1977b8e80941Smrg <li>clover/meson: Ignore 'svn' suffix when computing CLANG_RESOURCE_DIR</li> 1978b8e80941Smrg <li>meson: Fix with_gallium_icd to with_opencl_icd</li> 1979b8e80941Smrg</ul> 1980b8e80941Smrg 1981b8e80941Smrg<p>Plamena Manolova (1):</p> 1982b8e80941Smrg<ul> 1983b8e80941Smrg <li>nir: Don't lower the local work group size if it's variable.</li> 1984b8e80941Smrg</ul> 1985b8e80941Smrg 1986b8e80941Smrg<p>Rafael Antognolli (24):</p> 1987b8e80941Smrg<ul> 1988b8e80941Smrg <li>intel/genxml: Add register for object preemption.</li> 1989b8e80941Smrg <li>i965/gen10+: Enable object level preemption.</li> 1990b8e80941Smrg <li>i965/gen9: Add workarounds for object preemption.</li> 1991b8e80941Smrg <li>anv/tests: Fix block_pool_no_free test.</li> 1992b8e80941Smrg <li>anv/allocator: Add anv_state_table.</li> 1993b8e80941Smrg <li>anv/allocator: Add getter for anv_block_pool.</li> 1994b8e80941Smrg <li>anv/allocator: Add helper to push states back to the state table.</li> 1995b8e80941Smrg <li>anv/allocator: Use anv_state_table on anv_state_pool_alloc.</li> 1996b8e80941Smrg <li>anv/allocator: Use anv_state_table on back_alloc too.</li> 1997b8e80941Smrg <li>anv/allocator: Remove anv_free_list.</li> 1998b8e80941Smrg <li>anv/allocator: Rename anv_free_list2 to anv_free_list.</li> 1999b8e80941Smrg <li>anv/allocator: Remove pool->map.</li> 2000b8e80941Smrg <li>anv: Update usage of block_pool->bo.</li> 2001b8e80941Smrg <li>anv/allocator: Add support for a list of BOs in block pool.</li> 2002b8e80941Smrg <li>anv: Split code to add BO dependencies to execbuf.</li> 2003b8e80941Smrg <li>anv: Validate the list of BOs from the block pool.</li> 2004b8e80941Smrg <li>anv: Remove some asserts.</li> 2005b8e80941Smrg <li>anv/allocator: Rework chunk return to the state pool.</li> 2006b8e80941Smrg <li>anv/allocator: Add padding information.</li> 2007b8e80941Smrg <li>anv/allocator: Enable snooping on block pool and anv_bo_pool BOs.</li> 2008b8e80941Smrg <li>anv: Remove state flush.</li> 2009b8e80941Smrg <li>anv/allocator: Add support for non-userptr.</li> 2010b8e80941Smrg <li>anv/tests: Adding test for the state_pool padding.</li> 2011b8e80941Smrg <li>anv/allocator: Avoid race condition in anv_block_pool_map.</li> 2012b8e80941Smrg</ul> 2013b8e80941Smrg 2014b8e80941Smrg<p>Ray Zhang (1):</p> 2015b8e80941Smrg<ul> 2016b8e80941Smrg <li>glx: fix shared memory leak in X11</li> 2017b8e80941Smrg</ul> 2018b8e80941Smrg 2019b8e80941Smrg<p>Rhys Kidd (5):</p> 2020b8e80941Smrg<ul> 2021b8e80941Smrg <li>travis: radeonsi and radv require LLVM 7.0</li> 2022b8e80941Smrg <li>meson: libfreedreno depends upon libdrm (for fence support)</li> 2023b8e80941Smrg <li>v3d: Wire up core pipe_debug_callback</li> 2024b8e80941Smrg <li>vc4: Wire up core pipe_debug_callback</li> 2025b8e80941Smrg <li>nv50,nvc0: add missing CAPs for unsupported features</li> 2026b8e80941Smrg</ul> 2027b8e80941Smrg 2028b8e80941Smrg<p>Rhys Perry (14):</p> 2029b8e80941Smrg<ul> 2030b8e80941Smrg <li>nir: fix constness in nir_intrinsic_align()</li> 2031b8e80941Smrg <li>ac: refactor visit_load_buffer</li> 2032b8e80941Smrg <li>ac: split 16-bit ssbo loads that may not be dword aligned</li> 2033b8e80941Smrg <li>radv: don't set surf_index for stencil-only images</li> 2034b8e80941Smrg <li>radv: switch from nir_bcsel to nir_b32csel</li> 2035b8e80941Smrg <li>ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsics</li> 2036b8e80941Smrg <li>nir: fix copy-paste error in nir_lower_constant_initializers</li> 2037b8e80941Smrg <li>radv: use dithered alpha-to-coverage</li> 2038b8e80941Smrg <li>radv: pass radv_draw_info to radv_emit_draw_registers()</li> 2039b8e80941Smrg <li>radv: add missed situations for scissor bug workaround</li> 2040b8e80941Smrg <li>radv: avoid context rolls when binding graphics pipelines</li> 2041b8e80941Smrg <li>radv: prevent dirtying of dynamic state when it does not change</li> 2042b8e80941Smrg <li>radv: bitcast 16-bit outputs to integers</li> 2043b8e80941Smrg <li>radv: ensure export arguments are always float</li> 2044b8e80941Smrg</ul> 2045b8e80941Smrg 2046b8e80941Smrg<p>Rob Clark (79):</p> 2047b8e80941Smrg<ul> 2048b8e80941Smrg <li>freedreno: update generated headers</li> 2049b8e80941Smrg <li>freedreno/a6xx: fix VSC bug with larger # of tiles</li> 2050b8e80941Smrg <li>freedreno/drm: fix unused 'entry' warnings</li> 2051b8e80941Smrg <li>freedreno/drm: remove dependency on gallium driver</li> 2052b8e80941Smrg <li>freedreno: move drm to common location</li> 2053b8e80941Smrg <li>freedreno/ir3: standalone compiler updates</li> 2054b8e80941Smrg <li>freedreno: shader_t -> gl_shader_stage</li> 2055b8e80941Smrg <li>freedreno: remove shader_stage_name()</li> 2056b8e80941Smrg <li>freedreno: FD_SHADER_DEBUG -> IR3_SHADER_DEBUG</li> 2057b8e80941Smrg <li>freedreno/ir3: move disasm and optmsgs debug flags</li> 2058b8e80941Smrg <li>util: env_var_as_unsigned() helper</li> 2059b8e80941Smrg <li>freedreno/ir3: use env_var_as_unsigned()</li> 2060b8e80941Smrg <li>freedreno/ir3: some header file cleanup</li> 2061b8e80941Smrg <li>freedreno/ir3: remove pipe_stream_output_info dependency</li> 2062b8e80941Smrg <li>freedreno/ir3: split up ir3_shader</li> 2063b8e80941Smrg <li>freedreno/ir3: remove u_inlines usage</li> 2064b8e80941Smrg <li>freedreno: move ir3 to common location</li> 2065b8e80941Smrg <li>mesa/st: swap order of clear() and clear_with_quad()</li> 2066b8e80941Smrg <li>mesa/st: better colormask check for clear fallback</li> 2067b8e80941Smrg <li>freedreno/a6xx: disable LRZ for z32</li> 2068b8e80941Smrg <li>freedreno/a6xx: set guardband clip</li> 2069b8e80941Smrg <li>freedreno: update generated headers</li> 2070b8e80941Smrg <li>freedreno/a3xx: also set FSSUPERTHREADENABLE</li> 2071b8e80941Smrg <li>freedreno/a6xx: MSAA</li> 2072b8e80941Smrg <li>freedreno: remove unused fd_surface fields</li> 2073b8e80941Smrg <li>gallium: fix typo</li> 2074b8e80941Smrg <li>freedreno/a5xx+a6xx: remove unused fs/vs pvt mem</li> 2075b8e80941Smrg <li>freedreno/drm: fix relocs in nested stateobjs</li> 2076b8e80941Smrg <li>freedreno: update generated headers</li> 2077b8e80941Smrg <li>freedreno/a6xx: blitter fixes</li> 2078b8e80941Smrg <li>freedreno/ir3: don't fetch unused tex components</li> 2079b8e80941Smrg <li>freedreno/ir3: sync instr/disasm</li> 2080b8e80941Smrg <li>freedreno/ir3: code-motion</li> 2081b8e80941Smrg <li>freedreno/ir3: track max flow control depth for a5xx/a6xx</li> 2082b8e80941Smrg <li>freedreno/drm: fix memory leak</li> 2083b8e80941Smrg <li>nir: fix spelling typo</li> 2084b8e80941Smrg <li>mesa/st/nir: fix missing nir_compact_varyings</li> 2085b8e80941Smrg <li>freedreno/drm: sync uapi and enable softpin</li> 2086b8e80941Smrg <li>freedreno: debug GEM obj names</li> 2087b8e80941Smrg <li>freedreno: also set DUMP flag on shaders</li> 2088b8e80941Smrg <li>freedreno/ir3: fix crash</li> 2089b8e80941Smrg <li>freedreno/ir3: don't remove unused input components</li> 2090b8e80941Smrg <li>freedreno/a6xx: fix blitter crash</li> 2091b8e80941Smrg <li>gallium/aux: add is_unorm() helper</li> 2092b8e80941Smrg <li>freedreno: update generated headers</li> 2093b8e80941Smrg <li>freedreno/a6xx: more blitter fixes</li> 2094b8e80941Smrg <li>freedreno: move fd_resource_copy_region()</li> 2095b8e80941Smrg <li>freedreno/a6xx: fix resource_copy_region()</li> 2096b8e80941Smrg <li>freedreno/a6xx: fix corrupted uniforms</li> 2097b8e80941Smrg <li>freedreno/ir3: fix fallout of extra assert</li> 2098b8e80941Smrg <li>freedreno/ir3: don't treat all inputs/outputs as vec4</li> 2099b8e80941Smrg <li>freedreno: combine fd_resource_layer_offset()/fd_resource_offset()</li> 2100b8e80941Smrg <li>freedreno/a6xx: simplify special case for 3d layout</li> 2101b8e80941Smrg <li>freedreno/a6xx: improve setup_slices() debug msgs</li> 2102b8e80941Smrg <li>freedreno: update generated headers</li> 2103b8e80941Smrg <li>freedreno/a6xx: fix 3d texture layout</li> 2104b8e80941Smrg <li>freedreno: skip depth resolve if not written</li> 2105b8e80941Smrg <li>freedreno: rework blit API</li> 2106b8e80941Smrg <li>freedreno: try blitter for fd_resource_copy_region()</li> 2107b8e80941Smrg <li>freedreno/a6xx: rework blitter API</li> 2108b8e80941Smrg <li>freedreno: remove blit_via_copy_region()</li> 2109b8e80941Smrg <li>freedreno: fix staging resource size for arrays</li> 2110b8e80941Smrg <li>freedreno: make cmdstream bo's read-only to GPU</li> 2111b8e80941Smrg <li>freedreno/a6xx: separate stencil restore/resolve fixes</li> 2112b8e80941Smrg <li>freedreno/a6xx: move tile_mode to sampler-view CSO</li> 2113b8e80941Smrg <li>freedreno/a6xx: fix 3d+tiled layout</li> 2114b8e80941Smrg <li>nir/vtn: add caps for some cl related capabilities</li> 2115b8e80941Smrg <li>loader: fix the no-modifiers case</li> 2116b8e80941Smrg <li>freedreno: core buffer modifier support</li> 2117b8e80941Smrg <li>freedreno: set modifier when exporting buffer</li> 2118b8e80941Smrg <li>freedreno: limit tiling to PIPE_BIND_SAMPLER_VIEW</li> 2119b8e80941Smrg <li>freedreno/a2xx: fix unused variable warning</li> 2120b8e80941Smrg <li>freedreno/a5xx: fix blitter nr_samples check</li> 2121b8e80941Smrg <li>freedreno/a6xx: fix blitter nr_samples check</li> 2122b8e80941Smrg <li>freedreno: stop frob'ing pipe_resource::nr_samples</li> 2123b8e80941Smrg <li>freedreno: minor cleanups</li> 2124b8e80941Smrg <li>mesa: wire up InvalidateFramebuffer</li> 2125b8e80941Smrg <li>freedreno: fix release tarball</li> 2126b8e80941Smrg <li>freedreno: more fixing release tarball</li> 2127b8e80941Smrg</ul> 2128b8e80941Smrg 2129b8e80941Smrg<p>Rob Herring (3):</p> 2130b8e80941Smrg<ul> 2131b8e80941Smrg <li>pipe-loader: Fallback to kmsro driver when no matching driver name found</li> 2132b8e80941Smrg <li>kmsro: Add etnaviv renderonly support</li> 2133b8e80941Smrg <li>Switch imx to kmsro and remove the imx winsys</li> 2134b8e80941Smrg</ul> 2135b8e80941Smrg 2136b8e80941Smrg<p>Robert Foss (3):</p> 2137b8e80941Smrg<ul> 2138b8e80941Smrg <li>virgl: native fence fd support</li> 2139b8e80941Smrg <li>virgl: Clean up fences commit</li> 2140b8e80941Smrg <li>virgl: add assert and missing function parameter</li> 2141b8e80941Smrg</ul> 2142b8e80941Smrg 2143b8e80941Smrg<p>Rodrigo Vivi (1):</p> 2144b8e80941Smrg<ul> 2145b8e80941Smrg <li>intel: Add more PCI Device IDs for Coffee Lake and Ice Lake.</li> 2146b8e80941Smrg</ul> 2147b8e80941Smrg 2148b8e80941Smrg<p>Roland Scheidegger (7):</p> 2149b8e80941Smrg<ul> 2150b8e80941Smrg <li>gallivm: fix improper clamping of vertex index when fetching gs inputs</li> 2151b8e80941Smrg <li>draw: fix infinite loop in line stippling</li> 2152b8e80941Smrg <li>gallivm: remove unused float coord wrapping for aos sampling</li> 2153b8e80941Smrg <li>gallivm: use llvm jit code for decoding s3tc</li> 2154b8e80941Smrg <li>gallivm: don't use pavg.b intrinsic on llvm >= 6.0</li> 2155b8e80941Smrg <li>gallivm: abort when trying to use non-existing intrinsic</li> 2156b8e80941Smrg <li>Revert "llvmpipe: Always return some fence in flush (v2)"</li> 2157b8e80941Smrg</ul> 2158b8e80941Smrg 2159b8e80941Smrg<p>Sagar Ghuge (14):</p> 2160b8e80941Smrg<ul> 2161b8e80941Smrg <li>intel/compiler: Disassemble GEN6_SFID_DATAPORT_SAMPLER_CACHE as dp_sampler</li> 2162b8e80941Smrg <li>intel/compiler: Set swizzle to BRW_SWIZZLE_XXXX for scalar region</li> 2163b8e80941Smrg <li>intel/compiler: Always print flag subregister number</li> 2164b8e80941Smrg <li>nir: Add a new lowering option to lower 3D surfaces from txd to txl.</li> 2165b8e80941Smrg <li>glsl: Add "built-in" functions to do uint64_to_fp64(uint64_t)</li> 2166b8e80941Smrg <li>glsl: Add "built-in" functions to do int64_to_fp64(int64_t)</li> 2167b8e80941Smrg <li>glsl: Add "built-in" functions to do uint64_to_fp32(uint64_t)</li> 2168b8e80941Smrg <li>glsl: Add "built-in" functions to do int64_to_fp32(int64_t)</li> 2169b8e80941Smrg <li>glsl: Add utility function to round and pack uint64_t value</li> 2170b8e80941Smrg <li>glsl: Add "built-in" functions to do fp64_to_uint64(fp64)</li> 2171b8e80941Smrg <li>glsl: Add utility function to round and pack int64_t value</li> 2172b8e80941Smrg <li>glsl: Add "built-in" functions to do fp64_to_int64(fp64)</li> 2173b8e80941Smrg <li>glsl: Add "built-in" functions to do fp32_to_uint64(fp32)</li> 2174b8e80941Smrg <li>glsl: Add "built-in" functions to do fp32_to_int64(fp32)</li> 2175b8e80941Smrg</ul> 2176b8e80941Smrg 2177b8e80941Smrg<p>Samuel Pitoiset (103):</p> 2178b8e80941Smrg<ul> 2179b8e80941Smrg <li>radv: remove useless sync after copying query results with compute</li> 2180b8e80941Smrg <li>radv: add missing TFB queries support to CmdCopyQueryPoolsResults()</li> 2181b8e80941Smrg <li>radv: replace si_emit_wait_fence() with radv_cp_wait_mem()</li> 2182b8e80941Smrg <li>radv: more use of radv_cp_wait_mem()</li> 2183b8e80941Smrg <li>radv: allocate enough space in CS when copying query results with compute</li> 2184b8e80941Smrg <li>radv: disable conditional rendering for vkCmdCopyQueryPoolResults()</li> 2185b8e80941Smrg <li>radv: only expose VK_SUBGROUP_FEATURE_ARITHMETIC_BIT for VI+</li> 2186b8e80941Smrg <li>radv: use LOAD_CONTEXT_REG when loading fast clear values</li> 2187b8e80941Smrg <li>radv: fix GPU hangs when loading depth/stencil clear values on SI/CIK</li> 2188b8e80941Smrg <li>radv: cleanup and document a Hawaii bug with offchip buffers</li> 2189b8e80941Smrg <li>radv: clean up setting partial_es_wave for distributed tess on VI</li> 2190b8e80941Smrg <li>radv: make use of num_good_cu_per_sh in si_emit_graphics() too</li> 2191b8e80941Smrg <li>radv: binding streamout buffers doesn't change context regs</li> 2192b8e80941Smrg <li>radv: set PA.SC_CONSERVATIVE_RASTERIZATION.NULL_SQUAD_AA_MASK_ENABLE</li> 2193b8e80941Smrg <li>radv: set optimal OVERWRITE_COMBINER_WATERMARK on GFX9</li> 2194b8e80941Smrg <li>radv: add a debug option for disabling primitive binning</li> 2195b8e80941Smrg <li>radv: enable primitive binning by default</li> 2196b8e80941Smrg <li>radv: tidy up radv_set_dcc_need_cmask_elim_pred()</li> 2197b8e80941Smrg <li>radv: always clear the FCE predicate after DCC/FMASK/CMASK decompressions</li> 2198b8e80941Smrg <li>radv/winsys: remove the max IBs per submit limit for the fallback path</li> 2199b8e80941Smrg <li>radv/winsys: remove the max IBs per submit limit for the sysmem path</li> 2200b8e80941Smrg <li>radv: remove unnecessary goto in the fast clear paths</li> 2201b8e80941Smrg <li>radv: add radv_get_htile_fast_clear_value() helper</li> 2202b8e80941Smrg <li>radv: add radv_is_fast_clear_{depth,stencil}_allowed() helpers</li> 2203b8e80941Smrg <li>radv: check allowed fast HTILE clears a bit earlier</li> 2204b8e80941Smrg <li>radv: rewrite the condition that checks allowed depth/stencil values</li> 2205b8e80941Smrg <li>radv: implement fast HTILE clears for depth or stencil only on GFX9</li> 2206b8e80941Smrg <li>ac/nir: fix intrinsic name string size in visit_image_atomic()</li> 2207b8e80941Smrg <li>radv: ignore subpass self-dependencies</li> 2208b8e80941Smrg <li>radv: only sync CP DMA for transfer operations or bottom pipe</li> 2209b8e80941Smrg <li>radv: remove useless sync after CmdClear{Color,DepthStencil}Image()</li> 2210b8e80941Smrg <li>radv: remove useless sync before CmdClear{Color,DepthStencil}Image()</li> 2211b8e80941Smrg <li>radv: ignore subpass self-dependencies for CreateRenderPass() too</li> 2212b8e80941Smrg <li>radv: remove useless check in emit_fast_color_clear()</li> 2213b8e80941Smrg <li>radv: add radv_image_can_fast_clear() helper</li> 2214b8e80941Smrg <li>radv: add radv_image_view_can_fast_clear() helper</li> 2215b8e80941Smrg <li>radv: add radv_can_fast_clear_{color,depth}() helpers</li> 2216b8e80941Smrg <li>radv: simplify a check in emit_fast_color_clear()</li> 2217b8e80941Smrg <li>radv: refactor the fast clear path for better re-use</li> 2218b8e80941Smrg <li>radv: optimize CmdClear{Color,DepthStencil}Image() for layered textures</li> 2219b8e80941Smrg <li>radv: remove unused pending_clears param in the transition path</li> 2220b8e80941Smrg <li>radv: drop few useless state changes when doing color/depth decompressions</li> 2221b8e80941Smrg <li>radv: rework the TC-compat HTILE hardware bug with COND_EXEC</li> 2222b8e80941Smrg <li>radv: reset pending_reset_query when flushing caches</li> 2223b8e80941Smrg <li>radv: wait on the high 32 bits of timestamp queries</li> 2224b8e80941Smrg <li>spirv: add SpvCapabilityInt64Atomics</li> 2225b8e80941Smrg <li>radv: expose VK_EXT_scalar_block_layout</li> 2226b8e80941Smrg <li>amd: remove support for LLVM 6.0</li> 2227b8e80941Smrg <li>gallium: add missing PIPE_CAP_SURFACE_SAMPLE_COUNT default value</li> 2228b8e80941Smrg <li>radv: bump reported version to 1.1.90</li> 2229b8e80941Smrg <li>radv: add a predicate for reflecting DCC decompression state</li> 2230b8e80941Smrg <li>radv: allow to skip DCC decompressions with the new predicate</li> 2231b8e80941Smrg <li>radv: switch on EOP when primitive restart is enabled with triangle strips</li> 2232b8e80941Smrg <li>radv: check if addrlib enabled HTILE in radv_image_can_enable_htile()</li> 2233b8e80941Smrg <li>radv: don't check if format is depth in radv_image_can_enable_hile()</li> 2234b8e80941Smrg <li>radv: report Vulkan version 1.1.90 for real</li> 2235b8e80941Smrg <li>ac/nir: remove the bitfield_extract workaround for LLVM 8</li> 2236b8e80941Smrg <li>radv: drop the amdgpu-skip-threshold=1 workaround for LLVM 8</li> 2237b8e80941Smrg <li>radv: fix subpass image transitions with multiviews</li> 2238b8e80941Smrg <li>radv: compute optimal VM alignment for imported buffers</li> 2239b8e80941Smrg <li>spirv: add support for SpvCapabilityStorageImageMultisample</li> 2240b8e80941Smrg <li>ac/nir: restrict fmask lookup to image load intrinsics</li> 2241b8e80941Smrg <li>radv: initialize FMASK for images in fully expanded mode</li> 2242b8e80941Smrg <li>radv: add support for FMASK expand</li> 2243b8e80941Smrg <li>radv: enable shaderStorageImageMultisample feature on GFX8+</li> 2244b8e80941Smrg <li>radv: get rid of bunch of KHR suffixes</li> 2245b8e80941Smrg <li>radv: enable variable pointers</li> 2246b8e80941Smrg <li>radv: skip draws with instance_count == 0</li> 2247b8e80941Smrg <li>ac/nir: add get_cache_policy() helper and use it</li> 2248b8e80941Smrg <li>ac/nir: set cache policy when loading/storing buffer images</li> 2249b8e80941Smrg <li>ac: add missing 16-bit types to glsl_base_to_llvm_type()</li> 2250b8e80941Smrg <li>radv: remove unnecessary returns in GetPhysicalDevice*Properties()</li> 2251b8e80941Smrg <li>radv: add two small helpers for getting VRAM and visible VRAM sizes</li> 2252b8e80941Smrg <li>radv: add support for VK_EXT_memory_budget</li> 2253b8e80941Smrg <li>ac/nir: don't trash L1 caches for store operations with writeonly memory</li> 2254b8e80941Smrg <li>radv: drop unused code related to 16 sample locations</li> 2255b8e80941Smrg <li>radv: reduce size of the per-queue descriptor BO</li> 2256b8e80941Smrg <li>radv: do not write unused descriptors to the per-queue BO</li> 2257b8e80941Smrg <li>radv: initialize the per-queue descriptor BO only once</li> 2258b8e80941Smrg <li>nir: do not remove varyings used for transform feedback</li> 2259b8e80941Smrg <li>nir: fix lowering arrays to elements for XFB outputs</li> 2260b8e80941Smrg <li>radv: improve gathering of load_push_constants with dynamic bindings</li> 2261b8e80941Smrg <li>radv: remove old_fence parameter from si_cs_emit_write_event_eop()</li> 2262b8e80941Smrg <li>radv: only allocate the GFX9 fence and EOP BOs for the gfx queue</li> 2263b8e80941Smrg <li>radv: compute the GFX9 fence VA at allocation time</li> 2264b8e80941Smrg <li>radv: always pass the GFX9 fence data to si_cs_emit_cache_flush()</li> 2265b8e80941Smrg <li>radv: fix computing number of user SGPRs for streamout buffers</li> 2266b8e80941Smrg <li>radv: remove radv_userdata_info::indirect field</li> 2267b8e80941Smrg <li>radv: simplify allocating user SGPRS for descriptor sets</li> 2268b8e80941Smrg <li>radv: set noalias/dereferenceable LLVM attributes based on param types</li> 2269b8e80941Smrg <li>radv: re-enable fast depth clears for 16-bit surfaces on VI</li> 2270b8e80941Smrg <li>radv/winsys: fix hash when adding internal buffers</li> 2271b8e80941Smrg <li>radv: fix compiler issues with GCC 9</li> 2272b8e80941Smrg <li>radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8</li> 2273b8e80941Smrg <li>radv/winsys: fix BO list creation when RADV_DEBUG=allbos is set</li> 2274b8e80941Smrg <li>radv: always export gl_SampleMask when the fragment shader uses it</li> 2275b8e80941Smrg <li>radv: write the alpha channel of MRT0 when alpha coverage is enabled</li> 2276b8e80941Smrg <li>radv: fix writing the alpha channel of MRT0 when alpha coverage is enabled</li> 2277b8e80941Smrg <li>radv: fix out-of-bounds access when copying descriptors BO list</li> 2278b8e80941Smrg <li>radv: don't copy buffer descriptors list for samplers</li> 2279b8e80941Smrg <li>radv: fix clearing attachments in secondary command buffers</li> 2280b8e80941Smrg <li>radv: properly align the fence and EOP bug VA on GFX9</li> 2281b8e80941Smrg <li>radv: fix pointSizeRange limits</li> 2282b8e80941Smrg</ul> 2283b8e80941Smrg 2284b8e80941Smrg<p>Sergii Romantsov (4):</p> 2285b8e80941Smrg<ul> 2286b8e80941Smrg <li>autotools: library-dependency when no sse and 32-bit</li> 2287b8e80941Smrg <li>i965/batch/debug: Allow log be dumped before assert</li> 2288b8e80941Smrg <li>nir: Length of boolean vtn_value now is 1</li> 2289b8e80941Smrg <li>dri: meson: do not prefix user provided dri-drivers-path</li> 2290b8e80941Smrg</ul> 2291b8e80941Smrg 2292b8e80941Smrg<p>Sonny Jiang (1):</p> 2293b8e80941Smrg<ul> 2294b8e80941Smrg <li>radeonsi: use compute for resource_copy_region when possible</li> 2295b8e80941Smrg</ul> 2296b8e80941Smrg 2297b8e80941Smrg<p>Tapani Pälli (27):</p> 2298b8e80941Smrg<ul> 2299b8e80941Smrg <li>anv: allow exporting an imported SYNC_FD semaphore type</li> 2300b8e80941Smrg <li>anv: add create_flags as part of anv_image</li> 2301b8e80941Smrg <li>anv: refactor make_surface to use data from anv_image</li> 2302b8e80941Smrg <li>anv: make anv_get_image_format_features public</li> 2303b8e80941Smrg <li>anv: add from/to helpers with android and vulkan formats</li> 2304b8e80941Smrg <li>anv/android: add GetAndroidHardwareBufferPropertiesANDROID</li> 2305b8e80941Smrg <li>anv: add anv_ahw_usage_from_vk_usage helper function</li> 2306b8e80941Smrg <li>anv: refactor, remove else block in AllocateMemory</li> 2307b8e80941Smrg <li>anv/android: support import/export of AHardwareBuffer objects</li> 2308b8e80941Smrg <li>anv/android: add ahardwarebuffer external memory properties</li> 2309b8e80941Smrg <li>anv/android: support creating images from external format</li> 2310b8e80941Smrg <li>anv: support VkExternalFormatANDROID in vkCreateSamplerYcbcrConversion</li> 2311b8e80941Smrg <li>anv: add VkFormat field as part of anv_format</li> 2312b8e80941Smrg <li>anv: support VkSamplerYcbcrConversionInfo in vkCreateImageView</li> 2313b8e80941Smrg <li>anv: ignore VkSamplerYcbcrConversion on non-yuv formats</li> 2314b8e80941Smrg <li>anv/android: turn on VK_ANDROID_external_memory_android_hardware_buffer</li> 2315b8e80941Smrg <li>dri3: initialize adaptive_sync as false before configQueryb</li> 2316b8e80941Smrg <li>intel/isl: move tiled_memcpy static libs from i965 to isl</li> 2317b8e80941Smrg <li>anv: do not advertise AHW support if extension not enabled</li> 2318b8e80941Smrg <li>nir: cleanup glsl_get_struct_field_offset, glsl_get_explicit_stride</li> 2319b8e80941Smrg <li>android: fix build issues with libmesa_anv_gen* libraries</li> 2320b8e80941Smrg <li>mesa: return NULL if we exceed MaxColorAttachments in get_fb_attachment</li> 2321b8e80941Smrg <li>nir: initialize value in copy_prop_vars_block</li> 2322b8e80941Smrg <li>anv: retain the is_array state in create_plane_tex_instr_implicit</li> 2323b8e80941Smrg <li>anv: release memory allocated by glsl types during spirv_to_nir</li> 2324b8e80941Smrg <li>anv: revert "anv: release memory allocated by glsl types during spirv_to_nir"</li> 2325b8e80941Smrg <li>anv: destroy descriptor sets when pool gets destroyed</li> 2326b8e80941Smrg</ul> 2327b8e80941Smrg 2328b8e80941Smrg<p>Thomas Hellstrom (9):</p> 2329b8e80941Smrg<ul> 2330b8e80941Smrg <li>st/xa: Render update. Better support for solid pictures</li> 2331b8e80941Smrg <li>st/xa: Support higher color precision for solid pictures</li> 2332b8e80941Smrg <li>st/xa: Support a couple of new formats</li> 2333b8e80941Smrg <li>st/xa: Fix transformations when we have both source and mask samplers</li> 2334b8e80941Smrg <li>st/xa: Minor renderer cleanups</li> 2335b8e80941Smrg <li>st/xa: Support Component Alpha with trivial blending</li> 2336b8e80941Smrg <li>st/xa: Bump minor</li> 2337b8e80941Smrg <li>st/xa: Fix a memory leak</li> 2338b8e80941Smrg <li>winsys/svga: Fix a memory leak</li> 2339b8e80941Smrg</ul> 2340b8e80941Smrg 2341b8e80941Smrg<p>Timothy Arceri (56):</p> 2342b8e80941Smrg<ul> 2343b8e80941Smrg <li>nir: allow propagation of if evaluation for bcsel</li> 2344b8e80941Smrg <li>nir: fix condition propagation when src has a swizzle</li> 2345b8e80941Smrg <li>ac/nir_to_llvm: fix b2f for f64</li> 2346b8e80941Smrg <li>nir: add new linking opt nir_link_constant_varyings()</li> 2347b8e80941Smrg <li>st/mesa: make use of nir_link_constant_varyings()</li> 2348b8e80941Smrg <li>nir: add glsl_type_is_integer() helper</li> 2349b8e80941Smrg <li>nir: don't pack varyings ints with floats unless flat</li> 2350b8e80941Smrg <li>anv/i965: make use of nir_link_constant_varyings()</li> 2351b8e80941Smrg <li>nir: add support for removing redundant stores to copy prop var</li> 2352b8e80941Smrg <li>radv: make use of nir_move_out_const_to_consumer()</li> 2353b8e80941Smrg <li>nir: small tidy ups for nir_loop_analyze()</li> 2354b8e80941Smrg <li>nir: clarify some nit_loop_info member names</li> 2355b8e80941Smrg <li>nir: add a new nir_cf_list_clone_and_reinsert() helper</li> 2356b8e80941Smrg <li>nir: make use of new nir_cf_list_clone_and_reinsert() helper</li> 2357b8e80941Smrg <li>nir: factor out some of the complex loop unroll code to a helper</li> 2358b8e80941Smrg <li>nir: rework force_unroll_array_access()</li> 2359b8e80941Smrg <li>nir: in loop analysis track actual control flow type</li> 2360b8e80941Smrg <li>nir: reword code comment</li> 2361b8e80941Smrg <li>nir: detect more induction variables</li> 2362b8e80941Smrg <li>nir: fix opt_if_loop_last_continue()</li> 2363b8e80941Smrg <li>tgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()</li> 2364b8e80941Smrg <li>tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl()</li> 2365b8e80941Smrg <li>radeonsi: remove unrequired param in si_nir_scan_tess_ctrl()</li> 2366b8e80941Smrg <li>ac/nir_to_llvm: add ac_are_tessfactors_def_in_all_invocs()</li> 2367b8e80941Smrg <li>radeonsi: make use of ac_are_tessfactors_def_in_all_invocs()</li> 2368b8e80941Smrg <li>st/glsl_to_nir: call nir_lower_load_const_to_scalar() in the st</li> 2369b8e80941Smrg <li>nir: rename nir_link_constant_varyings() nir_link_opt_varyings()</li> 2370b8e80941Smrg <li>nir: add can_replace_varying() helper</li> 2371b8e80941Smrg <li>nir: rework nir_link_opt_varyings()</li> 2372b8e80941Smrg <li>nir: link time opt duplicate varyings</li> 2373b8e80941Smrg <li>nir: make nir_opt_remove_phis_impl() static</li> 2374b8e80941Smrg <li>nir: make use of does_varying_match() helper</li> 2375b8e80941Smrg <li>nir: simplify does_varying_match()</li> 2376b8e80941Smrg <li>nir: add rewrite_phi_predecessor_blocks() helper</li> 2377b8e80941Smrg <li>nir: merge some basic consecutive ifs</li> 2378b8e80941Smrg <li>st/glsl: refactor st_link_nir()</li> 2379b8e80941Smrg <li>nir: avoid uninitialized variable warning</li> 2380b8e80941Smrg <li>glsl: Copy function out to temp if we don't directly ref a variable</li> 2381b8e80941Smrg <li>ac/nir_to_llvm: fix type handling in image code</li> 2382b8e80941Smrg <li>radeonsi/nir: get correct type for images inside structs</li> 2383b8e80941Smrg <li>ac/nir_to_llvm: fix regression in bindless support</li> 2384b8e80941Smrg <li>ac/nir_to_llvm: add support for structs to get_sampler_desc()</li> 2385b8e80941Smrg <li>glsl: don't skip GLSL IR opts on first-time compiles</li> 2386b8e80941Smrg <li>glsl: be much more aggressive when skipping shader compilation</li> 2387b8e80941Smrg <li>Revert "glsl: be much more aggressive when skipping shader compilation"</li> 2388b8e80941Smrg <li>ac/nir_to_llvm: fix interpolateAt* for arrays</li> 2389b8e80941Smrg <li>glsl: be much more aggressive when skipping shader compilation</li> 2390b8e80941Smrg <li>radeonsi/nir: add missing piece for bindless image support</li> 2391b8e80941Smrg <li>ac/nir_to_llvm: add bindless support for uniform handles</li> 2392b8e80941Smrg <li>ac/nir_to_llvm: fix interpolateAt* for structs</li> 2393b8e80941Smrg <li>ac/nir_to_llvm: fix clamp shadow reference for more hardware</li> 2394b8e80941Smrg <li>tgsi: remove culldist semantic from docs</li> 2395b8e80941Smrg <li>radv/ac: fix some fp16 handling</li> 2396b8e80941Smrg <li>glsl: use remap location when serialising uniform program resource data</li> 2397b8e80941Smrg <li>radeonsi: fix query buffer allocation</li> 2398b8e80941Smrg <li>glsl: fix shader cache for packed param list</li> 2399b8e80941Smrg</ul> 2400b8e80941Smrg 2401b8e80941Smrg<p>Tobias Klausmann (1):</p> 2402b8e80941Smrg<ul> 2403b8e80941Smrg <li>amd/vulkan: meson build - use radv_deps for libvulkan_radeon</li> 2404b8e80941Smrg</ul> 2405b8e80941Smrg 2406b8e80941Smrg<p>Tomasz Figa (1):</p> 2407b8e80941Smrg<ul> 2408b8e80941Smrg <li>llvmpipe: Always return some fence in flush (v2)</li> 2409b8e80941Smrg</ul> 2410b8e80941Smrg 2411b8e80941Smrg<p>Tomeu Vizoso (1):</p> 2412b8e80941Smrg<ul> 2413b8e80941Smrg <li>etnaviv: Consolidate buffer references from framebuffers</li> 2414b8e80941Smrg</ul> 2415b8e80941Smrg 2416b8e80941Smrg<p>Toni Lönnberg (14):</p> 2417b8e80941Smrg<ul> 2418b8e80941Smrg <li>intel/decoder: Engine parameter for instructions</li> 2419b8e80941Smrg <li>intel/decoder: tools: gen_engine to drm_i915_gem_engine_class</li> 2420b8e80941Smrg <li>intel/decoder: tools: Use engine for decoding batch instructions</li> 2421b8e80941Smrg <li>intel/genxml: Add engine definition to render engine instructions (gen4)</li> 2422b8e80941Smrg <li>intel/genxml: Add engine definition to render engine instructions (gen45)</li> 2423b8e80941Smrg <li>intel/genxml: Add engine definition to render engine instructions (gen5)</li> 2424b8e80941Smrg <li>intel/genxml: Add engine definition to render engine instructions (gen6)</li> 2425b8e80941Smrg <li>intel/genxml: Add engine definition to render engine instructions (gen7)</li> 2426b8e80941Smrg <li>intel/genxml: Add engine definition to render engine instructions (gen75)</li> 2427b8e80941Smrg <li>intel/genxml: Add engine definition to render engine instructions (gen8)</li> 2428b8e80941Smrg <li>intel/genxml: Add engine definition to render engine instructions (gen9)</li> 2429b8e80941Smrg <li>intel/genxml: Add engine definition to render engine instructions (gen10)</li> 2430b8e80941Smrg <li>intel/genxml: Add engine definition to render engine instructions (gen11)</li> 2431b8e80941Smrg <li>intel/aubinator_error_decode: Get rid of warning for missing switch case</li> 2432b8e80941Smrg</ul> 2433b8e80941Smrg 2434b8e80941Smrg<p>Topi Pohjolainen (1):</p> 2435b8e80941Smrg<ul> 2436b8e80941Smrg <li>i965/icl: Disable prefetching of sampler state entries</li> 2437b8e80941Smrg</ul> 2438b8e80941Smrg 2439b8e80941Smrg<p>Veluri Mithun (5):</p> 2440b8e80941Smrg<ul> 2441b8e80941Smrg <li>Add extension doc for MESA_query_driver</li> 2442b8e80941Smrg <li>Implement EGL API for MESA_query_driver</li> 2443b8e80941Smrg <li>Implementation of egl dri2 drivers for MESA_query_driver</li> 2444b8e80941Smrg <li>egl: Implement EGL API for MESA_query_driver</li> 2445b8e80941Smrg <li>egl: Implementation of egl dri2 drivers for MESA_query_driver</li> 2446b8e80941Smrg</ul> 2447b8e80941Smrg 2448b8e80941Smrg<p>Vinson Lee (7):</p> 2449b8e80941Smrg<ul> 2450b8e80941Smrg <li>r600/sb: Fix constant logical operand in assert.</li> 2451b8e80941Smrg <li>freedreno: Fix autotools build.</li> 2452b8e80941Smrg <li>st/xvmc: Add X11 include path.</li> 2453b8e80941Smrg <li>nir/algebraic: Make algebraic_parser_test.sh executable.</li> 2454b8e80941Smrg <li>meson: Fix typo.</li> 2455b8e80941Smrg <li>meson: Fix libsensors detection.</li> 2456b8e80941Smrg <li>meson: Fix typo.</li> 2457b8e80941Smrg</ul> 2458b8e80941Smrg 2459b8e80941Smrg<p>Yevhenii Kolesnikov (1):</p> 2460b8e80941Smrg<ul> 2461b8e80941Smrg <li>i965: Fix allow_higher_compat_version workaround limited by OpenGL 3.0</li> 2462b8e80941Smrg</ul> 2463b8e80941Smrg 2464b8e80941Smrg<p>pal1000 (1):</p> 2465b8e80941Smrg<ul> 2466b8e80941Smrg <li>scons: Compatibility with Scons development version string</li> 2467b8e80941Smrg</ul> 2468b8e80941Smrg 2469b8e80941Smrg</div> 2470b8e80941Smrg</body> 2471b8e80941Smrg</html> 2472