From 93f92abc66a5bccaf623c36181aa9388da009c03 Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Sat, 23 Mar 2024 09:33:32 +0100 Subject: [PATCH 1/2] fix --- xml/cl.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/cl.xml b/xml/cl.xml index fa6b2997..6c051987 100644 --- a/xml/cl.xml +++ b/xml/cl.xml @@ -6071,7 +6071,7 @@ server's OpenCL/api-docs repository. - + @@ -7278,7 +7278,7 @@ server's OpenCL/api-docs repository. - + @@ -7371,7 +7371,7 @@ server's OpenCL/api-docs repository. - + From 1529279bb9b9acfc608b1a6b0c304d3db80a6244 Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Sat, 23 Mar 2024 09:41:34 +0100 Subject: [PATCH 2/2] Disallow `condition` in extensions --- xml/registry.rnc | 2 -- 1 file changed, 2 deletions(-) diff --git a/xml/registry.rnc b/xml/registry.rnc index 210073c2..74abdd22 100644 --- a/xml/registry.rnc +++ b/xml/registry.rnc @@ -453,7 +453,6 @@ Extensions = element extensions { # author - name of the author (usually a company or project name) # contact - contact responsible for the tag (name and contact information) # type - 'device' or 'instance', if present -# condition - C preprocessor expression (**TBD**) # depends - boolean expression of API and/or extension names # upon which this extension depends. # supported - comma-separated list of API name(s) supporting this extension, @@ -487,7 +486,6 @@ Extension = element extension { attribute author { text } ? , attribute contact { text } ? , attribute type { text } ? , - attribute condition { text } ? , attribute depends { text } ?, attribute supported { StringGroup } ? , attribute ratified { text } ? ,