URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ec9bcd84446c4bb06a1d74a21d72126d7222622
Author: Felix DeGrood <[email protected]>
Date:   Wed Apr 12 00:11:00 2023 +0000

    anv: disable reset query pools using blorp opt on MTL
    
    This optimization causes some MTL tests to run forever. Not
    yet sure why. Disabling optimization until we have a fix.
    
    Reviewed-by: Mark Janes <[email protected]>
    Reviewed-by: Lionel Landwerlin <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22373>
    (cherry picked from commit 0a52002a1cc8889d4d515a2cf90b7682f22f8273)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4f4e8186faff64be112a0e49cf497cc5e4c8874
Author: Eric Engestrom <[email protected]>
Date:   Sun Apr 16 20:48:56 2023 +0100

    v3dv/ci: drop fixed failure from fails.txt
    
    Fixes: 8976d8280ff45cd7f947 ("wsi: remove get_sorted_vk_formats 
duplication")
    Signed-off-by: Eric Engestrom <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22514>
    (cherry picked from commit 8ebc5cbe2b828f34b9bfb32c528d3514ead59798)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=cdedebf839d0cd6ba1f90c2c1e982a34cca65453
Author: David Heidelberg <[email protected]>
Date:   Sat Apr 15 18:00:41 2023 +0200

    ci/freedreno: fix the a530_piglit job and switch to Weston
    
    If we count devices which running a530 with mainline kernel and Mesa,
    it's probably mostly phones and tablets running on Wayland. Adapt to it.
    
    Fixes: 83c2b26acf1e ("ci/freedreno: Switch the piglit job to using a 
deqp-runner suite.")
    
    Signed-off-by: David Heidelberg <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22255>
    (cherry picked from commit 2933976e78b395f8abe9f2812223c106b9edc9c8)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3daf2038d1f1fa38b31e2c2de187d526b7e01f9d
Author: Karol Herbst <[email protected]>
Date:   Sat Apr 15 03:48:16 2023 +0200

    rusticl/event: drop work item before updating status
    
    This fixes some CTS compiler tests where they relied on the cl_kernel
    object to be released in time so it can recompile a program without
    throwing CL_INVALID_OPERATION due to still having active kernel objects.
    
    Fixes: 47a80d7ff4f ("rusticl/event: proper eventing support")
    Signed-off-by: Karol Herbst <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22510>
    (cherry picked from commit 60cfe15d799fdc5a57a691844cc30e49b3f74a47)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=279c4822c536d60007404e1b44a924e9fd35766f
Author: Luc Ma <[email protected]>
Date:   Fri Apr 14 18:53:57 2023 +0800

    meson: keep Mako version checking in accord with build msg
    
    Fixes: 52194ae4df1 ("meson: Ensure that mako is >= 0.8.0")
    Signed-off-by: Luc Ma <[email protected]>
    Reported-by: Terry Zhang <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22499>
    (cherry picked from commit b5a9021708d87d17538e0e27fe4ad6a5e20fa9a9)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2fe4eaa3d01651c26a070d16d1027dfa90ed5394
Author: David (Ming Qiang) Wu <[email protected]>
Date:   Thu Apr 13 14:29:35 2023 -0400

    radeonsi/vcn: add an exception of field case for h264 decoding
    
    This is an error case where the I field has no reference, however
    the reference list contains some reference, which resulting in
    not be able to find its reference, and it is a correct behavior,
    should not enter the correction code. Just add this exception to
    prevent such a case, if more exceptions found, they will
    be treated indiviually in the future.
    
    Cc: mesa-stable
    closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8740
    
    Signed-off-by: Ruijing Dong <[email protected]>
    Signed-off-by: David (Ming Qiang) Wu <[email protected]>
    Reviewed-by: Leo Liu <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22485>
    (cherry picked from commit bfce57c7a5ba62d8e6f65addb2df136cab603a68)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=06d86757d5fb6da22bdb0fea8520fcefd21529fa
Author: Juan A. Suarez Romero <[email protected]>
Date:   Thu Apr 13 13:21:31 2023 +0200

    v3d: set depth compare function correctly
    
    Depth compare function must be set to the configured one only when
    compare mode is enabled; otherwise it must be configured to never.
    
    v2 (Eric):
    - Handle V3D < 4.0 case
    
    CC: mesa-stable
    Reviewed-by: Eric Engestrom <[email protected]>
    Signed-off-by: Juan A. Suarez Romero <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22470>
    (cherry picked from commit 82c22580192502bcacb9f96319b560a09031219b)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ce4823f4e69d6226ae1b8dc2bc6763c9be56174
Author: antonino <[email protected]>
Date:   Fri Apr 14 12:47:17 2023 +0200

    zink: use correct primitives for passthrough gs with tess
    
    When tessellation is used the geometry shader needs to take the
    tessellator output primitive as input.
    
    Reviewed-by: Mike Blumenkrantz <[email protected]>
    Fixes: 90a8525d703 ("zink: handle edgeflags")
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22498>
    (cherry picked from commit c84989c4cf3d95871047cb2e2bb87e41663b13dc)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=72969b2c87c4cde6c7ff25ea35249388e9fca4b5
Author: antonino <[email protected]>
Date:   Fri Apr 14 12:03:06 2023 +0200

    zink: don't emulate edgeflags for patches
    
    Patches are used for tessellation, edgeflags don't work with
    tessellation.
    
    Reviewed-by: Mike Blumenkrantz <[email protected]>
    Fixes: 90a8525d703 ("zink: handle edgeflags")
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22498>
    (cherry picked from commit 7e6191f6055b5960f193a32bc20658b3b4f6f947)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d43aff3a21fcced6134540ba9945c4caac031c52
Author: Samuel Pitoiset <[email protected]>
Date:   Thu Apr 13 17:40:50 2023 +0200

    radv: re-emit the guardband state when related PSO are bound
    
    If one of the related states is static, the guardband state needs to be
    re-emitted when a graphics pipeline is bound.
    
    Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8828
    Fixes: 40d8df72808 ("radv: emit the guardband state separately from the 
scissor state")
    Signed-off-by: Samuel Pitoiset <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22472>
    (cherry picked from commit ba71b142f8acae285fc561d6d25d3376712c5e1b)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7809a85f1423855917e1aeb3ed42fe47a80c7575
Author: Patrick Lerda <[email protected]>
Date:   Sun Apr 2 18:30:20 2023 +0200

    r600: fix refcnt imbalance related to r600_set_vertex_buffers()
    
    For instance, this issue is triggered with: 
"piglit/bin/useprogram-flushverts-2 -auto -fbo" or
    "piglit/bin/primitive-restart-draw-mode line_loop -auto"
    while setting GALLIUM_REFCNT_LOG=refcnt.log.
    
    Fixes: 27dcb466293f ("gallium: add take_ownership param into 
set_vertex_buffers to eliminate atomics")
    
    Signed-off-by: Patrick Lerda <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22395>
    (cherry picked from commit 28cb33fadaf003b6e5a7ea0814e30d8ae7cc814a)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf6c8ee86457dbd300910b84963dd0261d84194c
Author: Samuel Pitoiset <[email protected]>
Date:   Thu Apr 13 16:07:16 2023 +0200

    radv: try to keep HTILE compressed for READ_ONLY_OPTIMAL layout
    
    It should be handled like DEPTH_STENCIL_READ_ONLY_OPTIMAL.
    
    This fixes an issue with VRS attachment because HTILE was considered
    disabled for READ_ONLY_OPTIMAL but there is no reasons to disable it
    as long as the image is only used as a depth/stencil attachment.
    
    Otherwise, when HTILE is disabled, VRS rates are ignored.
    
    Cc: mesa-stable
    Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8675
    Signed-off-by: Samuel Pitoiset <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22468>
    (cherry picked from commit f11a4a09b02bd976940f42aaef38c8415a4bd8d4)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1becf6be4853ec852a561bb1069d5280601fc8d7
Author: Samuel Pitoiset <[email protected]>
Date:   Wed Apr 12 15:26:24 2023 +0200

    vulkan: ignore rasterizationSamples when the state is dynamic
    
    Fixes: 1deb83fb86d ("vulkan: Add more dynamic multisample states")
    Signed-off-by: Samuel Pitoiset <[email protected]>
    Reviewed-by: Tapani Pälli <[email protected]>
    Reviewed-by: Lionel Landwerlin <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22444>
    (cherry picked from commit bdb03ecdd9e9bdd59093d161fb07bffb276bced4)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ed3b1ae6b3503970cfebaa1319ff01f71734edb
Author: Lionel Landwerlin <[email protected]>
Date:   Thu Apr 13 19:34:15 2023 +0300

    intel/vec4: force exec_all on float control instruction
    
    Applying the same rule as the fs backend so that generation code
    doesn't assert.
    
    Signed-off-by: Lionel Landwerlin <[email protected]>
    Fixes: daa8003e45 ("intel/fs: use nomask for setting cr0 for float 
controls")
    Reviewed-by: Emma Anholt <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22473>
    (cherry picked from commit 08cf224c4a1ab4efd17488522518995ecc49e23e)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=14df131f8f1ff866f9bcd8946c945de18003762d
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Apr 13 17:06:35 2023 -0400

    zink: always defer query pool deletion
    
    this feels dumb, but I can't think of a simpler way to do it that
    would more accurately handle deletion while also guaranteeing
    pool longevity
    
    Fixes: 7da78ffb697 ("zink: create/use query pools dynamically")
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22493>
    (cherry picked from commit 7119a344f3db5820041dfcdf23ebcbf15121f467)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=204995f16fb4852d150500a9213eef385dd377aa
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Apr 13 17:22:20 2023 -0400

    zink: pass ctx through query destroy paths
    
    no functional changes
    
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22493>
    (cherry picked from commit 50e3974e25834b2d798403f401ae7bca77e090a8)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3969bf7df259ed97c76de3b21c3e94abf0455ec
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Apr 13 16:54:38 2023 -0400

    zink: remove atomics from zink_query
    
    this is never accessed from threads anymore and
    hasn't been for a long time
    
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22493>
    (cherry picked from commit cb83606279db22869c0095dbf5ad9cd1f70ecb89)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=61d1cdba6eabc747782d4f6df7f3662868f94694
Author: Lionel Landwerlin <[email protected]>
Date:   Thu Apr 13 10:52:15 2023 +0300

    vulkan/runtime: discard unused graphics stages in libraries
    
    Anv is trying to rely on the stages put into the library graphics
    state.
    
    Signed-off-by: Lionel Landwerlin <[email protected]>
    Cc: mesa-stable
    Reviewed-by: Samuel Pitoiset <[email protected]>
    Reviewed-by: Faith Ekstrand <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22460>
    (cherry picked from commit 5dc4212cc1fa4c3a479d46d3fa8e7c10d1e70d37)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b6c72fa75ed47f97b9b9572c7935ef899888631
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Apr 12 12:57:13 2023 -0400

    mesa/st/program: don't init xfb info if there are no outputs
    
    this is almost certainly a failure case, but drivers still shouldn't
    get xfb info if there are no outputs
    
    affects:
    [email protected]@execution@interface-blocks-api-access-members
    
    cc: mesa-stable
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Reviewed-by: Marek Olšák <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22448>
    (cherry picked from commit a86c710ce5869a55fb96498186f7dffc8e12c727)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=46ff518ebfdf7688b144c163a7366cb7adbdf3ba
Author: Samuel Pitoiset <[email protected]>
Date:   Wed Apr 12 14:03:56 2023 +0200

    radv: fix detecting FMASK_DECOMPRESS/DCC_DECOMPRESS meta pipelines
    
    With the on_demand shaders feature, meta pipelines are only created
    when they are used, otherwise they are NULL. Though, inside secondary
    cmdbuffers, the graphics pipeline might be also NULL. In this specific
    case, radv_is_{dcc,fmask}_decompress_pipeline() would return
    TRUE because these pipelines are NULL too...
    
    This fixes flakes with tests that use secondary cmdbuffers with
    TC-compat images.
    
    Cc: mesa-stable
    Signed-off-by: Samuel Pitoiset <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22440>
    (cherry picked from commit 0b4e7491f3f7528f251458f4e84657b16af6df12)

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=acce8ed1443c2b71a788856ca61927bae293bf8b
Author: Eric Engestrom <[email protected]>
Date:   Sun Apr 16 22:16:15 2023 +0100

    .pick_status.json: Update to 8ebc5cbe2b828f34b9bfb32c528d3514ead59798

Reply via email to