diff options
author | Brian <[email protected]> | 2007-08-15 11:45:12 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-15 11:45:12 -0600 |
commit | f30093418928dce5872ea179ed5d21d3b24b7c82 (patch) | |
tree | b0b7368700cb660f0e5ed34e0b05a9c65ad6c969 /src/mesa/pipe/softpipe/Makefile | |
parent | 3f70b504386e5d0b67cbd719769e44f33db0ae87 (diff) |
added state funcs for vertex buffer/element info
Diffstat (limited to 'src/mesa/pipe/softpipe/Makefile')
-rw-r--r-- | src/mesa/pipe/softpipe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/Makefile b/src/mesa/pipe/softpipe/Makefile index 615c612e9c7..9c6d78c290e 100644 --- a/src/mesa/pipe/softpipe/Makefile +++ b/src/mesa/pipe/softpipe/Makefile @@ -29,6 +29,7 @@ DRIVER_SOURCES = \ sp_state_sampler.c \ sp_state_setup.c \ sp_state_surface.c \ + sp_state_vertex.c \ sp_tex_layout.c \ sp_tex_sample.c \ sp_surface.c |