Re: [ANNOUNCE] mesa 22.2.0-rc3

2022-09-19 Thread Timo Aaltonen



Hi, it's been a month without a new rc, when do we get one?


Dylan Baker kirjoitti 18.8.2022 klo 21.47:

Hi list,

I didn't get this out yesterday, but here's mesa 22.2.0-rc3. We've got a
huge number of fixes for turnip, a good number of fixes for
gallium/nine, as well as a bit of this and that.

Cheers,
Dylan

shortlog


Axel Davy (6):
   frontend/nine: Skip invalid swvp calls
   frontend/nine: Fix buffer tracking out of bounds
   frontend/nine: Fix ATOC handling
   frontend/nine: Fix cso restore bug
   frontend/nine: Fix shader multi-use crash
   frontend/nine: Fix ff position_t fallback when w = 0

Charmaine Lee (1):
   mesa/st: fix reference to nir->info after nir_to_tgsi

Chia-I Wu (26):
   turnip: add tu_common.h as the common header
   turnip: remove includes that are already in tu_common.h
   turnip: add tu_drm.h
   turnip: add tu_suballoc.h
   turnip: update tu_cs.h
   turnip: add tu_query.h
   turnip: add tu_image.h
   turnip: add tu_formats.h
   turnip: update tu_descriptor_set.h
   turnip: add tu_shader.h
   turnip: add tu_pipeline.h
   turnip: add tu_clear_blit.h
   turnip: add tu_dynamic_rendering.h
   turnip: add tu_lrz.h
   turnip: add tu_pass.h
   turnip: add tu_wsi.h
   turnip: update tu_autotune.h
   turnip: add tu_device.h
   turnip: add tu_cmd_buffer.h
   turnip: add tu_android.h
   turnip: update tu_util.h
   turnip: move away from tu_private.h
   turnip: remove tu_private.h
   turnip: remove headers from libtu_files
   turnip: use SPDX-License-Identifier
   turnip: fix a use-after-free in autotune

Dylan Baker (5):
   .pick_status.json: Update to a3bf0da1cbd4b10043c80bf44609a3024b5fcc36
   .pick_status.json: Update to 24b9ad7cd5ebc7cfa5d03cf0f243ea4841c971b9
   .pick_status.json: Update to 74fc367127ccf945f4c649dd6ddff955c802e36e
   .pick_status.json: Mark 11ab6087797f805cf158048915c67945613c9a72 as 
denominated
   VERSION: bump to 22.2.0-rc3

Eric Engestrom (1):
   vk/device-select-layer: fix .sType of VkPhysicalDeviceGroupProperties

Jesse Natalie (2):
   egl/wgl: Delete unused variables/code
   egl/wgl: Fix some awkward sizeof formatting

Konstantin Seurer (1):
   radv: Fix stack size calculation with stage ids

Lionel Landwerlin (1):
   anv: don't return incorrect error code for vkCreateDescriptorPool

Liviu Prodea (1):
   meson: Microsoft / maybe Intel CLC need the all-targets workaround just 
like clover

Marek Olšák (2):
   glthread: unbind framebuffers in glDeleteFramebuffers
   glthread: call _mesa_glthread_DeleteBuffers unconditionally

Mike Blumenkrantz (4):
   radv: fix return type for meta resolve shaders
   nir/validate: clamp unsized tex dests to 32bit
   mesa: fix blending when using luminance/intensity emulation
   mesa: require render target bind for A/L/I in format selection

Pavel Ondračka (1):
   r300: fix variables detection for paired ALU and TEX instructions in 
different branches

Qiang Yu (1):
   nir/lower_gs_intrinsics: fix primitive count for points

Samuel Pitoiset (1):
   radv: fix cleaning the meta query state if an error occured

Yonggang Luo (2):
   microsoft/clc: Fixes compiling errors with clang/mingw64 in 
clc/clc_compiler_test.cpp
   util: Fixes invalid assumption that return non null by function 
util_format_fetch_rgba_func

sjfricke (1):
   isl: fix bug where sb.MOCS is not being set



git tag: mesa-22.2.0-rc3

https://archive.mesa3d.org/mesa-22.2.0-rc3.tar.xz
SHA256: db392307a02f97b7a8237809e28b627306356a2b27bb911bf9f4344b66313e39  
mesa-22.2.0-rc3.tar.xz
SHA512: 
e026904fbc046575d58c5458e2d94d201cbb015eaf5e900eefbc237f45ebd0e6afb46b4d74b0c9b864911e174a1729707e9f85fea54996ba87499b33c4c96836
  mesa-22.2.0-rc3.tar.xz
