aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_qir.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-09-24 14:23:25 -0700
committerEric Anholt <[email protected]>2014-09-24 15:56:39 -0700
commit66b7bd60e01fd17a356bf26d69ea351261080586 (patch)
tree9fdcd4650a4648119539e18cc949284a20701115 /src/gallium/drivers/vc4/vc4_qir.h
parentf24588d64e6be50068883d484c8d759fb8979750 (diff)
vc4: Add support for point size setting.
This is the support for both the global and per-vertex modes.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_qir.h')
-rw-r--r--src/gallium/drivers/vc4/vc4_qir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_qir.h b/src/gallium/drivers/vc4/vc4_qir.h
index 0a2c6857966..6a2e3c4b2d6 100644
--- a/src/gallium/drivers/vc4/vc4_qir.h
+++ b/src/gallium/drivers/vc4/vc4_qir.h
@@ -238,6 +238,7 @@ struct vc4_compile {
uint32_t num_texture_samples;
uint32_t output_position_index;
uint32_t output_color_index;
+ uint32_t output_point_size_index;
struct qreg undef;
enum qstage stage;