Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

vulkan-tools-1.3.280.0-1.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: vulkan-tools Distribution: openSUSE Tumbleweed
Version: 1.3.280.0 Vendor: openSUSE
Release: 1.1 Build date: Thu Mar 21 11:01:43 2024
Group: Development/Tools/Other Build host: reproducible
Size: 1496394 Source RPM: vulkan-tools-1.3.280.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/KhronosGroup/Vulkan-Tools
Summary: Diagnostic utilities for Vulkan
Vulkan is a 3D graphics and compute API providing cross-platform
access to modern GPUs with low overhead and targeting realtime
graphics applications such as games and interactive media.

This package contains the Khronos official Vulkan tools and utilities.

Provides

Requires

License

Apache-2.0

Changelog

* Thu Mar 21 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.3.280.0
    * icd: Add AV1 decode support
    * Update linmath to upstream and add degreestoradians
      definition. This fixes bug in linmath function: quat_mul_vec3
* Fri Jan 19 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.3.275.0
    * icd: Add vkGetMemoryFdKHR support
    * icd: Add vkGetMemoryHostPointerPropertiesEXT support
    * vulkaninfo: Autogenerate Format list
    * icd: Add basic VkDisplayKHR support
    * icd: Add vkRegisterDisplayEventEXT
    * icd: Add video support
* Fri Oct 27 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.3.268.0
    * icd: Add VkSurfacePresentModeCompatibilityEXT support
    * icd: Add second VkCooperativeMatrixPropertiesKHR field
    * vulkaninfo: Support VK_EXT_surface_maintenance1 properly
    * icd: Add VkPhysicalDeviceDriverProperties
* Tue Aug 22 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.3.261.0
    * icd: Fix OOB writes in QueuePerfCounters
    * icd: Add support for vkGetDescriptorSetLayoutSupport,
      vkGetRenderAreaGranularity, VK_KHR_cooperative_matrix,
      VK_EXT_host_image_copy
    * vulkaninfo: Make -j=<GPU> work
* Tue May 30 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.3.250.0
    * vulkaninfo: Issue flush before exiting
* Wed Apr 19 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.3.247
    * vulkaninfo: Dont enable Direct Driver Loading Ext
    * vkcubepp: Fix custom height not working
* Wed Mar 29 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.3.243.0
    * mockicd: Add Support for testing Ray Tracing
    * mockicd: Add Support for testing Video decoding
    * vulkaninfo: Dont enable Direct Driver Loading Ext
* Fri Feb 10 2023 Bruno Pitrus <brunopitrus@hotmail.com>
  - Add baselibs.conf. This is useful as 64- and 32-bit Vulkan environments
    need separate drivers and need to be diagnosed separately.
* Sun Jan 29 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.3.239.0
    * No end-user visible changes
* Thu Dec 15 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.3.236.0
    * vulkaninfo: Add Driver Version handling
  - Delete 0001-cubepp-Fix-presentKHR-assert.patch (merged)
* Mon Oct 24 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.3.231.0
    * Adapt to Vulkan 231 API, but otherwise no interesting changes
  - Add 0001-cubepp-Fix-presentKHR-assert.patch
* Mon Aug 22 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.3.224.0 (497f2326)
    * No changes
  - Drop 0001-vulkaninfo-include-wayland-client-because-its-functi.patch
    (merged)
