diff options
author | Jerome Glisse <[email protected]> | 2010-08-22 14:22:00 -0400 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2010-08-22 14:26:05 -0400 |
commit | ed99c28d12579bb8ee79eb9cfa55452785be7b6e (patch) | |
tree | 777c2bc49f31715eb5e56c0addd3fb5d4363898e /src/gallium/drivers/r600/r600_context.h | |
parent | 42719df0b866a00ea4a7739e82e1639c9943fcfd (diff) |
r600g: depth buffer likely needs decompression when used as texture
Before using depth buffer as texture, it needs to be decompressed
(tile pattern of db are different from one used for colorbuffer
like texture)
Signed-off-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_context.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_context.h b/src/gallium/drivers/r600/r600_context.h index 900aa9fd0c2..d96d5b513fe 100644 --- a/src/gallium/drivers/r600/r600_context.h +++ b/src/gallium/drivers/r600/r600_context.h @@ -186,7 +186,7 @@ struct r600_context_state *r600_context_state_decref(struct r600_context_state * void r600_flush(struct pipe_context *ctx, unsigned flags, struct pipe_fence_handle **fence); -int r600_context_hw_states(struct r600_context *rctx); +int r600_context_hw_states(struct pipe_context *ctx); void r600_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info); |