blob: 69f2790dfe280e920ed2ce5fed9815515d701d9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
TOP = ../../../..
include $(TOP)/configs/current
LIBNAME = nv30
DRIVER_SOURCES = \
nv30_clear.c \
nv30_context.c \
nv30_draw.c \
nv30_fragprog.c \
nv30_fragtex.c \
nv30_miptree.c \
nv30_query.c \
nv30_screen.c \
nv30_state.c \
nv30_state_blend.c \
nv30_state_emit.c \
nv30_state_fb.c \
nv30_state_rasterizer.c \
nv30_state_scissor.c \
nv30_state_stipple.c \
nv30_state_viewport.c \
nv30_state_zsa.c \
nv30_surface.c \
nv30_vbo.c \
nv30_vertprog.c
C_SOURCES = \
$(COMMON_SOURCES) \
$(DRIVER_SOURCES)
ASM_SOURCES =
include ../../Makefile.template
symlinks:
|