From 7b55a05159cb1df9a0bc8333360fa583e0715377 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Thu, 4 May 2017 13:26:35 -0400 Subject: freedreno/a5xx: compute shader support Signed-off-by: Rob Clark --- src/gallium/drivers/freedreno/a5xx/fd5_emit.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/drivers/freedreno/a5xx/fd5_emit.h') diff --git a/src/gallium/drivers/freedreno/a5xx/fd5_emit.h b/src/gallium/drivers/freedreno/a5xx/fd5_emit.h index 83556c298f7..982ac1d5ac0 100644 --- a/src/gallium/drivers/freedreno/a5xx/fd5_emit.h +++ b/src/gallium/drivers/freedreno/a5xx/fd5_emit.h @@ -164,6 +164,9 @@ void fd5_emit_vertex_bufs(struct fd_ringbuffer *ring, struct fd5_emit *emit); void fd5_emit_state(struct fd_context *ctx, struct fd_ringbuffer *ring, struct fd5_emit *emit); +void fd5_emit_cs_state(struct fd_context *ctx, struct fd_ringbuffer *ring, + struct ir3_shader_variant *cp); + void fd5_emit_restore(struct fd_batch *batch, struct fd_ringbuffer *ring); void fd5_emit_init(struct pipe_context *pctx); -- cgit v1.2.3