From 2642f68d6d2d7faca66858aecc181d5ab50dca84f44874c95ad5b09ce4f57300 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 4 Jan 2024 08:00:34 +0000 Subject: [PATCH] - Update to version 1~20231228: * ext_render_snorm-render: Fix deprecated-non-prototype warning * version-mixing: Fix deprecated-non-prototype warning * draw-prim-rate: test more varying counts * glsl-1.10/built-in-uniform-state: don't test Infs due to undefined behavior * arb_vertex_program/property-bindings: don't test Infs due to undefined behavior * glsl-1.40: add a UBO test that I don't remember why I needed it * glsl-1.10: test a smooth color input with glShadeModel(GL_FLAT) * arb_fragment_layer_viewport: don't test out-of-range gl_Layer values * ext_render_snorm-render: lower test ctx version requirement * Implement piglit_subprocess for Windows * modifiers: Make a single list of the known modifiers. * modifiers: Allow specifying format and modifier * modifiers: Improve the presentation of results * modifiers: Add clear reimport subtest * modifiers: Add stress subtest * modifiers: Indent an inner loop * modifiers: Try to autogenerate dmabufs * framework: Add piglit_drm_create_dma_buf_modifiers * framework: Add an n_planes field * ext_image_dma_buf_import: Add a test for modifiers * ext_image_dma_buf_import: Support non-external textures * ext_image_dma_buf_import: Require GL_EXT_EGL_image_storage * Import the drm_fourcc/drm.h header and use them. * arb_tessellation_shader: Add new test tesslevels-indirect * ext_image_dma_buf_import: add a multithread refcount test * ext_image_dma_buf_import-export-tex: Print normal info to stdout, not stderr. * arb_separate_shader_objects/atomic-counter: Add missing GLSL requirement. * GL_ARB_arrays_of_arrays: Fix a missing extension requirement. * arb_shader_texture_lod: Fix incorrect require directive for the ext. OBS-URL: https://build.opensuse.org/package/show/benchmark/piglit?expand=0&rev=45 --- _service | 4 +-- _servicedata | 2 +- piglit-1~20230615.obscpio | 3 -- piglit-1~20231228.obscpio | 3 ++ piglit.changes | 65 +++++++++++++++++++++++++++++++++++++++ piglit.obsinfo | 6 ++-- piglit.spec | 4 +-- 7 files changed, 76 insertions(+), 11 deletions(-) delete mode 100644 piglit-1~20230615.obscpio create mode 100644 piglit-1~20231228.obscpio diff --git a/_service b/_service index 1e9fb44..18d8ff0 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + https://anongit.freedesktop.org/git/piglit.git/ git enable @@ -7,7 +7,7 @@ 1~%cd main - + *.tar diff --git a/_servicedata b/_servicedata index e075ac1..03cb3b5 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ https://anongit.freedesktop.org/git/piglit.git c0b320729b87cd52b7f9f216185e5824293dbf9a https://anongit.freedesktop.org/git/piglit.git/ - 264849965203ef1dde0f09740b94dd1bdf66022d \ No newline at end of file + ddc07bd42f596f317654ec77adaf5931f107263b \ No newline at end of file diff --git a/piglit-1~20230615.obscpio b/piglit-1~20230615.obscpio deleted file mode 100644 index 8f14341..0000000 --- a/piglit-1~20230615.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2810c41ccbb6ed60a6a8522590226e8533eff728ef0147f06d249d77cb34b6f -size 83995662 diff --git a/piglit-1~20231228.obscpio b/piglit-1~20231228.obscpio new file mode 100644 index 0000000..2ec6de9 --- /dev/null +++ b/piglit-1~20231228.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f690442dcd66157f5f1015e03ce4e97b17d92aee42b8863150010feee56f40e +size 84160526 diff --git a/piglit.changes b/piglit.changes index eabdbe3..5da7def 100644 --- a/piglit.changes +++ b/piglit.changes @@ -1,3 +1,68 @@ +------------------------------------------------------------------- +Thu Jan 4 07:37:36 UTC 2024 - Martin Pluskal + +- Update to version 1~20231228: + * ext_render_snorm-render: Fix deprecated-non-prototype warning + * version-mixing: Fix deprecated-non-prototype warning + * draw-prim-rate: test more varying counts + * glsl-1.10/built-in-uniform-state: don't test Infs due to undefined behavior + * arb_vertex_program/property-bindings: don't test Infs due to undefined behavior + * glsl-1.40: add a UBO test that I don't remember why I needed it + * glsl-1.10: test a smooth color input with glShadeModel(GL_FLAT) + * arb_fragment_layer_viewport: don't test out-of-range gl_Layer values + * ext_render_snorm-render: lower test ctx version requirement + * Implement piglit_subprocess for Windows + * modifiers: Make a single list of the known modifiers. + * modifiers: Allow specifying format and modifier + * modifiers: Improve the presentation of results + * modifiers: Add clear reimport subtest + * modifiers: Add stress subtest + * modifiers: Indent an inner loop + * modifiers: Try to autogenerate dmabufs + * framework: Add piglit_drm_create_dma_buf_modifiers + * framework: Add an n_planes field + * ext_image_dma_buf_import: Add a test for modifiers + * ext_image_dma_buf_import: Support non-external textures + * ext_image_dma_buf_import: Require GL_EXT_EGL_image_storage + * Import the drm_fourcc/drm.h header and use them. + * arb_tessellation_shader: Add new test tesslevels-indirect + * ext_image_dma_buf_import: add a multithread refcount test + * ext_image_dma_buf_import-export-tex: Print normal info to stdout, not stderr. + * arb_separate_shader_objects/atomic-counter: Add missing GLSL requirement. + * GL_ARB_arrays_of_arrays: Fix a missing extension requirement. + * arb_shader_texture_lod: Fix incorrect require directive for the ext. + * Use piglit_require_minimum_getinteger(GL_MAX_DRAW_BUFFERS) more. + * fbo-mrt-alphatest: Actually require MRTs to be available. + * piglit: Make a general helper for required glGetIntegerv values. + * arb_copy_image: test copying of different mipmap levels of a texture + * arb_copy_image: test copying of different mipmap levels of a texture + * rendermode-feedback: fix stack-use-after-scope + * readme: Update vkrunner link + * add a test to verify that null attachments don't clamp fb size + * shader_runner: allow -1 to indicate a null fb attachment + * delete invalid gl_Layer/gl_Viewport tests + * shader_runner: support setting GL_CLIP_DISTANCE enums + * ext_render_snorm-render: test some negative values also + * arb_blend_func_extended: Don't print expected compile fails to stderr. + * shaders@glsl-max-varyings: reduce size of pixels + * ci: test with Python 3.11 + * cmake: Add Python 3.12 to supported versions + * ext_external_objects: simplification for check_bound_fbo_status + * ext_external_objects: cleanup, remove some global parameters + * amd_gpu_shader_half_float: fix modf tests + * EGL_EXT_image_dma_buf_import: add VYUY format support + * EGL_EXT_image_dma_buf_import: add YVYU format support + * EGL_EXT_image_dma_buf_import: add NV21 format support + * ext_transform_feedback/api-errors: stop xfb before shutdown + * nv_copy_image-simple: Use red instead of green + * cmake: workaround BASH_COMPLETION_COMPLETIONSDIR pointing into wrong path + * bash-completion: Remove #! from non-executable file + * docs: Fix README link + * arb_bindless_texture: add additional uniform struct test + * glsl-1.10: add tests for clamp(abs(x)) and clamp(-x) + * glsl-1.10: extend glsl-vs-copy-propagation-1 test + * util: Pass explicit "-" for spirv-as input filename + ------------------------------------------------------------------- Mon Jun 19 13:05:22 UTC 2023 - Martin Pluskal diff --git a/piglit.obsinfo b/piglit.obsinfo index 381df83..0df32ca 100644 --- a/piglit.obsinfo +++ b/piglit.obsinfo @@ -1,4 +1,4 @@ name: piglit -version: 1~20230615 -mtime: 1686821507 -commit: 264849965203ef1dde0f09740b94dd1bdf66022d +version: 1~20231228 +mtime: 1703813701 +commit: ddc07bd42f596f317654ec77adaf5931f107263b diff --git a/piglit.spec b/piglit.spec index 2cbcef2..29e7675 100644 --- a/piglit.spec +++ b/piglit.spec @@ -1,7 +1,7 @@ # # spec file for package piglit # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_without opengles %endif Name: piglit -Version: 1~20230615 +Version: 1~20231228 Release: 0 Summary: OpenGL driver testing framework License: MIT