mesa: Changes to 'gallium-0.1'

Zack Rusin zack at kemper.freedesktop.org
Thu Oct 25 13:09:21 UTC 2007


 progs/vpglsl/Makefile               |   53 +++++++
 progs/vpglsl/if.glsl                |    7 
 progs/vpglsl/ifelse.glsl            |    8 +
 progs/vpglsl/nestedifs.glsl         |   13 +
 progs/vpglsl/nestedswizzle.glsl     |    9 +
 progs/vpglsl/vp-tris.c              |  265 ++++++++++++++++++++++++++++++++++++
 src/mesa/pipe/llvm/instructions.cpp |   13 +
 src/mesa/pipe/llvm/instructions.h   |    1 
 src/mesa/pipe/llvm/llvmtgsi.cpp     |    6 
 src/mesa/pipe/llvm/storage.cpp      |   19 --
 src/mesa/pipe/llvm/storage.h        |    8 -
 11 files changed, 384 insertions(+), 18 deletions(-)

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

New commits:
commit 1d17cb721afaa53317614af90488a45c26e083e3
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Thu Oct 25 09:03:53 2007 -0400

    Fix nested swizzles. Actually fetch the destination contents
    instead of input.

commit 1d26e9c447fd9746b2219edbf65b1991521bcfe7
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Thu Oct 25 07:52:59 2007 -0400

    Fix nested conditionals

commit e842b5e5ba738cd214137cca95c6da64492f9f92
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Thu Oct 25 07:19:02 2007 -0400

    Test some functionality of vp using GLSL that pure vp isn't testing.

commit 7073ef96824242669735a8681519e1a0cee14309
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Thu Oct 25 07:18:01 2007 -0400

    Implement else ops.




More information about the mesa-commit mailing list