summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/Makefile
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-12 16:00:11 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-12 16:00:11 -0700
commita4ca2591f67a5d088fb7acc56d3d6d98aede753a (patch)
treec6ac49b3c4ac384e198acf11501e006b92254c6a /src/mesa/pipe/softpipe/Makefile
parent708251558c4eb1719a0f73d83c233c7a492f2297 (diff)
Move float/rgba tile get/put functions into new file.
This should be moved into a gallium util lib (location tbd) so it can also be used by the state tracker. Then, remove the pipe->get/put_tile_rgba() functions.
Diffstat (limited to 'src/mesa/pipe/softpipe/Makefile')
-rw-r--r--src/mesa/pipe/softpipe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/Makefile b/src/mesa/pipe/softpipe/Makefile
index 31438a882e..7608ff126a 100644
--- a/src/mesa/pipe/softpipe/Makefile
+++ b/src/mesa/pipe/softpipe/Makefile
@@ -25,6 +25,7 @@ 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 \