diff options
author | Michal Krol <[email protected]> | 2010-02-03 15:28:03 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2010-02-09 15:29:39 +0100 |
commit | 6f6d740c851aa8bedc7c51dbd5db14de338787f1 (patch) | |
tree | b51fc52867ca2b36357acd0d0190dc11ac2e3fab /src/gallium/auxiliary/tgsi/tgsi_build.h | |
parent | 5ee856e195ca3745d6460c0874c2c9463cf359df (diff) |
gallium: Add cylindrical wrap info to TGSI declaration.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_build.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_build.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_build.h b/src/gallium/auxiliary/tgsi/tgsi_build.h index ebee4ce5f6a..13d7f5272d6 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_build.h +++ b/src/gallium/auxiliary/tgsi/tgsi_build.h @@ -68,6 +68,7 @@ tgsi_build_declaration( unsigned semantic, unsigned centroid, unsigned invariant, + unsigned cylindrical_wrap, struct tgsi_header *header ); struct tgsi_full_declaration |