summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_public.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-01-21 20:23:32 +0000
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-01-26 10:30:35 +0900
commit6d2d41294ce7de78d56051261bb4fc345517bf9b (patch)
tree8f3264accfdb2cc72fa48895eefe9aaa8f1a6206 /src/mesa/state_tracker/st_public.h
parent596a92ee7590cd3819aad0139cf779d28e57874d (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.h1
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 78a8fde82b..3c397b126a 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