Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reserve enums for cl_ext_image_drm_format_modifier #1020

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion xml/cl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2236,7 +2236,8 @@ server's OpenCL/api-docs repository.
<enum value="0x4232" name="CL_DEVICE_DOUBLE_FP_ATOMIC_CAPABILITIES_EXT"/>
<enum value="0x4233" name="CL_DEVICE_HALF_FP_ATOMIC_CAPABILITIES_EXT"/>
<unused start="0x4234" end="0x4236" comment="Reserved for cl_ext_image_tiling_control"/>
<unused start="0x4237" end="0x423F"/>
<unused start="0x4237" end="0x423A" comment="Reserved for cl_ext_image_drm_modifier"/>
<unused start="0x423B" end="0x423F"/>
</enums>

<enums start="0x4240" end="0x424F" name="enums.4240" comment="Reserved for ICD Loader Layers">
Expand Down