URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa4796afd6509b0177baa7b4db55d643113a730d
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Wed Jan 10 21:14:17 2024 +0000

    docs: add sha256sum for 23.3.3

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d495e8da3dd17dc60e582aba5d45f48e447d1b8a
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Wed Jan 10 20:39:55 2024 +0000

    VERSION: bump for 23.3.3

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=bcd106f4d15aaec0e7f6b3bd541e399a74d370d4
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Wed Jan 10 20:37:33 2024 +0000

    docs: add release notes for 23.3.3

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=04b3e4a4f221fe726347ab52c57f9bd5f35c9754
Author: antonino <antonino.manisca...@collabora.com>
Date:   Mon Jan 8 13:29:41 2024 +0100

    egl: only check dri3 on X11
    
    When mesa is built without support for X11 Zink will always refuse to
    start unless `LIBGL_KOPPER_DRI2` is set.
    
    Only perform this check on X11 where it is relevant.
    
    Fixes: cedb534a176 ("egl/glx: don't load non-sw zink without dri3 support")
    Reviewed-by: Daniel Stone <dani...@collabora.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26929>
    (cherry picked from commit 0fd066a1d7f64011fed63c64a1d3e3757ba5a55b)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a53c9acd822f9f9e31cc295be6c01bae388b3e98
Author: Konstantin Seurer <konstantin.seu...@gmail.com>
Date:   Fri Nov 17 13:39:52 2023 +0100

    vtn: Allow for OpCopyLogical with different but compatible types
    
    > Result Type must not equal the type of Operand (see OpCopyObject),
    > but Result Type must logically match the Operand type.
    
    Allow for this by setting the expected type and making sure, that both
    types match.
    
    cc: mesa-stable
    
    Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10163
    Reviewed-by: Georg Lehmann <dadschoo...@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26252>
    (cherry picked from commit 4c363acf94a04a9a885ed4025e628520354186dc)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c476c7742d562181f8684cf20eab4aa2d6ce755
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Wed Jan 10 10:28:47 2024 +0000

    .pick_status.json: Update to 67ad1142cf6afe61de834cefeddb4be06382899f

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=635d1b7d69b8fecc184951ba6e01bace8909a557
Author: José Roberto de Souza <jose.so...@intel.com>
Date:   Wed Jan 3 07:54:45 2024 -0800

    anv: Increase ANV_MAX_QUEUE_FAMILIES
    
    If ANV_VIDEO_DECODE, ANV_VIDEO_DECODE and INTEL_COPY_CLASS are enabled
    it is possible to have 5 different queues, so here increasing
    ANV_MAX_QUEUE_FAMILIES.
    
    Fixes: 17b8b2cffdb0 ("anv: Add support for a transfer queue on Alchemist")
    Signed-off-by: José Roberto de Souza <jose.so...@intel.com>
    Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26882>
    (cherry picked from commit 0997766069b3e1cc5ecb0eb282ad2e7fa778e9fa)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=08f688d23619b3f0ab8d70932db87cfe4ab42e4f
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Wed Jan 10 09:29:24 2024 +0000

    .pick_status.json: Update to f6d2df5a7542025022e69b81dbe3af3e51ea5cd3

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ea3b942819a215f9b88bda706dc5b6be577d9be
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Wed Jan 10 09:29:48 2024 +0000

    .pick_status.json: Mark b38c776690c9c39b04c57d74f9b036de56995aff as 
denominated

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=92dcb1527499a7937a0ec6ae4b91f9223df9d5f7
Author: Vinson Lee <v...@freedesktop.org>
Date:   Fri Dec 29 00:08:24 2023 -0800

    ac/rgp: Fix single-bit-bitfield-constant-conversion warning
    
    ../src/amd/common/ac_rgp.c:119:48: warning: implicit truncation from 'int' 
to a one-bit wide bit-field changes value from 1 to -1 
[-Wsingle-bit-bitfield-constant-conversion]
      119 |    header->flags.is_semaphore_queue_timing_etw = 1;
          |                                                ^ ~
    
    Fixes: ed0c8522437 ("radv: add initial SQTT files generation support")
    Signed-off-by: Vinson Lee <v...@freedesktop.org>
    Reviewed-by: Samuel Pitoiset <samuel.pitoi...@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26839>
    (cherry picked from commit 568f61787a5cd1a69c799d935c364138ff415a1e)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b570eb60432209e2a86c95d4a1ef50c9946f9adb
