diff options
author | Christoph Bumiller <[email protected]> | 2010-09-05 19:06:17 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-09-09 19:21:34 +0200 |
commit | 217542a061ef31150b1b04f1b45b6099bcc153fe (patch) | |
tree | f572d10138a5631cae29420a3d22a7b3a5f9011d /src/gallium/drivers/nv50/nv50_program.h | |
parent | 9e4901402cf50405be28ce6311f10e22196fbc35 (diff) |
nv50: save tgsi instructions
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_program.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_program.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_program.h b/src/gallium/drivers/nv50/nv50_program.h index 639f06217ed..3c3f1f7f970 100644 --- a/src/gallium/drivers/nv50/nv50_program.h +++ b/src/gallium/drivers/nv50/nv50_program.h @@ -104,6 +104,7 @@ struct nv50_subroutine { struct nv50_translation_info { struct nv50_program *p; unsigned inst_nr; + struct tgsi_full_instruction *insns; ubyte input_file; ubyte output_file; ubyte input_map[PIPE_MAX_SHADER_INPUTS][4]; |