summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
diff options
context:
space:
mode:
authorTimothy Arceri <timothy.arceri@collabora.com>2016-05-19 15:58:51 +1000
committerTimothy Arceri <timothy.arceri@collabora.com>2016-07-07 10:26:43 +1000
commita102ef2d4fd01a946f949a45115d65abb6714a5b (patch)
treecb5871a782b3e41c2eccb7360682dc088fe077b3 /src/mesa/drivers/dri/i965/brw_fs.h
parent448adfbc67f4f6d0268a2f94dac311a26dc19864 (diff)
downloadexternal_mesa3d-a102ef2d4fd01a946f949a45115d65abb6714a5b.zip
external_mesa3d-a102ef2d4fd01a946f949a45115d65abb6714a5b.tar.gz
external_mesa3d-a102ef2d4fd01a946f949a45115d65abb6714a5b.tar.bz2
i965: add component packing support for gs
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h
index 4237197..1f88f8f 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.h
+++ b/src/mesa/drivers/dri/i965/brw_fs.h
@@ -265,7 +265,7 @@ public:
void emit_gs_thread_end();
void emit_gs_input_load(const fs_reg &dst, const nir_src &vertex_src,
unsigned base_offset, const nir_src &offset_src,
- unsigned num_components);
+ unsigned num_components, unsigned first_component);
void emit_cs_terminate();
fs_reg *emit_cs_work_group_id_setup();