diff options
author | Brian <[email protected]> | 2009-02-11 21:25:10 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2009-02-11 21:25:10 -0700 |
commit | ed6f41e2f467f5b9338320a96202c7dfd181422f (patch) | |
tree | 57176946247206408d380dde434fc74ebcc2e0da /src/gallium/drivers/softpipe/Makefile | |
parent | 0ccbc3c905f0594a35d72887a1f115e148aaa596 (diff) |
softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]
Be more consistant with 'draw' module.
Diffstat (limited to 'src/gallium/drivers/softpipe/Makefile')
-rw-r--r-- | src/gallium/drivers/softpipe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile index 120bdfd9dd2..f186f6df1d7 100644 --- a/src/gallium/drivers/softpipe/Makefile +++ b/src/gallium/drivers/softpipe/Makefile @@ -14,7 +14,7 @@ C_SOURCES = \ sp_draw_arrays.c \ sp_prim_setup.c \ sp_prim_vbuf.c \ - sp_quad.c \ + sp_quad_pipe.c \ sp_quad_alpha_test.c \ sp_quad_blend.c \ sp_quad_colormask.c \ |