Mesa (staging/22.1): 31 new commits

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 21 01:42:12 UTC 2022


URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1003a68021985fca94f44c406a4f7d4653eae9e1
Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Tue Apr 19 16:01:35 2022 -0400

    zink: set VK_QUERY_RESULT_WAIT_BIT when copying to qbo
    
    according to spec, this ensures that drivers will accurately
    return results relative to when the query was ended
    
    cc: mesa-stable
    
    Reviewed-by: Dave Airlie <airlied at redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16049>
    (cherry picked from commit 373c8001d6615d70d112c7526ea4f4953257b6b9)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0560d71cd838bd16adb8d4695c7a234c8a8561f6
Author: Emma Anholt <emma at anholt.net>
Date:   Thu Apr 14 11:03:00 2022 -0700

    nouveau/nir: Fix the inverted sense of usesSampleMaskIn.
    
    Fixes: 9f3d5e99ea60 ("compiler: Use util/bitset.h for system_values_read")
    Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
    Reviewed-by: Karol Herbst <kherbst at redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16063>
    (cherry picked from commit af718674ab50eebd2a97b85455214bda3864fb1b)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=027db8d00a5d39111ba55a76981a685259defe01
Author: Konstantin Seurer <konstantin.seurer at gmail.com>
Date:   Tue Apr 19 12:30:32 2022 +0200

    radv: Enable rt primitive culling for spirv2nir
    
    Fixes: c8fe408fcc7 ("radv: Advertise ray primitive culling")
    Signed-off-by: Konstantin Seurer <konstantin.seurer at gmail.com>
    Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16028>
    (cherry picked from commit 324b2ae5f234f67b279bfb342ab3594a9a836457)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d309ff7fc996b2bb5e911cb9518d0129232930b
Author: Boris Brezillon <boris.brezillon at collabora.com>
Date:   Tue Apr 19 01:00:51 2022 -0700

    dzn: Pass the right type to CreateCommandList() in the reset path
    
    The Command allocator and command list type must match, but we
    are forcing it to D3D12_COMMAND_LIST_TYPE_DIRECT in the reset path.
    
    Fixes: a012b219640 ("microsoft: Initial vulkan-on-12 driver")
    Reviewed-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16023>
    (cherry picked from commit 9fd02d49b8cc0e05b5d6d22c8a64df628488492a)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb25dd50e86fc8b04aa77d90981b5401ab5bf0eb
Author: Marcin Ślusarz <marcin.slusarz at intel.com>
Date:   Wed Apr 13 14:37:15 2022 +0200

    intel/compiler: invalidate metadata in brw_nir_initialize_mue
    
    New "if" blocks may have been inserted.
    
    Fixes: bc4f8c073a2 ("intel/compiler: inject MUE initialization")
    Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15924>
    (cherry picked from commit 5dace41c108f84e9e0ba4de42da2261ae834fd3b)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=505f71faa5699311e6c48c35df40f11febbc672f
Author: Marcin Ślusarz <marcin.slusarz at intel.com>
Date:   Wed Apr 13 13:15:28 2022 +0200

    intel/compiler: invalidate all metadata in brw_nir_lower_intersection_shader
    
    New "if" blocks were inserted.
    
    Fixes: 303378e1dd4 ("intel/rt: Add lowering for combined intersection/any-hit shaders")
    Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
    Reviewed-by: Jason Ekstrand <jason.ekstrand at collabora.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15924>
    (cherry picked from commit 4fddef33d5912c09677d92085911dadd60720072)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e91ac2b34c66790d7e5c1c437df1b0a125afe9d6
