diff options
author | Marek Olšák <[email protected]> | 2013-10-05 18:34:32 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-10-06 03:13:48 +0200 |
commit | 373f8670d1c670003674e1eaa7c1f0cd823a0431 (patch) | |
tree | fed589d091ee705e10dfa50f51a16a487b35f1b9 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 2656c6118be066766f16cc7c801e8e7997539c8b (diff) |
Revert "r600g: only flush the caches that need to be flushed during CP DMA operations"
This reverts commit 7948ed1250cae78ae1b22dbce4ab23aceacc6159.
It caused graphical corruption. I've got no idea why.
Bugzilla:
https://bugs.freedesktop.org/show_bug.cgi?id=70042
https://bugs.freedesktop.org/show_bug.cgi?id=68451
Conflicts:
src/gallium/drivers/r600/evergreen_hw_context.c
src/gallium/drivers/r600/r600_hw_context.c
src/gallium/drivers/r600/r600_pipe.h
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 43fe0804625..0304d6a16a7 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -685,8 +685,6 @@ void r600_dma_copy(struct r600_context *rctx, uint64_t dst_offset, uint64_t src_offset, uint64_t size); -void r600_flag_resource_cache_flush(struct r600_context *rctx, - struct pipe_resource *res); /* * evergreen_hw_context.c |