diff options
author | Chia-I Wu <[email protected]> | 2014-09-25 12:02:33 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-09-26 21:15:55 +0800 |
commit | 18cbd3cc3414bca77edc26d0e009b8acbf551cba (patch) | |
tree | 731f1332deafce8cda3bec3bdc5d30b17296f576 /src/gallium/drivers/ilo/ilo_render_gen.h | |
parent | e3451552d23b7b656bafde5c4cf63e86b87137f0 (diff) |
ilo: make ilo_render_emit_flush() direct
Remove emit_flush() and ILO_RENDER_FLUSH indirections.
Signed-off-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_render_gen.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_render_gen.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/ilo/ilo_render_gen.h b/src/gallium/drivers/ilo/ilo_render_gen.h index 5024a845c49..273a45dfc9c 100644 --- a/src/gallium/drivers/ilo/ilo_render_gen.h +++ b/src/gallium/drivers/ilo/ilo_render_gen.h @@ -76,6 +76,9 @@ struct gen6_rectlist_session { }; void +gen6_wa_pre_pipe_control(struct ilo_render *r, uint32_t dw1); + +void gen6_draw_prepare(struct ilo_render *r, const struct ilo_state_vector *ilo, struct gen6_draw_session *session); @@ -149,9 +152,6 @@ gen6_render_estimate_query_size(const struct ilo_render *render, const struct ilo_query *q); void -ilo_render_emit_flush_gen6(struct ilo_render *r); - -void ilo_render_emit_query_gen6(struct ilo_render *r, struct ilo_query *q, uint32_t offset); |