mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 19:20:08 +01:00
anv: move compute/ray-tracing commands to their own file
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26989>
This commit is contained in:
parent
cfe894e1e9
commit
51d63f2236
3 changed files with 1170 additions and 1121 deletions
File diff suppressed because it is too large
Load diff
1169
src/intel/vulkan/genX_cmd_compute.c
Normal file
1169
src/intel/vulkan/genX_cmd_compute.c
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -101,6 +101,7 @@ libanv_per_hw_ver_libs = []
|
|||
anv_per_hw_ver_files = files(
|
||||
'genX_blorp_exec.c',
|
||||
'genX_cmd_buffer.c',
|
||||
'genX_cmd_compute.c',
|
||||
'genX_cmd_draw.c',
|
||||
'genX_cmd_draw_generated_flush.h',
|
||||
'genX_cmd_draw_generated_indirect.h',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue