repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git]
/
workbench
/
libs
/
mesa
/
src
/
gallium
/
drivers
/
nvc0
/
Makefile
blob
e1cd188eec5ef58139c95f8d5a0db9cb7c735b94
1
TOP
=
..
/
..
/
..
/
..
2
include
$(
TOP
)/
configs
/
current
3
4
LIBNAME
=
nvc0
5
6
C_SOURCES
=
\
7
nvc0_context.c \
8
nvc0_draw.c \
9
nvc0_formats.c \
10
nvc0_miptree.c \
11
nvc0_resource.c \
12
nvc0_screen.c \
13
nvc0_state.c \
14
nvc0_state_validate.c \
15
nvc0_surface.c \
16
nvc0_tex.c \
17
nvc0_transfer.c \
18
nvc0_vbo.c \
19
nvc0_program.c \
20
nvc0_shader_state.c \
21
nvc0_pc.c \
22
nvc0_pc_print.c \
23
nvc0_pc_emit.c \
24
nvc0_tgsi_to_nc.c \
25
nvc0_pc_optimize.c \
26
nvc0_pc_regalloc.c \
27
nvc0_push.c \
28
nvc0_push2.c \
29
nvc0_query.c
30
31
LIBRARY_INCLUDES
=
\
32
$(
LIBDRM_CFLAGS
)
33
34
include
..
/
..
/
Makefile.template