mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 12:48:30 +02:00
vk: Move all gen8 files to gen8 lib
This commit is contained in:
parent
179fc4aae8
commit
0c59cb42b5
1 changed files with 5 additions and 5 deletions
|
|
@ -86,9 +86,6 @@ VULKAN_SOURCES = \
|
|||
anv_util.c \
|
||||
anv_wsi.c \
|
||||
anv_wsi_x11.c \
|
||||
gen8_state.c \
|
||||
gen8_cmd_buffer.c \
|
||||
gen8_pipeline.c \
|
||||
isl.c \
|
||||
isl_format_layout.c
|
||||
|
||||
|
|
@ -111,8 +108,11 @@ libanv_gen75_la_SOURCES = \
|
|||
gen7_state.c
|
||||
libanv_gen75_la_CFLAGS = $(libvulkan_la_CFLAGS) -DANV_GENx10=75
|
||||
|
||||
libanv_gen8_la_SOURCES = \
|
||||
genX_cmd_buffer.c
|
||||
libanv_gen8_la_SOURCES = \
|
||||
genX_cmd_buffer.c \
|
||||
gen8_cmd_buffer.c \
|
||||
gen8_pipeline.c \
|
||||
gen8_state.c
|
||||
libanv_gen8_la_CFLAGS = $(libvulkan_la_CFLAGS) -DANV_GENx10=80
|
||||
|
||||
if HAVE_EGL_PLATFORM_WAYLAND
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue