Re: [Mesa-dev] [PATCH 3/3] vc4: Add NIR->QIR control flow graph loops

2016-03-15 Thread Eric Anholt
Rhys Kidd writes: > Fixes the following piglit tests: > - shaders/complex-loop-analysis-bug > - shaders/glsl-fs-discard-04 > > Converts the following piglit tests from crash to fail: > - shaders/glsl-fs-continue-inside-do-while > - shaders/glsl-fs-loop > - shaders/glsl-fs-loop-continue > - shader

[Mesa-dev] [PATCH 3/3] vc4: Add NIR->QIR control flow graph loops

2016-03-12 Thread Rhys Kidd
Fixes the following piglit tests: - shaders/complex-loop-analysis-bug - shaders/glsl-fs-discard-04 Converts the following piglit tests from crash to fail: - shaders/glsl-fs-continue-inside-do-while - shaders/glsl-fs-loop - shaders/glsl-fs-loop-continue - shaders/glsl-fs-loop-nested - shaders/glsl-