URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f18e16512f7ed08ec68f0969f4fe884ef67c4dc
Author: Marek Olšák <[email protected]>
Date:   Thu Aug 4 02:09:23 2022 -0400

    radeonsi: don't assume that TC_ACTION_ENA invalidates L1 cache on gfx9
    
    Just got into a midnight discussion with a hw guy.
    TC_ACTION_ENA apparently doesn't invalidate L1, so don't clear
    the INV_VCACHE flag.
    
    Fixes: 4056e953fe43bd667 - radeonsi: move emit_cache_flush functions into 
si_gfx_cs.c
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Reviewed-by: Dave Airlie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17902>
    (cherry picked from commit 279315fd73e981f0c8876811327bcee0f0ccf7a3)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=eadc134dd85477a3d038cb77adfeccffe88df295
Author: Lionel Landwerlin <[email protected]>
Date:   Tue Jun 7 18:39:28 2022 +0300

    anv: fixup PIPE_CONTROL restriction on gfx8
    
    We're missing a condition that is currently papered over by having
    ANV_PIPE_HDC_PIPELINE_FLUSH_BIT in the invalidate bits.
    
    v2: rework with simplication (Caio)
    
    Signed-off-by: Lionel Landwerlin <[email protected]>
    Cc: mesa-stable
    Reviewed-by: Caio Oliveira <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16905>
    (cherry picked from commit 5e21f474288e2159c80a80fa20e7b473056df939)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e16a613de060632f0f54a9e8701bb32dadf1881e
