Mesa (master): llvmpipe: Add lp_test_round to SCons build.

Vinson Lee vlee at kemper.freedesktop.org
Tue Jul 6 23:19:05 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Jul  6 16:18:32 2010 -0700

llvmpipe: Add lp_test_round to SCons build.

---

 src/gallium/drivers/llvmpipe/SConscript |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/SConscript b/src/gallium/drivers/llvmpipe/SConscript
index 6cdb747..57a6e71 100644
--- a/src/gallium/drivers/llvmpipe/SConscript
+++ b/src/gallium/drivers/llvmpipe/SConscript
@@ -80,6 +80,7 @@ if env['platform'] != 'embedded':
         'blend',
         'conv',
 	'printf',
+	'round',
 	'sincos',
     ]
 




More information about the mesa-commit mailing list