summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_context.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2015-04-09 12:12:20 -0700
committerEric Anholt <[email protected]>2015-04-13 23:20:45 -0700
commit43b20795b742b9f1608dd6f2dc586337408760ad (patch)
treeb6e92875a9b9907c8b562f9124610bab522b08c2 /src/gallium/drivers/vc4/vc4_context.h
parente214a596352e67c89ce379a1e5a060dbc1ce31e1 (diff)
vc4: Move the blit code to a separate file.
There will be other blit code showing up, and it seems like the place you'd look.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_context.h')
-rw-r--r--src/gallium/drivers/vc4/vc4_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_context.h b/src/gallium/drivers/vc4/vc4_context.h
index 72d655e4cc2..68eacb84fd1 100644
--- a/src/gallium/drivers/vc4/vc4_context.h
+++ b/src/gallium/drivers/vc4/vc4_context.h
@@ -341,4 +341,5 @@ bool vc4_tex_format_supported(enum pipe_format f);
uint8_t vc4_get_tex_format(enum pipe_format f);
const uint8_t *vc4_get_format_swizzle(enum pipe_format f);
void vc4_init_query_functions(struct vc4_context *vc4);
+void vc4_blit(struct pipe_context *pctx, const struct pipe_blit_info *blit_info);
#endif /* VC4_CONTEXT_H */