From d16318654439f8c681b7e26e294f726d564497b1166db305e6aa4c919c40e72f Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 6 Feb 2017 14:42:56 +0000 Subject: [PATCH] Accepting request 454972 from home:mimi_vx:piglit - Update to version 1~20170203.ca58eec0b: * CMake: Enable python 3.6 * glsl-1.20: add a test that gl_ClipVertex actually affects all primitive types * glsl-1.30: add a test that gl_ClipDistance actually affects all primitive types * cl: Add tests for fdiv with neg/abs inputs * cl: Add tests for stored fneg * getteximage-formats: Disable dithering during glDrawPixels * framework/backends/json: always flush the metadata to the disk * egl: test that EGL_BAD_PARAMETER is returned for an invalid EGLImage attrib * Rename gen_conversion_fp64 to gen_conversion * gen_conversion: explicitly enumerate conversion target types * gen_conversion: rename _gen_from/to_double and _double_type * gen_conversion: refactor templates to allow multiple extensions * gen_conversion: generate tests for 64-bit integers * framework/programs/run.py: Allow comments in test-list files. * arb_texture_view-texsubimage-levels: correct buffer size * util: move SUBTEST and SUBTESTCONDITION to piglit-util * gl-3.1/draw-buffer-errors: skip if current Context is > 4.0 * gl-3.1/draw-buffers-errors: select explicitly default framebuffer * gl-4.5/named-framebuffer-draw-buffers-errors: add a new test * gl-4.5/named-framebuffer-read-buffer-errors: add test * polygon-offset: draw tests in two rows of nine * gl-1.4-polygon-offset: print more info on failure. OBS-URL: https://build.opensuse.org/request/show/454972 OBS-URL: https://build.opensuse.org/package/show/benchmark/piglit?expand=0&rev=2 --- _servicedata | 2 +- piglit-1~20170120.9123cb73c.tar.xz | 3 --- piglit-1~20170203.ca58eec0b.tar.xz | 3 +++ piglit.changes | 27 +++++++++++++++++++++++++++ piglit.spec | 2 +- 5 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 piglit-1~20170120.9123cb73c.tar.xz create mode 100644 piglit-1~20170203.ca58eec0b.tar.xz diff --git a/_servicedata b/_servicedata index cbe05ce..55ed537 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://anongit.freedesktop.org/git/piglit.git - 9123cb73c1bf2cc3ef1f0c69e1cd59bc545e9023 \ No newline at end of file + ca58eec0b965655c7eba592a634cbf4aadfbc675 \ No newline at end of file diff --git a/piglit-1~20170120.9123cb73c.tar.xz b/piglit-1~20170120.9123cb73c.tar.xz deleted file mode 100644 index c25ae1d..0000000 --- a/piglit-1~20170120.9123cb73c.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df4e9a30f8ccdc59675681cb720e95751f86369098a542c1e3a13b90bddcebbb -size 7624496 diff --git a/piglit-1~20170203.ca58eec0b.tar.xz b/piglit-1~20170203.ca58eec0b.tar.xz new file mode 100644 index 0000000..c4f05c2 --- /dev/null +++ b/piglit-1~20170203.ca58eec0b.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5f7e99ad7cc21b0c44347fd8f353f32b1578301e2d85cabc2c71a171f773a5 +size 7632464 diff --git a/piglit.changes b/piglit.changes index 23cad4d..452d2b5 100644 --- a/piglit.changes +++ b/piglit.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Feb 06 12:35:02 UTC 2017 - mimi.vx@gmail.com + +- Update to version 1~20170203.ca58eec0b: + * CMake: Enable python 3.6 + * glsl-1.20: add a test that gl_ClipVertex actually affects all primitive types + * glsl-1.30: add a test that gl_ClipDistance actually affects all primitive types + * cl: Add tests for fdiv with neg/abs inputs + * cl: Add tests for stored fneg + * getteximage-formats: Disable dithering during glDrawPixels + * framework/backends/json: always flush the metadata to the disk + * egl: test that EGL_BAD_PARAMETER is returned for an invalid EGLImage attrib + * Rename gen_conversion_fp64 to gen_conversion + * gen_conversion: explicitly enumerate conversion target types + * gen_conversion: rename _gen_from/to_double and _double_type + * gen_conversion: refactor templates to allow multiple extensions + * gen_conversion: generate tests for 64-bit integers + * framework/programs/run.py: Allow comments in test-list files. + * arb_texture_view-texsubimage-levels: correct buffer size + * util: move SUBTEST and SUBTESTCONDITION to piglit-util + * gl-3.1/draw-buffer-errors: skip if current Context is > 4.0 + * gl-3.1/draw-buffers-errors: select explicitly default framebuffer + * gl-4.5/named-framebuffer-draw-buffers-errors: add a new test + * gl-4.5/named-framebuffer-read-buffer-errors: add test + * polygon-offset: draw tests in two rows of nine + * gl-1.4-polygon-offset: print more info on failure. + ------------------------------------------------------------------- Mon Jan 23 10:18:06 UTC 2017 - mimi.vx@gmail.com diff --git a/piglit.spec b/piglit.spec index 80e15a3..15943b7 100644 --- a/piglit.spec +++ b/piglit.spec @@ -17,7 +17,7 @@ Name: piglit -Version: 1~20170120.9123cb73c +Version: 1~20170203.ca58eec0b Release: 0 Summary: OpenGL driver testing framework License: MIT