Re: [Mesa-dev] [PATCH] r600/eg: add crap indirect compute support.

2018-02-01 Thread Roland Scheidegger
That's not much "indirect" the way it's done, but looks alright to me ;-). Reviewed-by: Roland Scheidegger Am 30.01.2018 um 03:22 schrieb Dave Airlie: > From: Dave Airlie > > I think the cp packets can be made work, but I think it might > need a kernel change, so for now just do the worst thi

[Mesa-dev] [PATCH] r600/eg: add crap indirect compute support.

2018-01-29 Thread Dave Airlie
From: Dave Airlie I think the cp packets can be made work, but I think it might need a kernel change, so for now just do the worst thing. --- src/gallium/drivers/r600/evergreen_compute.c | 26 +++--- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/src/gallium/d