diff options
author | Brian Paul <[email protected]> | 2011-07-29 15:30:21 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-08-29 10:10:03 -0700 |
commit | e10337da21d45ab7cccfa98b4112d1b33f3a5604 (patch) | |
tree | 43dc65dc024c90b1e703500e6b01132eca9d25f5 /src/mesa/sources.mak | |
parent | bfc09e92ffbf3e03f5ea09421d2b8cbae1df53bf (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.mak | 1 |
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 |