diff options
author | Michal Krol <[email protected]> | 2009-11-24 09:03:41 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-11-24 09:05:31 +0100 |
commit | 0c54d76f3783091267cb18e6bd23697d024c95b2 (patch) | |
tree | 367d69faa7630912722284a2d30d8fee53557ece /src/gallium/auxiliary/tgsi/tgsi_exec.h | |
parent | 59a70c364df03c34abc72bca2cdca8fae12d8f68 (diff) |
tgsi: Implement predicated instructions in exec.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_exec.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.h b/src/gallium/auxiliary/tgsi/tgsi_exec.h index 3dff69a5059..fd94c1bc440 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_exec.h +++ b/src/gallium/auxiliary/tgsi/tgsi_exec.h @@ -218,6 +218,7 @@ struct tgsi_exec_machine struct tgsi_exec_vector Outputs[PIPE_MAX_ATTRIBS]; struct tgsi_exec_vector *Addrs; + struct tgsi_exec_vector *Predicates; struct tgsi_sampler **Samplers; |