Re: [Piglit] [PATCH v8] Port basic GL rendering test from Glean to Piglit

2015-09-17 Thread Emil Velikov
Hi Brian, On 17 September 2015 at 18:12, Brian Paul wrote: > Just a few more minor things... > > > > On 09/16/2015 03:23 PM, Juliet Fru wrote: >> --- /dev/null >> +++ b/tests/spec/gl-1.0/no-op-paths.c >> @@ -0,0 +1,305 @@ >> +enum path >> +{ >> + ALPHA, >> +

[Piglit] [PATCH v8] Port basic GL rendering test from Glean to Piglit

2015-09-16 Thread Juliet Fru
This test replaces the original glean tpaths.cpp test. --- tests/all.py| 1 + tests/spec/gl-1.0/CMakeLists.gl.txt | 1 + tests/spec/gl-1.0/no-op-paths.c | 305 3 files changed, 307 insertions(+) create mode 100644