[ANNOUNCE] mesa 21.3.5

2022-01-26 Thread Eric Engestrom
Hello everyone,

The fifth bugfix release, 21.3.5, is now available, containing
as often mostly Zink fixes.

Please report any issue here:
https://gitlab.freedesktop.org/mesa/mesa/-/issues/new

The next bugfix release is due in two weeks, on February 9th.

Cheers,
  Eric

---

Alejandro Piñeiro (1):
  vulkan: return default string for undefined enum

Alyssa Rosenzweig (3):
  pan/bi: Schedule around blend shader register clobbering
  panfrost: Use u_reduced_prim for primitive checks
  panfrost: Only cull polygons

Bas Nieuwenhuizen (1):
  util/fossilize_db: Fix double free in error handling.

Carsten Haitzler (1):
  panfrost: Don't double-free when handling error for unsupported GPU

Charles Baker (1):
  zink: Output PackHalf2x16 to uint not float

Emma Anholt (1):
  softpipe: respect !independent_blend_enable for color masks.

Eric Engestrom (6):
  .pick_status.json: Update to 06504fb9e2382e43b889fd6ca642bb785b544d4d
  .pick_status.json: Mark 1b88777e97f635612c560a2f00d349ea271581b1 as 
denominated
  .pick_status.json: Mark d1530a3f3b1625baa42e84cba9844b6eb4ac76ce as 
denominated
  .pick_status.json: Mark 58a843ab14e0eecf044a35154da72cdf7ab6f15a as 
denominated
  docs: add release notes for 21.3.5
  VERSION: bump for 21.3.5

Ian Romanick (1):
  intel/fs: Fix gl_FrontFacing optimization on Gfx12+

Kenneth Graunke (1):
  iris: Fix and refactor check for clear color being fully zero

Lepton Wu (1):
  driconf: Fix unhandled tags in static conf

Lionel Landwerlin (2):
  intel/fs: disable VRS when omask is written
  anv: fix missing descriptor copy of bufferview/surfacestate content

Mike Blumenkrantz (10):
  zink: always set number of timestamp results to 1 for internal qbo
  zink: fix availability buffer sizing/copying for xfb queries
  zink: skip readback of qbos with no results
  Revert "zink: when performing an implicit reset, sync qbos"
  zink: use even more accurate stride values for query result copies
  aux/trace: copy over stream_output_target_offset method from context
  util/vbuf: fix buffer translation sizing
  zink: remove SpvMemorySemanticsMakeVisibleMask from 
nir_intrinsic_memory_barrier
  zink: check EXT_image_drm_format_modifier for dmabuf support
  zink: stop allocating such massive staging regions for buffer maps

Pavel Ondračka (1):
  r300: properly initialize new_vs in r300_draw_init_vertex_shader

Pierre-Eric Pelloux-Prayer (2):
  driconf: enable vs_position_always_invariant for Dirt Rally
  mesa: use less temporaries in build_lighting

Qiang Yu (1):
  nir: fix nir_tex_instr hash not count is_sparse field

Rhys Perry (1):
  nir/unsigned_upper_bound: don't follow 64-bit f2u32()

Rob Clark (5):
  mesa/st: Lowered ucp should still mark rast state dirty
  freedreno: Pass shader cache key instead of shader key
  freedreno: Add FD_DIRTY_RASTERIZER_CLIP_PLANE_ENABLE
  freedreno/a6xx: Fix clip_mask
  freedreno/a5xx: Fix clip_mask

Stefan Brüns (1):
  llvmpipe: Add get_{driver,device}_uuid implementations

Tapani Pälli (2):
  mesa: refactor GetProgramiv to use program resource list
  mesa: move GetProgramInterfaceiv as a shader_query function

Yiwei Zhang (1):
  venus: VkExternalImageFormatProperties is optional

git tag: mesa-21.3.5

https://mesa.freedesktop.org/archive/mesa-21.3.5.tar.xz
SHA256: d93b2a9d2464ee856d7637a07dff6b7cd950f295ad58518bb959f76882cf4a4c  
mesa-21.3.5.tar.xz
SHA512: 
417d1787f8177567f0c547dde3e24212f7497f2fe7cdaa945fe998cd61ec0e9eb9388feb444e377c4fd8794b056af02aac28d1bbfb9527844391ba49e6893933
  mesa-21.3.5.tar.xz
PGP:  https://mesa.freedesktop.org/archive/mesa-21.3.5.tar.xz.sig



signature.asc
Description: PGP signature


Re: [Intel-gfx] [PATCH v5 5/5] drm/i915/uapi: document behaviour for DG2 64K support

2022-01-26 Thread Intel



On 1/25/22 20:35, Robert Beckett wrote:

From: Matthew Auld 

On discrete platforms like DG2, we need to support a minimum page size
of 64K when dealing with device local-memory. This is quite tricky for
various reasons, so try to document the new implicit uapi for this.

v3: fix typos and less emphasis
v2: Fixed suggestions on formatting [Daniel]

Signed-off-by: Matthew Auld 
Signed-off-by: Ramalingam C 
Signed-off-by: Robert Beckett 
Acked-by: Jordan Justen 
Reviewed-by: Ramalingam C 
cc: Simon Ser 
cc: Pekka Paalanen 
Cc: Jordan Justen 
Cc: Kenneth Graunke 
Cc: mesa-dev@lists.freedesktop.org
Cc: Tony Ye 
Cc: Slawomir Milczarek 
---


Reviewed-by: Thomas Hellström