diff options
author | Brian Paul <[email protected]> | 2010-05-03 17:08:17 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-05-03 17:08:17 -0600 |
commit | 1fc5a318a64b10567ed6990eb04b2dc3ecb2b347 (patch) | |
tree | f03aa1377fc76b1af358c7f5b246de554cc3260e /src/gallium/auxiliary/util/u_surface.h | |
parent | d8306c9caf3190f2bca6b83c653cd4711c25f98a (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.h | 13 |
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 119fcd4ce8e..a61bb291718 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 */ |