The branch, master has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master
Summary of changes: src/mesa/shader/shader_api.c | 14 +- .../shader/slang/library/slang_common_builtin.gc | 33 ++ .../shader/slang/library/slang_common_builtin_gc.h | 315 ++++++++++---------- src/mesa/shader/slang/slang_compile.c | 6 + src/mesa/shader/slang/slang_link.c | 8 + src/mesa/shader/slang/slang_log.c | 3 + 6 files changed, 225 insertions(+), 154 deletions(-) via 1726b7d1d336465dca10a5bd0a8a02fcf5f2e455 (commit) via cb79c5c7c62a661c4b7b4efcf3884ee1dedafe4f (commit) via 36a582641119671688a9f366e5bfa1ab3e8b9cbc (commit) via a405d69063c8bae28bd5808e297070d65d90a421 (commit) via a2cddf58d2787a1ed027cbc7bc25bf4aa001e989 (commit) from 918f3b17e5a3f94a7676a815c9b64cee054311ea (commit) - Commits ----------------------------------------------- commit 1726b7d1d336465dca10a5bd0a8a02fcf5f2e455 Author: Brian Paul <[EMAIL PROTECTED]> Date: Wed Jul 2 16:51:49 2008 -0600 mesa: when linking a shader program, make sure all the shaders compiled OK commit cb79c5c7c62a661c4b7b4efcf3884ee1dedafe4f Author: Brian Paul <[EMAIL PROTECTED]> Date: Wed Jul 2 16:50:52 2008 -0600 mesa: added some debug code (disabled) commit 36a582641119671688a9f366e5bfa1ab3e8b9cbc Author: Brian Paul <[EMAIL PROTECTED]> Date: Wed Jul 2 16:40:24 2008 -0600 mesa: fix error codes in _mesa_shader_source(), _mesa_get_shader_source() If the 'shader' parameter is wrong, need to either generate GL_INVALID_VALUE or GL_INVALID_OPERATION. It depends on whether 'shader' actually names a 'program' or is a totally unknown ID. There might be other cases to fix... commit a405d69063c8bae28bd5808e297070d65d90a421 Author: Brian Paul <[EMAIL PROTECTED]> Date: Wed Jul 2 16:39:48 2008 -0600 mesa: regenerated commit a2cddf58d2787a1ed027cbc7bc25bf4aa001e989 Author: Brian Paul <[EMAIL PROTECTED]> Date: Wed Jul 2 16:39:26 2008 -0600 mesa: added some missing equal() notEqual() intrinsics --------------------------------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit