Mesa (master): mesa: Add missing ES sources to SConscript.

Chia-I Wu olv at kemper.freedesktop.org
Fri Aug 20 11:30:02 UTC 2010


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

Author: Chia-I Wu <olv at lunarg.com>
Date:   Thu Aug 19 20:42:10 2010 +0800

mesa: Add missing ES sources to SConscript.

These sources compile to nothing when FEATURE_ES is not defined and thus
were overlooked.  Note that api_exec_es[12].c are still missing on the
list.  They should be added when they can be generated on the fly.

---

 src/mesa/SConscript |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index 5c02abc..41fa064 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -53,6 +53,7 @@ if env['platform'] != 'winddk':
 		'main/dlist.c',
 		'main/dlopen.c',
 		'main/drawpix.c',
+		'main/drawtex.c',
 		'main/enable.c',
 		'main/enums.c',
 		'main/eval.c',
@@ -106,6 +107,7 @@ if env['platform'] != 'winddk':
 		'main/texgetimage.c',
 		'main/teximage.c',
 		'main/texobj.c',
+		'main/texpal.c',
 		'main/texparam.c',
 		'main/texrender.c',
 		'main/texstate.c',
@@ -176,6 +178,7 @@ if env['platform'] != 'winddk':
 		'state_tracker/st_cb_condrender.c',
 		'state_tracker/st_cb_flush.c',
 		'state_tracker/st_cb_drawpixels.c',
+		'state_tracker/st_cb_drawtex.c',
 		'state_tracker/st_cb_eglimage.c',
 		'state_tracker/st_cb_fbo.c',
 		'state_tracker/st_cb_feedback.c',




More information about the mesa-commit mailing list