diff options
author | Brian Paul <[email protected]> | 2016-11-01 08:19:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-11-03 14:29:23 -0600 |
commit | 260d951486d3e1c4ced57b6692bcc0e1fd66d304 (patch) | |
tree | 388069520aa2a1151149c46c81808d9198db2031 /src/gallium/drivers/svga/svga_surface.h | |
parent | c96f63cac2a6b7e60b515fccf2f7410615b94337 (diff) |
svga: move svga_mark_surfaces_dirty() prototype to svga_surface.h
Trivial.
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 18cb9c1869d..4315b1a1886 100644 --- a/src/gallium/drivers/svga/svga_surface.h +++ b/src/gallium/drivers/svga/svga_surface.h @@ -75,6 +75,9 @@ struct svga_surface }; +void +svga_mark_surfaces_dirty(struct svga_context *svga); + extern void svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf); |