mesa: Changes to 'gallium-0.1'

Zack Rusin zack at kemper.freedesktop.org
Sat May 17 18:02:42 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_vs_llvm.c          |   58 +----
 src/gallium/auxiliary/gallivm/gallivm.cpp          |    9 +-
 src/gallium/auxiliary/gallivm/gallivm.h            |   13 +-
 src/gallium/auxiliary/gallivm/gallivm_builtins.cpp |  267 ++++++++++----------
 src/gallium/auxiliary/gallivm/gallivm_cpu.cpp      |   56 ++++-
 src/gallium/auxiliary/gallivm/instructionssoa.cpp  |  114 ++++++++-
 src/gallium/auxiliary/gallivm/instructionssoa.h    |    9 +
 src/gallium/auxiliary/gallivm/llvm_builtins.c      |    1 -
 src/gallium/auxiliary/gallivm/soabuiltins.c        |  131 +++++++++--
 src/gallium/auxiliary/gallivm/tgsitollvm.cpp       |    6 +
 10 files changed, 437 insertions(+), 227 deletions(-)

       via  0bf82c0111c9d5e33ffc76be2fd0d22eea316952 (commit)
       via  a7449d4d840148ccd9261b59e68d45e9d0d2be53 (commit)
       via  02e45b2dadd42c38247cb992a07eb520ac86519b (commit)
       via  1d1cf8edf6a0409caf9aa7d44e186eb51f51fa1f (commit)
       via  ea1a607292ef31df70cda8c6476755e0224c9f7d (commit)
       via  59766ac273c426557b7790b0fcb566c8095fd820 (commit)
       via  735752e8dceeec9b202147d1d19ef3dc70e08673 (commit)
       via  aeae57693b31bf42833a9d51844fe92e3ab61034 (commit)
      from  9671f7ae476cadb46f9f8f9d0363f24aabaf9f87 (commit)


- Commits -----------------------------------------------
commit 0bf82c0111c9d5e33ffc76be2fd0d22eea316952
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Fri May 16 17:56:38 2008 -0400

    cosmetic changes

commit a7449d4d840148ccd9261b59e68d45e9d0d2be53
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Fri May 16 17:35:47 2008 -0400

    fix rsq

commit 02e45b2dadd42c38247cb992a07eb520ac86519b
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Fri May 16 17:10:52 2008 -0400

    fix abs and start on rsq

commit 1d1cf8edf6a0409caf9aa7d44e186eb51f51fa1f
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Fri May 16 16:06:59 2008 -0400

    do the lit (some artifacts present)

commit ea1a607292ef31df70cda8c6476755e0224c9f7d
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Fri May 16 14:54:40 2008 -0400

    implement min/max and abstract ops on vectors

commit 59766ac273c426557b7790b0fcb566c8095fd820
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Thu May 15 17:46:20 2008 -0400

    llvm: implement sub and abs

commit 735752e8dceeec9b202147d1d19ef3dc70e08673
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Thu May 15 14:11:19 2008 -0400

    fix injections of functions from builtins into shaders

commit aeae57693b31bf42833a9d51844fe92e3ab61034
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Thu May 15 12:17:46 2008 -0400

    move the swizzling code to gallivm in preperation for code-generating it
    also some minor cleanups

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




More information about the mesa-commit mailing list