summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/Makefile
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-02-20 19:39:24 +0100
committerYounes Manton <younes.m@gmail.com>2010-03-15 00:03:02 -0400
commit9937116c7b15468088a224da478d927347a76f32 (patch)
tree8e681aa53ef624b92b43244c4590a3d1485cf15a /src/gallium/drivers/nvfx/Makefile
parent8611a31bb401fcc2bdc0b3624859fffff7236c4b (diff)
nv30, nv40: unify nv[34]0_query.c
The files are identical except formatting.
Diffstat (limited to 'src/gallium/drivers/nvfx/Makefile')
-rw-r--r--src/gallium/drivers/nvfx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvfx/Makefile b/src/gallium/drivers/nvfx/Makefile
index 5073168604..f51ab1856b 100644
--- a/src/gallium/drivers/nvfx/Makefile
+++ b/src/gallium/drivers/nvfx/Makefile
@@ -7,11 +7,13 @@ 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