summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/Makefile
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-02-20 19:22:57 +0100
committerYounes Manton <younes.m@gmail.com>2010-03-15 00:03:02 -0400
commite392e0b148d6b499322e58a84f300e2e0be49e29 (patch)
tree827cfe428ab9346fda5d2051b4e330549aa05a9a /src/gallium/drivers/nvfx/Makefile
parent64d882637dc97b332eb3c0f457376f86b75c8c5f (diff)
nv30, nv40: unify nv[34]0_state_stipple.c
The files are identical, except for the fact that the nv40 version forgets to unreference the stateobj. Unified to the correct nv30 version.
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 b077713b04..e96c9aa6bc 100644
--- a/src/gallium/drivers/nvfx/Makefile
+++ b/src/gallium/drivers/nvfx/Makefile
@@ -9,6 +9,7 @@ C_SOURCES = \
nvfx_state_blend.c \
nvfx_state_rasterizer.c \
nvfx_state_scissor.c \
+ nvfx_state_stipple.c \
nvfx_state_zsa.c \
nvfx_transfer.c