summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_scan.h
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2015-01-04 21:58:42 +0100
committerMarek Olšák <marek.olsak@amd.com>2015-01-07 12:06:43 +0100
commit1b82eb677de63ec49f56800b81ac49b79fc5576a (patch)
treef6229b1c662f596e11bb6f7249fefaf324356157 /src/gallium/auxiliary/tgsi/tgsi_scan.h
parenteaae92a349af1fd6641c4bdd4bfd1185b1b6fe3e (diff)
downloadexternal_mesa3d-1b82eb677de63ec49f56800b81ac49b79fc5576a.zip
external_mesa3d-1b82eb677de63ec49f56800b81ac49b79fc5576a.tar.gz
external_mesa3d-1b82eb677de63ec49f56800b81ac49b79fc5576a.tar.bz2
tgsi: add uses_centroid into tgsi_shader_info
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_scan.h')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_scan.h1
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 375f75a..bacb4ab 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_scan.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_scan.h
@@ -72,6 +72,7 @@ struct tgsi_shader_info
boolean writes_stencil; /**< does fragment shader write stencil value? */
boolean writes_edgeflag; /**< vertex shader outputs edgeflag */
boolean uses_kill; /**< KILL or KILL_IF instruction used? */
+ boolean uses_centroid;
boolean uses_instanceid;
boolean uses_vertexid;
boolean uses_vertexid_nobase;