mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Sat Sep 29 16:44:48 UTC 2007


 progs/demos/arbfslight.c            |   12 ++
 src/mesa/pipe/tgsi/exec/tgsi_exec.c |  188 ++++++++++++++++++------------------
 src/mesa/pipe/tgsi/exec/tgsi_exec.h |   40 ++-----
 3 files changed, 121 insertions(+), 119 deletions(-)

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

New commits:
commit 2727cfddbf64add52181bed999938a90811f01a3
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Sep 29 10:44:05 2007 -0600

    hack in some code to test loops, break

commit 78f3cd1e08d68111a2db308c000b94cc580b3cad
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Sep 29 10:43:29 2007 -0600

    Initial conditional execution support for loops and BRK instruction.
    
    Also, instead of passing cond mask to each micro op, just apply it in the
    store_dest() function.

commit 91550f0a17488f41da4829a627db90f0081250dc
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Sep 29 09:51:11 2007 -0600

    remove unused tgsi_exec_cond_* types




More information about the mesa-commit mailing list