summaryrefslogtreecommitdiffstats
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2012-10-14 15:36:07 -0700
committerKenneth Graunke <[email protected]>2012-10-16 11:24:34 -0700
commit2254569bda5a0da139544e761d4a65c68c4de400 (patch)
tree052d524410df051131aa343fcded9216e9fa987d /src/mesa/sources.mak
parent9dc2c28983b68f290558d070806b236c202b3744 (diff)
mesa: Remove support for parsing NV fragment programs.
Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index 04ddfe84a53..b14ec13eda8 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -249,7 +249,6 @@ STATETRACKER_FILES = \
PROGRAM_FILES = \
$(SRCDIR)program/arbprogparse.c \
$(SRCDIR)program/hash_table.c \
- $(SRCDIR)program/nvfragparse.c \
$(SRCDIR)program/program.c \
$(SRCDIR)program/program_parse_extra.c \
$(SRCDIR)program/prog_cache.c \