* Mon Aug 15 2022 Dirk Müller <dmueller@suse.com>
  - update to branch snapshot SDK-1.3.224 (497f2326)
    * Add issues to the apiext:VK_KHR_dynamic_rendering proposal document
      discussing render area granularity (public issue 1899).
    * Clarify external synchronization requirements for
      ename:VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT and
      ename:VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT
      elink:VkDescriptorBindingFlagBits and flink:vkUpdateDescriptorSets
      (public issue 1713).
    * Add Vulkan 1.0 valid usage statement for *Subgroup* memory scope to
      <<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
      (public merge request 1900).
    * Move "`Hit Kind`" valid usage statement from standalone to runtime
      SPIR-V validation statements (public merge request 1903).
    * Use correct feature in
      ename:VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_2_EXT
      description (public pull request 1892).
    * GitHub CI: Regenerate and build-test Rust Vulkan bindings (Ash crate)
      (public pull request 1894).
    * Add dependency of apiext:VK_EXT_blend_operation_advanced on
      apiext:VK_KHR_get_physical_device_properties2. (public merge request
      1887).
    * Update xrefs to features so the feature name is used as the link text,
      and marked up consistently. Added a section to the style guide on markup
      of feature xrefs (public issue 1889).
      elink:VK_COLOR_SPACE_PASS_THROUGH_EXT for a linear or non-gamma transfer
      function color space (public merge request 1729).
    * Fix clamp expression for d_{lo} in the
      <<textures-level-of-detail-operation, Level-of-Detail Operation>>
      section (partial fix for public issue 1836).
    * Update <<spirvenv-module-validation-standalone, Standalone SPIR-V
      Validation>> to add explicit valid usage statements for code:Uniform
      objects being read only, and for code:Block decorations (public merge
      request 1879).
    * Add an issue to apiext:VK_KHR_fragment_shader_barycentric for
      interactions with MSAA (public merge request 1881).
    * Fix XML tagging of slink:VkShaderModuleCreateInfo and add an explicit
      valid usage statement so this structure can be validated both as an
      explicit parameter, and as part of the pname:pNext chain of
      slink:VkPipelineShaderStageCreateInfo (public issue 1883, but a broader
      fix in the validation scripts for this case will eventually be
      required).
    * Update pipeline image to move push constants outside of descriptor sets
      (public issue 1867).
    * Correct code:StencilRefLessFrontEXT to code:DepthLess in the early depth
      test portion of the <<fragops, Fragment Operations>> chapter (public
      pull request 1876).
    * Add new driver id ename:VK_DRIVER_ID_MESA_DOZEN (public pull request
      1877).
    * Relax slink:VkRenderPassCreateInfo valid usage statements 02517 and
      02518 to allow ename:VK_SUBPASS_EXTERNAL (public pull request 1878).
    * Add apiext:VK_KHR_maintenance4 relaxed interface valid usage statement
      to the <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
      section (public pull request 1860).
    * Fix field name in slink:VkRenderingAttachmentInfo valid usage statement
      (public pull request 1861).
    * Fix typo in slink:VkFramebufferCreateInfo valid usage statements 04533 /
      04544 (public pull request 1873).
    * Remove duplicate valid usage statement 06060 (public pull request 1874).
    * Rework <<fxvertex-input-address-calculation, Vertex Input Address
      Calculation>> section (public pull request 1869).
    * Split Github CI script into individual jobs to decrease run time (public
      pull request 1870).
    * Clarify meaning of "`private data slot`" for apiext:VK_EXT_private_data
    * Minor markup fix in the <<spirvenv-module-validation-standalone>>
      section (public merge request 1864).
* Thu Jul 21 2022 Jan Engelhardt <jengelh@inai.de>
  - Add 0001-vulkaninfo-include-wayland-client-because-its-functi.patch
* Wed Jun 15 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.3.216.0
    * cube,vulkaninfo: Add portability_enumeration if present
    * cube: add null check on wl_*_destroy functions
    * vulkaninfo: Set sType in PhysDevGroupProps
    * vkcubepp: Use correct extension for portability enumeration
* Mon Apr 18 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.3.211.0
    * vulkaninfo: Enable portability extension for device groups
    * vkcube,vulkaninfo: Add portability_enumeration if present
* Sat Feb 19 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.3.204.0
    * vulkaninfo: Add Device & driver UUID to summary
* Sat Nov 27 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.2.198.0
    * vulkaninf: Support 64 bit flags
    * vkcube: Reorder setting of pipeline stage flags
    * vulkaninfo: Prevent drivers from writing out of bounds
* Sun Sep 05 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.2.189.0
    * vulkaninfo: Fix image format query arguments
* Tue Jul 06 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.2.182.0
    * vkcube: Fix disturbed rotation after many iterations
* Wed May 05 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.2.176.0
    * No user-visible changes.
* Sun Feb 28 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release SDK-1.2.170.0
    * No user-visible changes.
* Wed Feb 10 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.2.169
    * vkcube: Add options --width and --height
* Sat Jan 23 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.2.166:
    * build: Update known-good files for 1.2.166 header
    * vkcube: Updated to support portability extension properly
    * vkcube: portabilty extension as text so it builds on all platforms
* Mon Jan 18 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.2.165
    * No user-visible changes for the Linux port

Files

/usr/bin/vkcube
/usr/bin/vkcube-wayland
/usr/bin/vkcubepp
/usr/bin/vulkaninfo
/usr/share/licenses/vulkan-tools
/usr/share/licenses/vulkan-tools/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:31:59 2024