blob: 0ecae2b4913faf7cfa88507998accd3a54b78ed8 (
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
|
TOP = ../../../..
include $(TOP)/configs/current
LIBNAME = nv40
C_SOURCES = \
nv40_clear.c \
nv40_context.c \
nv40_draw.c \
nv40_fragprog.c \
nv40_fragtex.c \
nv40_miptree.c \
nv40_query.c \
nv40_screen.c \
nv40_state.c \
nv40_state_blend.c \
nv40_state_emit.c \
nv40_state_fb.c \
nv40_state_rasterizer.c \
nv40_state_scissor.c \
nv40_state_stipple.c \
nv40_state_viewport.c \
nv40_state_zsa.c \
nv40_surface.c \
nv40_transfer.c \
nv40_vbo.c \
nv40_vertprog.c
include ../../Makefile.template
|