summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_screen.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-06 13:41:52 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-06 13:41:52 +0000
commit11805726d311a5d11e58f01b2793cc19d7f98566 (patch)
treedc33aa19fe5c760d2dc26d8eecec2e52fe3ec926 /src/gallium/drivers/i965/brw_screen.h
parenteacd13bcc809e1e877a48c2942eb6285aa21f6be (diff)
i965g: remove references to brw_surface_bo()
Diffstat (limited to 'src/gallium/drivers/i965/brw_screen.h')
-rw-r--r--src/gallium/drivers/i965/brw_screen.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/i965/brw_screen.h b/src/gallium/drivers/i965/brw_screen.h
index f7267cc78a..301b20d549 100644
--- a/src/gallium/drivers/i965/brw_screen.h
+++ b/src/gallium/drivers/i965/brw_screen.h
@@ -167,9 +167,6 @@ brw_buffer_is_user_buffer( const struct pipe_buffer *buf )
return ((const struct brw_buffer *)buf)->user_buffer != NULL;
}
-struct brw_winsys_buffer *
-brw_surface_bo( struct pipe_surface *surface );
-
unsigned
brw_surface_pitch( const struct pipe_surface *surface );