URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f1e6d8f70a8fa2c174e0070c4331f5f178e6f1f
Author: Marek Olšák <[email protected]>
Date:   Mon Feb 20 00:50:24 2023 -0500

    nir,amd: add and use nir_intrinsic_load_esgs_vertex_stride_amd
    
    This will emulate VGT_ESGS_RING_ITEMSIZE, which does the multiplication
    for us. It's beneficial to stop setting VGT_ESGS_RING_ITEMSIZE to reduce
    context rolls, and also the register will be removed in the future.
    
    Reviewed-by: Timur Kristóf <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e837f959441c8bbf806c6f941f14c89dd6b9a18
Author: Marek Olšák <[email protected]>
Date:   Sun Feb 19 00:00:45 2023 -0500

    amd/gpu_info: add a workaround for SI_FORCE_FAMILY=gfx1100
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=df6380ddc9c88b37355cb85d2f37697192354aaa
Author: Marek Olšák <[email protected]>
Date:   Tue Jan 24 19:15:35 2023 -0500

    amd: implement conformant TRUNC_COORD behavior for gfx11
    
    For testing, the conformant behavior can be enabled by setting
    conformant_trunc_coord to true manually and running this to enable
    the conformant behavior in hw:
        umr -w *.*.regTA_CNTL2 0x40000
    
    The layer index rounding and TRUNC_COORD resetting workarounds can disabled
    in the shader compiler.
    
    Reviewed-by: Samuel Pitoiset <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=39fefeabee69b65f1f696b06c14ba8e002429df0
Author: Marek Olšák <[email protected]>
Date:   Tue Feb 21 08:04:41 2023 -0500

    radeonsi/gfx11: change the default of COMPUTE_DISPATCH_INTERLEAVE to 256
    
    This is an internal recommendation.
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e8bd05020934598c91ea72159b040c4666d6626
Author: Marek Olšák <[email protected]>
Date:   Tue Feb 21 02:16:37 2023 -0500

    radeonsi: don't set PACKET_TO_ONE_PA for line stippling
    
    A hw guy told me this.
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ca32bbc7984b36e100c102582c5890de098c8b4
Author: Marek Olšák <[email protected]>
Date:   Sun Feb 19 04:40:59 2023 -0500

    radeonsi: reorganize si_init_depth_surface for better readability
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5a98ba30c45881888f91e0efbd3f803e4755e63
Author: Marek Olšák <[email protected]>
Date:   Sun Feb 19 04:40:34 2023 -0500

    radeonsi: reorganize si_initialize_color_surface for better readability
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=236890608fce14d547a6856aed66cd630e1ee0f4
Author: Marek Olšák <[email protected]>
Date:   Sun Feb 19 04:39:47 2023 -0500

    radeonsi: reorganize emit_db_render_state and simplify VRS code
    
    for better readability
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=be8c61b4f6744b81ff0dc4383b972b3bae50c8a1
Author: Marek Olšák <[email protected]>
Date:   Sat Feb 4 19:06:14 2023 -0500

    amd/registers: only define SPI and COMPUTE registers in the 0xB000 range
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=82926d93b4200f6ae67ce0c5bcdb0e925b8bc643
Author: Marek Olšák <[email protected]>
Date:   Sat Feb 18 04:33:38 2023 -0500

    radeonsi: don't clamp z_samples to fix Unreal Tournament 99
    
    Fixes: a29218b5 - radeonsi/gfx11: always set MSAA_NUM_SAMPLES=0 for 
