st/mesa: fix glCopyPixels bugs/crashes when src region need clipping
[mesa.git] / src / gallium / drivers / nv30 / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = nv30
5
6 C_SOURCES = \
7 nv30_clear.c \
8 nv30_context.c \
9 nv30_draw.c \
10 nv30_fragprog.c \
11 nv30_fragtex.c \
12 nv30_miptree.c \
13 nv30_query.c \
14 nv30_screen.c \
15 nv30_state.c \
16 nv30_state_blend.c \
17 nv30_state_emit.c \
18 nv30_state_fb.c \
19 nv30_state_rasterizer.c \
20 nv30_state_scissor.c \
21 nv30_state_stipple.c \
22 nv30_state_viewport.c \
23 nv30_state_zsa.c \
24 nv30_surface.c \
25 nv30_transfer.c \
26 nv30_vbo.c \
27 nv30_vertprog.c
28
29 include ../../Makefile.template