Author: Dave Airlie <airl...@redhat.com>
Date:   Fri Oct 27 14:17:56 2023 +1000

    radv: don't emit cp dma packets on video rings.
    
    Only emit this on the gfx/ace rings.
    
    Fixes hangs with CTS on video decode with navi3x.
    
    Reviewed-by: Samuel Pitoiset <samuel.pitoi...@gmail.com>
    Cc: mesa-stable
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26945>
    (cherry picked from commit 71bd479a7f43ad80955e2c5043a1229e3fe35e2d)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c9e93fe8c345e32c21c957dbe352a174a6e9e7c
Author: Georg Lehmann <dadschoo...@gmail.com>
Date:   Sun Jan 7 11:22:19 2024 +0100

    aco: fix applying input modifiers to DPP8
    
    Cc: mesa-stable
    
    Reviewed-by: Daniel Schürmann <dan...@schuermann.dev>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26919>
    (cherry picked from commit a90d154f62d949e1d2315d7d09975fb1fcbce489)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3bcb524829427b23e7363f8f73172155ab57ba0
Author: Konstantin Seurer <konstantin.seu...@gmail.com>
Date:   Wed Dec 27 15:19:12 2023 +0100

    vtn: Remove transpose(m0)*m1 fast path
    
    This is broken for games that rely on invariant geometry since the usage
    of matrices can affect how gl_Position is computed. The fdot fastpath
    relied on if and how fdot is lowered for correctness.
    
    Totals from 6578 (7.73% of 85071) affected shaders:
    MaxWaves: 147190 -> 147170 (-0.01%)
    Instrs: 4451406 -> 4438140 (-0.30%); split: -0.31%, +0.01%
    CodeSize: 23553020 -> 23541772 (-0.05%); split: -0.07%, +0.03%
    VGPRs: 302304 -> 302328 (+0.01%)
    SpillSGPRs: 1309 -> 1329 (+1.53%)
    Latency: 22509985 -> 22177164 (-1.48%); split: -1.48%, +0.00%
    InvThroughput: 4862795 -> 4842951 (-0.41%); split: -0.41%, +0.01%
    VClause: 85035 -> 84998 (-0.04%); split: -0.06%, +0.02%
    SClause: 131008 -> 131055 (+0.04%); split: -0.02%, +0.05%
    Copies: 298935 -> 298060 (-0.29%); split: -0.71%, +0.41%
    PreSGPRs: 266833 -> 267292 (+0.17%); split: -0.85%, +1.03%
    PreVGPRs: 249511 -> 249601 (+0.04%)
    
    Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9562
    cc: mesa-stable
    
    Reviewed-by: Georg Lehmann <dadschoo...@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26821>
    (cherry picked from commit 4d02543853eb86c6c3cb6dd2a84e9a673b44001f)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7dd2637a5b02cc3a5cdd5e1503c68f1c10b5b37
Author: Daniel Schürmann <dan...@schuermann.dev>
Date:   Wed Aug 24 18:05:32 2022 +0200

    nir/opt_move_discards_to_top: don't schedule discard/demote across subgroup 
