[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/mesa][upstream-unstable] 48 commits: docs: add sha256sum for 23.3.2



Title: GitLab

Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / lib / mesa

Commits:

  • 9e60ecdd
    by Eric Engestrom at 2023-12-27T22:34:20+00:00
    docs: add sha256sum for 23.3.2
    
  • 4239dfff
    by Eric Engestrom at 2023-12-28T12:07:33+00:00
    .pick_status.json: Mark eb5bb5c784e97c533e30b348e82e446ac0da59c8 as denominated
    
  • 101dcc53
    by Eric Engestrom at 2023-12-28T12:07:33+00:00
    .pick_status.json: Update to ebee672ef87794f3f4201270623a92f34e62b8ff
    
  • e0d1a5f2
    by Eric Engestrom at 2023-12-28T12:07:33+00:00
    .pick_status.json: Mark 060439bdf0e74f0f2e255d0a81b5356f9a2f5457 as denominated
    
  • be59925a
    by Eric Engestrom at 2023-12-28T12:07:33+00:00
    .pick_status.json: Mark 8d0e70f628b745ad81124e0c3fe5e46ea84f6b46 as denominated
    
  • 0aa0ae31
    by José Roberto de Souza at 2023-12-28T12:07:33+00:00
    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.souza@intel.com>
    Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26711>
    (cherry picked from commit 3465e9f3526c8dbba3ef5ab5bd6158b70422ab83)
    
  • 0b44ec86
    by Eric Engestrom at 2024-01-02T16:20:06+00:00
    .pick_status.json: Update to 39c8cca34fb72db055df18abf1d473e099f4b05b
    
  • 92cdf6cb
    by Yonggang Luo at 2024-01-02T16:20:17+00:00
    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 <luoyonggang@gmail.com>
    Reviewed-by: Eric Engestrom <eric@igalia.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26746>
    (cherry picked from commit 670a799ebff9a98daafccf49324c2a01311b0c41)
    
  • 8ef51248
    by Erik Faye-Lund at 2024-01-03T12:03:02+00:00
    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)
    
  • c47c264f
    by Erik Faye-Lund at 2024-01-03T12:03:02+00:00
    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)
    
  • f03eab9e
    by Jonathan Gray at 2024-01-03T12:03:03+00:00
    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)
    
  • fb5dea4b
    by Eric Engestrom at 2024-01-03T23:02:03+00:00
    .pick_status.json: Update to 2c078bfd18cae0ed1a0a3916020e49fb74668504
    
  • 2382dca2
    by Sil Vilerino at 2024-01-03T23:02:07+00:00
    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)
    
  • 10b141aa
    by Sil Vilerino at 2024-01-03T23:02:07+00:00
    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)
    
  • 6fa1ab1a
    by Rhys Perry at 2024-01-03T23:02:17+00:00
    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 <pendingchaos02@gmail.com>
    Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
    Cc: mesa-stable
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26850>
    (cherry picked from commit cad2c0915d60b2f217aa228e8c4c53d1abf65c21)
    
  • f4e231dd
    by Karol Herbst at 2024-01-03T23:02:44+00:00
    zink: lock screen queue on context_destroy and CreateSwapchain
    
    Cc: mesa-stable
    Signed-off-by: Karol Herbst <kherbst@redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25985>
    (cherry picked from commit 208875516c10f5163d5a7333e2f5fe271fad4ee1)
    
  • f544bd05
    by Mike Blumenkrantz at 2024-01-03T23:02:56+00:00
    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)
    
  • 1c4c1c84
    by Eric Engestrom at 2024-01-04T18:31:24+00:00
    .pick_status.json: Update to e2a7c877ad1fd6bda4032f707eea7646e5229969
    
  • 548cc0dd
    by Dave Airlie at 2024-01-04T18:35:32+00:00
    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.seurer@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26883>
    (cherry picked from commit b3cfec2fd824a52023c92fd5928f4f5c1cb449a0)
    
  • 4ea8f20b
    by Dave Airlie at 2024-01-04T18:35:59+00:00
    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.landwerlin@intel.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26863>
    (cherry picked from commit 37366fef682fbadcfd5d4376008ed0fc5542c8f1)
    
  • 955d7b3f
    by Dave Airlie at 2024-01-04T18:36:07+00:00
    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.seurer@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25648>
    (cherry picked from commit c2f79d7fb1c3c4931bee8171750a67d867366fda)
    
  • 1acb1a23
    by Samuel Pitoiset at 2024-01-04T18:43:24+00:00
    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.pitoiset@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25350>
    (cherry picked from commit 1ef5feac5ef48515bba2fa22c8a2a4e517739519)
    
  • 84d8ac76
    by Samuel Pitoiset at 2024-01-04T18:43:32+00:00
    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.pitoiset@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26847>
    (cherry picked from commit 8b7b5be98bc28117e6f4ce144a9d2fa087c18782)
    
  • 2934ae27
    by Friedrich Vock at 2024-01-04T18:45:58+00:00
    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)
    
  • 488a1ee8
    by Eric Engestrom at 2024-01-09T17:31:42+00:00
    .pick_status.json: Update to 031978933151e95690e93919e7bfd9f1753f2794
    
  • 5d1329a1
    by Eric Engestrom at 2024-01-09T17:31:42+00:00
    .pick_status.json: Mark fbe4e16db2d369c3e54067d17f81bdce8661a461 as denominated
    
  • cff9bdc3
    by Karol Herbst at 2024-01-09T17:31:42+00:00
    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.blumenkrantz@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26889>
    (cherry picked from commit b06f6e00fba6e33c28a198a1bb14b89e9dfbb4ae)
    
  • ade42dfb
    by Mary Guillemard at 2024-01-09T17:31:42+00:00
    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.guillemard@collabora.com>
    Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26303>
    (cherry picked from commit db0f177edd793f30edee44c101bfdc7f9ea6e788)
    
  • 3405dbf9
    by Mary Guillemard at 2024-01-09T17:31:43+00:00
    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.blumenkrantz@gmail.com>
    Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26305>
    (cherry picked from commit b6d828576e1d561ad49c01f19c1cb5ba39e3832a)
    
  • 8ee03f24
    by Lionel Landwerlin at 2024-01-09T19:37:45+00:00
    isl: implement Wa_22015614752
    
    This workaround requires 64Kb alignment for compression with multiple
    engine accesses.
    
    Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
    Cc: mesa-stable
    Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8614
    Reviewed-by: Jianxun Zhang <jianxun.zhang@intel.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26890>
    (cherry picked from commit f12ffc6b0486944c362760e70eb1774cd4fe1950)
    
  • 10bb376e
    by Dave Airlie at 2024-01-09T19:37:45+00:00
    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.landwerlin@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)
    
  • 354363cc
    by Lionel Landwerlin at 2024-01-09T19:37:45+00:00
    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.landwerlin@intel.com>
    Cc: mesa-stable
    Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26923>
    (cherry picked from commit 4b30b46ffdbc962f09ef87529a71d78cf514f8d8)
    
  • 6c3a6a9c
    by Connor Abbott at 2024-01-09T19:37:45+00:00
    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)
    
  • ee4740fe
    by Marek Olšák at 2024-01-09T19:37:45+00:00
    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-prayer@amd.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26916>
    (cherry picked from commit 56b4d199a05ef8f9d73ad3215b27238231a477fb)
    
  • 884ca571
    by Leo Liu at 2024-01-09T19:37:45+00:00
    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.liu@amd.com>
    Reviewed-by: Sathishkumar S <sathishkumar.sundararaju@amd.com>
    Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26911>
    (cherry picked from commit 9eac06521a810ea5e2276cd82be1e21fedfe2710)
    
  • e7dd2637
    by Daniel Schürmann at 2024-01-09T19:37:45+00:00
    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 <dadschoorse@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18249>
    (cherry picked from commit d434a127f9df32f67f901362b8d02ef9b564115e)
    
  • a3bcb524
    by Konstantin Seurer at 2024-01-09T19:37:45+00:00
    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 <dadschoorse@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26821>
    (cherry picked from commit 4d02543853eb86c6c3cb6dd2a84e9a673b44001f)
    
  • 7c9e93fe
    by Georg Lehmann at 2024-01-10T09:27:11+00:00
    aco: fix applying input modifiers to DPP8
    
    Cc: mesa-stable
    
    Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26919>
    (cherry picked from commit a90d154f62d949e1d2315d7d09975fb1fcbce489)
    
  • b570eb60
    by Dave Airlie at 2024-01-10T09:27:11+00:00
    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.pitoiset@gmail.com>
    Cc: mesa-stable
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26945>
    (cherry picked from commit 71bd479a7f43ad80955e2c5043a1229e3fe35e2d)
    
  • 92dcb152
    by Vinson Lee at 2024-01-10T09:27:11+00:00
    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 <vlee@freedesktop.org>
    Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26839>
    (cherry picked from commit 568f61787a5cd1a69c799d935c364138ff415a1e)
    
  • 4ea3b942
    by Eric Engestrom at 2024-01-10T10:10:18+00:00
    .pick_status.json: Mark b38c776690c9c39b04c57d74f9b036de56995aff as denominated
    
  • 08f688d2
    by Eric Engestrom at 2024-01-10T10:10:18+00:00
    .pick_status.json: Update to f6d2df5a7542025022e69b81dbe3af3e51ea5cd3
    
  • 635d1b7d
    by José Roberto de Souza at 2024-01-10T10:10:18+00:00
    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.souza@intel.com>
    Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26882>
    (cherry picked from commit 0997766069b3e1cc5ecb0eb282ad2e7fa778e9fa)
    
  • 1c476c77
    by Eric Engestrom at 2024-01-10T10:28:47+00:00
    .pick_status.json: Update to 67ad1142cf6afe61de834cefeddb4be06382899f
    
  • a53c9acd
    by Konstantin Seurer at 2024-01-10T10:28:59+00:00
    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 <dadschoorse@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26252>
    (cherry picked from commit 4c363acf94a04a9a885ed4025e628520354186dc)
    
  • 04b3e4a4
    by antonino at 2024-01-10T10:29:00+00:00
    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 <daniels@collabora.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26929>
    (cherry picked from commit 0fd066a1d7f64011fed63c64a1d3e3757ba5a55b)
    
  • bcd106f4
    by Eric Engestrom at 2024-01-10T20:37:33+00:00
    docs: add release notes for 23.3.3
    
  • d495e8da
    by Eric Engestrom at 2024-01-10T20:39:55+00:00
    VERSION: bump for 23.3.3
    

22 changed files:

The diff was not included because it is too large.

Reply to: