summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/Makefile
blob: f51ab1856b65d41ce8cd3ef0c1fe7f06d0b8aa3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = nvfx

C_SOURCES = \
	nvfx_clear.c \
	nvfx_state_emit.c \
	nvfx_miptree.c \
	nvfx_query.c \
	nvfx_state_blend.c \
	nvfx_state_rasterizer.c \
	nvfx_state_scissor.c \
        nvfx_state_stipple.c \
	nvfx_state_zsa.c \
	nvfx_surface.c \
	nvfx_transfer.c

include ../../Makefile.template