summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/Makefile
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-02-21 14:31:27 +0100
committerYounes Manton <younes.m@gmail.com>2010-03-15 00:03:03 -0400
commit10f464fc1073e8f3b53dbcf2209a2204f4924094 (patch)
tree7e970bb03fdce3187fba5059dbc99959eeca3aa7 /src/gallium/drivers/nvfx/Makefile
parent840c36f5e6d940343a3154af7e76fec341ca46e6 (diff)
nv30, nv40: non-trivially unify nv[34]0_screen.c
The files have the same structure but are substantially different. They are unified with appropriate conditionals.
Diffstat (limited to 'src/gallium/drivers/nvfx/Makefile')
-rw-r--r--src/gallium/drivers/nvfx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvfx/Makefile b/src/gallium/drivers/nvfx/Makefile
index a665c7e263..e2c24ebc3c 100644
--- a/src/gallium/drivers/nvfx/Makefile
+++ b/src/gallium/drivers/nvfx/Makefile
@@ -9,6 +9,7 @@ C_SOURCES = \
nvfx_fragprog.c \
nvfx_miptree.c \
nvfx_query.c \
+ nvfx_screen.c \
nvfx_state.c \
nvfx_state_blend.c \
nvfx_state_emit.c \