From abc2f29dd2baa9c8aa672f07a1500e579364ab29 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Wed, 14 Apr 2010 02:21:06 +0200 Subject: r300g: emit VS immediates along with VS code --- src/gallium/drivers/r300/r300_vs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gallium/drivers/r300/r300_vs.h') diff --git a/src/gallium/drivers/r300/r300_vs.h b/src/gallium/drivers/r300/r300_vs.h index 261c31ee2f..56bcc3b70b 100644 --- a/src/gallium/drivers/r300/r300_vs.h +++ b/src/gallium/drivers/r300/r300_vs.h @@ -45,6 +45,10 @@ struct r300_vertex_shader { * compilation failure. */ boolean dummy; + /* Numbers of constants for each type. */ + unsigned externals_count; + unsigned immediates_count; + /* Stream locations for SWTCL or if TCL is bypassed. */ int stream_loc_notcl[16]; -- cgit v1.2.3