diff options
author | Keith Whitwell <[email protected]> | 2008-01-21 20:23:32 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-01-26 10:30:35 +0900 |
commit | 6d2d41294ce7de78d56051261bb4fc345517bf9b (patch) | |
tree | 8f3264accfdb2cc72fa48895eefe9aaa8f1a6206 /src/mesa/state_tracker/st_public.h | |
parent | 596a92ee7590cd3819aad0139cf779d28e57874d (diff) |
gallium: add notify_swapbuffers_complete, use it to set surfaces to undefined state
Diffstat (limited to 'src/mesa/state_tracker/st_public.h')
-rw-r--r-- | src/mesa/state_tracker/st_public.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_public.h b/src/mesa/state_tracker/st_public.h index 78a8fde82b5..3c397b126a9 100644 --- a/src/mesa/state_tracker/st_public.h +++ b/src/mesa/state_tracker/st_public.h @@ -81,5 +81,6 @@ void st_make_current(struct st_context *st, void st_flush( struct st_context *st, uint pipeFlushFlags ); void st_notify_swapbuffers(struct st_framebuffer *stfb); +void st_notify_swapbuffers_complete(struct st_framebuffer *stfb); #endif |