Re: [Mesa-dev] [PATCH] r600/eg: make sure we allow vpm bit on other CF ops.

2018-01-31 Thread Roland Scheidegger
Looks alright to me (albeit I still don't really understand what this bit does with the various clauses...) Reviewed-by: Roland Scheidegger Am 01.02.2018 um 03:01 schrieb Dave Airlie: > From: Dave Airlie > > the vpm bit wasn't being applied to the push/pop instructions. > > Signed-off-by: Dav

[Mesa-dev] [PATCH] r600/eg: make sure we allow vpm bit on other CF ops.

2018-01-31 Thread Dave Airlie
From: Dave Airlie the vpm bit wasn't being applied to the push/pop instructions. Signed-off-by: Dave Airlie --- src/gallium/drivers/r600/eg_asm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/r600/eg_asm.c b/src/gallium/drivers/r600/eg_asm.c index f8651bd..c03a9d8 10