Ilia, Thanks for the catch. I've done this in my local repository and will rebase to include the all.py changes in the final version.
Laura On Mon, Oct 13, 2014 at 2:33 PM, Ilia Mirkin <[email protected]> wrote: > Don't forget to update all.py as well... > > On Mon, Oct 13, 2014 at 5:21 PM, Laura Ekstrand <[email protected]> > wrote: > > Three tests have been successfully ported from Glean to Piglit, namely > the > > blending functions test, the floating point exceptions test, and the 2D > > orthogonal positioning tests. > > > > I will continue to port more of the Glean tests to Piglit, and I am > > collaborating with Juliet Fru in this endeavor. > > > > Laura Ekstrand (6): > > Ported blend func test from Glean to Piglit. > > Removed Glean blend test. > > Ported floating point exceptions test from Glean to Piglit. > > Removed Glean floating point exceptions test. > > Ported ortho positioning test from Glean to Piglit. > > Removed Glean ortho positioning test. > > > > tests/glean/CMakeLists.gl.txt | 3 - > > tests/glean/tblend.cpp | 988 > ------------------------------------ > > tests/glean/tblend.h | 101 ---- > > tests/glean/tfpexceptions.cpp | 601 ---------------------- > > tests/glean/tfpexceptions.h | 78 --- > > tests/glean/torthpos.cpp | 972 > ----------------------------------- > > tests/glean/torthpos.h | 103 ---- > > tests/spec/gl-1.0/CMakeLists.gl.txt | 3 + > > tests/spec/gl-1.0/blend.c | 786 ++++++++++++++++++++++++++++ > > tests/spec/gl-1.0/fpexceptions.c | 629 +++++++++++++++++++++++ > > tests/spec/gl-1.0/orthpos.c | 689 +++++++++++++++++++++++++ > > 11 files changed, 2107 insertions(+), 2846 deletions(-) > > delete mode 100644 tests/glean/tblend.cpp > > delete mode 100644 tests/glean/tblend.h > > delete mode 100644 tests/glean/tfpexceptions.cpp > > delete mode 100644 tests/glean/tfpexceptions.h > > delete mode 100644 tests/glean/torthpos.cpp > > delete mode 100644 tests/glean/torthpos.h > > create mode 100644 tests/spec/gl-1.0/blend.c > > create mode 100644 tests/spec/gl-1.0/fpexceptions.c > > create mode 100644 tests/spec/gl-1.0/orthpos.c > > > > -- > > 2.1.0 > > > > _______________________________________________ > > Piglit mailing list > > [email protected] > > http://lists.freedesktop.org/mailman/listinfo/piglit >
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
