mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
docs/features.txt: Move optional features of OpenCL 1.0 and 1.1 into a new section
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Reviewed-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35599>
This commit is contained in:
parent
504e511c44
commit
2397bb4d56
1 changed files with 10 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue