diff options
author | Keith Whitwell <[email protected]> | 2008-04-08 17:59:28 +0100 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2008-04-10 14:35:47 -0400 |
commit | c95dcc49629b72b95826e87e067d7a48753605fb (patch) | |
tree | c37e51d3537fc62f08e81e18e6f7c18383012933 /src/gallium/drivers/softpipe/Makefile | |
parent | 7a8ad75c89b45520043693a37d9f0c7e0b24fc5d (diff) |
remove usage of vertex_header
Diffstat (limited to 'src/gallium/drivers/softpipe/Makefile')
-rw-r--r-- | src/gallium/drivers/softpipe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile index 19dfd8c1a7a..120bdfd9dd2 100644 --- a/src/gallium/drivers/softpipe/Makefile +++ b/src/gallium/drivers/softpipe/Makefile @@ -27,6 +27,7 @@ C_SOURCES = \ sp_quad_stencil.c \ sp_quad_stipple.c \ sp_screen.c \ + sp_setup.c \ sp_state_blend.c \ sp_state_clip.c \ sp_state_derived.c \ |