From b84b6d3f13bda92e845d65a57012fd7f014f20f6faaf938461d78e0a5aa3e3cf Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 29 Jul 2024 15:00:30 +0000 Subject: [PATCH] [info=1b240cd0dcff06c8a8ae94b069c5d7bc6bb3709d9fad78cda07b3446e376f9e5] OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-headers?expand=0&rev=121 --- .gitattributes | 23 ++ .gitignore | 1 + _scmsync.obsinfo | 4 + build.specials.obscpio | 3 + vulkan-headers-rpmlintrc | 2 + vulkan-headers.changes | 466 ++++++++++++++++++++++++++++++++++++ vulkan-headers.spec | 75 ++++++ vulkan-sdk-1.3.290.0.tar.gz | 3 + 8 files changed, 577 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _scmsync.obsinfo create mode 100644 build.specials.obscpio create mode 100644 vulkan-headers-rpmlintrc create mode 100644 vulkan-headers.changes create mode 100644 vulkan-headers.spec create mode 100644 vulkan-sdk-1.3.290.0.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..25d3c70 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,4 @@ +mtime: 1722264045 +commit: 1b240cd0dcff06c8a8ae94b069c5d7bc6bb3709d9fad78cda07b3446e376f9e5 +url: https://src.opensuse.org/jengelh/vulkan-headers +revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..a73325f --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd419bfdd00169c31e1fb1846c0bb66c4efd32eda766154d20f0fd3e3ae2804 +size 256 diff --git a/vulkan-headers-rpmlintrc b/vulkan-headers-rpmlintrc new file mode 100644 index 0000000..f97e925 --- /dev/null +++ b/vulkan-headers-rpmlintrc @@ -0,0 +1,2 @@ +# Looks like #! is used only to nudge editors decide on syntax highlighting +addFilter("non-executable-script") diff --git a/vulkan-headers.changes b/vulkan-headers.changes new file mode 100644 index 0000000..bce52fb --- /dev/null +++ b/vulkan-headers.changes @@ -0,0 +1,466 @@ +------------------------------------------------------------------- +Mon Jul 29 14:37:09 UTC 2024 - Martin Jambor + +- Add option -DVULKAN_HEADERS_ENABLE_MODULE=OFF to cmake to make the + package build with gcc14 [boo#1228421] + +------------------------------------------------------------------- +Tue Jul 23 04:56:07 UTC 2024 - Jan Engelhardt + +- 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 11:36:17 UTC 2024 - Jan Engelhardt + +- Update to release SDK-1.3.283.0 + * No changelog was provided + +------------------------------------------------------------------- +Wed Mar 20 22:02:57 UTC 2024 - Jan Engelhardt + +- 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 14:08:29 UTC 2024 - pgajdos@suse.com + +- remove dependency on /usr/bin/python3 using + %python3_fix_shebang_path macro, [bsc#1212476] + +------------------------------------------------------------------- +Thu Jan 18 19:13:54 UTC 2024 - Nicolas FORMICHELLA + +- 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 03:47:20 UTC 2023 - Jan Engelhardt + +- 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 08:55:50 UTC 2023 - Jan Engelhardt + +- 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 21:23:37 UTC 2023 - Jan Engelhardt + +- 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 20:03:22 UTC 2023 - Jan Engelhardt + +- Update to release 1.3.247 + * No changelog + +------------------------------------------------------------------- +Wed Apr 19 02:19:57 UTC 2023 - Jonatas Gonçalves + +- Update to release 1.3.246 + * No changelog + +------------------------------------------------------------------- +Tue Mar 28 18:42:13 UTC 2023 - Jan Engelhardt + +- Update to release SDK-1.3.243.0 + * No changelog + +------------------------------------------------------------------- +Sun Jan 29 12:32:09 UTC 2023 - Jan Engelhardt + +- Update to release SDK-1.3.239.0 + * No changelog was provided + +------------------------------------------------------------------- +Tue Dec 13 11:52:26 UTC 2022 - Jan Engelhardt + +- 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 19:10:42 UTC 2022 - Jan Engelhardt + +- 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 22:38:14 UTC 2022 - Jan Engelhardt + +- Update to release SDK-1.3.224.0 + * (No change since c896e2f) + +------------------------------------------------------------------- +Mon Aug 15 20:38:07 UTC 2022 - Dirk Müller + +- 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 + <> + (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 + <> + section (partial fix for public issue 1836). + * Update <> 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 <> 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 <> + 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 <> 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 <> + section (public merge request 1864). + +------------------------------------------------------------------- +Tue Jul 12 19:00:36 UTC 2022 - Jan Engelhardt + +- Add 0001-Drop-wayland-client.h-include.patch + +------------------------------------------------------------------- +Tue Jun 14 18:27:29 UTC 2022 - Jan Engelhardt + +- Update to release SDK-1.3.216.0 + * Fix the structextends and constness issues in + apiext:VK_EXT_subpass_merge_feedback + +------------------------------------------------------------------- +Mon Apr 18 23:02:05 UTC 2022 - Jan Engelhardt + +- 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 07:44:41 UTC 2022 - Jan Engelhardt + +- 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 03:06:06 UTC 2021 - Jan Engelhardt + +- Update to release SDK-1.2.198.0 + * No changelog was provided + +------------------------------------------------------------------- +Sun Sep 5 10:50:37 UTC 2021 - Jan Engelhardt + +- Update to release SDK-1.2.189 + * No changelog was provided + +------------------------------------------------------------------- +Mon Jul 5 22:55:26 UTC 2021 - Jan Engelhardt + +- 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 5 06:57:14 UTC 2021 - Jan Engelhardt + +- Update to release SDK-1.2.176.0 + * Added Vulkan video extensions + +------------------------------------------------------------------- +Fri Feb 26 21:35:58 UTC 2021 - Jan Engelhardt + +- Update to release SDK-1.2.170.0 + * New VK_KHR_synchronization2 extension. + +------------------------------------------------------------------- +Wed Feb 10 14:02:01 UTC 2021 - Jan Engelhardt + +- Update to release 1.2.169 + * No changelog provided + +------------------------------------------------------------------- +Wed Jan 27 21:58:37 UTC 2021 - Jan Engelhardt + +- Update to release 1.2.166 + * No changelog provided + +------------------------------------------------------------------- +Tue Dec 29 12:32:48 UTC 2020 - Dirk Müller + +- update to 1.2.165: + * loader: Properly check for elevated permissions + * loader: Remove SEEK_END usage + * Rename LIB_SUFFIX to VULKAN_LIB_SUFFIX + * build: Update known-good files for 1.2.165 header + +------------------------------------------------------------------- +Mon Dec 14 19:56:37 UTC 2020 - Jan Engelhardt + +- Update to release 1.2.162.0 (sdk) + * Add GGP (Stadia) WSI platform support to vk_icd.h + +------------------------------------------------------------------- +Wed Nov 25 16:30:32 UTC 2020 - Jan Engelhardt + +- Update to release 1.2.161 + * No changelog provided + +------------------------------------------------------------------- +Mon Oct 19 06:45:55 UTC 2020 - Dirk Mueller + +- update to 1.2.158: + * Update to match Vulkan-Docs 1.2.158 + +------------------------------------------------------------------- +Mon Sep 28 21:44:32 UTC 2020 - Jan Engelhardt + +- Update to release 1.2.154 + * No changelog provided + +------------------------------------------------------------------- +Thu Sep 10 07:26:23 UTC 2020 - Dirk Mueller + +- update to 1.2.153: + * docs update + +------------------------------------------------------------------- +Thu Aug 27 08:54:05 UTC 2020 - Dirk Mueller + +- update to 1.2.152: + * Add VI WSI platform support to vk_icd.h + +------------------------------------------------------------------- +Tue Aug 18 07:47:59 UTC 2020 - Dirk Mueller + +- update to 1.2.151: + * Fix enum order for backwards compatibility + * Update vk_icd.h with typedefs and prototypes + * Add missing ifdef for extern "C" + * Add a loader features interface + +------------------------------------------------------------------- +Sat Aug 1 14:31:33 UTC 2020 - Jan Engelhardt + +- Update to release 1.2.148 + * No changelog provided + +------------------------------------------------------------------- +Sun Jun 28 17:05:42 UTC 2020 - Callum Farmer + +- Update to release 1.2.145 + * No changelog provided + +------------------------------------------------------------------- +Thu May 28 13:30:07 UTC 2020 - Jan Engelhardt + +- Update to release 1.2.141 + * No changelog provided + +------------------------------------------------------------------- +Mon Apr 13 09:56:23 UTC 2020 - Jan Engelhardt + +- Update to release 1.2.137 + * No changelog provided + +------------------------------------------------------------------- +Wed Apr 1 13:51:39 UTC 2020 - Aaron Stern + +- Update to release 1.2.135 + * No changelog supplied + +------------------------------------------------------------------- +Tue Feb 18 16:01:02 UTC 2020 - Antonio Larrosa + +- Update to release 1.2.133 + * No changelog supplied + +------------------------------------------------------------------- +Mon Feb 3 12:40:13 UTC 2020 - Antonio Larrosa + +- Update to release 1.2.132 + * No changelog supplied + +------------------------------------------------------------------- +Sun Jan 19 12:02:42 UTC 2020 - Jan Engelhardt + +- Update to release 1.2.131 + * No changelog supplied + +------------------------------------------------------------------- +Thu Dec 12 19:21:11 UTC 2019 - Jan Engelhardt + +- Update to release 1.1.130 + * The new VK_EXT_tooling_info extension can be used to let the + Vulkan application/game/engine query what development tools + are running right now. + +------------------------------------------------------------------- +Thu Nov 7 07:16:48 UTC 2019 - Jan Engelhardt + +- Update to release 1.1.127 + * VK_KHR_separate_depth_stencil_layouts allows for image memory + barriers for depth/stencil images to have just one of the + depth or stencil bits set instead of both. + +------------------------------------------------------------------- +Sat Oct 26 11:38:11 UTC 2019 - Jan Engelhardt + +- Update to release 1.1.126 + * No changelog supplied + +------------------------------------------------------------------- +Wed Oct 16 20:44:21 UTC 2019 - Jan Engelhardt + +- Update to release 1.1.124 + * headers: add metal surface support to ICD header + +------------------------------------------------------------------- +Sun Sep 22 21:57:55 UTC 2019 - Aaron Stern + +- Update to new upstream release 1.1.123 + * Update headers in accordance with 1.1.123 specification. + +------------------------------------------------------------------- +Wed Aug 21 08:24:57 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 1.1.120 + * Update headers in accordance with 1.1.120 specification. + +------------------------------------------------------------------- +Sun Aug 18 15:41:21 UTC 2019 - Aaron Stern + +- Update to new upstream release 1.1.119 + * No changelog was provided + +------------------------------------------------------------------- +Fri Jun 28 07:30:29 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 1.1.112 + * No changelog was provided + +------------------------------------------------------------------- +Tue Jun 4 10:13:40 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 1.1.108 + * headers: device creation callbacks for layers + +------------------------------------------------------------------- +Sat Mar 16 18:33:27 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 1.1.102 + * No changelog was provided + +------------------------------------------------------------------- +Mon Feb 18 23:27:13 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 1.1.100 + * Add missing return statement to to_string functions + +------------------------------------------------------------------- +Thu Jan 24 10:21:45 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 1.1.98 + * Header file updated to the 1.1.98 specification + +------------------------------------------------------------------- +Tue Dec 18 13:08:45 UTC 2018 - Jan Engelhardt + +- Update to new upstream release 1.1.96 + * No changelog was provided + +------------------------------------------------------------------- +Mon Dec 3 17:15:39 UTC 2018 - Jan Engelhardt + +- Update to new upstream release 1.1.95 + * New extensions: VK_KHR_shader_float16_int8, + VK_KHR_shader_float_controls + +------------------------------------------------------------------- +Mon Nov 12 15:08:36 UTC 2018 - Jan Engelhardt + +- Split vulkan SRPM -> vulkan-headers SRPM, following an upstream + repository split. +- Update to new upstream release 1.1.91 + * Generally no summary changelog is given for the header files + by upstream diff --git a/vulkan-headers.spec b/vulkan-headers.spec new file mode 100644 index 0000000..00c16cb --- /dev/null +++ b/vulkan-headers.spec @@ -0,0 +1,75 @@ +# +# spec file for package vulkan-headers +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +# vkinfo reports vulkan-headers's version even if the loader/tools/etc. +# are at an older version, which in the past confused some users. +# Consider only updating the sources in lockstep. +# + +Name: vulkan-headers +Version: 1.3.290 +Release: 0 +Summary: Vulkan C and C++ API header files +License: Apache-2.0 +Group: Development/Libraries/C and C++ +URL: https://github.com/KhronosGroup/Vulkan-Headers +Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/vulkan-sdk-%version.0.tar.gz +Source9: %name-rpmlintrc +BuildRequires: cmake >= 2.8.11 +BuildRequires: c++_compiler +BuildArch: noarch +Requires: pkgconfig(wayland-client) +Requires: pkgconfig(x11) +Requires: pkgconfig(xcb) +Requires: pkgconfig(xrandr) +Conflicts: vulkan-devel < 1.1.91 + +%description +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. + +%prep +%autosetup -n Vulkan-Headers-vulkan-sdk-%version.0 -p1 + +%build +%cmake \ + -DCMAKE_INSTALL_SYSCONFDIR="%_sysconfdir" \ + -DBUILD_WSI_MIR_SUPPORT=OFF \ + -DBUILD_TESTS=OFF \ + -DVULKAN_HEADERS_ENABLE_MODULE=OFF +%cmake_build + +%install +%cmake_install +%if 0%{?suse_version} >= 1600 +%python3_fix_shebang_path %buildroot%_datadir/vulkan/registry/* +%python3_fix_shebang_path %buildroot%_datadir/vulkan/registry/spec_tools/* +%endif + +%files +%license LICENSE.md +%_includedir/vulkan/ +%_includedir/vk_video/ +%_datadir/cmake/ +%_datadir/vulkan/ + +%changelog diff --git a/vulkan-sdk-1.3.290.0.tar.gz b/vulkan-sdk-1.3.290.0.tar.gz new file mode 100644 index 0000000..5b82a2b --- /dev/null +++ b/vulkan-sdk-1.3.290.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b186e1492d97c44102fe858fb9f222b55524a8b6da940a8795c9e326ae6d722 +size 2284263