radv: advertise VK_EXT_extended_dynamic_state
[mesa.git] / docs / relnotes / 19.3.2.rst
index 3957e44fe7e68379d80fb7744018f7eb54bfb7cd..1f7b1f03b13378729bf58d9cdabb4749027e3450 100644 (file)
@@ -54,10 +54,15 @@ Bug fixes
 Changes
 -------
 
+Andrii Simiklit (3):
+
 -  glsl: fix an incorrect max_array_access after optimization of
    ssbo/ubo
 -  glsl: fix a binding points assignment for ssbo/ubo arrays
 -  glsl/nir: do not change an element index to have correct block name
+
+Bas Nieuwenhuizen (7):
+
 -  radv: Limit workgroup size to 1024.
 -  radv: Expose all sample counts for integer formats as well.
 -  amd/common: Handle alignment of 96-bit formats.
@@ -67,29 +72,65 @@ Changes
 -  radv: Only use the gfx mipmap level offset/pitch for linear textures.
 -  radv: Emit a BATCH_BREAK when changing pixel shaders or
    CB_TARGET_MASK.
+
+Caio Marcelo de Oliveira Filho (4):
+
 -  intel/fs: Lower 64-bit MOVs after lower_load_payload()
 -  intel/fs: Fix lowering of dword multiplication by 16-bit constant
 -  intel/vec4: Fix lowering of multiplication by 16-bit constant
 -  anv: Ignore some CreateInfo structs when rasterization is disabled
+
+Christian Gmeiner (1):
+
 -  etnaviv: update resource status after flushing
+
+Dylan Baker (2):
+
 -  dcos: add releanse notes for 19.3.1
 -  cherry-ignore: update for 19.3.2
+
+Eric Engestrom (4):
+
 -  util/format: remove left-over util_format_description_table
    declaration
 -  amd: fix empty-body issues
 -  nine: fix empty-body-issues
 -  mesa: avoid returning a value in a void function
+
+Gert Wollny (1):
+
 -  r600: Fix maximum line width
+
+Jason Ekstrand (2):
+
 -  anv: Properly advertise sampledImageIntegerSampleCounts
 -  intel/nir: Add a memory barrier before barrier()
+
+Lionel Landwerlin (2):
+
 -  loader: fix close on uninitialized file descriptor value
 -  anv: don't close invalid syncfd semaphore
+
+Marek Olšák (2):
+
 -  winsys/radeon: initialize pte_fragment_size
 -  radeonsi: disable SDMA on gfx8 to fix corruption on RX 580
+
+Pierre-Eric Pelloux-Prayer (2):
+
 -  radeon/vcn2: enable rate control for hevc encoding
 -  radeonsi: check ctx->sdma_cs before using it
+
+Samuel Pitoiset (2):
+
 -  radv/gfx10: fix the out-of-bounds check for vertex descriptors
 -  radv: return the correct pitch for linear mipmaps on GFX10
+
+Timur Kristóf (1):
+
 -  aco: Fix uniform i2i64.
+
+Yevhenii Kolesnikov (2):
+
 -  meta: Cleanup function for DrawTex
 -  main: allow external textures for BindImageTexture