Skip to content
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
8 changes: 8 additions & 0 deletions xml/cl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4445,6 +4445,14 @@ server's OpenCL/api-docs repository.
<enum name="CL_SUBMITTED"/>
<enum name="CL_QUEUED"/>
</require>
<require comment="cl_khronos_vendor_id">
<!-- The cl_khronos_vendor_id type was added in OpenCL 3.0, but the
concept of assigned vendor IDs has existed since OpenCL 1.0.
These enums can be used in any OpenCL version because the type
used in the API is cl_uint. -->
<enum name="CL_KHRONOS_VENDOR_ID_CODEPLAY"/>
<enum name="CL_KHRONOS_VENDOR_ID_POCL"/>
</require>
<require comment="Platform APIs">
<command name="clGetPlatformIDs"/>
<command name="clGetPlatformInfo"/>
Expand Down