DCC_DECOMPRESS
    Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8261
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=80c0efa50f5baa5ab1a64d05e0563242fd7f80ac
Author: Marek Olšák <[email protected]>
Date:   Tue Jan 24 20:31:19 2023 -0500

    amd: query the per-SIMD VGPR counts from the kernel, don't hardcode them
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=26208698ae02ebb35dc435be24f192d57ee5dc87
Author: Marek Olšák <[email protected]>
Date:   Mon Feb 20 00:26:15 2023 -0500

    radeonsi: rename esgs_itemsize -> esgs_vertex_stride
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=32b8d0c19d2bb19896b230d1c312aaedde1e44f6
Author: Marek Olšák <[email protected]>
Date:   Mon Feb 20 00:25:01 2023 -0500

    radeonsi: correct and clean up obsolete vs_state_bits comments
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=23e7d44a88dd86747fef331408fe4d8fc7e8da4c
Author: Marek Olšák <[email protected]>
Date:   Mon Feb 20 00:22:48 2023 -0500

    radeonsi: always add 1 to lshs_vertex_stride now that LS_OUT_PATCH_SIZE is 
gone
    
    LS_OUT_PATCH_SIZE limited the maximum value.
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9c6ef7f51888c4418a1cbedbf344832281ae675
Author: Marek Olšák <[email protected]>
Date:   Mon Feb 20 00:13:35 2023 -0500

    radeonsi: remove unused VS_STATE_LS_OUT_PATCH_SIZE
    
    This became unused when we switched to nir_lower_hs_inputs_to_mem.
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=461b05c281c28a579a372512330242218c290ee4
Author: Marek Olšák <[email protected]>
Date:   Sun Feb 19 23:46:46 2023 -0500

    radeonsi: remove a gfx11 check in si_shader_gs (legacy GS)
    
    Gfx11 doesn't support legacy GS.
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6d8e776fd0701c4afb49820533395343ae09c36
Author: Marek Olšák <[email protected]>
Date:   Sun Feb 19 04:38:03 2023 -0500

    radeonsi: reformat emit_cb_render_state, create_blend_state, create_rs_state
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e9968e3a12c6662d523d97e38166ce02270bee6
Author: Marek Olšák <[email protected]>
Date:   Sun Feb 19 04:05:02 2023 -0500

    radeonsi: remove returns from si_emit_global_shader_pointers
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=98eee7dee3828a2ef41047795857da39101f6429
Author: Marek Olšák <[email protected]>
Date:   Sun Feb 19 03:51:54 2023 -0500

    amd: replace SI_BIG_ENDIAN with UTIL_ARCH_BIG_ENDIAN
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0c8b24e225598511c7173a4c807891dd0112e78
Author: Marek Olšák <[email protected]>
Date:   Fri Feb 17 18:44:29 2023 -0500

    amd/registers: unify VRS combiner definition names between gfx103 and gfx11
    
    use gfx11 names
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Reviewed-by: Samuel Pitoiset <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=091268944d9116a606850994b31b59cbf21ea679
Author: Marek Olšák <[email protected]>
Date:   Sat Feb 18 09:58:50 2023 -0500

    amd,radeonsi: remove unused LLVM functions
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8b17b17526b46d69e4102a883ba451e7f1db148
Author: Marek Olšák <[email protected]>
Date:   Sat Feb 18 04:51:28 2023 -0500

    radeonsi: disable Smart Access Memory because CPU access has large overhead
    
    It will be remove completely in the next commit.
    
    Related: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8176
    
    Cc: mesa-stable
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d61cd39026637671560e780d5f8224b4c468280c
Author: Marek Olšák <[email protected]>
Date:   Sat Feb 18 04:44:28 2023 -0500

    radeonsi: replace si_screen::has_out_of_order_rast with the radeon_info 
field
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b85fa60319f8d1c65c0227543215d0363a1be08
Author: Marek Olšák <[email protected]>
Date:   Sat Feb 18 02:33:32 2023 -0500

    radeonsi/gfx11: ignore alpha_is_on_msb because the hw ignores it
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=52f5b7a97054d8362b2db5534972f748f90c0209
Author: Marek Olšák <[email protected]>
Date:   Sat Feb 18 00:36:23 2023 -0500

    radeonsi: set PA_SU_VTX_CNTL consecutively with PA_CL_GB_VERT_CLIP_ADJ
    
    because they are all next to each other.
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=429f43f08810432080b51a9a6fb32398eb89ea31
Author: Marek Olšák <[email protected]>
Date:   Sat Feb 18 00:09:00 2023 -0500

    radeonsi: use SPI_SHADER_USER_DATA_HS_0 definition instead of LS_0
    
    The value is the same, but LS_0 is for gfx9 only, and HS_0 is for everything
    except gfx9.
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6dcd60206a1ccd528ae13c9fa0fc7a2234ee9d15
Author: Marek Olšák <[email protected]>
Date:   Fri Feb 17 22:22:22 2023 -0500

    radeonsi: remove no-op setting of THDS_PER_SUBGRP
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=742c9f411b7db8fc3e2ccda6cc42bf564fb8aa79
Author: Marek Olšák <[email protected]>
Date:   Fri Feb 17 22:20:44 2023 -0500

    radeonsi: change si_shader::ctx_reg to a nameless union for better 
