summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/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/nv40/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/nv40/Makefile')
-rw-r--r--src/gallium/drivers/nv40/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/Makefile b/src/gallium/drivers/nv40/Makefile
index 1cad9409ed..a101cfc80c 100644
--- a/src/gallium/drivers/nv40/Makefile
+++ b/src/gallium/drivers/nv40/Makefile
@@ -13,7 +13,6 @@ C_SOURCES = \
nv40_screen.c \
nv40_state.c \
nv40_state_fb.c \
- nv40_state_stipple.c \
nv40_state_viewport.c \
nv40_surface.c \
nv40_vbo.c \