diff options
author | Zack Rusin <[email protected]> | 2008-04-13 01:47:07 -0400 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-14 11:05:37 +0100 |
commit | 0c1cb54923f3ab31caa2821e095685277174dd2f (patch) | |
tree | 0a4ff3ccc3dc1c4117b7763ea5f2a98909e4016c /src/gallium/auxiliary/draw/Makefile | |
parent | 3f7a3dd58c0ce2719af83ff1d89a26185d08c04c (diff) |
Implement fetch/shade/pipeline or emit vertex passthrough.
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-rw-r--r-- | src/gallium/auxiliary/draw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile index 28262a92c60..5ab3cfe5ce9 100644 --- a/src/gallium/auxiliary/draw/Makefile +++ b/src/gallium/auxiliary/draw/Makefile @@ -19,6 +19,7 @@ C_SOURCES = \ draw_pt_vcache.c \ draw_pt_fetch_emit.c \ draw_pt_fetch_pipeline.c \ + draw_pt_fetch_shade_pipeline.c \ draw_pt_pipeline.c \ draw_pt_elts.c \ draw_prim.c \ |