The branch, gallium-0.1 has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1
Summary of changes: src/gallium/drivers/softpipe/sp_setup.c | 5 +++ src/mesa/shader/slang/slang_codegen.c | 41 +++++++++-------------- src/mesa/shader/slang/slang_compile_operation.c | 31 +++++++++++++++++ src/mesa/shader/slang/slang_compile_operation.h | 5 +++ src/mesa/shader/slang/slang_compile_variable.h | 1 + src/mesa/shader/slang/slang_print.c | 19 +++++++--- 6 files changed, 71 insertions(+), 31 deletions(-) via f006358d56e6b24c3e32665e088d5ee11877ec2c (commit) via f6152c35101311c2b128eb23b25b3f38d9e8b5be (commit) via bc4b1ca5636e68a6e6b0e3f88e9ff6b888837656 (commit) from f9c574d7192d2193ff3e12629a8db1a74b6dbf55 (commit) - Commits ----------------------------------------------- commit f006358d56e6b24c3e32665e088d5ee11877ec2c Author: Brian Paul <[EMAIL PROTECTED]> Date: Tue Jul 15 13:27:44 2008 -0600 gallium: added some sanity check assertions commit f6152c35101311c2b128eb23b25b3f38d9e8b5be Author: Brian Paul <[EMAIL PROTECTED]> Date: Tue Jul 15 13:25:57 2008 -0600 mesa: fix some function inlining bugs Need to add local vars of original function to the new scope's variable list (though the DECLs were already present). In slang_operation_copy() call slang_replace_scope() for SLANG_OPER_BLOCK_NEW_SCOPE opers. commit bc4b1ca5636e68a6e6b0e3f88e9ff6b888837656 Author: Brian Paul <[EMAIL PROTECTED]> Date: Tue Jul 15 13:11:08 2008 -0600 mesa: improved printing --------------------------------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit