diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2008-04-02 00:37:12 +1000 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-04-02 00:37:12 +1000 |
commit | ea990867a8b0f59a85b01e7d3aa3ab53d61078d2 (patch) | |
tree | da285fd991a5ccdb1c5a14efd9af560033825f93 /src/gallium/auxiliary/draw/Makefile | |
parent | e616d3f3e2178e34e4e7d769b38b0dff4ad615fe (diff) | |
parent | edfa8201a50c47376b7aa0c05d7851e3e1353bde (diff) |
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-rw-r--r-- | src/gallium/auxiliary/draw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile index 0c7ce5da5b..a0db2e4555 100644 --- a/src/gallium/auxiliary/draw/Makefile +++ b/src/gallium/auxiliary/draw/Makefile @@ -15,7 +15,6 @@ C_SOURCES = \ draw_debug.c \ draw_flatshade.c \ draw_offset.c \ - draw_passthrough.c \ draw_pt.c \ draw_pt_vcache.c \ draw_pt_fetch_emit.c \ |