Accepting request 1223646 from benchmark
- 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 OBS-URL: https://build.opensuse.org/request/show/1223646 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/piglit?expand=0&rev=26
This commit is contained in:
commit
1b8f979998
@ -7,4 +7,4 @@
|
||||
<param name="url">https://gitlab.freedesktop.org/mesa/piglit</param>
|
||||
<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>
|
||||
<param name="changesrevision">262e5d3924312923e64064f0cfd4a9137984cc9f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e0796e52f06f42913c78a0fcffe08ec8849a1b14d7c3b29a59cc7aef0fe11ef
|
||||
size 84310542
|
3
piglit-1~20241111.obscpio
Normal file
3
piglit-1~20241111.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f70209e544b636efc8d958a25e8856813328412b8318332a10d45022b255871a
|
||||
size 84396558
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: piglit
|
||||
version: 1~20240826
|
||||
mtime: 1724670547
|
||||
commit: eeb74a85ac0484f896995d196814db1b247656a1
|
||||
version: 1~20241111
|
||||
mtime: 1731314533
|
||||
commit: 262e5d3924312923e64064f0cfd4a9137984cc9f
|
||||
|
@ -26,7 +26,7 @@
|
||||
%bcond_without opengles
|
||||
%endif
|
||||
Name: piglit
|
||||
Version: 1~20240826
|
||||
Version: 1~20241111
|
||||
Release: 0
|
||||
Summary: OpenGL driver testing framework
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user