summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_surface.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-03 17:08:17 -0600
committerBrian Paul <brianp@vmware.com>2010-05-03 17:08:17 -0600
commit1fc5a318a64b10567ed6990eb04b2dc3ecb2b347 (patch)
treef03aa1377fc76b1af358c7f5b246de554cc3260e /src/gallium/auxiliary/util/u_surface.h
parentd8306c9caf3190f2bca6b83c653cd4711c25f98a (diff)
gallium: move framebuffer utility functions into a new file
Diffstat (limited to 'src/gallium/auxiliary/util/u_surface.h')
-rw-r--r--src/gallium/auxiliary/util/u_surface.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gallium/auxiliary/util/u_surface.h b/src/gallium/auxiliary/util/u_surface.h
index 119fcd4ce8..a61bb29171 100644
--- a/src/gallium/auxiliary/util/u_surface.h
+++ b/src/gallium/auxiliary/util/u_surface.h
@@ -62,17 +62,4 @@ util_destroy_rgba_surface(struct pipe_resource *texture,
struct pipe_surface *surface);
-extern boolean
-util_framebuffer_state_equal(const struct pipe_framebuffer_state *dst,
- const struct pipe_framebuffer_state *src);
-
-extern void
-util_copy_framebuffer_state(struct pipe_framebuffer_state *dst,
- const struct pipe_framebuffer_state *src);
-
-
-extern void
-util_unreference_framebuffer_state(struct pipe_framebuffer_state *fb);
-
-
#endif /* U_SURFACE_H */