mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Sun Oct 28 15:53:37 UTC 2007


 src/mesa/pipe/softpipe/sp_context.c      |   22 +++--
 src/mesa/pipe/softpipe/sp_context.h      |    1 
 src/mesa/pipe/softpipe/sp_state_fs.c     |    6 +
 src/mesa/state_tracker/st_mesa_to_tgsi.c |  116 ++++++++++++++++---------------
 4 files changed, 80 insertions(+), 65 deletions(-)

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

New commits:
commit e420e9d48577de57f912ab39d59c2d1d4d14b8f6
Author: michal <michal at michal-laptop.(none)>
Date:   Sun Oct 28 14:42:26 2007 +0000

    Declare temporaries in a more compact fashion.
    
    The following declarations:
       DCL TEMP[0]
       DCL TEMP[1]
       DCL TEMP[2]
       DCL TEMP[4]
    become:
       DCL TEMP[0..2]
       DCL TEMP[4]

commit 80ab2ab335717db4f3b9593ff1e111cc2191d83f
Author: michal <michal at michal-laptop.(none)>
Date:   Sun Oct 28 14:27:02 2007 +0000

    Control FS TGSI dumping with GALLIUM_DUMP_FS env variable.

commit 90e47c8c7bd72c751b9d478fa583d758aa26b06d
Author: michal <michal at michal-laptop.(none)>
Date:   Sun Oct 28 14:26:04 2007 +0000

    Fix newlines.




More information about the mesa-commit mailing list