diff options
author | Marek Olšák <[email protected]> | 2011-09-11 21:05:46 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-09-12 22:03:03 +0200 |
commit | f97acf40155a5d63a70ac6875df8128cb91d2369 (patch) | |
tree | 286bc68d6cc46d44ddd8c9bce40089ad61ab4a21 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 12325b7962ba0dcc34cef2b6070ecd511e5ffa88 (diff) |
r600g: remove unused function r600_buffer_from_handle
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 7c7f0424a26..d7fa1b931b8 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -274,8 +274,6 @@ struct pipe_resource *r600_buffer_create(struct pipe_screen *screen, struct pipe_resource *r600_user_buffer_create(struct pipe_screen *screen, void *ptr, unsigned bytes, unsigned bind); -struct pipe_resource *r600_buffer_from_handle(struct pipe_screen *screen, - struct winsys_handle *whandle); void r600_upload_index_buffer(struct r600_pipe_context *rctx, struct r600_drawl *draw); |