From 2397bb4d568ad71c38b5df934b6146555b47ccab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20B=C3=B6sz=C3=B6rm=C3=A9nyi?= Date: Wed, 18 Jun 2025 10:55:37 +0200 Subject: [PATCH] docs/features.txt: Move optional features of OpenCL 1.0 and 1.1 into a new section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zoltán Böszörményi Reviewed-by: Karol Herbst Part-of: --- docs/features.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index 1927700d6d9..8d6deb9e312 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -708,17 +708,12 @@ Khronos extensions that are not part of any Vulkan version: Rusticl OpenCL 1.0 -- all DONE: Image support DONE - - Optional image formats in progress Rusticl OpenCL 1.1 -- all DONE: Additional queries for clGetDeviceInfo DONE CL_CONTEXT_NUM_DEVICES for clGetContextInfo DONE - New optional image formats not started - - CL_Rx not started - - CL_RGx not started - - CL_RGBx not started clCreateSubBuffer DONE Read from, write to, copy rectangular regions DONE clSetMemObjectDestructorCallback DONE @@ -815,6 +810,16 @@ Rusticl OpenCL 3.0 -- all DONE: asahi, iris/gen12, zink Latest conformance version passed for devices DONE () +Rusticl Optional Core Features: + Optional features for OpenCL 1.0 in progress + - Optional image formats in progress + Optional features for OpenCL 1.1 not started + - New optional image formats not started + - CL_Rx not started + - CL_RGx not started + - CL_RGBx not started + + Rusticl extensions that are not part of any OpenCL version: cl_khr_async_copy_fence not started cl_khr_async_work_group_copy_fence not started