diff options
author | Christoph Bumiller <[email protected]> | 2011-11-14 18:12:46 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2011-11-14 18:12:46 +0100 |
commit | e7ccd703a28e14431b90f29540cec0bf67be1e0f (patch) | |
tree | 14a48c035778fa8f2aa1015a32e88f1f7cd38ac4 /src/gallium/auxiliary/tgsi/tgsi_scan.h | |
parent | a2bcaba1cdc4c06868d95c613a28584743471361 (diff) |
gallium: add TGSI_SEMANTIC_VERTEXID
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_scan.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_scan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_scan.h b/src/gallium/auxiliary/tgsi/tgsi_scan.h index 30834b4d000..482c106ae79 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_scan.h +++ b/src/gallium/auxiliary/tgsi/tgsi_scan.h @@ -70,6 +70,7 @@ struct tgsi_shader_info boolean writes_edgeflag; /**< vertex shader outputs edgeflag */ boolean uses_kill; /**< KIL or KILP instruction used? */ boolean uses_instanceid; + boolean uses_vertexid; boolean origin_lower_left; boolean pixel_center_integer; boolean color0_writes_all_cbufs; |