diff options
author | Eric Anholt <[email protected]> | 2014-07-04 09:38:44 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-08-08 18:59:46 -0700 |
commit | c29392751180e21a2857cade8d0b4902cbe9d001 (patch) | |
tree | 0da05c819c6b967723f1c9b04095da9e836cb02f /src/gallium/drivers/vc4/vc4_context.h | |
parent | db9f41ea8826d09a413059b681121e4bd05ce524 (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.h | 1 |
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 { |