#16917 closed enhancement (fixed)

mesa-22.1.7

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 11.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version

Change History (3)

comment:1 by Bruce Dubbs, 20 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 20 months ago

Back on our regluar schedule, I'm please to announce the availability of mesa 22.1.7. this is a full release, with some nice fixes and cleanups all over the tree. As is usual these days, most of the fixes are for zink, but there's also a nice batch of fixes for the gallium dx9 frontend, and some other fixes across the board.

shortlog

  • pan/decode: Fix overrun decoding planes
  • agx: Fix packing of samplers in texture instrs
  • 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
  • mesa/st: fix reference to nir->info after nir_to_tgsi
  • tu: Treat CP_WAIT_FOR_ME as a cache invalidate
  • tu: Fix sysmem depth attachment clear flushing
  • draw: don't touch info values that aren't valid.
  • virgl: Fix unmapping of blob resources
  • docs: add release notes for 22.1.7
  • VERSION: update to 22.1.7
  • zink: Make sure that we keep the existing ici pNext chain on inserts.
  • docs/features.txt: mark VK_ANDROID_native_buffer as supported on turnip
  • docs/features.txt: mark VK_ANDROID_native_buffer as supported on v3dv
  • bin/gen_release_notes.py: bump advertised vulkan version to 1.3
  • vk/device-select-layer: fix .sType of VkPhysicalDeviceGroupProperties
  • gallium/hud: do not use texture-rect for font
  • docs: fixup link to virgl docs
  • zink: add have_D32_SFLOAT_S8_UINT boolean
  • zink: do not use VK_FORMAT_D32_SFLOAT_S8_UINT without checking
  • r300: don't read from output transform_r300_vertex_SEQ/SNE
  • aco/ir: Fix swapped nle.
  • virgl: honor host caps in shader cash sha evaluation
  • egl/wgl: Delete unused variables/code
  • egl/wgl: Fix some awkward sizeof formatting
  • anv: fixup PIPE_CONTROL restriction on gfx8
  • anv: don't return incorrect error code for vkCreateDescriptorPool
  • meson: Microsoft / maybe Intel CLC need the all-targets workaround just like clover
  • intel/compiler: emit URB fences for TASK/MESH
  • intel/compiler: there are 4 types of fences on gfx >= 12.5
  • intel/compiler: insert URB fence before task/mesh termination
  • util/u_threaded: fix a CPU storage crash due to an invalid codepath taken
  • glthread: don't ignore glPushAttrib/glPopAttrib when tracking GL_CULL_FACE
  • radeonsi: don't assume that TC_ACTION_ENA invalidates L1 cache on gfx9
  • glthread: unbind framebuffers in glDeleteFramebuffers
  • glthread: call _mesa_glthread_DeleteBuffers unconditionally
  • lavapipe: fix stencil clears
  • util/blitter: respect PIPE_TEXTURE_RECT
  • d3dadapter: fix sw pipe loading
  • nine: set view_mask=0
  • zink: fix gfx program cache pruning with generated tcs
  • zink: don't flag lazy push constant set dirty on batch change
  • zink: handle mutable swapchain images with dmabuf
  • zink: init cache_put program fence on program creation
  • zink: drop mode_changed check from linewidth/depthbias draw updates
  • nine: check return on resource_get_handle
  • zink: demote dmabuf tiling to linear if modifiers aren't supported
  • zink: use modifier_aspect to check for modifier plane in zink_resource_get_param
  • zink: don't add modifiers if EXT_image_drm_format_modifier isn't present
  • zink: add all format modifiers when adding for dmabuf export
  • nir/validate: clamp unsized tex dests to 32bit
  • iris: Move Wa_1806527549 and enable by default
  • anv: Move Wa_1806527549 and enable by default
  • anv: Make the D16 reg mode single-sampled
  • iris: Make the D16 reg mode single-sampled
  • r300: fix variables detection for paired ALU and TEX instructions in different branches
  • amdgpu/bo: update uses_secure_bos when importing buffers
  • nir/lower_gs_intrinsics: fix primitive count for points
  • aco: fix LdsBranchVmemWARHazard with 2+ branch chains
  • freedreno/drm: Fix potential bo cache vs export crash
  • isl: fix bug where sb.MOCS is not being set

comment:3 by Bruce Dubbs, 20 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commit cae94daa60

Note: See TracTickets for help on using tickets.