[Piglit] [PATCH 0/6] Began moving Glean tests to Piglit.
Laura Ekstrand
laura at jlekstrand.net
Mon Oct 13 14:21:33 PDT 2014
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
More information about the Piglit
mailing list