Author: Marcin Ślusarz <marcin.slusarz at intel.com>
Date:   Wed Apr 13 13:09:23 2022 +0200

    anv: invalidate all metadata in anv_nir_lower_ubo_loads
    
    lower_ubo_load_instr may insert "if" blocks.
    
    Fixes: 61749b5a151 ("anv: Add a pass for lowering A64 UBO access")
    Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
    Reviewed-by: Jason Ekstrand <jason.ekstrand at collabora.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15924>
    (cherry picked from commit 5bd3ba5b67f4a51bf21ea30b0a4f1c8d1551568e)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ad3539e7d985542d66266d0f0efb0c9798d1c0e
Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Wed Apr 13 11:08:44 2022 +0300

    anv: allow getting the address of the beginning of the batch
    
    There is no reason not to be able to get it.
    
    Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
    Fixes: 34a0ce58c7f8 ("anv: add a new execution mode for secondary command buffers")
    Reviewed-by: Marcin Ślusarz <marcin.slusarz at intel.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15968>
    (cherry picked from commit 184084e21c096e10d958372c8745facdf7367396)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=400023483aad0aaf42c08a5964a6da290ac7f8d3
Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Thu Mar 24 09:57:10 2022 +0100

    vulkan: explicitly cast object-type enum
    
    VkObjectType and VkDebugReportObjectTypeEXT has the same enum-values.
    Why the Vulkan WG thought this was a good idea, beats me. But it's what
    we have to live with now.
    
    Anyway, instead of having a statement that implicitly casts two
    different values from the former to the latter, let's fully relsove the
    type as the former, and cast the value when using it instead.
    
    Fixes: 41318a58196 ("vulkan: Use vk_object_base::type for debug_report")
    Acked-by: Alyssa Rosenzweig <alyssa at collabora.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15547>
    (cherry picked from commit b27a2ba4fcb07d0d55e237f6d62c8dd69e0f1380)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4efcff426df8db72bd76cefcb2d7a87604352164
Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Mon Apr 18 18:25:55 2022 -0400

    zink: rework zink_kopper_update() assert
    
    the dt might have been killed, so just assert that it's a display target
    
    fixes #6317
    
    Fixes: 8ade5588e39 ("zink: add kopper api")
    
    Reviewed-by: Adam Jackson <ajax at redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16017>
    (cherry picked from commit 3d97367a60634201c42d2d64a2ab6439510e2c25)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7108e84a93f5cf6703a4fedbc955a718ac774fb9
Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Mon Apr 18 14:39:24 2022 -0400

    zink: make a kopper debug print into an error
    
    Fixes: 8ade5588e39 ("zink: add kopper api")
    
    Reviewed-by: Adam Jackson <ajax at redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16017>
    (cherry picked from commit 9ecdc2e9851f5315f808841df45301efee6e3e6f)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3cc3a8897aa878cc03c01dfca3f089d7106f56cd
Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Fri Apr 15 12:59:03 2022 -0400

    zink: fix extended restart prim types without dynamic state2
    
    these are all allowed with the ext
    
    cc: mesa-stable
    
    Reviewed-by: Dave Airlie <airlied at redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15978>
    (cherry picked from commit 8806f444a5c005d20cd4ec4ed42e508ffd9cb1da)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d598d119bb151248670de5ecc0a399e9fd03ff53
Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Fri Apr 15 12:57:25 2022 -0400

    zink: support restart with PIPE_PRIM_LINES_ADJACENCY if ext is available
    
    cc: mesa-stable
    
    Reviewed-by: Dave Airlie <airlied at redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15978>
    (cherry picked from commit cd9424d93f3da62397c0cdaf70076512e217b464)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5c4dffac4366dddd5f84be3e6e90c4bafabe981
Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Thu Apr 14 16:18:10 2022 -0400

    zink: unconditionally set line width on rasterizer state change
    
    the pipe cap is used for gating wideline support, so this will always
    be 1.0 when not supported
    
    furthermore, the previous code wasn't accurately checking line width
    for tess shaders, breaking tests
    
    cc: mesa-stable
    
    fixes (nv):
    KHR-GL46.tessellation_shader.tessellation_control_to_tessellation_evaluation.gl_PatchVerticesIn
    
    Reviewed-by: Dave Airlie <airlied at redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15960>
    (cherry picked from commit d8b66fcbf9aba2ad2f69de8e45af4c3c8f2a8323)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=500ec9a39fcad81317fa0000196e1562bb6e0d24
Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Thu Apr 14 09:02:28 2022 -0400

    zink: use mixed zs renderpass for depth read/write
    
    this is triggered by u_blitter when doing src==dst blits
    
    Fixes: 7781a75229d ("zink: add a renderpass flag for mixed zs layout")
    
    affects:
    GTF-GL46.gtf30.GL3Tests.framebuffer_blit.framebuffer_blit_functionality*
    
    Reviewed-by: Dave Airlie <airlied at redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15960>
    (cherry picked from commit 9409756ee36c87de388dd5cb3a2455b4c8be94bf)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c4cee53b6312442e04b035ae4189fd39903ab3d
Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Wed Apr 13 14:19:58 2022 -0400

    zink: reject resource creation if format features don't match attachment
    
    if a rendertarget-specified image can't be a rendertarget or a blit dst
    then it can't be used for the designated functionality and must be rejected
    
    cc: mesa-stable
    
    fixes hangs on various nv driver versions:
    dEQP-GLES2.functional.texture.mipmap.2d.generate.rgba5551_fastest
    
    Reviewed-by: Dave Airlie <airlied at redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15960>
    (cherry picked from commit 37ac8647fca4ab8aa1be6879fa810def7404449c)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ef70246d7f63aa31af1dea856156cfaac483f5f
Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Fri Apr 15 11:18:07 2022 -0400

    zink: remove tcs patch slot map
    
    this is illegal, and we'll just have to eat some piglit fails
    until indirects are handled
    
    Fixes: f7ade1f1885 ("zink: simplify shader i/o assignment")
    
    Reviewed-by: Dave Airlie <airlied at redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15976>
    (cherry picked from commit 12cf9a154446dfdc46a256fe88246baf5b1fe6e8)
    
    Conflicts:
    	src/gallium/drivers/zink/ci/zink-lvp-fails.txt

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1e7638b3b0714e99d2fd280e30793a6a9d54b51
Author: Sviatoslav Peleshko <sviatoslav.peleshko at globallogic.com>
Date:   Tue Apr 12 12:52:27 2022 +0300

    mesa: flush bitmap caches when changing scissors or window rects state
    
    If we change the sate without flushing the bitmap cache, the cache might be
    rendered with the new scissor, which excludes some parts that should've
    been rendered with the old state, and vice versa.
    
    Cc: mesa-stable
    Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6233
    
    Signed-off-by: Sviatoslav Peleshko <sviatoslav.peleshko at globallogic.com>
    Reviewed-by: Marek Olšák <marek.olsak at amd.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15881>
    (cherry picked from commit dd7278aa10af21b8622cb5721253eb90c3c0752f)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e0b632a168d79020029e3a175794d0fd62c76b5
Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Mon Apr 18 13:53:21 2022 +1000

    nir: fix setting varying from uniform as flat
    
    Here we just make sure we match the interpolation type on both
    sides of the shader interface. Drivers like d3d12 are expecting
    this.
    
    Fixes: 9401990e6f7a ("nir/linker: set varying from uniform as flat")
    
    Reviewed-by: Qiang Yu <yuq825 at gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16003>
    (cherry picked from commit 4b4bb46af41c5e6c773ad3f9c0d34c7272e0149f)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2df1101903a14136f2f2183b4d48ab759bc8dd5d
Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Thu Apr 14 17:31:51 2022 +0200

    radv: fix initializing pipeline_key::topology for GFX9 and older
    
    This is used to determine the geometry shader info on GFX9, and it
    looks like it was broken for topologies that use adjacency.
    
    This is also used to remove PSIZ from shaders that don't need it.
    
    Found by inspection.
    
    fossils-db (Polaris10):
    Totals from 140 (0.10% of 135960) affected shaders:
    SGPRs: 10448 -> 9696 (-7.20%)
    VGPRs: 4376 -> 4264 (-2.56%)
    CodeSize: 164316 -> 161028 (-2.00%)
    Instrs: 26449 -> 25767 (-2.58%)
    Latency: 184448 -> 180468 (-2.16%)
    InvThroughput: 80772 -> 79092 (-2.08%)
    VClause: 337 -> 328 (-2.67%); split: -2.97%, +0.30%
    SClause: 859 -> 813 (-5.36%); split: -5.70%, +0.35%
    Copies: 1027 -> 790 (-23.08%)
    PreSGPRs: 2751 -> 2331 (-15.27%)
    PreVGPRs: 3887 -> 3836 (-1.31%)
    
    Cc: mesa-stable
    Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
    Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15948>
    (cherry picked from commit ed7d831525436ef63092b47f465a184fff4eff74)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d6e271c94e15b2cfb46cfc73a4353c572956c07
Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Sat Mar 26 23:59:26 2022 +0200

    intel: fix URB programming for GT1s
    
    We're missing a programming restriction.
    
    Hopefully fixing
    dEQP-VK.spirv_assembly.instruction.graphics.float16.arithmetic_1.* on
    Gfx9atoms
    
    Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
    Cc: mesa-stable
    Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6216
    Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
    Reviewed-by: Caio Oliveira <caio.oliveira at intel.com>.
    Tested-by: Mark Janes <markjanes at swizzler.org>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15596>
    (cherry picked from commit b07c215c353fbbf12f9a1cb154f0a46b52451b6a)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e283acbc2d26321fba8ffd6fad0f249702a6e047
