diff options
author | Marek Olšák <[email protected]> | 2012-07-18 00:05:14 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-07-18 00:21:53 +0200 |
commit | 611dd529425281d73f1f0ad2000362d4a5525a25 (patch) | |
tree | 8247edd5ec1d8e55593f9626be2387555278c98d /src/gallium/drivers/r600/r600_resource.h | |
parent | e9b908b014be57cd2d3f0432adf16ac5b9631325 (diff) |
r600g: init_flushed_depth_texture should be able to report errors
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index 0046ce78b83..8e5225e2c6f 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -89,7 +89,7 @@ static INLINE struct r600_resource *r600_resource(struct pipe_resource *r) return (struct r600_resource*)r; } -void r600_init_flushed_depth_texture(struct pipe_context *ctx, +bool r600_init_flushed_depth_texture(struct pipe_context *ctx, struct pipe_resource *texture, struct r600_resource_texture **staging); void r600_texture_depth_flush(struct pipe_context *ctx, |