operations
    
    Fixes: b447f5049b6d68fd80b7337bc1f7c79b1b1a4765 ('nir: Add a discard 
optimization pass')
    Reviewed-by: Georg Lehmann <dadschoo...@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18249>
    (cherry picked from commit d434a127f9df32f67f901362b8d02ef9b564115e)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=884ca57174009435dcc07e2127dfb06042029ed8
Author: Leo Liu <leo....@amd.com>
Date:   Fri Jan 5 21:26:21 2024 -0500

    gallium/vl: match YUYV/UYVY swizzle with change of color channels
    
    Update the sampler views with the color channels, that fixes the issue
    caused by: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20815
    
    It fixes the case:
    `gst-launch-1.0 -v -v filesrc location=file.jpg ! jpegparse ! vaapijpegdec 
! imagefreeze ! vaapisink`
    
    Fixes: dc2119bf3f ("util/format: Fix wrong colors when importing YUYV and 
UYVY")
    Cc: mesa-stable
    
    Signed-off-by: Leo Liu <leo....@amd.com>
    Reviewed-by: Sathishkumar S <sathishkumar.sundarar...@amd.com>
    Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-pra...@amd.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26911>
    (cherry picked from commit 9eac06521a810ea5e2276cd82be1e21fedfe2710)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee4740fe2987342db4d67e4f6a6879ed999ac643
Author: Marek Olšák <marek.ol...@amd.com>
Date:   Sat Jan 6 17:57:26 2024 -0500

    glthread: don't unroll draws using user VBOs with GLES
    
    The unrolling uses glBegin, which is unsupported by GLES and the GL
    dispatch fails.
    
    Fixes: 50d791ca73e52c6 - glthread: add a vertex upload path that unrolls 
indices for glDrawElements
    
    Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-pra...@amd.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26916>
    (cherry picked from commit 56b4d199a05ef8f9d73ad3215b27238231a477fb)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c3a6a9c0f07585bfe02ada590f73bcf360eb9ac
Author: Connor Abbott <cwabbo...@gmail.com>
Date:   Thu Dec 7 07:27:12 2023 -0500

    ir3/legalize: Fix helper propagation with b.any/b.all/getone
    
    We need to set uses_helpers_beginning in order to propagate it to
    predecessor blocks.
    
    Fixes: aa322a37fcb ("ir3: Implement helper invocation optimization")
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26564>
    (cherry picked from commit 862df28f6b1c42ec4b716cdcdd427cd1eab43899)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=354363cc89185c215b121218f03f9e24bc61fa9d
Author: Lionel Landwerlin <lionel.g.landwer...@intel.com>
Date:   Mon Jan 8 12:17:54 2024 +0200

    intel/fs: fix depth compute state for unchanged depth layout
    
    There is no VK CTS exercising this case. If there was we would run
    into hangs as noticed in
    https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26876
    
    Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
    Cc: mesa-stable
    Reviewed-by: Konstantin Seurer <konstantin.seu...@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26923>
    (cherry picked from commit 4b30b46ffdbc962f09ef87529a71d78cf514f8d8)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=10bb376e09b1e2d328980446bfc5a227f9821fbd
Author: Dave Airlie <airl...@redhat.com>
Date:   Thu Dec 21 10:39:08 2023 +1000

    intel/compiler: reemit boolean resolve for inverted if on gen5
    
    Gen5 adds some boolean conversion instructions after nir emits,
    but that nir srcs don't line up with them, so reemit the boolean
    conversion if we reemit the inot.
    
    Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
    Fixes: 31b5f5a51f3a ("nir/opt_if: Simplify if's with general conditions")
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26782>
    (cherry picked from commit 56a72e014fcda3c52cf119115cb71fce2fad86d8)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ee03f2437d4469b161148698720c7734e86f19c
Author: Lionel Landwerlin <lionel.g.landwer...@intel.com>
Date:   Wed Dec 27 22:20:22 2023 +0200

    isl: implement Wa_22015614752
    
    This workaround requires 64Kb alignment for compression with multiple
    engine accesses.
    
    Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
    Cc: mesa-stable
    Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8614
    Reviewed-by: Jianxun Zhang <jianxun.zh...@intel.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26890>
    (cherry picked from commit f12ffc6b0486944c362760e70eb1774cd4fe1950)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3405dbf9734a97b6ae8574a9d7dbf6af478fe47f
Author: Mary Guillemard <mary.guillem...@collabora.com>
Date:   Tue Nov 21 09:29:41 2023 +0100

    zink: Always fill external_only in zink_query_dmabuf_modifiers
    
    Fix piglit.spec@ext_image_dma_buf_import@ext_image_dma_buf_import-modifiers
    randomly skipping some tests as external_only content was never initialized.
    
    Cc: mesa-stable
    
    Reviewed-by: default avatarMike Blumenkrantz 
<michael.blumenkra...@gmail.com>
    Signed-off-by: Mary Guillemard <mary.guillem...@collabora.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26305>
    (cherry picked from commit b6d828576e1d561ad49c01f19c1cb5ba39e3832a)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ade42dfb0e10cbc940f03b98274a128c9d60e4f8
Author: Mary Guillemard <mary.guillem...@collabora.com>
Date:   Tue Nov 21 09:17:16 2023 +0100

    zink: Initialize pQueueFamilyIndices for image query / create
    
    Fixes: d922850e365 ("zink: break out image/buffer create info structs into 
helper funcs")
    
    Signed-off-by: Mary Guillemard <mary.guillem...@collabora.com>
    Reviewed-by: Mike Blumenkrantz <michael.blumenkra...@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26303>
    (cherry picked from commit db0f177edd793f30edee44c101bfdc7f9ea6e788)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=cff9bdc316ea01b08fbeb0a006b06c287e457b91
Author: Karol Herbst <kher...@redhat.com>
Date:   Thu Jan 4 02:42:16 2024 +0100

    zink: fix heap-use-after-free on batch_state with sub-allocated 
pipe_resources
    
    zink_bo_create can run into a heap-use-after-free when the bo is still
    referencing an batch_state from an older destroyed context. In order to
    fix this, every context gives back their batch_states to the zink, where
    they can be reused from for new contexts.
    
    Cc: mesa-stable
    Suggested-by: Mike Blumenkrantz <michael.blumenkra...@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26889>
    (cherry picked from commit b06f6e00fba6e33c28a198a1bb14b89e9dfbb4ae)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d1329a1b348f0f63b926792d7c0c1cae2a4e007
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Mon Jan 8 15:15:06 2024 +0000

    .pick_status.json: Mark fbe4e16db2d369c3e54067d17f81bdce8661a461 as 
denominated

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=488a1ee83c5a76695fb7de14b1a5a4eb0b7c9bfc
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Mon Jan 8 15:13:32 2024 +0000

    .pick_status.json: Update to 031978933151e95690e93919e7bfd9f1753f2794

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2934ae2736e99eaa7d53b862c46439b777b9e93e
Author: Friedrich Vock <friedrich.v...@gmx.de>
Date:   Thu Jan 4 14:37:08 2024 +0100

    radv/rt: Free traversal NIR after compilation
    
    Could lead to OOM in games that compile RTPSOs often,
    like Ghostwire Tokyo.
    
    Cc: mesa-stable
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26892>
    (cherry picked from commit 34cc76517286b88c8191a3e10dda0a3293c09127)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=84d8ac768f8a278a4bc0aaa1d5cbf1539fa031f8
Author: Samuel Pitoiset <samuel.pitoi...@gmail.com>
Date:   Tue Jan 2 11:19:34 2024 +0100

    radv: disable stencil test without a stencil attachment
    
    Implementations are supposed to do that per the Vulkan spec.
    
    This fixes the following new VKCTS tests
    dEQP-VK.pipeline.*.stencil.no_stencil_att.*
    
    Cc: mesa-stable
    Signed-off-by: Samuel Pitoiset <samuel.pitoi...@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26847>
    (cherry picked from commit 8b7b5be98bc28117e6f4ce144a9d2fa087c18782)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1acb1a232f14517fba553a50d667b4b8c26d15bf
Author: Samuel Pitoiset <samuel.pitoi...@gmail.com>
Date:   Tue Dec 12 14:55:29 2023 +0100

    radv: fix binding partial depth/stencil views with dynamic rendering
    
    With dynamic rendering, it's allowed to begin rendering with depth or
    stencil only but still with a depth/stencil format. The test below
    checks that unbound part of ds isn't modified, if depth is bound and
    stencil not and vice versa.
    
    This fixes a recent CTS
    
dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.partial_binding_depth_stencil.
    
    Signed-off-by: Samuel Pitoiset <samuel.pitoi...@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25350>
    (cherry picked from commit 1ef5feac5ef48515bba2fa22c8a2a4e517739519)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=955d7b3fa36baae45e7264ab3acf371648cc094f
Author: Dave Airlie <airl...@redhat.com>
Date:   Tue Oct 10 16:41:21 2023 +1000

    llvmpipe: fix caching for texture shaders.
    
    caching only works if you check the size and store the result,
    later the size is always set.
    
    Fixes: f675e4ee8231 ("llvmpipe: Pre compile sample functions")
    Reviewed-by: Konstantin Seurer <konstantin.seu...@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25648>
    (cherry picked from commit c2f79d7fb1c3c4931bee8171750a67d867366fda)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ea8f20b19ad968ddbf91fe4b4e58003b63cd8b9
Author: Dave Airlie <airl...@redhat.com>
Date:   Wed Jan 3 16:31:23 2024 +1000

    intel/compiler: fix release build unused variable.
    
    This is only used in an assert.
    
    Fixes: 158ac265dfd0 ("intel/fs: Make helpers for saving/restoring 
instruction order")
    Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26863>
    (cherry picked from commit 37366fef682fbadcfd5d4376008ed0fc5542c8f1)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=548cc0dd8c8413b7e1c030c37b4694e18f34f3cc
Author: Dave Airlie <airl...@redhat.com>
Date:   Thu Jan 4 06:17:50 2024 +1000

    gallivm: handle llvm 16 atexit ordering problems.
    
    This is ported from amd ac_llvm_helper.cpp, thanks to Marek for the pointer.
    
    This is needed to avoid crashes due to atexit ordering between some piglit
    tests and mesa internals.
    
    Cc: mesa-stable
    Reviewed-by: Konstantin Seurer <konstantin.seu...@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26883>
    (cherry picked from commit b3cfec2fd824a52023c92fd5928f4f5c1cb449a0)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c4c1c843106f1a95116fd944ecc82b5bab6448f
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Thu Jan 4 18:31:24 2024 +0000

    .pick_status.json: Update to e2a7c877ad1fd6bda4032f707eea7646e5229969

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f544bd05caf9ff6295028791f52df1d8b5e12c5a
Author: Mike Blumenkrantz <michael.blumenkra...@gmail.com>
Date:   Wed Jan 3 10:08:12 2024 -0500

    zink: enforce maxTexelBufferElements for texel buffer sizing
    
    according to spec, creating larger texel buffers is legal for apps
    but the resulting texel buffer must be clamped to device limits
    
    fixes #10068
    
    backport-to: 23.3
    
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26873>
    (cherry picked from commit 49378bc3cda770493c656e0de1b2e2a1e35d79f4)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4e231dddd75b0670130c9ad70a869759df7acaa
Author: Karol Herbst <kher...@redhat.com>
Date:   Wed Nov 1 00:59:55 2023 +0100

    zink: lock screen queue on context_destroy and CreateSwapchain
    
    Cc: mesa-stable
    Signed-off-by: Karol Herbst <kher...@redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25985>
    (cherry picked from commit 208875516c10f5163d5a7333e2f5fe271fad4ee1)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fa1ab1ad0d7184945831081fd9b9a4a5a38e050
Author: Rhys Perry <pendingchao...@gmail.com>
Date:   Tue Jan 2 12:44:24 2024 +0000

    aco/tests: use more raw strings
    
    Python 3.12 started giving a SyntaxWarning for unrecognized escapes such
    as "\w". This might become a SyntaxError in a future python version.
    
    Signed-off-by: Rhys Perry <pendingchao...@gmail.com>
    Reviewed-by: Georg Lehmann <dadschoo...@gmail.com>
    Cc: mesa-stable
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26850>
    (cherry picked from commit cad2c0915d60b2f217aa228e8c4c53d1abf65c21)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=10b141aa89c42efab04e9ea77e4c52ed37621d28
Author: Sil Vilerino <sivil...@microsoft.com>
Date:   Wed Jan 3 09:23:02 2024 -0500

    Revert "d3d12: Fix screen->winsys leak in d3d12_screen"
    
    This reverts commit 81c8e89ff8e846839fffc1d103b2080bef5c1b5c.
    
    Fixes: 81c8e89ff8e ("d3d12: Fix screen->winsys leak in d3d12_screen")
    Cc: mesa-stable
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26872>
    (cherry picked from commit e11605321aaf94e537751b09f3ec5133c385cc83)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2382dca2c51423e2e50e23a1a8443d57321467e1
Author: Sil Vilerino <sivil...@microsoft.com>
Date:   Wed Jan 3 09:22:52 2024 -0500

    Revert "d3d12: Only destroy the winsys during screen destruction, not reset"
    
    This reverts commit 325fb6e26b62326c86514d263ffedd241fd36865.
    
    Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10371
    Fixes: 325fb6e26b6 ("d3d12: Only destroy the winsys during screen 
destruction, not reset")
    Cc: mesa-stable
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26872>
    (cherry picked from commit 97cc7ea5a591ed7afaddd00370de3ca62d55cbb4)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb5dea4b0d17d785f39e39a1831a2876bc7421a3
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Wed Jan 3 23:02:03 2024 +0000

    .pick_status.json: Update to 2c078bfd18cae0ed1a0a3916020e49fb74668504

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f03eab9efc8cb8cf86e4966736c40ca543fe83ef
Author: Jonathan Gray <j...@jsg.id.au>
Date:   Mon Dec 18 22:03:23 2023 +1100

    zink: put sysmacros.h include under #ifdef MAJOR_IN_SYSMACROS
    
    Fixes the build on OpenBSD, where major() is in sys/types and
    sys/sysmacros.h does not exist.  Also include sys/mkdev.h if
    MAJOR_IN_MKDEV is defined.
    
    Fixes: 6d60115be7c ("zink: Fix enumerate devices when running compositor")
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26735>
    (cherry picked from commit 33eecafe757264ed58e33b87e010aacc6a376da8)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c47c264f4d50b3b0d71bf6b7744d9f48d02c96d5
Author: Erik Faye-Lund <erik.faye-l...@collabora.com>
Date:   Thu Nov 30 12:43:47 2023 +0100

    zink: use KHR version of maint5 features
    
    This is still not in Vulkan core, so we can't refer to it without the
    KHR suffix.
    
    Fixes: f501f9453ad ("zink: use maintenance5")
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26419>
    (cherry picked from commit 5024b212b6224a67d60d472c12062639185a3916)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ef51248719f6e672e9bb1e819791e13822012b9
Author: Erik Faye-Lund <erik.faye-l...@collabora.com>
Date:   Thu Nov 30 12:42:20 2023 +0100

    zink: update profile schema
    
    This is needed for VK_KHR_maintenance5 support.
    
    Fixes: f501f9453ad ("zink: use maintenance5")
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26419>
    (cherry picked from commit 021645ebf5399a8c74f7f895a06d8919215243be)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=92cdf6cb5f25f632350d8ca0d9451b0e87194ca3
Author: Yonggang Luo <luoyongg...@gmail.com>
Date:   Mon Dec 18 18:16:47 2023 +0800

    meson: Support for both packaging and distutils
    
    distutils was deprecated and is now gone on modern systems.
    so the default behavior is to use the supported thing, which is 
packaging.version, and when on an old system, fallback to the old 
distutils.version.
    
    Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9943
    
    Signed-off-by: Yonggang Luo <luoyongg...@gmail.com>
    Reviewed-by: Eric Engestrom <e...@igalia.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26746>
    (cherry picked from commit 670a799ebff9a98daafccf49324c2a01311b0c41)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b44ec8648a8962ef7f084f5c61a5c7ce7f0aeb0
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Tue Jan 2 16:20:06 2024 +0000

    .pick_status.json: Update to 39c8cca34fb72db055df18abf1d473e099f4b05b

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0aa0ae31d3ea07471600353c2ae4325446f970ae
Author: José Roberto de Souza <jose.so...@intel.com>
Date:   Fri Dec 15 08:24:26 2023 -0800

    anv: Assume that imported bos already have flat CCS requirements satisfied
    
    Cc: mesa-stable
    Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10291
    Signed-off-by: José Roberto de Souza <jose.so...@intel.com>
    Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26711>
    (cherry picked from commit 3465e9f3526c8dbba3ef5ab5bd6158b70422ab83)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=be59925ab2ad629aef48ead8afcbfae04e556e4a
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Thu Dec 28 12:04:21 2023 +0000

    .pick_status.json: Mark 8d0e70f628b745ad81124e0c3fe5e46ea84f6b46 as 
denominated

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0d1a5f284b4bbac2576ad0ca824d0b7319340ef
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Thu Dec 28 12:04:19 2023 +0000

    .pick_status.json: Mark 060439bdf0e74f0f2e255d0a81b5356f9a2f5457 as 
denominated

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=101dcc53f1dd7f9df481fab6312ac04e22b1a178
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Thu Dec 28 12:04:05 2023 +0000

    .pick_status.json: Update to ebee672ef87794f3f4201270623a92f34e62b8ff

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4239dfff45e14d50ee319bc458f498dde83b5270
Author: Eric Engestrom <e...@engestrom.ch>
Date:   Thu Dec 28 12:07:15 2023 +0000

    .pick_status.json: Mark eb5bb5c784e97c533e30b348e82e446ac0da59c8 as 
denominated

Reply via email to