summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_context.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-07-04 09:38:44 -0700
committerEric Anholt <[email protected]>2014-08-08 18:59:46 -0700
commitc29392751180e21a2857cade8d0b4902cbe9d001 (patch)
tree0da05c819c6b967723f1c9b04095da9e836cb02f /src/gallium/drivers/vc4/vc4_context.h
parentdb9f41ea8826d09a413059b681121e4bd05ce524 (diff)
vc4: Add WIP support for varyings.
It doesn't do all the interpolation yet, but more tests can run now. v2: Rebase on helpers.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_context.h')
-rw-r--r--src/gallium/drivers/vc4/vc4_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_context.h b/src/gallium/drivers/vc4/vc4_context.h
index 8258d3046c0..f36b96b0c25 100644
--- a/src/gallium/drivers/vc4/vc4_context.h
+++ b/src/gallium/drivers/vc4/vc4_context.h
@@ -80,6 +80,7 @@ struct vc4_compiled_shader {
struct vc4_shader_uniform_info uniforms[2];
uint32_t coord_shader_offset;
+ uint8_t num_inputs;
};
struct vc4_program_stateobj {