summaryrefslogtreecommitdiffstats
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-07-29 15:30:21 -0700
committerEric Anholt <[email protected]>2011-08-29 10:10:03 -0700
commite10337da21d45ab7cccfa98b4112d1b33f3a5604 (patch)
tree43dc65dc024c90b1e703500e6b01132eca9d25f5 /src/mesa/sources.mak
parentbfc09e92ffbf3e03f5ea09421d2b8cbae1df53bf (diff)
swrast: Add implementation of MapTextureImage/UnmapTextureImage.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index 5e77e0f5919..deff7bd7850 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -145,6 +145,7 @@ SWRAST_SOURCES = \
swrast/s_texcombine.c \
swrast/s_texfilter.c \
swrast/s_texrender.c \
+ swrast/s_texture.c \
swrast/s_triangle.c \
swrast/s_zoom.c