You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial pass at generating refpage aliases in Antora site build.
Strategy is to add a page-aliases attribute for generated refpages with
aliases. This directs Antora to create HTML redirects from the aliases
to the actual refpage. It is better than a 500 entry .htaccess file and
integrated with the Antora build. It would be even better to use
symlinks as the regular refpage generate process does with the
makemanaliases.py script, but that would require Antora extension work.
Replaces use of the refpage 'alias' attributes with aliases defined in
the XML (for APIs - other uses of the 'alias' attribute still supported,
but there is only one of those at present).
Does not actually get rid of the redundant 'alias' attributes yet,
however.
Minor markup cleanup including one vendor API that did not have
refpage block markup around its definition.
Minor cleanup of refpage extraction scripts.
* Remove redundant 'alias' attributes from open refpage blocks (KhronosGroup#2611)
* Remove redundant 'alias' attributes from open refpage blocks
Follows on KhronosGroup#2610 by removing now redundant 'alias' attributes.
This information is instead extracted from the XML alias tags during
refpage generation.
No change in generated refpages, just a markup simplification. Editorial
but breaking out separately since it touches a lot of places in the spec
markup. However, this should not cause conflicts with (the great
majority of) other MRs.
* Update style guide for change in use of refpage alias attribute
[open,refpage='VkCopyBufferToImageInfo2',desc='Structure specifying parameters of a buffer to image copy command',type='structs',alias='VkCopyBufferToImageInfo2KHR']
63
+
[open,refpage='VkCopyBufferToImageInfo2',desc='Structure specifying parameters of a buffer to image copy command',type='structs']
[open,refpage='VkCopyMemoryToImageInfo',desc='Structure specifying parameters of host memory to image copy command',type='structs',alias='VkCopyMemoryToImageInfoEXT']
53
+
[open,refpage='VkCopyMemoryToImageInfo',desc='Structure specifying parameters of host memory to image copy command',type='structs']
[open,refpage='VkCopyImageToMemoryInfo',desc='Structure specifying parameters of an image to host memory copy command',type='structs',alias='VkCopyImageToMemoryInfoEXT']
210
+
[open,refpage='VkCopyImageToMemoryInfo',desc='Structure specifying parameters of an image to host memory copy command',type='structs']
[open,refpage='VkCopyImageToImageInfo',desc='Structure specifying parameters of an image to image host copy command',type='structs',alias='VkCopyImageToImageInfoEXT']
410
+
[open,refpage='VkCopyImageToImageInfo',desc='Structure specifying parameters of an image to image host copy command',type='structs']
Copy file name to clipboardExpand all lines: chapters/VK_EXT_pipeline_creation_feedback/pipelines.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
[[pipelines-creation-feedback]]
8
8
== Pipeline Creation Feedback
9
9
10
-
[open,refpage='VkPipelineCreationFeedbackCreateInfo',desc='Request for feedback about the creation of a pipeline',type='structs',xrefs='VkGraphicsPipelineCreateInfo VkComputePipelineCreateInfo VkRayTracingPipelineCreateInfoNV VkRayTracingPipelineCreateInfoKHR VkPipelineCreationFeedback',alias='VkPipelineCreationFeedbackCreateInfoEXT']
10
+
[open,refpage='VkPipelineCreationFeedbackCreateInfo',desc='Request for feedback about the creation of a pipeline',type='structs',xrefs='VkGraphicsPipelineCreateInfo VkComputePipelineCreateInfo VkRayTracingPipelineCreateInfoNV VkRayTracingPipelineCreateInfoKHR VkPipelineCreationFeedback']
11
11
--
12
12
Feedback about the creation of a particular pipeline object can: be obtained
13
13
by adding a sname:VkPipelineCreationFeedbackCreateInfo structure to the
[open,refpage='VkPipelineCreationFeedback',desc='Feedback about the creation of a pipeline or pipeline stage',type='structs',xrefs='VkPipelineCreationFeedbackCreateInfo VkPipelineCreationFeedbackFlagBits',alias='VkPipelineCreationFeedbackEXT']
71
+
[open,refpage='VkPipelineCreationFeedback',desc='Feedback about the creation of a pipeline or pipeline stage',type='structs',xrefs='VkPipelineCreationFeedbackCreateInfo VkPipelineCreationFeedbackFlagBits']
72
72
--
73
73
The sname:VkPipelineCreationFeedback structure is defined as:
[open,refpage='VkPipelineCreationFeedbackFlagBits',desc='Bitmask specifying pipeline or pipeline stage creation feedback',type='enums',xrefs='VkPipelineCreationFeedbackCreateInfo VkPipelineCreationFeedback',alias='VkPipelineCreationFeedbackFlagBitsEXT']
95
+
[open,refpage='VkPipelineCreationFeedbackFlagBits',desc='Bitmask specifying pipeline or pipeline stage creation feedback',type='enums',xrefs='VkPipelineCreationFeedbackCreateInfo VkPipelineCreationFeedback']
96
96
--
97
97
Possible values of the pname:flags member of
98
98
slink:VkPipelineCreationFeedback are:
@@ -152,7 +152,7 @@ while a 50% reduction would.
152
152
====
153
153
--
154
154
155
-
[open,refpage='VkPipelineCreationFeedbackFlags',desc='Bitmask of VkPipelineCreationFeedbackFlagBits',type='flags',xrefs='VkPipelineCreationFeedback VkPipelineCreationFeedbackFlagBits',alias='VkPipelineCreationFeedbackFlagsEXT']
155
+
[open,refpage='VkPipelineCreationFeedbackFlags',desc='Bitmask of VkPipelineCreationFeedbackFlagBits',type='flags',xrefs='VkPipelineCreationFeedback VkPipelineCreationFeedbackFlagBits']
[open,refpage='VkPrivateDataSlotCreateInfo',desc='Structure specifying the parameters of private data slot construction',type='structs',alias='VkPrivateDataSlotCreateInfoEXT']
73
+
[open,refpage='VkPrivateDataSlotCreateInfo',desc='Structure specifying the parameters of private data slot construction',type='structs']
74
74
--
75
75
The sname:VkPrivateDataSlotCreateInfo structure is defined as:
[open,refpage='VkQueryPoolPerformanceQueryCreateInfoINTEL',desc='Structure specifying parameters to create a pool of performance queries',type='structs',alias='VkQueryPoolCreateInfoINTEL']
139
+
[open,refpage='VkQueryPoolPerformanceQueryCreateInfoINTEL',desc='Structure specifying parameters to create a pool of performance queries',type='structs']
140
140
--
141
141
The sname:VkQueryPoolPerformanceQueryCreateInfoINTEL structure is defined
[open,refpage='VkSurfacePresentScalingCapabilitiesKHR',desc='Structure describing the presentation scaling capabilities of the surface',type='structs',alias='VkSurfacePresentScalingCapabilitiesEXT']
705
+
[open,refpage='VkSurfacePresentScalingCapabilitiesKHR',desc='Structure describing the presentation scaling capabilities of the surface',type='structs']
706
706
--
707
707
The sname:VkSurfacePresentScalingCapabilitiesKHR structure is defined as:
@@ -800,7 +800,7 @@ tname:VkPresentScalingFlagsKHR is a bitmask type for setting a mask of zero
800
800
or more elink:VkPresentScalingFlagBitsKHR.
801
801
--
802
802
803
-
[open,refpage='VkPresentGravityFlagBitsKHR',desc='Bitmask specifying presentation pixel gravity on either the x or y axis',type='enums',alias='VkPresentGravityFlagBitsEXT']
803
+
[open,refpage='VkPresentGravityFlagBitsKHR',desc='Bitmask specifying presentation pixel gravity on either the x or y axis',type='enums']
[open,refpage='VkSurfacePresentModeCompatibilityKHR',desc='Structure describing the subset of compatible presentation modes for the purposes of switching without swapchain recreation',type='structs',alias='VkSurfacePresentModeCompatibilityEXT']
904
+
[open,refpage='VkSurfacePresentModeCompatibilityKHR',desc='Structure describing the subset of compatible presentation modes for the purposes of switching without swapchain recreation',type='structs']
905
905
--
906
906
The sname:VkSurfacePresentModeCompatibilityKHR structure is defined as:
[open,refpage='VkReleaseSwapchainImagesInfoKHR',desc='Structure describing a list of swapchain image indices to be released',type='structs',alias='VkReleaseSwapchainImagesInfoEXT']
1783
+
[open,refpage='VkReleaseSwapchainImagesInfoKHR',desc='Structure describing a list of swapchain image indices to be released',type='structs']
1784
1784
--
1785
1785
The sname:VkReleaseSwapchainImagesInfoKHR structure is defined as:
Copy file name to clipboardExpand all lines: chapters/VK_KHR_swapchain_maintenance1/SwapchainPresentFenceInfo.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
//
3
3
// SPDX-License-Identifier: CC-BY-4.0
4
4
5
-
[open,refpage='VkSwapchainPresentFenceInfoKHR',desc='Fences associated with a vkQueuePresentKHR operation',type='structs',alias='VkSwapchainPresentFenceInfoEXT']
5
+
[open,refpage='VkSwapchainPresentFenceInfoKHR',desc='Fences associated with a vkQueuePresentKHR operation',type='structs']
6
6
--
7
7
The sname:VkSwapchainPresentFenceInfoKHR structure is defined as:
Copy file name to clipboardExpand all lines: chapters/VK_KHR_swapchain_maintenance1/SwapchainPresentModeInfo.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
//
3
3
// SPDX-License-Identifier: CC-BY-4.0
4
4
5
-
[open,refpage='VkSwapchainPresentModeInfoKHR',desc='Presentation modes for a vkQueuePresentKHR operation',type='structs',alias='VkSwapchainPresentModeInfoEXT']
5
+
[open,refpage='VkSwapchainPresentModeInfoKHR',desc='Presentation modes for a vkQueuePresentKHR operation',type='structs']
6
6
--
7
7
The sname:VkSwapchainPresentModeInfoKHR structure is defined as:
0 commit comments