diff options
author | Eric Anholt <[email protected]> | 2014-08-13 13:41:22 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-09-04 17:00:54 -0700 |
commit | 4bca922878a4d433077d21d4918b1db71b3a15f7 (patch) | |
tree | ebbab6a23eed9f16c98645c8061813d962bd1eae /src/gallium/drivers/vc4/vc4_context.h | |
parent | 23e20f4687269f795e912a05bf12baaa94d0dd5a (diff) |
vc4: Merge qcompile and tgsi_to_qir
The split between these two didn't make much sense. I'm going to want the
chance to look at uniform contents in optimization passes, and the QPU
emit I think is going to end up rewriting the uniforms stream.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_context.h')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_context.h b/src/gallium/drivers/vc4/vc4_context.h index caf0e5a5824..c2fdcae231b 100644 --- a/src/gallium/drivers/vc4/vc4_context.h +++ b/src/gallium/drivers/vc4/vc4_context.h @@ -228,7 +228,7 @@ void vc4_write_uniforms(struct vc4_context *vc4, void vc4_flush(struct pipe_context *pctx); void vc4_flush_for_bo(struct pipe_context *pctx, struct vc4_bo *bo); void vc4_emit_state(struct pipe_context *pctx); -void vc4_generate_code(struct qcompile *c); +void vc4_generate_code(struct vc4_compile *c); void vc4_update_compiled_shaders(struct vc4_context *vc4, uint8_t prim_mode); bool vc4_rt_format_supported(enum pipe_format f); |