projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336f87d
)
scons: add swrast/s_texture.c to the build
author
Brian Paul
<brianp@vmware.com>
Mon, 29 Aug 2011 17:37:13 +0000
(11:37 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 29 Aug 2011 17:37:13 +0000
(11:37 -0600)
src/mesa/SConscript
patch
|
blob
|
history
diff --git
a/src/mesa/SConscript
b/src/mesa/SConscript
index b0c3334fa4891177b6c1bed8a69430845ad3bc40..64b706534f5e1acfbf3ce324ba34efd8927c118e 100644
(file)
--- a/
src/mesa/SConscript
+++ b/
src/mesa/SConscript
@@
-174,6
+174,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',
]