Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: vulkan-headers | Distribution: openSUSE:Factory:zSystems |
Version: 1.4.304 | Vendor: openSUSE |
Release: 1.1 | Build date: Sun Dec 22 02:11:34 2024 |
Group: Development/Libraries/C and C++ | Build host: reproducible |
Size: 29531923 | Source RPM: vulkan-headers-1.4.304-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/KhronosGroup/Vulkan-Headers | |
Summary: Vulkan C and C++ API header files |
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 development headers for packages wanting to make use of Vulkan.
Apache-2.0
* Sun Dec 22 2024 Jan Engelhardt <[email protected]> - Update to tag 1.4.304 * Added VK_EXT_present_mode_fifo_latest_ready, VK_NV_cooperative_matrix2, VK_HUAWEI_hdr_vivid, VK_EXT_vertex_attribute_robustness, VK_KHR_video_encode_av1, VK_KHR_video_encode_quantization_map, VK_NV_display_stereo * Streaming Transfers: Vulkan 1.4 imposes new implementation requirements to ensure portable, cross-platform applications can stream large quantities of data to a device while simultaneously rendering at full performance. * Previously optional extensions and features critical to emerging high-performance applications are now mandatory in Vulkan 1.4, ensuring their reliable availability across multiple platforms. These include push descriptors, dynamic rendering local reads, and scalar block layouts. * 8K rendering with up to eight separate render targets is now guaranteed to be supported, along with several other limit increases. * Tue Oct 08 2024 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.296 * Added VK_AMD_anti_lag, VK_NV_command_buffer_inheritance, VK_KHR_pipeline_binary, VK_KHR_compute_shader_derivatives * Mon Jul 29 2024 Martin Jambor <[email protected]> - Add option -DVULKAN_HEADERS_ENABLE_MODULE=OFF to cmake to make the package build with gcc14 [boo#1228421] * Tue Jul 23 2024 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.290 * New extensions: VK_EXT_legacy_vertex_attributes, VK_MESA_image_alignment_control, VK_EXT_shader_replicated_composites, VK_KHR_shader_relaxed_extended_instruction, VK_KHR_maintenance7. * Thu May 16 2024 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.283.0 * No changelog was provided * Wed Mar 20 2024 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.280.0 * New extensions: VK_NV_raw_access_chains, VK_EXT_map_memory_placed, VK_NV_ray_tracing_validation, VK_NV_shader_atomic_float16_vector, VK_KHR_video_decode_av1. * Fri Feb 23 2024 [email protected] - remove dependency on /usr/bin/python3 using %python3_fix_shebang_path macro, [bsc#1212476] * Thu Jan 18 2024 Nicolas FORMICHELLA <[email protected]> - Update to release SDK-1.3.275.0 * New extensions: VK_ARM_scheduling_controls, VK_NV_cuda_kernel_launch, VK_IMG_relaxed_line_rasterization, VK_EXT_layer_settings, VK_ARM_render_pass_striped, VK_KHR_calibrated_timestamps, VK_KHR_vertex_attribute_divisor, VK_KHR_video_encode_queue, VK_KHR_video_encode_h264, VK_KHR_video_encode_h265, VK_KHR_video_maintenance1, VK_KHR_maintenance6, VK_NV_per_stage_descriptor_set. * Fri Oct 27 2023 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.268.0 * New extensions: VK_QCOM_filter_cubic_clamp, VK_QCOM_filter_cubic_weights, VK_QCOM_image_processing2, VK_QCOM_ycbcr_degamma, VK_NV_descriptor_pool_overallocation, VK_MSFT_layered_driver, VK_NV_low_latency2, VK_EXT_nested_command_buffer, VK_NV_extended_sparse_address_space. * Tue Aug 22 2023 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.261.0 * New extensions: VK_EXT_dynamic_rendering_unused_attachments, VK_EXT_depth_bias_control, VK_KHR_cooperative_matrix, VK_EXT_host_image_copy, VK_NV_device_generated_commands_compute, VK_AMDX_shader_enqueue, VK_KHR_maintenance5. * Tue May 30 2023 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.250.0 * New extensions: VK_EXT_attachment_feedback_loop_dynamic_state, VK_KHR_ray_tracing_position_fetch * Wed Apr 19 2023 Jan Engelhardt <[email protected]> - Update to release 1.3.247 * No changelog * Wed Apr 19 2023 Jonatas Gonçalves <[email protected]> - Update to release 1.3.246 * No changelog * Tue Mar 28 2023 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.243.0 * No changelog * Sun Jan 29 2023 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.239.0 * No changelog was provided * Tue Dec 13 2022 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.236.0 * The VK_EXT_descriptor_buffer extension introduces new commands for putting shader-accessible descriptors directly in memory. * Add VkIcdSurfaceImagePipe. * Mon Oct 24 2022 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.231.0 * No changelog was provided (but do take a look in vulkan-loader/vulkan-validationlayers 231) - Drop 0001-Drop-wayland-client.h-include.patch (merged upstream) * Mon Aug 22 2022 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.224.0 * (No change since c896e2f) * Mon Aug 15 2022 Dirk Müller <[email protected]> - update to branch snapshot SDK-1.3.224 (c896e2f): * 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). * Tue Jul 12 2022 Jan Engelhardt <[email protected]> - Add 0001-Drop-wayland-client.h-include.patch * Tue Jun 14 2022 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.216.0 * Fix the structextends and constness issues in apiext:VK_EXT_subpass_merge_feedback * Mon Apr 18 2022 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.211.0 * New extension for helping implementations like Mesa's Zink for implementing the OpenGL API atop Vulkan. (VK_EXT_image_2d_view_of_3d) * Tue Feb 15 2022 Jan Engelhardt <[email protected]> - Update to release SDK-1.3.204.0 * Dynamic rendering * Buffer device address support is now required * Finer control over subgroups * Added VK_KHR_shader_integer_dot_product * Sat Nov 20 2021 Jan Engelhardt <[email protected]> - Update to release SDK-1.2.198.0 * No changelog was provided * Sun Sep 05 2021 Jan Engelhardt <[email protected]> - Update to release SDK-1.2.189 * No changelog was provided * Mon Jul 05 2021 Jan Engelhardt <[email protected]> - Update to release SDK-1.2.182.0 * New extensions: VK_EXT_provoking_vertex, VK_KHR_shader_subgroup_uniform_control_flow, VK_EXT_global_priority_query, VK_EXT_acquire_drm_display, VK_EXT_physical_device_drm, VK_EXT_multi_draw, VK_HUAWEI_subpass_shading, VK_NV_ray_tracing_motion_blur, VK_NV_external_memory_rdma. * Wed May 05 2021 Jan Engelhardt <[email protected]> - Update to release SDK-1.2.176.0 * Added Vulkan video extensions * Fri Feb 26 2021 Jan Engelhardt <[email protected]> - Update to release SDK-1.2.170.0 * New VK_KHR_synchronization2 extension. * Wed Feb 10 2021 Jan Engelhardt <[email protected]> - Update to release 1.2.169 * No changelog provided * Wed Jan 27 2021 Jan Engelhardt <[email protected]> - Update to release 1.2.166 * No changelog provided
/usr/include/vk_video /usr/include/vk_video/vulkan_video_codec_av1std.h /usr/include/vk_video/vulkan_video_codec_av1std_decode.h /usr/include/vk_video/vulkan_video_codec_av1std_encode.h /usr/include/vk_video/vulkan_video_codec_h264std.h /usr/include/vk_video/vulkan_video_codec_h264std_decode.h /usr/include/vk_video/vulkan_video_codec_h264std_encode.h /usr/include/vk_video/vulkan_video_codec_h265std.h /usr/include/vk_video/vulkan_video_codec_h265std_decode.h /usr/include/vk_video/vulkan_video_codec_h265std_encode.h /usr/include/vk_video/vulkan_video_codecs_common.h /usr/include/vulkan /usr/include/vulkan/vk_icd.h /usr/include/vulkan/vk_layer.h /usr/include/vulkan/vk_platform.h /usr/include/vulkan/vulkan.cppm /usr/include/vulkan/vulkan.h /usr/include/vulkan/vulkan.hpp /usr/include/vulkan/vulkan_android.h /usr/include/vulkan/vulkan_beta.h /usr/include/vulkan/vulkan_core.h /usr/include/vulkan/vulkan_directfb.h /usr/include/vulkan/vulkan_enums.hpp /usr/include/vulkan/vulkan_extension_inspection.hpp /usr/include/vulkan/vulkan_format_traits.hpp /usr/include/vulkan/vulkan_fuchsia.h /usr/include/vulkan/vulkan_funcs.hpp /usr/include/vulkan/vulkan_ggp.h /usr/include/vulkan/vulkan_handles.hpp /usr/include/vulkan/vulkan_hash.hpp /usr/include/vulkan/vulkan_hpp_macros.hpp /usr/include/vulkan/vulkan_ios.h /usr/include/vulkan/vulkan_macos.h /usr/include/vulkan/vulkan_metal.h /usr/include/vulkan/vulkan_raii.hpp /usr/include/vulkan/vulkan_screen.h /usr/include/vulkan/vulkan_shared.hpp /usr/include/vulkan/vulkan_static_assertions.hpp /usr/include/vulkan/vulkan_structs.hpp /usr/include/vulkan/vulkan_to_string.hpp /usr/include/vulkan/vulkan_vi.h /usr/include/vulkan/vulkan_video.hpp /usr/include/vulkan/vulkan_wayland.h /usr/include/vulkan/vulkan_win32.h /usr/include/vulkan/vulkan_xcb.h /usr/include/vulkan/vulkan_xlib.h /usr/include/vulkan/vulkan_xlib_xrandr.h /usr/share/cmake /usr/share/cmake/VulkanHeaders /usr/share/cmake/VulkanHeaders/VulkanHeadersConfig.cmake /usr/share/cmake/VulkanHeaders/VulkanHeadersConfigVersion.cmake /usr/share/licenses/vulkan-headers /usr/share/licenses/vulkan-headers/LICENSE.md /usr/share/vulkan /usr/share/vulkan/registry /usr/share/vulkan/registry/apiconventions.py /usr/share/vulkan/registry/cgenerator.py /usr/share/vulkan/registry/generator.py /usr/share/vulkan/registry/parse_dependency.py /usr/share/vulkan/registry/profiles /usr/share/vulkan/registry/profiles/VP_KHR_roadmap.json /usr/share/vulkan/registry/reg.py /usr/share/vulkan/registry/spec_tools /usr/share/vulkan/registry/spec_tools/conventions.py /usr/share/vulkan/registry/spec_tools/util.py /usr/share/vulkan/registry/stripAPI.py /usr/share/vulkan/registry/validusage.json /usr/share/vulkan/registry/video.xml /usr/share/vulkan/registry/vk.xml /usr/share/vulkan/registry/vkconventions.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jan 8 00:14:20 2025