PGP: https://archive.mesa3d.org/mesa-22.2.0-rc3.tar.xz.sig


--
t



[ANNOUNCE] mesa 22.2.0-rc3

2022-08-18 Thread Dylan Baker
Hi list,

I didn't get this out yesterday, but here's mesa 22.2.0-rc3. We've got a
huge number of fixes for turnip, a good number of fixes for
gallium/nine, as well as a bit of this and that.

Cheers,
Dylan

shortlog


Axel Davy (6):
  frontend/nine: Skip invalid swvp calls
  frontend/nine: Fix buffer tracking out of bounds
  frontend/nine: Fix ATOC handling
  frontend/nine: Fix cso restore bug
  frontend/nine: Fix shader multi-use crash
  frontend/nine: Fix ff position_t fallback when w = 0

Charmaine Lee (1):
  mesa/st: fix reference to nir->info after nir_to_tgsi

Chia-I Wu (26):
  turnip: add tu_common.h as the common header
  turnip: remove includes that are already in tu_common.h
  turnip: add tu_drm.h
  turnip: add tu_suballoc.h
  turnip: update tu_cs.h
  turnip: add tu_query.h
  turnip: add tu_image.h
  turnip: add tu_formats.h
  turnip: update tu_descriptor_set.h
  turnip: add tu_shader.h
  turnip: add tu_pipeline.h
  turnip: add tu_clear_blit.h
  turnip: add tu_dynamic_rendering.h
  turnip: add tu_lrz.h
  turnip: add tu_pass.h
  turnip: add tu_wsi.h
  turnip: update tu_autotune.h
  turnip: add tu_device.h
  turnip: add tu_cmd_buffer.h
  turnip: add tu_android.h
  turnip: update tu_util.h
  turnip: move away from tu_private.h
  turnip: remove tu_private.h
  turnip: remove headers from libtu_files
  turnip: use SPDX-License-Identifier
  turnip: fix a use-after-free in autotune

Dylan Baker (5):
  .pick_status.json: Update to a3bf0da1cbd4b10043c80bf44609a3024b5fcc36
  .pick_status.json: Update to 24b9ad7cd5ebc7cfa5d03cf0f243ea4841c971b9
  .pick_status.json: Update to 74fc367127ccf945f4c649dd6ddff955c802e36e
  .pick_status.json: Mark 11ab6087797f805cf158048915c67945613c9a72 as 
denominated
  VERSION: bump to 22.2.0-rc3

Eric Engestrom (1):
  vk/device-select-layer: fix .sType of VkPhysicalDeviceGroupProperties

Jesse Natalie (2):
  egl/wgl: Delete unused variables/code
  egl/wgl: Fix some awkward sizeof formatting

Konstantin Seurer (1):
  radv: Fix stack size calculation with stage ids

Lionel Landwerlin (1):
  anv: don't return incorrect error code for vkCreateDescriptorPool

Liviu Prodea (1):
  meson: Microsoft / maybe Intel CLC need the all-targets workaround just 
like clover

Marek Olšák (2):
  glthread: unbind framebuffers in glDeleteFramebuffers
  glthread: call _mesa_glthread_DeleteBuffers unconditionally

Mike Blumenkrantz (4):
  radv: fix return type for meta resolve shaders
  nir/validate: clamp unsized tex dests to 32bit
  mesa: fix blending when using luminance/intensity emulation
  mesa: require render target bind for A/L/I in format selection

Pavel Ondračka (1):
  r300: fix variables detection for paired ALU and TEX instructions in 
different branches

Qiang Yu (1):
  nir/lower_gs_intrinsics: fix primitive count for points

Samuel Pitoiset (1):
  radv: fix cleaning the meta query state if an error occured

Yonggang Luo (2):
  microsoft/clc: Fixes compiling errors with clang/mingw64 in 
clc/clc_compiler_test.cpp
  util: Fixes invalid assumption that return non null by function 
util_format_fetch_rgba_func

sjfricke (1):
  isl: fix bug where sb.MOCS is not being set



git tag: mesa-22.2.0-rc3

https://archive.mesa3d.org/mesa-22.2.0-rc3.tar.xz
SHA256: db392307a02f97b7a8237809e28b627306356a2b27bb911bf9f4344b66313e39  
mesa-22.2.0-rc3.tar.xz
SHA512: 
e026904fbc046575d58c5458e2d94d201cbb015eaf5e900eefbc237f45ebd0e6afb46b4d74b0c9b864911e174a1729707e9f85fea54996ba87499b33c4c96836
  mesa-22.2.0-rc3.tar.xz
PGP: https://archive.mesa3d.org/mesa-22.2.0-rc3.tar.xz.sig

signature.asc
Description: signature