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/mesa/shader/slang/slang_emit.c | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) via 7dc449d406a88fbb92aedfacfa3869176ba2cb31 (commit) from 14150bc8567cf424fc3a635a33f05213505681be (commit) - Commits ----------------------------------------------- commit 7dc449d406a88fbb92aedfacfa3869176ba2cb31 Author: Brian Paul <[EMAIL PROTECTED]> Date: Fri Mar 14 13:50:01 2008 -0600 mesa: fix emit_clamp() so that we don't use an output register as temporary IR_CLAMP is decomposed into OPCODE_MIN+OPCODE_MAX. Allocate a temporary register for the intermediate value so we don't inadvertantly use an output register (which are write-only on some GPUs). --------------------------------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit