diff options
author | Marek Olšák <[email protected]> | 2012-04-02 02:45:27 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-04-04 13:09:47 +0200 |
commit | e9abb2cd6e93681504fbcf323c790e3950304734 (patch) | |
tree | 2dab3315e45c579a99f7bafe1d556188982a7669 /src/gallium/drivers/r600/r600_resource.h | |
parent | 82a7fe6f5c93e6787f99124974af0dbcafef5fb1 (diff) |
r600g: inline r600_upload_const_buffer
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index 5bb5e577ee6..87bef730654 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -94,8 +94,4 @@ void* r600_texture_transfer_map(struct pipe_context *ctx, void r600_texture_transfer_unmap(struct pipe_context *ctx, struct pipe_transfer* transfer); -struct r600_context; - -void r600_upload_const_buffer(struct r600_context *rctx, struct r600_resource **rbuffer, uint32_t *offset); - #endif |