Module: Mesa Branch: master Commit: 2e423ac074bc847dbc0ecb938de939a4ea0c4e4e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e423ac074bc847dbc0ecb938de939a4ea0c4e4e
Author: Vinson Lee <[email protected]> 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', ] _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
