File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - 2.3.3
1010
1111before_install :
12- - sudo apt-get install -y libpango1.0-dev ghostscript fonts-lyx
12+ - sudo apt-get install -y libpango1.0-dev ghostscript fonts-lyx jing
1313 - gem install asciidoctor -v 2.0.16
1414 - gem install coderay -v 1.1.1
1515 - gem install rouge -v 3.19.0
@@ -20,6 +20,7 @@ before_install:
2020script :
2121 - git describe --tags --dirty
2222 - make -O -j 5 api c env ext cxx4opencl manhtmlpages
23+ - make -C xml validate
2324
2425deploy :
2526 provider : releases
Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ server's OpenCL/api-docs repository.
494494 <enum value =" SIZE_MAX" name =" CL_IMPORT_MEMORY_WHOLE_ALLOCATION_ARM" />
495495 </enums >
496496
497- <enums name =" Constants.cl_intel_command_queue_families" vendor =" Intel" commant =" cl_intel_command_queue_families constants, in cl_ext.h" >
497+ <enums name =" Constants.cl_intel_command_queue_families" vendor =" Intel" comment =" cl_intel_command_queue_families constants, in cl_ext.h" >
498498 <enum value =" 64" name =" CL_QUEUE_FAMILY_MAX_NAME_SIZE_INTEL" />
499499 <enum value =" 0" name =" CL_QUEUE_DEFAULT_CAPABILITIES_INTEL" />
500500 </enums >
@@ -7144,13 +7144,10 @@ server's OpenCL/api-docs repository.
71447144 <enum name =" CL_QUEUE_JOB_SLOT_ARM" />
71457145 </require >
71467146 </extension >
7147- <extension name =" cl_khr_command_buffer_mutable_dispatch" comment =" version 0.9.0" supported =" opencl" >
7147+ <extension name =" cl_khr_command_buffer_mutable_dispatch" requires = " cl_khr_command_buffer " comment =" version 0.9.0" supported =" opencl" >
71487148 <require >
71497149 <type name =" CL/cl.h" />
71507150 </require >
7151- <require >
7152- <extension name =" cl_khr_command_buffer" />
7153- </require >
71547151 <require >
71557152 <type name =" cl_command_buffer_structure_type_khr" />
71567153 <type name =" cl_mutable_dispatch_fields_khr" />
Original file line number Diff line number Diff line change @@ -436,6 +436,7 @@ Extension = element extension {
436436 attribute type { text } ? ,
437437 attribute requires { text } ? ,
438438 attribute requiresCore { text } ? ,
439+ attribute condition { text } ? ,
439440 attribute supported { StringGroup } ? ,
440441 attribute promotedto { text } ? ,
441442 attribute deprecatedby { text } ? ,
@@ -445,6 +446,7 @@ Extension = element extension {
445446 (
446447 element require {
447448 attribute api { text } ? ,
449+ attribute condition { text } ? ,
448450 ProfileName ? ,
449451 ExtensionName ? ,
450452 FeatureName ? ,
@@ -478,6 +480,7 @@ InterfaceElement =
478480 Enum |
479481 element command {
480482 Name ,
483+ attribute requires { text } ? ,
481484 Comment ?
482485 }
483486
You can’t perform that action at this time.
0 commit comments