Re: [Mesa-dev] [PATCH] r600/sb/cayman: fix indirect ubo access on cayman

2018-02-05 Thread Roland Scheidegger
Am 05.02.2018 um 07:05 schrieb Dave Airlie: > From: Dave Airlie > > With sb enabled on cayman, this was overwriting the proper > cf index value with random ones if the dst gpr was 2 or 3, > only save the value for a MOVA instruction. > > Fixes: >

[Mesa-dev] [PATCH] r600/sb/cayman: fix indirect ubo access on cayman

2018-02-04 Thread Dave Airlie
From: Dave Airlie With sb enabled on cayman, this was overwriting the proper cf index value with random ones if the dst gpr was 2 or 3, only save the value for a MOVA instruction. Fixes: KHR-GL45.gpu_shader5.uniform_blocks_array_indexing (on cayman with sb) Signed-off-by: