Re: [Mesa-dev] [PATCH 00/20] GL compute shaders for radeonsi

2016-04-05 Thread Nicolai Hähnle
On 02.04.2016 08:10, Bas Nieuwenhuizen wrote: This series implements OpenGL compute shader for radeonsi. It is based off master + Nicolai Hähnle's SSBO patches. It depends on two patches for LLVM that have not been committed yet: - D18340 - D18559 The series is also available as the si-co

Re: [Mesa-dev] [PATCH 00/20] GL compute shaders for radeonsi

2016-04-03 Thread eocallaghan
This series is, Tested-By: Edward O'Callaghan I didn`t pick up anything major wrong with it, but with others minor suggestions this series is also, Reviewed-By: Edward O'Callaghan Kind Regards, On 2016-04-03 00:10, Bas Nieuwenhuizen wrote: This series implements OpenGL compute shader for r

[Mesa-dev] [PATCH 00/20] GL compute shaders for radeonsi

2016-04-02 Thread Bas Nieuwenhuizen
This series implements OpenGL compute shader for radeonsi. It is based off master + Nicolai Hähnle's SSBO patches. It depends on two patches for LLVM that have not been committed yet: - D18340 - D18559 The series is also available as the si-compute-shader branches of - https://github.com/BN