Re: [Mesa-dev] [PATCH v2 18/24] nvc0/ir: add indirect support for images on Kepler

2016-04-26 Thread Samuel Pitoiset
On 04/26/2016 03:22 AM, Ilia Mirkin wrote: On Mon, Apr 25, 2016 at 4:15 PM, Samuel Pitoiset wrote: This fixes arb_shader_image_load_store-indexing and arb_shader_image_load_store-max-images. Signed-off-by: Samuel Pitoiset Reviewed-by: Ilia Mirkin --- .../nouveau/codegen/nv50_ir_lowering_n

Re: [Mesa-dev] [PATCH v2 18/24] nvc0/ir: add indirect support for images on Kepler

2016-04-25 Thread Ilia Mirkin
On Mon, Apr 25, 2016 at 4:15 PM, Samuel Pitoiset wrote: > This fixes arb_shader_image_load_store-indexing and > arb_shader_image_load_store-max-images. > > Signed-off-by: Samuel Pitoiset > Reviewed-by: Ilia Mirkin > --- > .../nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 40 > ++

[Mesa-dev] [PATCH v2 18/24] nvc0/ir: add indirect support for images on Kepler

2016-04-25 Thread Samuel Pitoiset
This fixes arb_shader_image_load_store-indexing and arb_shader_image_load_store-max-images. Signed-off-by: Samuel Pitoiset Reviewed-by: Ilia Mirkin --- .../nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 40 +++--- 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a