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/auxiliary/draw/draw_vs_sse.c        |   22 ++--
 src/gallium/auxiliary/rtasm/rtasm_x86sse.c      |   60 +++++------
 src/gallium/auxiliary/rtasm/rtasm_x86sse.h      |   14 ++--
 src/gallium/auxiliary/sct/sct.c                 |    1 +
 src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c     |  122 +++++++++--------------
 src/gallium/auxiliary/translate/translate_sse.c |    2 +-
 src/gallium/drivers/i915simple/i915_debug_fp.c  |    3 +-
 src/gallium/drivers/i915simple/i915_screen.c    |    1 +
 src/gallium/drivers/softpipe/sp_state_fs.c      |    3 +-
 9 files changed, 98 insertions(+), 130 deletions(-)

       via  f067c6c452bdd5f5cc6b0f6b2f79fb3fc1162822 (commit)
       via  2c89b75e36fd35d5a003107d1d2f97b537321f95 (commit)
       via  2004b8a769110456e66d040398eacf25c8592710 (commit)
       via  fb3623b235f5caa9d76e656b1e5eda797c7c73eb (commit)
       via  b8936ca1c22de7b0cb695ee3b392e4473fd17aa0 (commit)
       via  26bcef898af4e6dfd578783ed33818a2bd38b06d (commit)
       via  f30285e99c1e158971855b12331df3da38555004 (commit)
       via  0000792a2006a2c8fde1b54d070490a625fb8435 (commit)
      from  de7277f81a0f4330f11ec429bf46e93d0a748dfe (commit)


- Commits -----------------------------------------------
commit f067c6c452bdd5f5cc6b0f6b2f79fb3fc1162822
Author: Keith Whitwell <[EMAIL PROTECTED]>
Date:   Thu May 1 20:45:15 2008 +0100

    tgsi: remove some bogus win vs. linux crud
    
    Pass arguments properly in linux now.  Still need to change this to use
    a single calling convention on both platforms.

commit 2c89b75e36fd35d5a003107d1d2f97b537321f95
Author: Keith Whitwell <[EMAIL PROTECTED]>
Date:   Thu May 1 20:44:41 2008 +0100

    rtasm: learn another version of push

commit 2004b8a769110456e66d040398eacf25c8592710
Author: Keith Whitwell <[EMAIL PROTECTED]>
Date:   Thu May 1 20:42:44 2008 +0100

    draw: label fn args -- shouldn't this be defined where the fn is created?

commit fb3623b235f5caa9d76e656b1e5eda797c7c73eb
Author: Keith Whitwell <[EMAIL PROTECTED]>
Date:   Thu May 1 20:41:03 2008 +0100

    rtasm: fix labels after (not so) recent change to allow dynamic fn growth
    
    Using char * for labels doesn't work if you realloc the function
    during assembly and free the old storage...

commit b8936ca1c22de7b0cb695ee3b392e4473fd17aa0
Author: Keith Whitwell <[EMAIL PROTECTED]>
Date:   Thu May 1 18:50:33 2008 +0100

    i915: avoid crashing on bad parameter

commit 26bcef898af4e6dfd578783ed33818a2bd38b06d
Author: Keith Whitwell <[EMAIL PROTECTED]>
Date:   Thu May 1 18:49:52 2008 +0100

    i915: fix warning

commit f30285e99c1e158971855b12331df3da38555004
Author: Keith Whitwell <[EMAIL PROTECTED]>
Date:   Thu May 1 18:49:07 2008 +0100

    softpipe: fix warning

commit 0000792a2006a2c8fde1b54d070490a625fb8435
Author: Keith Whitwell <[EMAIL PROTECTED]>
Date:   Thu May 1 18:48:28 2008 +0100

    sct: fix bug in remove_context_from_surface

---------------------------------

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to