OSDN Git Service

7e28f50da679990c95b3446f9601e84a9c31ed13
[android-x86/external-mesa.git] / src / gallium / drivers / swr / Makefile.sources
1 # Copyright (C) 2015 Intel Corporation.   All Rights Reserved.
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 LOADER_SOURCES := \
23         swr_loader.cpp
24
25 CXX_SOURCES := \
26         swr_clear.cpp \
27         swr_context.cpp \
28         swr_context.h \
29         swr_draw.cpp \
30         swr_public.h \
31         swr_resource.h \
32         swr_screen.cpp \
33         swr_screen.h \
34         swr_state.cpp \
35         swr_state.h \
36         swr_tex_sample.cpp \
37         swr_tex_sample.h \
38         swr_scratch.h \
39         swr_scratch.cpp \
40         swr_shader.cpp \
41         swr_memory.h \
42         swr_fence.h \
43         swr_fence.cpp \
44         swr_query.h \
45         swr_query.cpp
46
47 COMMON_CXX_SOURCES := \
48         rasterizer/common/containers.hpp \
49         rasterizer/common/formats.cpp \
50         rasterizer/common/formats.h \
51         rasterizer/common/isa.hpp \
52         rasterizer/common/os.h \
53         rasterizer/common/rdtsc_buckets.cpp \
54         rasterizer/common/rdtsc_buckets.h \
55         rasterizer/common/rdtsc_buckets_shared.h \
56         rasterizer/common/rdtsc_buckets_shared.h \
57         rasterizer/common/simdintrin.h \
58         rasterizer/common/swr_assert.cpp \
59         rasterizer/common/swr_assert.h
60
61 CORE_CXX_SOURCES := \
62         rasterizer/core/api.cpp \
63         rasterizer/core/api.h \
64         rasterizer/core/arena.h \
65         rasterizer/core/backend.cpp \
66         rasterizer/core/backend.h \
67         rasterizer/core/blend.h \
68         rasterizer/core/clip.cpp \
69         rasterizer/core/clip.h \
70         rasterizer/core/context.h \
71         rasterizer/core/depthstencil.h \
72         rasterizer/core/fifo.hpp \
73         rasterizer/core/format_traits.h \
74         rasterizer/core/format_types.h \
75         rasterizer/core/frontend.cpp \
76         rasterizer/core/frontend.h \
77         rasterizer/core/knobs.h \
78         rasterizer/core/knobs_init.h \
79         rasterizer/core/multisample.cpp \
80         rasterizer/core/multisample.h \
81         rasterizer/core/pa_avx.cpp \
82         rasterizer/core/pa.h \
83         rasterizer/core/rasterizer.cpp \
84         rasterizer/core/rasterizer.h \
85         rasterizer/core/rdtsc_core.cpp \
86         rasterizer/core/rdtsc_core.h \
87         rasterizer/core/ringbuffer.h \
88         rasterizer/core/state.h \
89         rasterizer/core/threads.cpp \
90         rasterizer/core/threads.h \
91         rasterizer/core/tilemgr.cpp \
92         rasterizer/core/tilemgr.h \
93         rasterizer/core/utils.h
94
95 JITTER_CXX_SOURCES := \
96         rasterizer/jitter/blend_jit.cpp \
97         rasterizer/jitter/blend_jit.h \
98         rasterizer/jitter/builder.cpp \
99         rasterizer/jitter/builder.h \
100         rasterizer/jitter/builder_misc.cpp \
101         rasterizer/jitter/builder_misc.h \
102         rasterizer/jitter/fetch_jit.cpp \
103         rasterizer/jitter/fetch_jit.h \
104         rasterizer/jitter/JitManager.cpp \
105         rasterizer/jitter/JitManager.h \
106         rasterizer/jitter/streamout_jit.cpp \
107         rasterizer/jitter/streamout_jit.h
108
109 MEMORY_CXX_SOURCES := \
110         rasterizer/memory/ClearTile.cpp \
111         rasterizer/memory/LoadTile.cpp \
112         rasterizer/memory/StoreTile.cpp