diff options
author | Keith Whitwell <[email protected]> | 2009-11-04 16:03:52 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-04 16:03:52 +0000 |
commit | 5f8dde99ed62beaf1c2590515c33ed8b5076ed8d (patch) | |
tree | 24ee86b37f875ca0ed231c57a26b9715d9c0aaaa /src/gallium/drivers/i965/Makefile | |
parent | 7373bc0e0294d68bc3e64f4a6de1bb4ec3132f02 (diff) |
i965g: stubs for brw_pipe_vertex.c
Diffstat (limited to 'src/gallium/drivers/i965/Makefile')
-rw-r--r-- | src/gallium/drivers/i965/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/Makefile b/src/gallium/drivers/i965/Makefile index 8603907dc2c..d7262cf07c6 100644 --- a/src/gallium/drivers/i965/Makefile +++ b/src/gallium/drivers/i965/Makefile @@ -33,6 +33,7 @@ C_SOURCES = \ brw_pipe_flush.c \ brw_pipe_misc.c \ brw_pipe_sampler.c \ + brw_pipe_vertex.c \ brw_pipe_rast.c \ brw_sf.c \ brw_sf_emit.c \ |