Re: [Piglit] [PATCH] deqp: Add test profile for external dEQP-GLES3 tests (v3)

2014-12-14 Thread Mason, Michael W
> -Original Message- > From: Dylan Baker [mailto:baker.dyla...@gmail.com] > Sent: Friday, December 12, 2014 6:04 PM > To: piglit@lists.freedesktop.org > Cc: Mason, Michael W; Chad Versace > Subject: Re: [Piglit] [PATCH] deqp: Add test profile for external dEQP-GLES3 &g

Re: [Piglit] [PATCH] deqp: Add test profile for external dEQP-GLES3 tests (v3)

2014-12-12 Thread Dylan Baker
On Saturday, December 13, 2014 12:53:42 AM Mason, Michael W wrote: > A couple questions... > > First, deqp-gles3 has many command line options. Is there any way in piglit > to pass them to deqp-gles3 from the piglit command line? I don't see a way. > One option in particular is important whe

Re: [Piglit] [PATCH] deqp: Add test profile for external dEQP-GLES3 tests (v3)

2014-12-12 Thread Matt Turner
On Fri, Dec 12, 2014 at 4:53 PM, Mason, Michael W wrote: > Second, how do you kill a piglit test run once it's started? I tried > multiple ctrl-C's without success. I couldn't get it to stop. Is this a > piglit limitation or something to do with the piglit/deqp combo? CTRL+\

Re: [Piglit] [PATCH] deqp: Add test profile for external dEQP-GLES3 tests (v3)

2014-12-12 Thread Mason, Michael W
A couple questions... First, deqp-gles3 has many command line options. Is there any way in piglit to pass them to deqp-gles3 from the piglit command line? I don't see a way. One option in particular is important when testing on Freon. I have to pass "--deqp-gl-config-name=rgbad24s8" to

[Piglit] [PATCH] deqp: Add test profile for external dEQP-GLES3 tests (v3)

2014-12-10 Thread Chad Versace
Google opensourced the drawElements Quality Product Testsuite (dEQP) as part of the Android Lollipop release. It's git repo lives in the Android tree at [https://android.googlesource.com/platform/external/deqp/]. This patch adds a new module, deqp_gles3.py, that runs the dEQP-GLES3 tests. It quer