ilo: resolve Z/HiZ correctly
[mesa.git] / src / gallium / drivers / nouveau / Makefile.sources
1 C_SOURCES := \
2 nouveau_screen.c \
3 nouveau_fence.c \
4 nouveau_mm.c \
5 nouveau_buffer.c \
6 nouveau_heap.c \
7 nouveau_video.c \
8 nouveau_vp3_video.c \
9 nouveau_vp3_video_bsp.c \
10 nouveau_vp3_video_vp.c
11
12 NV30_C_SOURCES := \
13 nv30/nv30_screen.c \
14 nv30/nv30_context.c \
15 nv30/nv30_format.c \
16 nv30/nv30_resource.c \
17 nv30/nv30_transfer.c \
18 nv30/nv30_miptree.c \
19 nv30/nv30_state.c \
20 nv30/nv30_state_validate.c \
21 nv30/nv30_texture.c \
22 nv30/nv30_fragtex.c \
23 nv30/nv40_verttex.c \
24 nv30/nv30_fragprog.c \
25 nv30/nv30_vertprog.c \
26 nv30/nv30_clear.c \
27 nv30/nv30_vbo.c \
28 nv30/nv30_push.c \
29 nv30/nv30_draw.c \
30 nv30/nv30_query.c \
31 nv30/nvfx_vertprog.c \
32 nv30/nvfx_fragprog.c
33
34 NV50_C_SOURCES := \
35 nv50/nv50_context.c \
36 nv50/nv50_formats.c \
37 nv50/nv50_miptree.c \
38 nv50/nv50_resource.c \
39 nv50/nv50_screen.c \
40 nv50/nv50_state.c \
41 nv50/nv50_state_validate.c \
42 nv50/nv50_surface.c \
43 nv50/nv50_tex.c \
44 nv50/nv50_transfer.c \
45 nv50/nv50_vbo.c \
46 nv50/nv50_program.c \
47 nv50/nv50_shader_state.c \
48 nv50/nv50_push.c \
49 nv50/nv50_query.c \
50 nv50/nv84_video.c \
51 nv50/nv84_video_bsp.c \
52 nv50/nv84_video_vp.c \
53 nv50/nv98_video.c \
54 nv50/nv98_video_bsp.c \
55 nv50/nv98_video_vp.c \
56 nv50/nv98_video_ppp.c
57
58 NV50_CODEGEN_SOURCES := \
59 codegen/nv50_ir.cpp \
60 codegen/nv50_ir_bb.cpp \
61 codegen/nv50_ir_build_util.cpp \
62 codegen/nv50_ir_emit_nv50.cpp \
63 codegen/nv50_ir_from_tgsi.cpp \
64 codegen/nv50_ir_graph.cpp \
65 codegen/nv50_ir_lowering_nv50.cpp \
66 codegen/nv50_ir_peephole.cpp \
67 codegen/nv50_ir_print.cpp \
68 codegen/nv50_ir_ra.cpp \
69 codegen/nv50_ir_ssa.cpp \
70 codegen/nv50_ir_target.cpp \
71 codegen/nv50_ir_target_nv50.cpp \
72 codegen/nv50_ir_util.cpp
73
74 NVC0_CODEGEN_SOURCES := \
75 codegen/nv50_ir_emit_gk110.cpp \
76 codegen/nv50_ir_emit_nvc0.cpp \
77 codegen/nv50_ir_lowering_nvc0.cpp \
78 codegen/nv50_ir_target_nvc0.cpp
79
80 NVC0_C_SOURCES := \
81 nvc0/nvc0_compute.c \
82 nvc0/nvc0_context.c \
83 nvc0/nvc0_formats.c \
84 nvc0/nvc0_miptree.c \
85 nvc0/nvc0_resource.c \
86 nvc0/nvc0_screen.c \
87 nvc0/nvc0_state.c \
88 nvc0/nvc0_state_validate.c \
89 nvc0/nvc0_surface.c \
90 nvc0/nvc0_tex.c \
91 nvc0/nvc0_transfer.c \
92 nvc0/nvc0_vbo.c \
93 nvc0/nvc0_vbo_translate.c \
94 nvc0/nvc0_program.c \
95 nvc0/nvc0_shader_state.c \
96 nvc0/nvc0_query.c \
97 nvc0/nve4_compute.c \
98 nvc0/nvc0_video.c \
99 nvc0/nvc0_video_bsp.c \
100 nvc0/nvc0_video_vp.c \
101 nvc0/nvc0_video_ppp.c