Author: Gert Wollny <gert.wollny at collabora.com>
Date:   Sun Apr 17 09:47:28 2022 +0200

    r600/sfn: Fix store_shared_r600 write masks
    
    The error was caught by the new nir_validation code.
    
    Fixes: 73ef225fc277cd7ccc996a0306cc3e9a30c46fa3
        nir: validate write_mask for all intrinsics that have it
    
    Signed-off-by: Gert Wollny <gert.wollny at collabora.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15994>
    (cherry picked from commit ef75752ef8639026e573ba7c97088c965551ef37)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e90c308b2ef9bc6bad7d8b6f2bcb22778a243273
Author: Emma Anholt <emma at anholt.net>
Date:   Mon Apr 11 16:28:05 2022 -0700

    nir: Add lowering for fround_even on r300.
    
    When we put NIR in the compiler stack for r300, indirect addressing broke
    for gallium nine.  DX's array indirects round the float value, so the DX
    shader gets mapped to a TGSI "ARR ADDR[0] src.x" instruction.  Translating
    that to NIR maps to r0[f2i32(fround(src.x))].  While we might hope that in
    translation back using nir-to-tgsi after optimization we would recognize
    the construct and emit ARR again, that's going to be error prone (think
    "what if src.x is in a NIR register?") so we need a fallback plan.  r300
    will be able to handle this lowering, so get it in place first to fix the
    regression.
    
    Fixes: #6297
    Fixes: 7d2ea9b0edef ("r300: Request NIR shaders from mesa/st and use NIR-to-TGSI.")
    Reviewed-by: Marek Olšák <marek.olsak at amd.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15870>
    (cherry picked from commit 6947016b468417f60203db68c34e0961e4ac7845)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=db9e919c2aaa96b2b11041bd5db9a4a7216568bc
