Hello community, here is the log from the commit of package piglit for openSUSE:Factory checked in at 2019-12-10 22:44:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/piglit (Old) and /work/SRC/openSUSE:Factory/.piglit.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "piglit" Tue Dec 10 22:44:55 2019 rev:7 rq:755563 version:1~20191210.603cfb975 Changes: -------- --- /work/SRC/openSUSE:Factory/piglit/piglit.changes 2018-08-31 10:47:49.751449397 +0200 +++ /work/SRC/openSUSE:Factory/.piglit.new.4691/piglit.changes 2019-12-10 22:44:59.705751868 +0100 @@ -1,0 +2,667 @@ +Tue Dec 10 13:08:06 UTC 2019 - Martin Pluskal <[email protected]> + +- Update to version 1~20191210.603cfb975: + * glsl-es-3.10: add precision statement to a shader missing it + * ext_dsa: add vao functions tests + * arb_vertex_attrib_64bit: fix error message in explicit location check + * Require a GLSL version in fs-shift-left-of-shift-left + * arb_separate_shader_objects: add linker test for glsl version 1.40 + * ci: update wayland/ci-templates ref + * glsl-1.50: new GS test for emitted triangle strip orientation + * arb_blend_func_extended: Make issue-1917 test reproduce issue on BSW + * arb_program_interface_query: add gl_PerVertex redeclaration + * ext_disjoint_timer_query: use/test glGetInteger64vEXT call + * ext_texture_format_bgra8888: changes for effective internal format + * tbo: include tbo re-init test to opengl.py + * arb_blend_func_extended: Add test checking corruption on BSW/BDW + * gitlab-ci: use ccache to speed up builds + * gitlab-ci: set interruptible to auto-cancel CI pipelines + * glsl-es-3.10: port arb_shader_atomic_counters tests to glsl-es-3.10 + * arb_shader_atomic_counters: fix buffers needed check + * arb_gl_spirv: add some simple ubo/ssbo tests + * arb_gl_spirv: add GL_ACTIVE_UNIFORMS checks + * tbo: test a re-initialization + * arb_shading_language_include: delete shader includes on teardown + * Add new tests for ROL/ROR instruction verification + * generated_tests: more python fixes + * tox: hold pytest-mock to version 1.11.2, since 1.12 seems to be broken + * python: fix collections.abc warning + * python: fix string tests + * glsl-es-3.10: add some image load/store tests with predication. + * piglit-util: expand piglit_integer_texture + * arb_shading_language_include: fix crash in process isolation + * cl/create-context-from-type: fix typo in output error text + * gitlab-ci: avoid pulling all the git history each time + * gitlab-ci: limit ninja to 4 threads to avoid stealing resources from other jobs + * ext_occlusion_query_boolean: remove invalid enum check + * ext_disjoint_timer_query: add GL_QUERY_COUNTER_BITS_EXT tests + * arb_separate_shader_objects: remove broken test + * glsl-1.30: Add tests involving isnan() combined with other comparisons + * arb_sparse_buffer: tests EXT_direct_state_access interactions + * arb_texture_buffer_range: modify test to also use glTextureBufferRangeEXT + * ARB_instanced_arrays: Add test for VertexArrayVertexAttribDivisorEXT + * arb_gpu_shader_fp64: add test for EXT_direct_state_access interactions + * arb_clear_buffer_object: extends test to use Named functions + * shader_runner: don't use deleted query objects + * shader_runner: support query object failures in subtests + * shader_runner: fix garbled non-unicode output making piglit-run choke on it + * cmake: use DT_RUNPATH instead of DT_RPATH for executables + * arb_gl_spirv: add xfb tests for lines and triangles + * arb_gl_spirv: add xfb tests + * shader_runner: add xfb query object support + * shader_runner: add xfb testing support + * shader_runner: add support for glGetProgram queries + * Add a test of a select of a negation of an int cast from a float + * glx: fix pointer type + * egl: one more s/EGL_NO_CONFIG_MESA/EGL_NO_CONFIG_KHR/ + * s/EGL_NO_CONFIG_MESA/EGL_NO_CONFIG_KHR/ + * cmake: drop egl dependency version + * Use source code location for Mako's module_directory + * arb_gpu_shader_int64: add display list test + * egl: simple test for EGL_EXT_image_flush_external + * cl/get-device-info: fix variable type for CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE + * travis: drop overly complicated regular build as it's covered directly by gitlab now + * add pre-merge gitlab ci :) + * tox,cmake,travis: Add support and testing for Python 3.8 + * Fix pbo-getteximage to check for GL_ARB_texture_cube_map_array + * tests: add test for PBO texture downloads + * arb_bindless_texture: test an unnamed explicitly bound ubo that contains a sampler + * arb_bindless_texture: test a basic unnamed ubo that contains a sampler + * glx-egl-switch-context: Do not compile if EGL unavailable + * glx,egl: Reproduce crash while switching contexts + * glsl: Verify that open-code bitfieldReverse is not improperly optimized + * ext_demote_to_helper_invocation: Add extension to [require] + * ext_demote_to_helper_invocation: avoid requiring GL 4.5 + * arb_texture_view: add test verifying internal _Layer variable is cleared on texture units + * util-cl: be verbose if platform exposes no devices + * ext_demote_to_helper_invocation: Add execution tests + * ext_demote_to_helper_invocation: Add compiler tests + * glsl-1.20: test incompatible matrices multiplication + * vulkan: add geometry shader double interpolator test + * tests: add tests for ARB_texture_storage + EXT_dsa + * ext_direct_state_access: add test for glNamedCopyBufferSubDataEXT + * ext_direct_state_access: add glGenerateTextureMipmapEXT/glGenerateMultiTexMipmapEXT test + * ext_direct_state_access: add tests for EXT_texture_integer interactions + * GL_OES_EGL_image: be more verbose, correct typos + * glsl-es-3.10: regression checking for load_shared support on the nir scheduler + * GL_OES_EGL_image: include EGL_GL_TEXTURE_LEVEL_KHR usage in test + * glsl-1.10: add infinite loop tests + * vulkan: add geometry shader vertex overflow test + * glx-mesa-query-renderer: Fix build error + * glx-fbconfig-compliance: Drop accumulation buffer requirement + * glx-query-renderer-coverage: Start adding value sanity tests + * glx: Test for both strings for EXT_create_context_es{,2}_profile + * glx-destroycontext-3: Test calling DestroyContext redundantly + * tests/fp-long-alu: Memory leak in fp-long-alu test + * tests/texturing: Free miplevel info + * tests/arb_sample_shading: Multiple memory leaks + * shader_runner: sscanf returns incorrect value on 32-bit build + * glx-fbconfig-sanity: memory leak + * Apply path correction to correct argument + * generators: Add the default precision for floats in GLSL ES shaders + * glsl-es-1.00: Test that function return value has precision + * glsl-es-1.00: Test that mismatched function return precision fails + * arb_shading_language_include: test interaction with preprocessor defines + * arb_shading_language_include: compile test features when disabled + * arb_shading_language_include: add api functionality tests + * arb_shading_language_include: add api error tests + * arb_shading_language_include: compile test #line + * arb_shading_language_include: add compile tests for relative path + * glslparsertest: add support for setting a relative include path + * arb_shading_language_include: add explicit path compile tests + * glslparsertest: add support for adding dummy shader includes + * arb_shading_language_include: test relative paths + * shader_runner: add support for glCompileShaderIncludeARB() + * arb_shading_language_include: add some basic execution tests + * shader_runner: add basic GL_ARB_shading_language_include support + * teximage-errors: add TexSubImage variants + * tox,README,cmake: Remove testing of end-of-life Python 3.4 + * egl: add new test for GL_OES_EGL_image + * glx/ext_no_config_context: Verify bad attributes are rejected + * glx/ext_no_config_context: Validate glXQueryContext correctness + * glx: Fix fbconfig matching in glx-make-glxdrawable-current + * egl: add additional test for EGL_ANDROID_blob_cache + * arb_enhanced_layouts: revert testing SPIR-V shaders on arb_enhanced_layouts tests + * travis: Drop python3.4 + * travis: Schedule cmake build job first + * glsl-1.10: Add tests for do {} while (false) loops + * test/logicop: expand tests to also cover MSAA render target + * gl-1.1: Fix test for vertex counts. + * Add glsl parser tests for EXT_texture_shadow_lod + * glsl-1.30: Add a test for bad optimizations of (a << b) << c + * tests: cleanup potential errors at the end of EXT_dsa test + * tests: fix EXT_dsa framebuffer test + * EXT_shader_image_load_store: atomics should be done on single-component images + * EXT_shader_image_load_store: skip atomics for not-1x32 types + * shader_runner: allow enabling GL_DEPTH_CLAMP + * tests: fix test build requiring gles3 + * arb_tessellation_shader: fix broken compat gl_ClipVertex test + * tests: add EXT_shader_image_load_store tests + * tests: Reproducer for 110796 + * tests: enable intel_external_sampler_only for iris + * framework: Also skip logging info utils on EACCES. + * shader_runner: replace NamedBufferSubdata + * shader_runner: Add command line option to ignore uniform if it isn't found in shader Reviewed-by: Eric Anholt <[email protected]> + * cl: Add tests for some cases that were broken with function calls + * arb_get_program_binary: test restore of SSO program + * arb_tessellation_shader: add some new gl_ClipVertex tests for compat + * vulkan/vkrunner: Use the new alternative names for setting uniforms + * framework/cl: Don't override timeout setting from cmdline + * tests/ext_frame_buffer_multisample: Release memory allocated by Test + * Add tests for EXT_dsa NamedProgram functions + * intel_shader_atomic_float_minmax: Explicitly request std430 layout + * ssbo/shared: fix min/max tests to specify std430 + * framework/test: Add default 1min timeout to all OpenCL tests + * shader_runner: some extra skip reasong logging + * glsl-es-1.00: Only unroll a do-while-false loop once + * tests/fbo: init texture content + * tests/arb_direct_state_access: Memory leak + * util: Optionally validate SPIR-V after assembling + * util: Assemble SPIR-V with the correct target environment + * tests: Free memory returned by glXChooseFBConfig + * test/textureGather: memory leak + * tests/texelFetch: Memory leak + * arb_copy_buffer: NULL check for glMapBuffer outcome + * util/piglit-util-gl: Memory leaks in a number of tests + * tests/fp-indirections2: Memory isn't freed + * tests/arb_copy_image: Memory leak + * arb_texture_buffer_range: Fix buffer alignment in ranges-2 test + * tests/vertex-program-two-side: Memory leak + * draw-prim-rate: Fix Clang build error. + * Add a test that measures primitive rate + * opengl.py: fix incorrect ext_transform_instanced extension name + * rendermode-feedback: fix a crash + * test: fix resource leaking for depthstencil-render-miplevels + * test: fix core dump for depthstencil-render-miplevels + * ext_dsa: fix invalid empty shader in test + * ext_direct_state_access: test glTextureImage* with GL_PROXY_TEXTURE_* targets + * ext_direct_state_access: verify possible failures when using GL_COMPILE + * util/dma_buf: allow custom rendernode + * tests/overlapping-locations-input-attribs: Memory leak + * tests/line-aa-width: Memory leak + * fbo-generatemipmap-formats: Modify NPOT tex_width + * glx-multithread-buffer: Add a new test reproducing a radeonsi bug + * piglit_drm_dma_buf: fix NV12, YUV420, and YVU420 import tests for radeonsi + * Revert "cmake: make gbm a required build dependency" + * shader_runner: don't abort on atomic counter subtest failure + * cmake: make gbm a required build dependency + * util/dma_buf: drmGetVersion requires free + * glsl-1.20: Test various invalid type conversions in uniform initalizers + * glsl-1.20: Test mix(±1, b, c) + * Add new test for idiv by const optimizations + * shader_runner: add 'probe ssbo int' + * ext_direct_state_access: add tests CompressedMultiTexImage* functions + * ext_direct_state_access: add test for Framebuffer functions + * ext_direct_state_access: add test for glNamedFramebufferRenderbufferEXT + * ext_direct_state_access: add tests for ProgramUniformXXXEXT functions + * ext_direct_state_access: glGet*IndexedvEXT ++++ 470 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/piglit/piglit.changes ++++ and /work/SRC/openSUSE:Factory/.piglit.new.4691/piglit.changes Old: ---- piglit-1~20180604.cde860ab3.tar.xz New: ---- piglit-1~20191210.603cfb975.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ piglit.spec ++++++ --- /var/tmp/diff_new_pack.aZTtsC/_old 2019-12-10 22:45:01.409751236 +0100 +++ /var/tmp/diff_new_pack.aZTtsC/_new 2019-12-10 22:45:01.409751236 +0100 @@ -1,7 +1,7 @@ # # spec file for package piglit # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -26,7 +26,7 @@ %bcond_without opengles %endif Name: piglit -Version: 1~20180604.cde860ab3 +Version: 1~20191210.603cfb975 Release: 0 Summary: OpenGL driver testing framework License: MIT @@ -113,7 +113,7 @@ -DCMAKE_SKIP_RPATH:BOOL=OFF \ -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON \ -Wno-dev -%make_jobs +%cmake_build %install %cmake_install ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.aZTtsC/_old 2019-12-10 22:45:01.453751219 +0100 +++ /var/tmp/diff_new_pack.aZTtsC/_new 2019-12-10 22:45:01.453751219 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://anongit.freedesktop.org/git/piglit.git</param> - <param name="changesrevision">cde860ab32511812ecbf1d8b8d97f192273457a1</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">603cfb97542a411e8957a0d689d8b28cf8b9ef4d</param></service></servicedata> \ No newline at end of file ++++++ piglit-1~20180604.cde860ab3.tar.xz -> piglit-1~20191210.603cfb975.tar.xz ++++++ /work/SRC/openSUSE:Factory/piglit/piglit-1~20180604.cde860ab3.tar.xz /work/SRC/openSUSE:Factory/.piglit.new.4691/piglit-1~20191210.603cfb975.tar.xz differ: char 26, line 1
