anv: move draw 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:
Lionel Landwerlin
2024-01-10 14:14:49 +02:00
committed by Marge Bot
parent ddc18b4e78
commit cfe894e1e9
3 changed files with 2331 additions and 2277 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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_draw.c',
'genX_cmd_draw_generated_flush.h',
'genX_cmd_draw_generated_indirect.h',
'genX_gfx_state.c',