diff options
author | Keith Whitwell <[email protected]> | 2009-12-21 19:22:45 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-12-21 19:22:45 +0000 |
commit | f72de22439a2d08bb461af60839baf4fbb3e54df (patch) | |
tree | 40bd572ca41a03c0047b72918571c9a4e12356ac /src/gallium/auxiliary/tgsi/tgsi_scan.h | |
parent | 57531baa9260bd818b5fd584d6a6adde3c2d9fde (diff) |
i965g: remove half-finished change to tgsi_parse
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_scan.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_scan.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_scan.h b/src/gallium/auxiliary/tgsi/tgsi_scan.h index 6754001e885..8a7ee0c7e4f 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_scan.h +++ b/src/gallium/auxiliary/tgsi/tgsi_scan.h @@ -61,9 +61,6 @@ struct tgsi_shader_info boolean uses_kill; /**< KIL or KILP instruction used? */ boolean uses_fogcoord; /**< fragment shader uses fog coord? */ boolean uses_frontfacing; /**< fragment shader uses front/back-face flag? */ - - uint texture_max; - uint texture_mask; }; |