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
This commit is contained in:
Martin Pluskal 2017-02-06 14:42:56 +00:00 committed by Git OBS Bridge
parent 8516856919
commit d163186544
5 changed files with 32 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://anongit.freedesktop.org/git/piglit.git</param>
<param name="changesrevision">9123cb73c1bf2cc3ef1f0c69e1cd59bc545e9023</param></service></servicedata>
<param name="changesrevision">ca58eec0b965655c7eba592a634cbf4aadfbc675</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df4e9a30f8ccdc59675681cb720e95751f86369098a542c1e3a13b90bddcebbb
size 7624496

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f5f7e99ad7cc21b0c44347fd8f353f32b1578301e2d85cabc2c71a171f773a5
size 7632464

View File

@ -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

View File

@ -17,7 +17,7 @@
Name: piglit
Version: 1~20170120.9123cb73c
Version: 1~20170203.ca58eec0b
Release: 0
Summary: OpenGL driver testing framework
License: MIT