diff options
author | Brian <[email protected]> | 2007-09-20 14:08:09 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-20 14:08:09 -0600 |
commit | 478d1e2c9c73fc29542375c44d01ab964ce8eccf (patch) | |
tree | 1c9c1ba08bfe5a0c81150c49acce0fab9cd63956 /src/mesa/pipe/tgsi | |
parent | 064daf319cf1868575c794f2380d54ea5b8358af (diff) |
remove old/used code
Diffstat (limited to 'src/mesa/pipe/tgsi')
-rw-r--r-- | src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c b/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c index abb0ff755c9..115c5d1eb02 100644 --- a/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c +++ b/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c @@ -540,12 +540,6 @@ tgsi_mesa_compile_fp_program( struct tgsi_processor *processor;
struct tgsi_full_declaration fulldecl;
struct tgsi_full_instruction fullinst;
- /*
- struct tgsi_full_dst_register *fulldst;
- struct tgsi_full_src_register *fullsrc;
- GLuint inputs_read;
- GLboolean reads_wpos;
- */
GLuint preamble_size = 0;
*(struct tgsi_version *) &tokens[0] = tgsi_build_version();
@@ -703,6 +697,9 @@ tgsi_mesa_compile_vp_program( ti = 3;
+ /* XXX todo: input/output declarations
+ */
+
for( i = 0; i < program->Base.NumInstructions; i++ ) {
if( compile_instruction(
&program->Base.Instructions[i],
|