-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
97 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
Name | ||
|
||
EXT_device_query_pci_id | ||
|
||
Name Strings | ||
|
||
EGL_EXT_device_query_pci_id | ||
|
||
Contributors | ||
|
||
Eric Engestrom (eric 'at' engestrom.ch) | ||
|
||
Contact | ||
|
||
Eric Engestrom (eric 'at' engestrom.ch) | ||
|
||
Status | ||
|
||
Draft | ||
|
||
Version | ||
|
||
Version 1, Jun 06, 2020 | ||
|
||
Number | ||
|
||
EGL Extension #140 | ||
|
||
Extension Type | ||
|
||
EGL device extension | ||
|
||
Dependencies | ||
|
||
This extension is written against the language of EGL 1.5 as | ||
modified by EGL_EXT_device_query. | ||
|
||
EGL_EXT_device_query is required. | ||
|
||
Overview | ||
|
||
This extension adds a simple way to query the PCI vendor ID and device ID. | ||
|
||
IP Status | ||
|
||
No known claims. | ||
|
||
New Types | ||
|
||
None. | ||
|
||
New Procedures and Functions | ||
|
||
None. | ||
|
||
New Tokens | ||
|
||
None. | ||
|
||
Changes to section 3.2 (Devices) | ||
|
||
Replace the paragraph immediately following the prototype for | ||
eglQueryDeviceAttribEXT: | ||
|
||
<attribute> may be either EGL_VENDOR or EGL_DEVICE_EXT. On success, | ||
EGL_TRUE is returned, and the EGL device's PCI vendor ID or device ID | ||
is returned in <value>. If the EGL device is not on a PCI bus, or is not | ||
a hardware device at all, EGL_FALSE is returned and <value> is unchanged. | ||
|
||
Issues | ||
|
||
None | ||
|
||
Revision History | ||
|
||
Version 1, Jun 06, 2020 (Eric Engestrom) | ||
- Initial Draft |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters