Module: Mesa Branch: main Commit: 51d63f22363d08e7b9477fd795d4c1bcc04acf72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51d63f22363d08e7b9477fd795d4c1bcc04acf72
Author: Lionel Landwerlin <[email protected]> Date: Wed Jan 10 14:21:29 2024 +0200 anv: move compute/ray-tracing commands to their own file Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Tapani Pälli <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26989> --- src/intel/vulkan/genX_cmd_buffer.c | 1121 --------------------------------- src/intel/vulkan/genX_cmd_compute.c | 1169 +++++++++++++++++++++++++++++++++++ src/intel/vulkan/meson.build | 1 + 3 files changed, 1170 insertions(+), 1121 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=51d63f22363d08e7b9477fd795d4c1bcc04acf72