readability
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e9863f496877da395254d8dc5c18a8dc56d8192
Author: Marek Olšák <[email protected]>
Date:   Fri Feb 17 22:09:34 2023 -0500

    radeonsi: move a few DB_SHADER_CONTROL states into si_shader_ps
    
    They can be set si_shader_ps.
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee83ba57716644788468f666e0138c142b3d403c
Author: Marek Olšák <[email protected]>
Date:   Tue Jan 24 03:53:36 2023 -0500

    radeonsi/gfx11: set CB_COLORi_INFO.MAX_COMP_FRAG on GFX1103_R2
    
    Fixes: caa09f66ae4 - amd: add chip identification for gfx1100-1103
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c54635a0333bb225e2d52113e697bcf444abecc1
Author: Marek Olšák <[email protected]>
Date:   Tue Feb 7 22:48:41 2023 -0500

    radeonsi/gfx11: don't set non-existent VGT_STRMOUT_BUFFER_CONFIG
    
    Fixes: 9fecac091f3 - radeonsi/gfx11: scattered register deltas
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=31438fbab5674147662170bc13d66389cecb35ad
Author: Marek Olšák <[email protected]>
Date:   Sun Feb 5 00:13:50 2023 -0500

    radeonsi/gfx11: fix the CU_EN clear mask for RSRC4_GS
    
    Fixes: 9fecac091f3 - radeonsi/gfx11: scattered register deltas
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=34c01cf718b9b5b98d14c655bcdcc8a77f5d68bf
Author: Marek Olšák <[email protected]>
Date:   Sat Feb 18 03:56:57 2023 -0500

    amd: bump AMD_MAX_SE and change the CU mask type to 16 bits
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Reviewed-by: Samuel Pitoiset <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=63b21e3066a451415917472228b05f71b34d1a48
Author: Marek Olšák <[email protected]>
Date:   Tue Jan 24 03:49:42 2023 -0500

    amd: add missing gfx11 register definitions
    
    Fixes: caa09f66ae4 - amd: add chip identification for gfx1100-1103
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac0e83375a39474c78d848311430959fc6d17c36
Author: Marek Olšák <[email protected]>
Date:   Mon Feb 6 17:47:56 2023 -0500

    amd: fix LOD_BIAS on gfx6-9 and adjust the lod bias CAP
    
    Fixes: e673bb4ae44 - amd,util: fix how lod bias is converted to fixed-point
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Reviewed-by: Samuel Pitoiset <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=98328a71dc577382bdd451e4cde752639a921782
Author: Marek Olšák <[email protected]>
Date:   Mon Feb 6 00:12:50 2023 -0500

    radeonsi: fix COMPAT_MODE on gfx8-9
    
    It was set in the wrong dword.
    
    Fixes: e673bb4ae44 ("amd,util: fix how lod bias is converted to 
fixed-point")
    
    Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb70d8cf9c6dc5757b1f443a6e25095f34ba6d76
Author: Marek Olšák <[email protected]>
Date:   Fri Feb 24 05:16:59 2023 -0500

    Revert "radeonsi/ci: Update stoney test expectations"
    
    This reverts commit 53cc5092885d5d8dd01a66302e2f762f5b00e045.
    
    This MR fixes it.
    
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21525>

Reply via email to