mesa: Changes to 'softpipe_0_1_branch'

Michal Krol michal at kemper.freedesktop.org
Thu Jul 5 17:55:47 UTC 2007


 src/mesa/pipe/tgsi/Makefile            |    3 
 src/mesa/pipe/tgsi/core/Makefile       |    3 
 src/mesa/pipe/tgsi/core/tgsi_build.c   | 1315 +++++++++++++++++++
 src/mesa/pipe/tgsi/core/tgsi_build.h   |  309 ++++
 src/mesa/pipe/tgsi/core/tgsi_core.h    |   12 
 src/mesa/pipe/tgsi/core/tgsi_dump.c    |  871 +++++++++++++
 src/mesa/pipe/tgsi/core/tgsi_dump.h    |   22 
 src/mesa/pipe/tgsi/core/tgsi_exec.c    | 2193 +++++++++++++++++++++++++++++++++
 src/mesa/pipe/tgsi/core/tgsi_exec.h    |  137 ++
 src/mesa/pipe/tgsi/core/tgsi_parse.c   |  284 ++++
 src/mesa/pipe/tgsi/core/tgsi_parse.h   |  120 +
 src/mesa/pipe/tgsi/core/tgsi_token.h   | 1045 +++++++++++++++
 src/mesa/pipe/tgsi/core/tgsi_util.c    |  263 +++
 src/mesa/pipe/tgsi/core/tgsi_util.h    |   70 +
 src/mesa/pipe/tgsi/mesa/Makefile       |    3 
 src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c |  499 +++++++
 src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.h |   25 
 src/mesa/pipe/tgsi/mesa/tgsi_mesa.h    |    8 
 src/mesa/pipe/tgsi/tgsi_platform.h     |   18 
 src/mesa/sources                       |   19 
 src/mesa/state_tracker/st_cb_program.c |   14 
 src/mesa/state_tracker/st_texobj.c     |    3 
 22 files changed, 7229 insertions(+), 7 deletions(-)

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

New commits:
commit ffe58739da9eee2e99682747cc8f26e412c87430
Author: michal <michal at michal-laptop.(none)>
Date:   Thu Jul 5 19:55:38 2007 +0200

    Softpipe: import TGSI tree. Not hooked-up yet.




More information about the mesa-commit mailing list