Author: Icecream95 <ixn at disroot.org>
Date:   Fri Apr 15 23:50:33 2022 +1200

    panfrost: Stop overallocating compressed textures
    
    The line stride uses the number of bytes in the entire block, so both
    the width and height need to be reduced for compressed textures so
    that the surface stride is calculated correctly.
    
    Fixes: 051d62cf041 ("panfrost: Add a pan_image_layout_init() helper")
    Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6286
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15989>
    (cherry picked from commit f267000240b629c48d4935ff38bbe70fe85435ce)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e646ed2446e26e295e03fe45e86103c1216eb80d
Author: Michel Zou <xantares09 at hotmail.com>
Date:   Sun Apr 10 09:51:52 2022 +0200

    gallium: fix unused symbols warnings
    
    fixes: d760a915
    
    Reviewed-by: Adam Jackson <ajax at redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15840>
    (cherry picked from commit 4c1cb62999d2b5f2f1a6313ae61110fc7902372a)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b982841e3415719f538d1ed67d742573a64d6d0
Author: Jason Ekstrand <jason.ekstrand at collabora.com>
Date:   Fri Apr 15 15:20:17 2022 -0500

    nir/opcodes: fisfinite32 should return bool32
    
    Otherwise constant-folding will fold it to 0/1 instead of 0/~0.
    
    Fixes: 330e28155f79 ("nir: add 32-bit bool of fisfinite")
    Reviewed-by: Alyssa Rosenzweig <alyssa at collabora.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15984>
    (cherry picked from commit 5c9e4d400a66a0d139ebacab9ec9d0e135116812)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9e77f714da44261650b7ff3dbd44aa60ef1316c
Author: Rhys Perry <pendingchaos02 at gmail.com>
Date:   Thu Apr 14 18:57:51 2022 +0100

    ac/nir: properly handle large global access constant offsets
    
    Signed-off-by: Rhys Perry <pendingchaos02 at gmail.com>
    Reviewed-by: Timur Kristóf <timur.kristof at gmail.com>
    Fixes: 61ac5acca3b ("radv,ac/nir: lower global access to _amd global access intrinsics")
    Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6321
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15951>
    (cherry picked from commit 8fe8c5dfd08a7582e99c41146e50b21bea5d8485)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=498f92eb2c3b42fafe8b2acbeb7b313e2aa7a9aa
Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Tue Apr 12 11:45:33 2022 -0400

    mesa/st: set normalized coords for RECT samplers if rects are unsupported
    
    the shaders will never see these, so set the expected value for 2D
    
    cc: mesa-stable
    
    Reviewed-by: Dave Airlie <airlied at redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15895>
    (cherry picked from commit 2058ae7b430457dd5dcc2a2e7eaf742981bfbf4f)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=67f3a4b6b49d76319316e20bafb22f4e006497af
Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Tue Apr 12 11:42:14 2022 -0400

    nir/lower_tex: fix rect queries with lower_rect set
    
    queries still need the sampler_dim changed
    
    Fixes: 682e14d3eae ("nir: lower_tex: Don't normalize coordinates for TXF with RECT")
    
    Reviewed-by: Dave Airlie <airlied at redhat.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15895>
    (cherry picked from commit 5b0634d7353017464c0bdb9e009f4b2d98948187)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=241368328ca048100dbdc658755d9e680eb9b454
Author: Emma Anholt <emma at anholt.net>
Date:   Wed Apr 13 16:10:49 2022 -0700

    Revert "ci: Disable Google's lab"
    
    This reverts commit 8506c2b7ee447faabcda7c4b123717d6e375ee9c.  Network
    admins say the fixed things, and we see the runners phoning home again.
    
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15936>
    (cherry picked from commit eb78378345517d3fc94623ddcf0b2ada78e448f0)

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6dc14afb8c9b7a75e33208448a84c5c6ee233971
Author: Dylan Baker <dylan.c.baker at intel.com>
Date:   Wed Apr 20 18:26:07 2022 -0700

    .pick_status.json: Update to e509598470c000498c3e1328e012142d9047e292



More information about the mesa-commit mailing list