From e63e754e52fae26d277a8e60fdfb7d84ccd8a4044ebba1f3fcfaf83c02f864ed Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 27 May 2021 09:13:04 +0000 Subject: [PATCH] - Update to version 1~20210326.6a4be9e99: * .gitlab-ci.yml: Change pages build to trigger main branch * glsl-1.30: test right-shift of a left-shift * arb_gpu_shader_int64: test masking after addition * arb_gpu_shader_int64: test shift-left of shift-right with same count * gl-3.0: add additional case for clearbufferfi correctness * ext_external_objects: Another semaphores test * ext_external_objects: New semaphores test * ext_external_objects: Vulkan framework additions * gbm: Add test for multi-planar GBM BOs * ext_external_objects: Removed unused varyings from image test * gitlab-ci: Build with MinGW cross-compilers. * cmake: Package Waffle DLL when provided. * appveyor: Remove integration. * editorconfig: Add more file extensions. * arb_shader_texture_image_samples/builtin-image: use skip as default result * draw-prim-rate: add a test for indexed triangle strips * glx-multithread-buffer-refcount-bug: new test for a recent bug * cmake: Install MinGW CRT DLLs instead of statically linking them. * cmake: Use 7-Zip packaging and strip debugging symbols. * tests: ignore unsupported texture type + num samples * tests: fix test binary name in opengl.py * tests/glx: remove unnecessary calls to XMapWindow * test/amd_perf_monitor: don't use exit(0) * spec/glsl-1.20: Use min and max with NaN * ext_external_objects: All supported image usage flags are set * ext_external_objects: Replaced TexImage2D with TexSubImage2D in display * ext_external_objects: Fix in external buffers * tests: speed up gl-1.3-texture-env test * util: expose read_pixels_float/compare_pixels_float OBS-URL: https://build.opensuse.org/package/show/benchmark/piglit?expand=0&rev=34 --- _servicedata | 2 +- piglit-1~20201223.ff2a7650b.tar.xz | 3 -- piglit-1~20210326.6a4be9e99.tar.xz | 3 ++ piglit.changes | 75 ++++++++++++++++++++++++++++++ piglit.spec | 5 +- 5 files changed, 80 insertions(+), 8 deletions(-) delete mode 100644 piglit-1~20201223.ff2a7650b.tar.xz create mode 100644 piglit-1~20210326.6a4be9e99.tar.xz diff --git a/_servicedata b/_servicedata index 502a30c..617bc68 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://anongit.freedesktop.org/git/piglit.git - ff2a7650be734957e77319a103f0a0a3ae5a947d \ No newline at end of file + c0b320729b87cd52b7f9f216185e5824293dbf9a \ No newline at end of file diff --git a/piglit-1~20201223.ff2a7650b.tar.xz b/piglit-1~20201223.ff2a7650b.tar.xz deleted file mode 100644 index 4ef6624..0000000 --- a/piglit-1~20201223.ff2a7650b.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa63920bbec67174fc4043a62799a189dda0437fcb0477cc57684806829b74fc -size 8069580 diff --git a/piglit-1~20210326.6a4be9e99.tar.xz b/piglit-1~20210326.6a4be9e99.tar.xz new file mode 100644 index 0000000..d803ab3 --- /dev/null +++ b/piglit-1~20210326.6a4be9e99.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86caa0da8eec1a3b780474641ee81cab3eadc743e96ea7ccfd02116cf6d9a6da +size 8082388 diff --git a/piglit.changes b/piglit.changes index 7a70865..d34b96a 100644 --- a/piglit.changes +++ b/piglit.changes @@ -1,3 +1,78 @@ +------------------------------------------------------------------- +Thu May 27 08:33:43 UTC 2021 - Martin Pluskal + +- Update to version 1~20210326.6a4be9e99: + * .gitlab-ci.yml: Change pages build to trigger main branch + * glsl-1.30: test right-shift of a left-shift + * arb_gpu_shader_int64: test masking after addition + * arb_gpu_shader_int64: test shift-left of shift-right with same count + * gl-3.0: add additional case for clearbufferfi correctness + * ext_external_objects: Another semaphores test + * ext_external_objects: New semaphores test + * ext_external_objects: Vulkan framework additions + * gbm: Add test for multi-planar GBM BOs + * ext_external_objects: Removed unused varyings from image test + * gitlab-ci: Build with MinGW cross-compilers. + * cmake: Package Waffle DLL when provided. + * appveyor: Remove integration. + * editorconfig: Add more file extensions. + * arb_shader_texture_image_samples/builtin-image: use skip as default result + * draw-prim-rate: add a test for indexed triangle strips + * glx-multithread-buffer-refcount-bug: new test for a recent bug + * cmake: Install MinGW CRT DLLs instead of statically linking them. + * cmake: Use 7-Zip packaging and strip debugging symbols. + * tests: ignore unsupported texture type + num samples + * tests: fix test binary name in opengl.py + * tests/glx: remove unnecessary calls to XMapWindow + * test/amd_perf_monitor: don't use exit(0) + * spec/glsl-1.20: Use min and max with NaN + * ext_external_objects: All supported image usage flags are set + * ext_external_objects: Replaced TexImage2D with TexSubImage2D in display + * ext_external_objects: Fix in external buffers + * tests: speed up gl-1.3-texture-env test + * util: expose read_pixels_float/compare_pixels_float + * arb_shader_storage_buffer_object/indirect: add dynamic store test + * arb_uniform_buffer_object: Migrate to Python 3. + * arb_fragment_program: Test KIL using result of SLT + * tests: fix running the replay profile with the --test-list arg + * opengl.py: fix adj-prims arg construction + * framework/replay: adapt GFXReconstruct backend to >=0.9.4 + * framework: add P0XX format support for piglit_gbm_buf_create + * framework/replay: do not raise in compare if no images were dumped + * tests: fix documentation typos for the replay profile + * tests: add reproducer for issue 3712 + * ext_external_objects: add mutable flag bit to external images + * ext_external_objects: fix for image tests + * EXT_separate_shader_objects: add redeclare built-in variable test + * ext_external_objects: fix validation error on vertex binding descriptions + * egl: add the most basic test of EGL_EXT_protected_content + * tests: Add an EGL test for exporting a texture + * ext_external_objects: remove VK_IMAGE_USAGE_STORAGE_BIT usage + * arb_es2_compatibility: Check return value. + * arb_separate_shader_objects: Check return values. + * util: Fix draws in ManifestStencil/Depth. + * arb_derivative_control: verify interaction with flat inputs + * ext_framebuffer_object: setup max mipmap level to make fbo complete + * fbo: setup max mipmap level to make fbo complete with 2 levels + * nv_shader_atomic_int64: add tests that check for namespace pollution + * arb_gpu_shader_int64: add some tests for up-conversions + * nv_shader_atomic_int64: don't require GLSL 4.40 + * khr_texture_compression_astc/basic: add texture 3d and 2d array support checks + * khr_texture_compression_astc/basic: test first the non-extension checks + * ext_external_objects/vk-image-overwrite: fix in color probe + * arb_compute_shader: Add test for double-precision arithmetic in combination with large group size. + * test: add fbo blit + texture view testcase + * nv_conditional_render: Test a glClear optimization + * shader_draw_parameters: Add dummy count=0 draws to each glMultiDrawElements call + * draw-elements: Add dummy count=0 draws to each glMultiDrawElements call + * ati_fragment_shader/render-ops: Fix format-security warning + * CMake: Add python 3.9 to supported versions + * simple-barrier-atomics: properly synchronize access to atomic + * shader_storage_buffer_object-indirect: require GL_ARB_gpu_shader5 + * tes-gs-max-output: Require GL_ARB_gpu_shader5 to get max GS invocations + * arb_texture_buffer_range-ranges-2: Fix buffer alignment + * tests: test depth clear verifying its result using compute shader + ------------------------------------------------------------------- Thu May 20 12:36:37 UTC 2021 - Jozef Pupava diff --git a/piglit.spec b/piglit.spec index c59eaa0..8711f88 100644 --- a/piglit.spec +++ b/piglit.spec @@ -26,7 +26,7 @@ %bcond_without opengles %endif Name: piglit -Version: 1~20201223.ff2a7650b +Version: 1~20210326.6a4be9e99 Release: 0 Summary: OpenGL driver testing framework License: MIT @@ -93,9 +93,6 @@ be generated, including the ability to compare different test runs. %setup -q %build -# FIXME: you should use %%cmake macros -# Note: Using the cmake rpm macro to get good defaults for installation -# directories, CFLAGS etc. Some changes on top: # Note: Overwriting CMAKE_SHARED_LINKER_FLAGS with those from the cmake macro, # but leaving out -Wl,--no-undefined # Note: Overwriting CMAKE_SKIP_RPATH to be off, but enabling