mesa: Changes to 'gallium-0.1'

Michał Król michal at kemper.freedesktop.org
Wed Aug 13 09:49:11 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/draw/draw_pipe_aapoint.c     |    4 +-
 src/gallium/auxiliary/draw/draw_pipe_pstipple.c    |    4 +-
 src/gallium/auxiliary/gallivm/instructions.cpp     |    4 +-
 src/gallium/auxiliary/gallivm/instructions.h       |    2 +-
 src/gallium/auxiliary/gallivm/llvm_builtins.c      |    2 +-
 src/gallium/auxiliary/gallivm/tgsitollvm.cpp       |   18 ++++++++--------
 src/gallium/auxiliary/tgsi/tgsi_exec.c             |   22 ++++++++++++++++---
 src/gallium/auxiliary/tgsi/tgsi_sse2.c             |   12 +++++-----
 src/gallium/drivers/cell/spu/spu_exec.c            |   21 +++++++++++++++---
 .../drivers/i915simple/i915_fpc_translate.c        |   16 +++----------
 src/gallium/include/pipe/p_shader_tokens.h         |    4 +-
 src/mesa/state_tracker/st_mesa_to_tgsi.c           |    8 +++---
 12 files changed, 68 insertions(+), 49 deletions(-)

       via  e7e992b12ab3717eadaf055fe2fab88c3be8a092 (commit)
       via  db38708c43d7e9bbc744893ad2e9c2a77e9ec15c (commit)
       via  e8e75c8c865bb5bbff9db2682b130c8d147f3a38 (commit)
       via  f0874d1a6b832e1bb29256661cb8beab3ddeb528 (commit)
       via  f633b14b92352d8abc2a178a1f6ff80a58662bb1 (commit)
       via  0c8f4c25ff1cdf8d4cad21789e0c73b41aa29c98 (commit)
       via  9804ab9accb3c6607c64a65bebe70124578240cd (commit)
      from  4424c668756a6639d3c042c297b63ea47b629735 (commit)


- Commits -----------------------------------------------
commit e7e992b12ab3717eadaf055fe2fab88c3be8a092
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Wed Aug 13 11:19:24 2008 +0200

    mesa: KIL -> KIL, KIL_NV -> KILP.

commit db38708c43d7e9bbc744893ad2e9c2a77e9ec15c
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Wed Aug 13 11:13:46 2008 +0200

    i915: Swap meanings of KIL and KILP.

commit e8e75c8c865bb5bbff9db2682b130c8d147f3a38
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Wed Aug 13 11:10:58 2008 +0200

    cell: KILP is a predicated discard, KIL is a conditional discard.

commit f0874d1a6b832e1bb29256661cb8beab3ddeb528
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Wed Aug 13 11:09:20 2008 +0200

    tgsi: Swap meanings of KIL and KILP opcodes.

commit f633b14b92352d8abc2a178a1f6ff80a58662bb1
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Wed Aug 13 10:58:54 2008 +0200

    gallivm: Translate KIL instead of KILP.

commit 0c8f4c25ff1cdf8d4cad21789e0c73b41aa29c98
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Wed Aug 13 10:52:55 2008 +0200

    draw: Use KIL instead of KILP.

commit 9804ab9accb3c6607c64a65bebe70124578240cd
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Wed Aug 13 09:15:27 2008 +0200

    gallium: Make a note that OPCODE_KIL is a conditional kill.
    Map OPCODE_TEXKILL to OPCODE_KIL.

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




More information about the mesa-commit mailing list