Mesa (master): aux/Makefile,SConscript: Build PP

Brian Paul brianp at kemper.freedesktop.org
Thu Aug 25 16:22:18 UTC 2011


Module: Mesa
Branch: master
Commit: d2fdc58fe7ca59e7023ee955b59d92e3079cb277
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2fdc58fe7ca59e7023ee955b59d92e3079cb277

Author: Lauri Kasanen <cand at gmx.com>
Date:   Thu Aug 18 10:21:58 2011 +0300

aux/Makefile,SConscript: Build PP

Signed-off-by: Lauri Kasanen <cand at gmx.com>
Signed-off-by: Brian Paul <brianp at vmware.com>

---

 src/gallium/auxiliary/Makefile   |    6 ++++++
 src/gallium/auxiliary/SConscript |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 7dae7bc..6634b39 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -64,6 +64,12 @@ C_SOURCES = \
 	pipebuffer/pb_bufmgr_pool.c \
 	pipebuffer/pb_bufmgr_slab.c \
 	pipebuffer/pb_validate.c \
+	postprocess/pp_celshade.c \
+	postprocess/pp_colors.c \
+	postprocess/pp_init.c \
+	postprocess/pp_mlaa.c \
+	postprocess/pp_run.c \
+	postprocess/pp_program.c \
 	rbug/rbug_connection.c \
 	rbug/rbug_context.c \
 	rbug/rbug_core.c \
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript
index d18f55f..6535b0f 100644
--- a/src/gallium/auxiliary/SConscript
+++ b/src/gallium/auxiliary/SConscript
@@ -110,6 +110,12 @@ source = [
     'pipebuffer/pb_bufmgr_pool.c',
     'pipebuffer/pb_bufmgr_slab.c',
     'pipebuffer/pb_validate.c',
+    'postprocess/pp_celshade.c',
+    'postprocess/pp_colors.c',
+    'postprocess/pp_init.c',
+    'postprocess/pp_mlaa.c',
+    'postprocess/pp_run.c',
+    'postprocess/pp_program.c',
     'rbug/rbug_connection.c',
     'rbug/rbug_context.c',
     'rbug/rbug_core.c',




More information about the mesa-commit mailing list