diff options
author | Eric Engestrom <[email protected]> | 2019-01-24 10:06:27 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-01-24 14:37:36 +0000 |
commit | 381d0e753ad4c32306ad0cdc75ce2d30875b8803 (patch) | |
tree | 39799fd53461b2f2060ad879ce7a31221f286f93 /docs/specs | |
parent | e166003cb7a480fb2672b06201688d4717cbc316 (diff) |
egl: finalize EGL_MESA_query_driver
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs/specs')
-rw-r--r-- | docs/specs/EGL_MESA_query_driver.txt | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/specs/EGL_MESA_query_driver.txt b/docs/specs/EGL_MESA_query_driver.txt index 66f3a8a963b..bf260bd13db 100644 --- a/docs/specs/EGL_MESA_query_driver.txt +++ b/docs/specs/EGL_MESA_query_driver.txt @@ -17,15 +17,15 @@ Contibutors Status - Draft + Complete Version - Version 1, 2018-11-05 + Version 3, 2019-01-24 Number - EGL Extension #TBD + EGL Extension 131 Dependencies @@ -58,8 +58,8 @@ Overview New Procedures and Functions - char* eglGetDisplayDriverConfig(EGLDisplay disp); - const char* eglGetDisplayDriverName(EGLDisplay disp); + char* eglGetDisplayDriverConfig(EGLDisplay dpy); + const char* eglGetDisplayDriverName(EGLDisplay dpy); Description @@ -83,8 +83,13 @@ New Tokens Issues + None Revision History - Version 1, 2018-11-05 + Version 1, 2018-11-05 - First draft (Veluri Mithun) + Version 2, 2019-01-23 - Final version (Veluri Mithun) + Version 3, 2019-01-24 - Mark as complete, add Khronos extension + number, fix parameter name in prototypes, + write revision history (Eric Engestrom) |