mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 08:20:12 +01:00
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:
parent
ddc18b4e78
commit
cfe894e1e9
3 changed files with 2331 additions and 2277 deletions
File diff suppressed because it is too large
Load diff
2329
src/intel/vulkan/genX_cmd_draw.c
Normal file
2329
src/intel/vulkan/genX_cmd_draw.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_draw.c',
|
||||
'genX_cmd_draw_generated_flush.h',
|
||||
'genX_cmd_draw_generated_indirect.h',
|
||||
'genX_gfx_state.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue