docs/cl: fix whitespace issues and add missing entries

Signed-off-by: Karol Herbst <git@karolherbst.de>
Reviewed-by: Nora Allen <blackcatgames@protonmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23708>
This commit is contained in:
Karol Herbst
2023-06-17 23:13:52 +02:00
parent a9ddee677b
commit 9985247e71

View File

@@ -740,6 +740,7 @@ Clover OpenCL 3.0 -- all DONE:
Query properties arrays in progress
Supported OpenCL C versions and features queries DONE
CL_COMMAND_SVM_MIGRATE_MEM for clGetEventInfo not started
OpenCL C 3.0 DONE
Latest conformance version passed for devices not started
@@ -766,6 +767,9 @@ Clover extensions that are not part of any OpenCL version:
cl_khr_mipmap_image not started
cl_khr_pci_bus_info not started
cl_khr_priority_hints not started
cl_khr_spirv_extended_debug_info not started
cl_khr_spirv_linkonce_odr not started
cl_khr_spirv_no_integer_wrap_decoration not started
cl_khr_srgb_image_writes not started
cl_khr_subgroup_ballot not started
cl_khr_subgroup_clustered_reduce not started
@@ -832,6 +836,7 @@ Rusticl OpenCL 1.2 -- all DONE:
clEnqueueBarrierWithWaitList DONE
clUnloadPlatformCompiler DONE
cl_khr_fp64 in progress (iris, llvmpipe, nvc0, radeonsi, Available with environment variable RUSTICL_FEATURES=fp64, device dependent.)
printf DONE
CL_KERNEL_ATTRIBUTES for clGetKernelInfo DONE
OpenCL C 1.2 DONE
@@ -912,6 +917,9 @@ Rusticl extensions that are not part of any OpenCL version:
cl_khr_mipmap_image not started
cl_khr_pci_bus_info DONE (iris, nvc0, radeonsi)
cl_khr_priority_hints not started
cl_khr_spirv_extended_debug_info not started
cl_khr_spirv_linkonce_odr not started
cl_khr_spirv_no_integer_wrap_decoration not started
cl_khr_srgb_image_writes not started
cl_khr_subgroup_ballot not started
cl_khr_subgroup_clustered_reduce not started