Accepting request 895688 from benchmark
- 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/request/show/895688 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/piglit?expand=0&rev=14
This commit is contained in:
commit
604cad056b
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://anongit.freedesktop.org/git/piglit.git</param>
|
||||
<param name="changesrevision">ff2a7650be734957e77319a103f0a0a3ae5a947d</param></service></servicedata>
|
||||
<param name="changesrevision">c0b320729b87cd52b7f9f216185e5824293dbf9a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa63920bbec67174fc4043a62799a189dda0437fcb0477cc57684806829b74fc
|
||||
size 8069580
|
3
piglit-1~20210326.6a4be9e99.tar.xz
Normal file
3
piglit-1~20210326.6a4be9e99.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86caa0da8eec1a3b780474641ee81cab3eadc743e96ea7ccfd02116cf6d9a6da
|
||||
size 8082388
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 27 08:33:43 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- 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 <jpupava@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user