mesa: Changes to 'gallium-0.1'

Michał Król michal at kemper.freedesktop.org
Mon Jun 2 09:59:55 UTC 2008


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/tgsi/exec/tgsi_exec.c        |    2 +-
 src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c        |    2 +-
 src/gallium/auxiliary/tgsi/util/tgsi_build.c       |    8 ++++++++
 src/gallium/drivers/cell/spu/spu_exec.c            |    2 +-
 .../drivers/i915simple/i915_fpc_translate.c        |    2 +-
 src/gallium/drivers/i965simple/brw_vs_emit.c       |    2 +-
 src/gallium/include/pipe/p_shader_tokens.h         |    8 ++++++--
 7 files changed, 19 insertions(+), 7 deletions(-)

       via  2c7ae3371b6058988f7f10bf031d630b649f3831 (commit)
       via  49ed85d6b1cdb74a7985e2d743635c73151bbfdb (commit)
       via  dfd30b878680dd6dca96928a06a301b837b7a650 (commit)
       via  dc6068a8bcd66e2cbcf76962c70ba202e0078a49 (commit)
       via  c6ae627fdca417318d27a8c26e6d9bc23577aabe (commit)
       via  837d49a84e24420dbc06924f4862a5f7dcf4cace (commit)
      from  a3212ee313c52ff4fc15804a3b4ddfb186556575 (commit)


- Commits -----------------------------------------------
commit 2c7ae3371b6058988f7f10bf031d630b649f3831
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Jun 2 11:59:04 2008 +0200

    tgsi: Add assertions to the new rule that when an extended swizzle
    is used, the simple swizzle must be set to identity.

commit 49ed85d6b1cdb74a7985e2d743635c73151bbfdb
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Jun 2 11:42:16 2008 +0200

    brw: SWZ no longer aliases MOV.

commit dfd30b878680dd6dca96928a06a301b837b7a650
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Jun 2 11:41:17 2008 +0200

    i915: SWZ no longer aliases MOV.

commit dc6068a8bcd66e2cbcf76962c70ba202e0078a49
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Jun 2 11:40:44 2008 +0200

    cell: SWZ no longer aliases MOV.

commit c6ae627fdca417318d27a8c26e6d9bc23577aabe
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Jun 2 11:39:59 2008 +0200

    tgsi: SWZ no longer aliases to MOV.

commit 837d49a84e24420dbc06924f4862a5f7dcf4cace
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Jun 2 11:31:52 2008 +0200

    gallium: The SWZ opcode no longer aliases MOV.
    
    Also, when the extended swizzle token is used, the simple swizzle
    and negate are set to X,Y,Z,W and FALSE, respectively.

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




More information about the mesa-commit mailing list