mesa: Changes to 'master'

Brian Paul brianp at kemper.freedesktop.org
Thu May 10 22:14:13 UTC 2007


 docs/relnotes-7.0.html                                  |    2 
 src/mesa/shader/slang/library/slang_common_builtin.gc   |   26 
 src/mesa/shader/slang/library/slang_common_builtin_gc.h | 1052 ++++++++--------
 3 files changed, 545 insertions(+), 535 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 3dec7c57b0159a4d8fbb980de73264ef8b8a3720
Author: Brian <brian at yutani.localnet.net>
Date:   Thu May 10 16:14:10 2007 -0600

    document exp(), mod() fixes

commit 544e441f5307aa33c6b2d8fc5773eb7e9632fc15
Author: Brian <brian at yutani.localnet.net>
Date:   Thu May 10 14:49:06 2007 -0600

    regenerated

commit fa546c367d3251b6917f99158c6230fb375a4935
Author: Brian <brian at yutani.localnet.net>
Date:   Thu May 10 14:48:55 2007 -0600

    Implement exp() in terms of __asm float_power. Fix typo in mod(vec4) function.
    
    exp() was using __asm float_exp (OPCODE_EXP) but that computes base two, not e.
    See bug 10907.




More information about the mesa-commit mailing list