diff options
author | Rob Clark <[email protected]> | 2016-11-08 10:50:03 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-11-30 12:35:49 -0500 |
commit | 946cf4eb6846767306a221eec7d0f82d20dfb6b5 (patch) | |
tree | bb35f2837a125ed66736c7ff96be954685891b09 /src/gallium/drivers/freedreno/freedreno_context.h | |
parent | fcba3046e1b90ecec6f5f4ad5397cd36e0c740ac (diff) |
freedreno/a5xx: initial support
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_context.h')
-rw-r--r-- | src/gallium/drivers/freedreno/freedreno_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_context.h b/src/gallium/drivers/freedreno/freedreno_context.h index c4c08a682be..e56fef94422 100644 --- a/src/gallium/drivers/freedreno/freedreno_context.h +++ b/src/gallium/drivers/freedreno/freedreno_context.h @@ -257,6 +257,7 @@ struct fd_context { void (*emit_tile_mem2gmem)(struct fd_batch *batch, struct fd_tile *tile); void (*emit_tile_renderprep)(struct fd_batch *batch, struct fd_tile *tile); void (*emit_tile_gmem2mem)(struct fd_batch *batch, struct fd_tile *tile); + void (*emit_tile_fini)(struct fd_batch *batch); /* optional */ /* optional, for GMEM bypass: */ void (*emit_sysmem_prep)(struct fd_batch *batch); |