forked from pool/piglit
Accepting request 1144214 from benchmark
- Update to version 1~20240202: * glsl: test globals are handled correctly across stage * Add GL_EXT_texture_storage tests * tests/llvmpipe: Fix CMake mis-matching arguments warning. * ci: teach codespell to accept my name * tests/llvmpipe: don't require git repository, allow running from tarball * tests/llvmpipe: drop unused GIT_HEAD_HASH_SHORT * test/util: call destroy before reporting the result * modifiers: Remove sampler-view tests * modifiers: Add QCOM_TILED3 * ext_transform_feedback: document missing mode in usage * arb_copy_image-formats: avoid undefined behavior * arb_texture_barrier: allow testing the extension under GL3.0 * arb_shader_atomic_counters-semantics: use correct output-type * egl_khr_create_context: add test for EXT_create_context_robustness and EXT_query_reset_notification_strategy OBS-URL: https://build.opensuse.org/request/show/1144214 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/piglit?expand=0&rev=20
This commit is contained in:
commit
a4da2ed615
@ -3,4 +3,4 @@
|
|||||||
<param name="url">https://anongit.freedesktop.org/git/piglit.git</param>
|
<param name="url">https://anongit.freedesktop.org/git/piglit.git</param>
|
||||||
<param name="changesrevision">c0b320729b87cd52b7f9f216185e5824293dbf9a</param></service><service name="tar_scm">
|
<param name="changesrevision">c0b320729b87cd52b7f9f216185e5824293dbf9a</param></service><service name="tar_scm">
|
||||||
<param name="url">https://anongit.freedesktop.org/git/piglit.git/</param>
|
<param name="url">https://anongit.freedesktop.org/git/piglit.git/</param>
|
||||||
<param name="changesrevision">ddc07bd42f596f317654ec77adaf5931f107263b</param></service></servicedata>
|
<param name="changesrevision">47f8a99f5850238cda12ac837c9fca8cf9adc3b3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8f690442dcd66157f5f1015e03ce4e97b17d92aee42b8863150010feee56f40e
|
|
||||||
size 84160526
|
|
3
piglit-1~20240202.obscpio
Normal file
3
piglit-1~20240202.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:31fcd8411e549156be4337fb30e155a69589cb8030bdcd974eb1c9a8ca1c5463
|
||||||
|
size 84169742
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 5 11:36:27 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1~20240202:
|
||||||
|
* glsl: test globals are handled correctly across stage
|
||||||
|
* Add GL_EXT_texture_storage tests
|
||||||
|
* tests/llvmpipe: Fix CMake mis-matching arguments warning.
|
||||||
|
* ci: teach codespell to accept my name
|
||||||
|
* tests/llvmpipe: don't require git repository, allow running from tarball
|
||||||
|
* tests/llvmpipe: drop unused GIT_HEAD_HASH_SHORT
|
||||||
|
* test/util: call destroy before reporting the result
|
||||||
|
* modifiers: Remove sampler-view tests
|
||||||
|
* modifiers: Add QCOM_TILED3
|
||||||
|
* ext_transform_feedback: document missing mode in usage
|
||||||
|
* arb_copy_image-formats: avoid undefined behavior
|
||||||
|
* arb_texture_barrier: allow testing the extension under GL3.0
|
||||||
|
* arb_shader_atomic_counters-semantics: use correct output-type
|
||||||
|
* egl_khr_create_context: add test for EXT_create_context_robustness and EXT_query_reset_notification_strategy
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 4 07:37:36 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
Thu Jan 4 07:37:36 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: piglit
|
name: piglit
|
||||||
version: 1~20231228
|
version: 1~20240202
|
||||||
mtime: 1703813701
|
mtime: 1706833135
|
||||||
commit: ddc07bd42f596f317654ec77adaf5931f107263b
|
commit: 47f8a99f5850238cda12ac837c9fca8cf9adc3b3
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%bcond_without opengles
|
%bcond_without opengles
|
||||||
%endif
|
%endif
|
||||||
Name: piglit
|
Name: piglit
|
||||||
Version: 1~20231228
|
Version: 1~20240202
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenGL driver testing framework
|
Summary: OpenGL driver testing framework
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user