diff options
author | Eric Anholt <[email protected]> | 2014-06-27 16:32:03 +0100 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-08-08 18:59:46 -0700 |
commit | 7108c24fd02a76f3efef4ba5d9aefdf0704ab0d8 (patch) | |
tree | 5d8483a00bb195aa6b410dca1dd42f0a8af66d54 /src/gallium/drivers/vc4/vc4_context.h | |
parent | 427f934f9e75deafdc40348aad0426ea2b31515c (diff) |
vc4: Use the user's actual first vertex attribute.
This is hardcoded to read it as RGBA32F so far, but starts to get more
tests working.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_context.h')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_context.h b/src/gallium/drivers/vc4/vc4_context.h index 36ad1bd2c8d..2aba99248c6 100644 --- a/src/gallium/drivers/vc4/vc4_context.h +++ b/src/gallium/drivers/vc4/vc4_context.h @@ -133,6 +133,8 @@ struct vc4_context { */ bool needs_flush; + struct primconvert_context *primconvert; + /** @{ Current pipeline state objects */ struct pipe_scissor_state scissor; struct pipe_blend_state *blend; |