r600g: split INVAL_READ_CACHES into vertex, tex, and const cache flags
authorMarek Olšák <maraeo@gmail.com>
Sun, 30 Jun 2013 15:01:24 +0000 (17:01 +0200)
committerMarek Olšák <maraeo@gmail.com>
Mon, 8 Jul 2013 18:25:18 +0000 (20:25 +0200)
commit1b40398d024d2ac5c8e8b78d0f4941e2a007de2c
treecfc5008ee0dccac609fd4df7a2f3794228151759
parent098316211ce65db79d00c5975fa30873426450a6
r600g: split INVAL_READ_CACHES into vertex, tex, and const cache flags

also flushing any cache in evergreen_emit_cs_shader seems to be superfluous
(we don't flush caches when changing the other shaders either)

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/drivers/r600/evergreen_compute.c
src/gallium/drivers/r600/evergreen_hw_context.c
src/gallium/drivers/r600/r600_hw_context.c
src/gallium/drivers/r600/r600_pipe.h
src/gallium/drivers/r600/r600_state_common.c