summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/Makefile
diff options
context:
space:
mode:
authorLuca Barbieri <[email protected]>2010-02-20 19:32:29 +0100
committerYounes Manton <[email protected]>2010-03-15 00:03:02 -0400
commit8611a31bb401fcc2bdc0b3624859fffff7236c4b (patch)
treee9e50bffbf9964dfa0ab8ea713f1361c48389f1d /src/gallium/drivers/nv30/Makefile
parente392e0b148d6b499322e58a84f300e2e0be49e29 (diff)
nv30, nv40: unify nv[34]0_miptree.c
The only difference between nv30 and nv40 is that nv30 allowed swizzling for more texture types. This patch preserves the existing behavior, using conditional code. Note however that this does not make sense, since all texture types can be swizzled on nv40 and probably on nv30 too. However, the handling of swizzled surfaces in the current 2D code is partially broken, so it's best not to touch this. A whole rewrite of the 2D code will be submitted, which will solve this problem.
Diffstat (limited to 'src/gallium/drivers/nv30/Makefile')
-rw-r--r--src/gallium/drivers/nv30/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv30/Makefile b/src/gallium/drivers/nv30/Makefile
index 5541a366181..d8de297f128 100644
--- a/src/gallium/drivers/nv30/Makefile
+++ b/src/gallium/drivers/nv30/Makefile
@@ -8,7 +8,6 @@ C_SOURCES = \
nv30_draw.c \
nv30_fragprog.c \
nv30_fragtex.c \
- nv30_miptree.c \
nv30_query.c \
nv30_screen.c \
nv30_state.c \