Re: [Piglit] [PATCH v2 3/37] glean/tfragprog1: port ADD tests to shader_runner

2016-09-08 Thread Pohjolainen, Topi
On Tue, Sep 06, 2016 at 12:20:41PM -0700, Dylan Baker wrote: > This ports the following tests: > - ADD test > - ADD with saturation > - ADD an immediate > - ADD negative immediate > > It does not port ADD negative "immediate (2)", which adds MOV, MUL, and > swizzling. It might be a useful test

[Piglit] [PATCH v2 3/37] glean/tfragprog1: port ADD tests to shader_runner

2016-09-06 Thread Dylan Baker
This ports the following tests: - ADD test - ADD with saturation - ADD an immediate - ADD negative immediate It does not port ADD negative "immediate (2)", which adds MOV, MUL, and swizzling. It might be a useful test but it's not really testing ADD other than that it tests that ADD can be used