mesa: Changes to 'gallium-0.1'

Zack Rusin zack at kemper.freedesktop.org
Wed Feb 13 05:47:20 UTC 2008


 src/mesa/pipe/llvm/gallivm.cpp         |    7 ++-
 src/mesa/pipe/llvm/gallivm_cpu.cpp     |    4 -
 src/mesa/pipe/llvm/gallivm_p.h         |   54 +++++++++++++++++++++++++
 src/mesa/pipe/llvm/instructionssoa.cpp |    2 
 src/mesa/pipe/llvm/instructionssoa.h   |    4 +
 src/mesa/pipe/llvm/storage.cpp         |   10 ++--
 src/mesa/pipe/llvm/storagesoa.cpp      |   70 +++++++++++++++++++++++++++++++++
 src/mesa/pipe/llvm/storagesoa.h        |   17 ++++++++
 src/mesa/pipe/llvm/tgsitollvm.cpp      |   50 +++++++++++++++++++----
 src/mesa/pipe/softpipe/sp_quad_fs.c    |    2 
 10 files changed, 203 insertions(+), 17 deletions(-)

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

New commits:
commit 4c8456264ca9c826165c41810b20dfbfbfb322e3
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Wed Feb 13 00:48:08 2008 -0500

    get mov working

commit 53c2963b84f7a8538d2a2c67e3fbb8a22f644c57
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Wed Feb 13 00:36:31 2008 -0500

    fix fetching input elements and generate a ret on end

commit 9b6532f01b2e8a3ccc44d67d20a8f94f5de570e3
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Wed Feb 13 00:21:24 2008 -0500

    add functiontype for the llvm native vs entry point

commit 8b054cd6eb0b64264d9cb8b61ce9df5135664368
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Wed Feb 13 00:21:03 2008 -0500

    disable llvm code in fs

commit 3c3c1ff5cd19af23033e080d8f0b9b5ae8363f2e
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Tue Feb 12 23:08:42 2008 -0500

    stop generate llvm entry points
    
    entrypoints are useless because we use the same paths as all other
    code. also simplify llvm swizzling code

commit cad7bc74d69ee053452aa4bd20740dc79ad6eab6
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Tue Feb 12 05:35:51 2008 -0500

    llvm ir code to fetch the elements




More information about the mesa-commit mailing list