Softpipe: import TGSI tree. Not hooked-up yet.
authormichal <michal@michal-laptop.(none)>
Thu, 5 Jul 2007 17:55:38 +0000 (19:55 +0200)
committermichal <michal@michal-laptop.(none)>
Thu, 5 Jul 2007 17:55:38 +0000 (19:55 +0200)
commitffe58739da9eee2e99682747cc8f26e412c87430
tree17698bfe671373d903d56ccc5d434b5ff3193d41
parentac5523a9c31efbb89e58ef99da47b0d81a21409c
Softpipe: import TGSI tree. Not hooked-up yet.
22 files changed:
src/mesa/pipe/tgsi/Makefile [new file with mode: 0644]
src/mesa/pipe/tgsi/core/Makefile [new file with mode: 0644]
src/mesa/pipe/tgsi/core/tgsi_build.c [new file with mode: 0644]
src/mesa/pipe/tgsi/core/tgsi_build.h [new file with mode: 0644]
src/mesa/pipe/tgsi/core/tgsi_core.h [new file with mode: 0644]
src/mesa/pipe/tgsi/core/tgsi_dump.c [new file with mode: 0644]
src/mesa/pipe/tgsi/core/tgsi_dump.h [new file with mode: 0644]
src/mesa/pipe/tgsi/core/tgsi_exec.c [new file with mode: 0644]
src/mesa/pipe/tgsi/core/tgsi_exec.h [new file with mode: 0644]
src/mesa/pipe/tgsi/core/tgsi_parse.c [new file with mode: 0644]
src/mesa/pipe/tgsi/core/tgsi_parse.h [new file with mode: 0644]
src/mesa/pipe/tgsi/core/tgsi_token.h [new file with mode: 0644]
src/mesa/pipe/tgsi/core/tgsi_util.c [new file with mode: 0644]
src/mesa/pipe/tgsi/core/tgsi_util.h [new file with mode: 0644]
src/mesa/pipe/tgsi/mesa/Makefile [new file with mode: 0644]
src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c [new file with mode: 0644]
src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.h [new file with mode: 0644]
src/mesa/pipe/tgsi/mesa/tgsi_mesa.h [new file with mode: 0644]
src/mesa/pipe/tgsi/tgsi_platform.h [new file with mode: 0644]
src/mesa/sources
src/mesa/state_tracker/st_cb_program.c
src/mesa/state_tracker/st_texobj.c