forked from pool/piglit
Compare commits
12 Commits
Author | SHA256 | Date | |
---|---|---|---|
c2070cbf0b | |||
|
5c053940e3 | ||
71100466c9 | |||
|
e2c7a0968b | ||
82cbf5c5a3 | |||
|
63bb465764 | ||
d59dc00102 | |||
|
0c4604180f | ||
e7ba6c61ff | |||
|
2249285967 | ||
1b8f979998 | |||
|
fc6f97a315 |
@@ -7,4 +7,4 @@
|
|||||||
<param name="url">https://gitlab.freedesktop.org/mesa/piglit</param>
|
<param name="url">https://gitlab.freedesktop.org/mesa/piglit</param>
|
||||||
<param name="changesrevision">9f280db77074eb70cf9f5b4645799232ab9fe086</param></service><service name="tar_scm">
|
<param name="changesrevision">9f280db77074eb70cf9f5b4645799232ab9fe086</param></service><service name="tar_scm">
|
||||||
<param name="url">https://gitlab.freedesktop.org/mesa/piglit.git/</param>
|
<param name="url">https://gitlab.freedesktop.org/mesa/piglit.git/</param>
|
||||||
<param name="changesrevision">eeb74a85ac0484f896995d196814db1b247656a1</param></service></servicedata>
|
<param name="changesrevision">1767af745ed96f77b16c0c205015366d1fbbdb22</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3e0796e52f06f42913c78a0fcffe08ec8849a1b14d7c3b29a59cc7aef0fe11ef
|
|
||||||
size 84310542
|
|
3
piglit-1~20250508.obscpio
Normal file
3
piglit-1~20250508.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0e88661daed82291622fbed67f587f1dabedb3b2fc1d3c45e4887c0fe4e00d4e
|
||||||
|
size 84553230
|
107
piglit.changes
107
piglit.changes
@@ -1,3 +1,110 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 21 07:28:55 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1~20250508:
|
||||||
|
* gl: test push pop attribute with color material
|
||||||
|
* tests: test UBO and SSBO backed by the same buffer
|
||||||
|
* cmake: Fix mis-matching arguments warning
|
||||||
|
* tests: Add test for GL_EXT_shader_clock
|
||||||
|
* arb_direct_state_access: fix internaformat query behavior
|
||||||
|
* vulkan: Add cmat tests using constant as accumulator
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 09 10:03:57 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1~20250403:
|
||||||
|
* arb_shading_language_420pack: test uniform block matching
|
||||||
|
* arb_bindless_texture: fix undefined behaviour in test
|
||||||
|
* replay: Adapt to new S3 proxy
|
||||||
|
* replay: Adjust for changed S3 ETags
|
||||||
|
* Don't rely on old numpy promotion rules in packing tests
|
||||||
|
* Set numpy legacy printing options for builtin function generators
|
||||||
|
* ci: run tests on python 3.13 as well
|
||||||
|
* cmake: Add Python 3.13 to supported versions
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 12 12:40:54 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1~20250305:
|
||||||
|
* OVR_multiview: Add GLSL 1.30 test
|
||||||
|
* OVR_multiview[2]: Use GLSL 3.3 (NVIDIA)
|
||||||
|
* OVR_multiview: Add fb_blit_first_view test
|
||||||
|
* OVR_multiview: Add fb_shader_mismatch_draw_errors test
|
||||||
|
* OVR_multiview: Add fb_read_errors test
|
||||||
|
* OVR_multiview[2]: Add triangle comparison test
|
||||||
|
* OVR_multiview2: Add some basic shader tests
|
||||||
|
* OVR_multiview: Add fb_attachment_params test
|
||||||
|
* OVR_multiview: Add fb_incomplete_view_targets test
|
||||||
|
* OVR_multiview: Add fb_incomplete_view_range test
|
||||||
|
* OVR_multiview: Add fb_texture_errors test
|
||||||
|
* OVR_multiview: Add an additional linker test
|
||||||
|
* Add a GL <-> Vulkan ping-pong test
|
||||||
|
* ext_external_objects: Enable VK_KHR_timeline_semaphore if available
|
||||||
|
* ext_external_objects: Add compute shader infrastructure
|
||||||
|
* util: Add a piglit_build_compute_program() helper
|
||||||
|
* add test for EXT_multi_draw_arrays
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 19 08:20:11 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1~20250217:
|
||||||
|
* arb_direct_state_access: disable dithering
|
||||||
|
* arb_program_interface_query: set vs_input2[1][0] as valid name
|
||||||
|
* perf/pixel-rate: new pixel throughput microbenchmark
|
||||||
|
* OVR_multiview: another num_views validation test
|
||||||
|
* glx: don't fail test if the X server is inconsistent
|
||||||
|
* ovr_multiview: add some basic glsl tests
|
||||||
|
* arb_clear_texture: use floating point verification for format type GL_FLOAT
|
||||||
|
* glx: don't expect a glx error
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 15 11:19:24 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1~20250108:
|
||||||
|
* gl/frameworks: Use piglit_set_destroy_func() when gl_fw->destroy is set
|
||||||
|
* arb_framebuffer_object: add missing MSAA alpha-to-coverage and alpha-to-one tests
|
||||||
|
* ARB_ubo/referenced-by-shader: pass if shader compiler moves UBOs between shaders
|
||||||
|
* glsl: test loop unroll with uint overflow
|
||||||
|
* glsl-1.30: add more loop unroll tests
|
||||||
|
* glsl-1.10: test mesa bug conflict between globals
|
||||||
|
* ext_image_dma_buf_import-export-tex: fix multi plane export
|
||||||
|
* tests: add ext_image_dma_buf_import-tex-modifier
|
||||||
|
* glsl-1.10: test mesa bug with forward declaration
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 12 09:41:51 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1~20241111:
|
||||||
|
* ARB_clear_texture: fix GL_CLEAR_TEXTURE query check for unsupported formats
|
||||||
|
* glsl-1.30: move tests requiring uint from glsl-1.20
|
||||||
|
* cl: print the failing value in r600 test
|
||||||
|
* framework: call destroy directly instead of using atexit
|
||||||
|
* glsl-1.20: loop unroll tests for uint induction var
|
||||||
|
* framework: move atexit call closer to init
|
||||||
|
* arb_bindless_texture: better test UBOs used as function parms
|
||||||
|
* arb_compute_shader: add a compiler test for function inlining
|
||||||
|
* cl: Don't use device_infos if num_device_infos == 0
|
||||||
|
* cl: extend cl_device_info with OpenCL 3.0 parameters
|
||||||
|
* cl: cl_mem_flags has CL_MEM_KERNEL_READ_AND_WRITE since 2.0
|
||||||
|
* cl: Fix missing OpenCL 3.0 definition
|
||||||
|
* ext_direct_state_access: Fix deprecated-non-prototype warning
|
||||||
|
* tests/egl_ext_surface_compression: skip if Wayland display connection fails
|
||||||
|
* perf: add a new test that measures shader IO throughput in GB/s
|
||||||
|
* perf: remove the glsl-compile-time test
|
||||||
|
* perf: remove the vertexrate test
|
||||||
|
* cl: fix piglit-util-cl missing clReleaseEvent()
|
||||||
|
* cl: fix piglit-util-cl memory leaks
|
||||||
|
* cl: install include_test.h
|
||||||
|
* tests/egl_ext_surface_compression: fix incorect executable name
|
||||||
|
* fix arb_query_buffer_object-coherency to warn on invalid GS results instead of fail
|
||||||
|
* tests: add tests for fixed-rate compression extensions
|
||||||
|
* registry: update gl.xml
|
||||||
|
* cl: Initialize device_config
|
||||||
|
* cl: Correct CL_DEVICE_DOUBLE_FP_CONFIG check for OpenCL > 1.2
|
||||||
|
* cl: Add imperfect CL_DEVICE_OPENCL_C_VERSION check
|
||||||
|
* cl: Compile with OpenCL 3.0 support
|
||||||
|
* arb_gpu_shader5: Test bitfieldInsert with a base that is masked
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:19:37 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
Mon Aug 26 11:19:37 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: piglit
|
name: piglit
|
||||||
version: 1~20240826
|
version: 1~20250508
|
||||||
mtime: 1724670547
|
mtime: 1746666167
|
||||||
commit: eeb74a85ac0484f896995d196814db1b247656a1
|
commit: 1767af745ed96f77b16c0c205015366d1fbbdb22
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package piglit
|
# spec file for package piglit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
%bcond_without opengles
|
%bcond_without opengles
|
||||||
%endif
|
%endif
|
||||||
Name: piglit
|
Name: piglit
|
||||||
Version: 1~20240826
|
Version: 1~20250508
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenGL driver testing framework
|
Summary: OpenGL driver testing framework
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user