Mesa (main): intel/compiler: remove what looks like a bad rebase

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Feb 15 01:31:08 UTC 2022


Module: Mesa
Branch: main
Commit: db48dcb4f3419fb2bf2d49c0bd04a38605d2e9a7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=db48dcb4f3419fb2bf2d49c0bd04a38605d2e9a7

Author: Iván Briano <ivan.briano at intel.com>
Date:   Mon Feb 14 15:57:26 2022 -0800

intel/compiler: remove what looks like a bad rebase

This bit in the compiler looks like it was added by accident on one of
the latest versions of the original commit, but it clearly doesn't
belong there.

Fixes: 03e1e19246d ("anv: Refactor descriptor copy")

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15016>

---

 src/intel/compiler/brw_fs.cpp | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/intel/compiler/brw_fs.cpp b/src/intel/compiler/brw_fs.cpp
index 10239f21f85..cc8d49d0fe9 100644
--- a/src/intel/compiler/brw_fs.cpp
+++ b/src/intel/compiler/brw_fs.cpp
@@ -5972,14 +5972,6 @@ lower_lsc_surface_logical_send(const fs_builder &bld, fs_inst *inst)
                                 false /* transpose */,
                                 LSC_CACHE_STORE_L1STATE_L3MOCS,
                                 false /* has_dest */);
-   case SHADER_OPCODE_DWORD_SCATTERED_READ_LOGICAL:
-      inst->desc = lsc_msg_desc(devinfo, LSC_OP_ATOMIC_LOAD, inst->exec_size,
-                                surf_type, LSC_ADDR_SIZE_A32,
-                                1 /* num_coordinates */,
-                                LSC_DATA_SIZE_D32, arg.ud /* num_channels */,
-                                false /* transpose */,
-                                LSC_CACHE_LOAD_L1STATE_L3MOCS,
-                                true /* has_dest */);
       break;
    default:
       unreachable("Unknown surface logical instruction");



More information about the mesa-commit mailing list