mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Sat Sep 29 03:05:54 UTC 2007


 progs/demos/arbfslight.c                |   14 +
 src/mesa/pipe/tgsi/exec/tgsi_exec.c     |  303 +++++++++++---------------------
 src/mesa/pipe/tgsi/exec/tgsi_exec.h     |   12 +
 src/mesa/state_tracker/st_atom_shader.c |    2 
 4 files changed, 139 insertions(+), 192 deletions(-)

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

New commits:
commit 9405ec62512ca7195905644d9c7f271ae01662c5
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 28 21:04:56 2007 -0600

    temporary hack to test nested conditionals

commit fc38c827716d333c92017348add1e80ea78af948
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 28 21:04:34 2007 -0600

    Initial implementation of IF/ELSE/ENDIF using conditional masking.
    
    mach->CondMask controls writing to each of the 4 components in a quad.
    mach->CondMaskStack handles nested conditionals.
    Only a few of the micro ops (add/sub/mul/store) have been updated to obey CondMask at this time.

commit ae7f200788947cdde15b279ea3a4558f6abd9922
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 28 20:31:24 2007 -0600

    fix bug causing unnecessary translations




More information about the mesa-commit mailing list