diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-12-15 16:44:29 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-12-15 16:44:29 -0700 |
commit | 263e8f057290961c9dd603ffa69f25a7a253301a (patch) | |
tree | 3798e5a3ddf1012fb8ab5fa1f6355a4a801d4032 /src/mesa/pipe/softpipe/Makefile | |
parent | bccc4c5c0116987041dec2327ddb43eff1bcfadf (diff) |
Use tile functions in new p_tile.[ch]
This removes quite a bit of code duplicated in the drivers.
Diffstat (limited to 'src/mesa/pipe/softpipe/Makefile')
-rw-r--r-- | src/mesa/pipe/softpipe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/Makefile b/src/mesa/pipe/softpipe/Makefile index 7608ff126a..31438a882e 100644 --- a/src/mesa/pipe/softpipe/Makefile +++ b/src/mesa/pipe/softpipe/Makefile @@ -25,7 +25,6 @@ DRIVER_SOURCES = \ sp_quad_output.c \ sp_quad_stencil.c \ sp_quad_stipple.c \ - sp_rgba_tile.c \ sp_state_blend.c \ sp_state_clip.c \ sp_state_derived.c \ |