62205d41db2b18b4b0ae827124a3e38aece4b4a9
[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 wsi_common.h \
46 genX_pipeline_util.h \
47 vk_format_info.h
48
49 VULKAN_WSI_WAYLAND_FILES := \
50 anv_wsi_wayland.c \
51 wsi_common_wayland.c \
52 wsi_common_wayland.h
53
54 VULKAN_WSI_X11_FILES := \
55 anv_wsi_x11.c \
56 wsi_common_x11.c \
57 wsi_common_x11.h
58
59 VULKAN_GEM_FILES := \
60 anv_gem.c
61
62 VULKAN_GEM_STUB_FILES := \
63 anv_gem_stubs.c
64
65 VULKAN_GENERATED_FILES := \
66 anv_entrypoints.c \
67 anv_entrypoints.h \
68 anv_timestamp.h
69
70
71 GEN7_FILES := \
72 genX_cmd_buffer.c \
73 genX_blorp_exec.c \
74 genX_pipeline.c \
75 gen7_cmd_buffer.c \
76 gen7_pipeline.c \
77 genX_state.c
78
79 GEN75_FILES := \
80 genX_cmd_buffer.c \
81 genX_blorp_exec.c \
82 genX_pipeline.c \
83 gen7_cmd_buffer.c \
84 gen7_pipeline.c \
85 genX_state.c
86
87 GEN8_FILES := \
88 genX_cmd_buffer.c \
89 genX_blorp_exec.c \
90 genX_pipeline.c \
91 gen8_cmd_buffer.c \
92 gen8_pipeline.c \
93 genX_state.c
94
95 GEN9_FILES := \
96 genX_cmd_buffer.c \
97 genX_blorp_exec.c \
98 genX_pipeline.c \
99 gen8_cmd_buffer.c \
100 gen8_pipeline.c \
101 genX_state.c