radeonsi: don't use ACQUIRE_MEM on the graphics ring
authorMarek Olšák <marek.olsak@amd.com>
Sun, 17 Apr 2016 13:52:55 +0000 (15:52 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Mon, 18 Apr 2016 17:51:25 +0000 (19:51 +0200)
commit78f58a4e6fe854378958223d4103fca09e58fbd7
tree075204aa9e505a323422deaa99dce28daf3ed46e
parent3faecdd4e13a773e188d7b1c7647e61ee0aa50bb
radeonsi: don't use ACQUIRE_MEM on the graphics ring

It's only required on the compute ring. This matches the closed driver.

The compute flag is removed to prevent confusion and Bas's compute shader
patches remove it in the whole function.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/gallium/drivers/radeonsi/si_state_draw.c