diff options
author | Eric Anholt <[email protected]> | 2015-04-09 12:12:20 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2015-04-13 23:20:45 -0700 |
commit | 43b20795b742b9f1608dd6f2dc586337408760ad (patch) | |
tree | b6e92875a9b9907c8b562f9124610bab522b08c2 /src/gallium/drivers/vc4/vc4_context.h | |
parent | e214a596352e67c89ce379a1e5a060dbc1ce31e1 (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.h | 1 |
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 */ |