anv: Get rid of meta
[mesa.git] / src / intel / vulkan / Makefile.sources
1 # Copyright © 2015 Intel Corporation
2 #
3 # Permission is hereby granted, free of charge, to any person obtaining a
4 # copy of this software and associated documentation files (the "Software"),
5 # to deal in the Software without restriction, including without limitation
6 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
7 # and/or sell copies of the Software, and to permit persons to whom the
8 # Software is furnished to do so, subject to the following conditions:
9 #
10 # The above copyright notice and this permission notice (including the next
11 # paragraph) shall be included in all copies or substantial portions of the
12 # Software.
13 #
14 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
20 # IN THE SOFTWARE.
21
22 VULKAN_FILES := \
23 anv_allocator.c \
24 anv_batch_chain.c \
25 anv_blorp.c \
26 anv_cmd_buffer.c \
27 anv_descriptor_set.c \
28 anv_device.c \
29 anv_dump.c \
30 anv_formats.c \
31 anv_genX.h \
32 anv_image.c \
33 anv_intel.c \
34 anv_nir.h \
35 anv_nir_apply_dynamic_offsets.c \
36 anv_nir_apply_pipeline_layout.c \
37 anv_nir_lower_push_constants.c \
38 anv_pass.c \
39 anv_pipeline.c \
40 anv_pipeline_cache.c \
41 anv_private.h \
42 anv_query.c \
43 anv_util.c \
44 anv_wsi.c \
45 anv_wsi.h \
46 genX_pipeline_util.h \
47 vk_format_info.h
48
49 VULKAN_WSI_WAYLAND_FILES := \
50 anv_wsi_wayland.c
51
52 VULKAN_WSI_X11_FILES := \
53 anv_wsi_x11.c
54
55 VULKAN_GEM_FILES := \
56 anv_gem.c
57
58 VULKAN_GEM_STUB_FILES := \
59 anv_gem_stubs.c
60
61 VULKAN_GENERATED_FILES := \
62 anv_entrypoints.c \
63 anv_entrypoints.h \
64 anv_timestamp.h
65
66
67 GEN7_FILES := \
68 genX_cmd_buffer.c \
69 genX_blorp_exec.c \
70 genX_pipeline.c \
71 gen7_cmd_buffer.c \
72 gen7_pipeline.c \
73 genX_state.c
74
75 GEN75_FILES := \
76 genX_cmd_buffer.c \
77 genX_blorp_exec.c \
78 genX_pipeline.c \
79 gen7_cmd_buffer.c \
80 gen7_pipeline.c \
81 genX_state.c
82
83 GEN8_FILES := \
84 genX_cmd_buffer.c \
85 genX_blorp_exec.c \
86 genX_pipeline.c \
87 gen8_cmd_buffer.c \
88 gen8_pipeline.c \
89 genX_state.c
90
91 GEN9_FILES := \
92 genX_cmd_buffer.c \
93 genX_blorp_exec.c \
94 genX_pipeline.c \
95 gen8_cmd_buffer.c \
96 gen8_pipeline.c \
97 genX_state.c