diff options
author | Brian Paul <[email protected]> | 2016-08-26 09:53:47 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-08-29 17:46:50 -0600 |
commit | 646afc6ff75fca5a961549ffe175877f903ef5c7 (patch) | |
tree | 38bcc490220a7cccbf0e1cac62b606897d273060 /src/gallium/drivers/svga/svga_surface.h | |
parent | b9b88516f8d3efc902696f1092519e298ceb7cdb (diff) |
svga: move surface propagation code into new function
Put new svga_propagate_rendertargets() function where all the other
surface propagation code lives.
Reviewed-by: Charmaine Lee <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/svga_surface.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_surface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_surface.h b/src/gallium/drivers/svga/svga_surface.h index 2f003b22cc6..ed9f37a74a6 100644 --- a/src/gallium/drivers/svga/svga_surface.h +++ b/src/gallium/drivers/svga/svga_surface.h @@ -78,6 +78,9 @@ struct svga_surface extern void svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf); +void +svga_propagate_rendertargets(struct svga_context *svga); + extern boolean svga_surface_needs_propagation(const struct pipe_surface *surf); |