Author: Juan A. Suarez Romero <[email protected]>
Date:   Thu Aug 4 13:28:03 2022 +0200

    vc4: properly restore vc4 debug option
    
    Otherwise VC4_DEBUG does not work.
    
    Fixes: c3f5d276317 ("vc4/v3d: restore calling 
debug_get_option_vc4/v3d_debug")
    Signed-off-by: Juan A. Suarez Romero <[email protected]>
    Reviewed-by: Eric Engestrom <[email protected]>
    Reviewed-by: Iago Toral Quiroga <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17882>
    (cherry picked from commit 644daa974300696364b816e67cb2a618e523d0d9)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8cd9d2fcc07a9f7a1ce06f76938fd29a22c3b58b
Author: Dave Airlie <[email protected]>
Date:   Thu Aug 4 13:24:25 2022 +1000

    draw: don't touch info values that aren't valid.
    
    These shouldn't be accessed, and shows up as an uninit access in
    valgrind with piglit rasterpos
    
    Reviewed-by: Mike Blumenkrantz <[email protected]>
    Cc: mesa-stable
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10641>
    (cherry picked from commit 5449e6d14c872c21f1a8acb05252aef7b31a77f4)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=167af40dae2ccf032b8348a5c6646b79324512ce
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Aug 3 15:57:00 2022 -0400

    zink: don't fixup sparse texops
    
    this is broken, and these will never need to be fixed
    
    Fixes: 3a475766876 ("zink: add a compiler pass to match up tex op dest 
types")
    
    Reviewed-by: Dave Airlie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17775>
    (cherry picked from commit 32446f51a83f74cd63a589e86f30da59dc53f97c)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b525edfce688699e01805b744103b1d3c24e20b0
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Aug 3 13:22:37 2022 -0400

    zink: add all format modifiers when adding for dmabuf export
    
    adding LINEAR before was a good starter step, but LINEAR
    might not actually be supported (e.g., nvidia)
    
    cc: mesa-stable
    
    Reviewed-by: Dave Airlie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17775>
    (cherry picked from commit 247b8f2924b7832d8520e890cff6891217f5a860)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa90b5cd125e709b09dcd6d3de661779d9a3bc31
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Aug 2 12:31:54 2022 -0400

    zink: don't add modifiers if EXT_image_drm_format_modifier isn't present
    
    cc: mesa-stable
    
    Reviewed-by: Dave Airlie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17775>
    (cherry picked from commit 5e8ec87b68035ceba742b245a25e83e4adaae270)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9234bdebed708839f759e4ddda8c25486a76b570
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Aug 2 12:27:59 2022 -0400

    zink: use modifier_aspect to check for modifier plane in 
zink_resource_get_param
    
    cc: mesa-stable
    
    Reviewed-by: Dave Airlie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17775>
    (cherry picked from commit c824a53f352823786967260cfe387a839c28dc9d)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fda5f3f6300c0df952e3f465fa6e3242e54706c0
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Aug 2 12:26:55 2022 -0400

    zink: demote dmabuf tiling to linear if modifiers aren't supported
    
    this is effectively the same as LINEAR, and it still allows dmabuf creation
    
    cc: mesa-stable
    
    Reviewed-by: Dave Airlie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17775>
    (cherry picked from commit b59eb9c8b791e59cadca161f952ae2ef4473ebe4)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=349576d92f7fa3572700a6de301057b1e7d17e59
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Aug 1 15:59:48 2022 -0400

    nine: check return on resource_get_handle
    
    this has a return code, and if it return false, this is probably an
    exit condition
    
    cc: mesa-stable
    
    Reviewed-by: Dave Airlie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17775>
    (cherry picked from commit 188721d6d3d4cab9b0ca8fa419e4c33a33ae3910)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d7d35c84a98e0ed3f3bec2c349205e35f13e292
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Jul 28 13:15:33 2022 -0400

    zink: fix return for PIPE_CAP_DEPTH_CLIP_DISABLE
    
    this uses the extension now
    
    Fixes: 21ea19d504b ("zink: Always enable depth clamping, make depth 
clipping independent.")
    
    Reviewed-by: Dave Airlie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17775>
    (cherry picked from commit 721f33cd0fc9756c4db5cc88bccc46c977ad05f3)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1889d87783a5b2c6b05e813187e46651a2f5fb0d
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Jul 28 12:20:54 2022 -0400

    zink: handle !half_pixel_center
    
    the shader is already getting a -0.5,-0.5 bias, but the viewport also
    needs to be shifted by 0.5 to match
    
    cc: mesa-stable
    
    Reviewed-by: Dave Airlie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17775>
    (cherry picked from commit 55a4a6b8dcc8b068d24cc1b1c2e1500369c14485)
    
    Conflicts:
        src/gallium/drivers/zink/zink_state.c

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=50e133465c3872fbdd33bcb20f7eae7f71a99895
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Jul 28 11:12:42 2022 -0400

    zink: handle unscaled depth bias from nine
    
    nine uses this to pass unscaled units for depth bias, which means
    the units must be scaled based on the format of the depth buffer
    
    cc: mesa-stable
    
    Reviewed-by: Dave Airlie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17775>
    (cherry picked from commit 8a8edb310d84f1400d8b8b7e096a9dfc33e198b2)
    
    Conflicts:
        src/gallium/drivers/zink/zink_screen.h

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fdbabb07cfac6327d0c9824fa2eb52b9c9a11a15
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Jul 28 11:09:19 2022 -0400

    zink: drop mode_changed check from linewidth/depthbias draw updates
    
    this doesn't need to be updated on primtype change since it's always
    set
    
    cc: mesa-stable
    
    Reviewed-by: Dave Airlie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17775>
    (cherry picked from commit a912952c3ea8f4191abc83e3638c6f09341ef15b)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=71b113251dfb1078b8af4cff7c770b50465e75e5
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jul 27 16:04:54 2022 -0400

    zink: force a new framebuffer for clear_depth_stencil if the clear region 
is big
    
    can't clear outside the framebuffer, so set a new one if necessary
    
    Fixes: f1f08e3529d ("zink: massively simplify zink_clear_depth_stencil")
    
    Reviewed-by: Dave Airlie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17775>
    (cherry picked from commit ff1fb9101fd1ca383c3e2a88f61911c0c2eecd62)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ee8821b83c52f21e2d0be1331a2422bd8a62f37
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jul 27 16:03:42 2022 -0400

    zink: force flush clears on fb change if fb geometry changes
    
    Fixes: 66ceea7ed9a ("zink: lift clearing on fb state change up a level")
    
    Reviewed-by: Dave Airlie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17775>
    (cherry picked from commit 80364c4d19eb2ee841a5d6cffb9fbc94afeb07ac)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3eda2a96a818bc18d98aa0f3233f595e5cda678f
Author: Dylan Baker <[email protected]>
Date:   Fri Aug 5 10:04:52 2022 -0700

    .pick_status.json: Update to 0a0205f04552ab21971c431a5f8bb7486d664422

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c8aaa70e8a73cd4a57c0188c94e88b086d4e445
Author: pal1000 <[email protected]>
Date:   Mon Aug 1 19:14:19 2022 +0300

    d3d12/dzn/spirv2dxil: Require version library
    
    Fixes: b8328c9 ("microsoft/compiler: Blacklist DXIL validator 1.6 from 
20348 SDK")
    
    Closes: #6952
    
    Closes: #6959
    
    v2: Always lookup version library on Windows
    
    Reviewed-by: Jesse Natalie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17837>
    (cherry picked from commit ec46a85c4f92e25e7994881679d6a1531a59b58e)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=081fd3a4f4506106fb37449a94732e7ccd552db0
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jun 22 17:32:42 2022 -0400

    zink: init cache_put program fence on program creation
    
    re-initializing here might overwrite an existing cache_put job
    
    cc: mesa-stable
    
    Reviewed-by: Dave Airlie <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17225>
    (cherry picked from commit 3d58642984cb4df1fff6f4915f8d8fbc5d038d41)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=08adb7bb9da342e835449b3f3be444281e2ccdcc
Author: Dave Airlie <[email protected]>
Date:   Wed Aug 3 14:50:19 2022 +1000

    gallivm: fix printf hook for cached shaders.
    
    I've noticed this before but never tracked it down, but it's annoying.
    
    The printf hooks would crash with debug shaders when they were loaded
    from the cache. This was because nothing was initing the printf hook
    in the cached path so the global was never set.
    
    No problems just always creating this afaics.
    
    Fixes: 333ee94285ac ("gallivm: rework debug printf hook to use global 
mapping.")
    Reviewed-by: Mike Blumenkrantz <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17867>
    (cherry picked from commit 4c0a7a169dd3b929352d8c61f3e47abc2b5628ea)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c702465d56b3734928ad1790d8a2057d3c9a6f9f
Author: Eric Engestrom <[email protected]>
Date:   Tue Jul 26 22:16:42 2022 +0100

    bin/gen_release_notes.py: bump advertised vulkan version to 1.3
    
    Fixes: df8ac77af8093c87d5d5 ("anv: Advertise Vulkan 1.3")
    Fixes: 08c6f437cf63234f4a5d ("radv: advertise Vulkan 1.3")
    Signed-off-by: Eric Engestrom <[email protected]>
    Reviewed-by: Jordan Justen <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17759>
    (cherry picked from commit 446d2039cb718ca9cf6428f0685c8dfe462b65d1)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e00b2d8a7ed4706c7e4dec59d517a2a2401f525
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jul 27 15:13:06 2022 -0400

    zink: use modifier feature flags during surface creation when necessary
    
    cc: mesa-stable
    
    Acked-by: Emma Anholt <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17773>
    (cherry picked from commit 22eff86eafd5766e7b1de4c24f1b110d652e718b)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=46fc1b37b5b833046101eb351e745c5d01404f50
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jul 27 15:08:44 2022 -0400

    zink: store VkFormatFeatureFlags on creation
    
    Acked-by: Emma Anholt <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17773>
    (cherry picked from commit fffd57ef6105d78c0cc0fb2acf379f69195a8643)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5814485a103866821c0a0617a50665674c945c90
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jul 27 14:57:06 2022 -0400

    zink: handle mutable swapchain images with dmabuf
    
    if a non-kopper swapchain image supports srgb, add a 
VkImageFormatListCreateInfo
    to permit srgb mutability and avoid violating spec
    
    cc: mesa-stable
    
    Acked-by: Emma Anholt <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17773>
    (cherry picked from commit 28ee911ad67192bc7a0683b6061b89e372482faf)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=16d299e40b85f3eb5d92e8537be58d747fdb5e59
Author: Dylan Baker <[email protected]>
Date:   Thu Aug 4 10:38:10 2022 -0700

    .pick_status.json: Update to 8e6bdb2ed31f27c28d258859ec48e8e67f51ff41

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8367fc41e07f18e69a6624dba82787f2ff4bef0
Author: Dylan Baker <[email protected]>
Date:   Wed Aug 3 11:11:03 2022 -0700

    VERSION: bump for 22.2.0-rc1

Reply via email to