| OLD | NEW |
| 1 Name | 1 Name |
| 2 | 2 |
| 3 CHROMIUM_get_sync_values | 3 CHROMIUM_sync_control |
| 4 | 4 |
| 5 Name Strings | 5 Name Strings |
| 6 | 6 |
| 7 EGL_CHROMIUM_get_sync_values | 7 EGL_CHROMIUM_sync_control |
| 8 | 8 |
| 9 Contact | 9 Contact |
| 10 | 10 |
| 11 Stéphane Marchesin, Google (marcheu 'at' google.com) | 11 Stéphane Marchesin, Google (marcheu 'at' google.com) |
| 12 | 12 |
| 13 Status | 13 Status |
| 14 | 14 |
| 15 Draft. | 15 Draft. |
| 16 | 16 |
| 17 Version | 17 Version |
| 18 | 18 |
| 19 Last Modified Date: N/A Revision: 1.0 | 19 Version 2, 2017-05-05 |
| 20 | 20 |
| 21 Based on GLX_OML_sync_control Revision 6.0 | 21 Based on GLX_OML_sync_control Revision 6.0 |
| 22 | 22 |
| 23 Number | 23 Number |
| 24 | 24 |
| 25 ??? | 25 ??? |
| 26 | 26 |
| 27 Dependencies | 27 Dependencies |
| 28 | 28 |
| 29 The extension is written against the EGL 1.2 Specification, although it | 29 The extension is written against the EGL 1.2 Specification, although it |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 | 122 |
| 123 Get Value Get Command Type Initial Value | 123 Get Value Get Command Type Initial Value |
| 124 --------- ----------- ---- ------------- | 124 --------- ----------- ---- ------------- |
| 125 [UST] eglGetSyncValuesCHROMIUM Z unspecified | 125 [UST] eglGetSyncValuesCHROMIUM Z unspecified |
| 126 [MSC] eglGetSyncValuesCHROMIUM Z 0 | 126 [MSC] eglGetSyncValuesCHROMIUM Z 0 |
| 127 [SBC] eglGetSyncValuesCHROMIUM Z 0 | 127 [SBC] eglGetSyncValuesCHROMIUM Z 0 |
| 128 | 128 |
| 129 New Implementation Dependent State | 129 New Implementation Dependent State |
| 130 | 130 |
| 131 None | 131 None |
| 132 |
| 133 Revision History |
| 134 |
| 135 Version 2, 2015-05-05 (Chad Versace) |
| 136 - Rename to EGL_CHROMIUM_sync_control from EGL_CHROMIUM_get_sync_values. |
| 137 EGL_CHROMIUM_sync_control is the de facto extension name because all |
| 138 users query that extension string. |
| 139 |
| 140 Version 1, 2014-08-15 (Stéphane Marchesin) |
| 141 - Initial draft, based on GLX_OML_sync_control revision 6.0. |
| OLD | NEW |