Accepting request 1196059 from benchmark
- Update to version 1~20240826: * enqueue-fill-buffer: fill whole buffer with zeroes * enqueue-fill-buffer: improve array formatting * s3tc: require float-texture support * piglit-util: Add a sanity check for subtests * glsl: update recently added implicit matching test * glsl: test function overload resolution * glsl: check for implicit conversion error in glsl 1.10 * Reapply "arb_bindless_texture: add another function param bindless test" * write-after-clear: Add testcases with the zero values * Python: Drop Python 3.7 support * Python: Test both 1.x and 2.x of NumPy * generators: Support NumPy 2.x * Python: Support Python 3.12 for tox * tests/replayer: Use correct Path.exists() check * Python: Lock numpy to 1.x * fbo-blending-formats: skip unsupported formats * traces: Lock pixelmatch version to pre-ES6 * arb_bindless_texture: test image/sampler constructors * Revert "arb_bindless_texture: add another function param bindless test" * arb_gpu_shader5: add linker version of function overloads test * arb_bindless_texture: add another function param bindless test * glsl: test function linking with implicit param conversions - Update to version 1~20240729: * arb_bindless_texture: add basic function param bindless tests * generated_tests: fix numpy overflow warnings that are errors in numpy 2.0 * generated_tests: print mako exceptions * arb_texture_buffer_object: don't leak src strings * gl-1.0: Add a test for glPushAttrib/glPopAttrib OBS-URL: https://build.opensuse.org/request/show/1196059 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/piglit?expand=0&rev=25
This commit is contained in:
commit
21dd32e994
@ -5,4 +5,6 @@
|
||||
<param name="url">https://anongit.freedesktop.org/git/piglit.git/</param>
|
||||
<param name="changesrevision">cf8daaf5ba90fc9b8a0e144355026e2a14c79944</param></service><service name="tar_scm">
|
||||
<param name="url">https://gitlab.freedesktop.org/mesa/piglit</param>
|
||||
<param name="changesrevision">9f280db77074eb70cf9f5b4645799232ab9fe086</param></service></servicedata>
|
||||
<param name="changesrevision">9f280db77074eb70cf9f5b4645799232ab9fe086</param></service><service name="tar_scm">
|
||||
<param name="url">https://gitlab.freedesktop.org/mesa/piglit.git/</param>
|
||||
<param name="changesrevision">eeb74a85ac0484f896995d196814db1b247656a1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf361c63c1d51d68b944bc13d8d8aed0c390d3dd8487869f950dbec5579f06d2
|
||||
size 84299790
|
3
piglit-1~20240826.obscpio
Normal file
3
piglit-1~20240826.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e0796e52f06f42913c78a0fcffe08ec8849a1b14d7c3b29a59cc7aef0fe11ef
|
||||
size 84310542
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 11:19:37 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 1~20240826:
|
||||
* enqueue-fill-buffer: fill whole buffer with zeroes
|
||||
* enqueue-fill-buffer: improve array formatting
|
||||
* s3tc: require float-texture support
|
||||
* piglit-util: Add a sanity check for subtests
|
||||
* glsl: update recently added implicit matching test
|
||||
* glsl: test function overload resolution
|
||||
* glsl: check for implicit conversion error in glsl 1.10
|
||||
* Reapply "arb_bindless_texture: add another function param bindless test"
|
||||
* write-after-clear: Add testcases with the zero values
|
||||
* Python: Drop Python 3.7 support
|
||||
* Python: Test both 1.x and 2.x of NumPy
|
||||
* generators: Support NumPy 2.x
|
||||
* Python: Support Python 3.12 for tox
|
||||
* tests/replayer: Use correct Path.exists() check
|
||||
* Python: Lock numpy to 1.x
|
||||
* fbo-blending-formats: skip unsupported formats
|
||||
* traces: Lock pixelmatch version to pre-ES6
|
||||
* arb_bindless_texture: test image/sampler constructors
|
||||
* Revert "arb_bindless_texture: add another function param bindless test"
|
||||
* arb_gpu_shader5: add linker version of function overloads test
|
||||
* arb_bindless_texture: add another function param bindless test
|
||||
* glsl: test function linking with implicit param conversions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 08:02:53 UTC 2024 - mpluskal@suse.com
|
||||
|
||||
- Update to version 1~20240729:
|
||||
* arb_bindless_texture: add basic function param bindless tests
|
||||
* generated_tests: fix numpy overflow warnings that are errors in numpy 2.0
|
||||
* generated_tests: print mako exceptions
|
||||
* arb_texture_buffer_object: don't leak src strings
|
||||
* gl-1.0: Add a test for glPushAttrib/glPopAttrib
|
||||
* ext_texture_format_bgra8888: test GL_BGRA8_EXT as well
|
||||
* perf: port glsl-compile-time perf-test from mesa demos
|
||||
* perf: port vertexrate perf-test from mesa demos
|
||||
* perf: port vbo perf-test from mesa demos
|
||||
* perf: port teximage perf-test from mesa demos
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 07:49:38 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: piglit
|
||||
version: 1~20240729
|
||||
mtime: 1722214414
|
||||
commit: 9f280db77074eb70cf9f5b4645799232ab9fe086
|
||||
version: 1~20240826
|
||||
mtime: 1724670547
|
||||
commit: eeb74a85ac0484f896995d196814db1b247656a1
|
||||
|
@ -26,7 +26,7 @@
|
||||
%bcond_without opengles
|
||||
%endif
|
||||
Name: piglit
|
||||
Version: 1~20240729
|
||||
Version: 1~20240826
|
||||
Release: 0
|
||||
Summary: OpenGL driver testing framework
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user