diff options
author | Fredrik Höglund <[email protected]> | 2011-04-20 00:21:42 +0200 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2011-04-20 09:08:15 +1000 |
commit | 6067a2a67f9a7aab2aee051469bea8af03747a95 (patch) | |
tree | 7a96c4b31a9a2b8cd28e8add48aff35af816c6a0 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 8b7f760f835f870b8f6af6c4d6613d44440f1dc5 (diff) |
r600g: don't flush the dest caches on every draw
Keep track of when the caches are dirty, and only flush them when
the framebuffer state is set and when the context is flushed.
Signed-off-by: Dave Airlie <[email protected]>
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 5b26d1f7459..88aff0e81bb 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -298,8 +298,6 @@ void r600_set_constant_buffer(struct pipe_context *ctx, uint shader, uint index, struct pipe_resource *buffer); void r600_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info); -void r600_texture_barrier(struct pipe_context *ctx); - /* * common helpers */ |