summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_framebuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/util/u_framebuffer.h')
-rw-r--r--src/gallium/auxiliary/util/u_framebuffer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_framebuffer.h b/src/gallium/auxiliary/util/u_framebuffer.h
index adf1254e1b..e7dc1e9e41 100644
--- a/src/gallium/auxiliary/util/u_framebuffer.h
+++ b/src/gallium/auxiliary/util/u_framebuffer.h
@@ -46,4 +46,9 @@ extern void
util_unreference_framebuffer_state(struct pipe_framebuffer_state *fb);
+extern boolean
+util_framebuffer_min_size(const struct pipe_framebuffer_state *fb,
+ unsigned *width,
+ unsigned *height);
+
#endif /* U_FRAMEBUFFER_H */