diff mbox series

[02/17] ref-manual/features.rst: add new opencl feature

Message ID 20251016-release-note-5-3-second-hunk-v1-2-20f21db1f93c@bootlin.com
State New
Headers show
Series Updates for 5.3 | expand

Commit Message

Antonin Godard Oct. 16, 2025, 8:53 a.m. UTC
Added by commit 3061d6061e74 ("mesa: add opencl DISTRO_FEATURE") in
OE-Core.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/ref-manual/features.rst | 3 +++
 1 file changed, 3 insertions(+)

Comments

Paul Barker Oct. 16, 2025, 10:17 a.m. UTC | #1
On Thu, 2025-10-16 at 10:53 +0200, Antonin Godard wrote:
> Added by commit 3061d6061e74 ("mesa: add opencl DISTRO_FEATURE") in
> OE-Core.
> 
> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
> ---
>  documentation/ref-manual/features.rst | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
> index 2c074ab9c..0d2f2ab0d 100644
> --- a/documentation/ref-manual/features.rst
> +++ b/documentation/ref-manual/features.rst
> @@ -180,6 +180,9 @@ metadata, as extra layers can define their own:
>  
>  -  *nls:* Include National Language Support (NLS).
>  
> +-  *opencl:* Include support for the :wikipedia:`Open Machine Language (OpenCL)
> +   <OpenCL>` framework.
> +

I think "OpenCL (Open Computing Language)" would be better here.

Thanks,
diff mbox series

Patch

diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
index 2c074ab9c..0d2f2ab0d 100644
--- a/documentation/ref-manual/features.rst
+++ b/documentation/ref-manual/features.rst
@@ -180,6 +180,9 @@  metadata, as extra layers can define their own:
 
 -  *nls:* Include National Language Support (NLS).
 
+-  *opencl:* Include support for the :wikipedia:`Open Machine Language (OpenCL)
+   <OpenCL>` framework.
+
 -  *opengl:* Include the Open Graphics Library, which is a
    cross-language, multi-platform application programming interface used
    for rendering two and three-dimensional graphics.