Signed-off-by: Veluri Mithun <velurimithu...@gmail.com> --- docs/specs/EGL_MESA_query_driver.txt | 53 ++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/specs/EGL_MESA_query_driver.txt
diff --git a/docs/specs/EGL_MESA_query_driver.txt b/docs/specs/EGL_MESA_query_driver.txt new file mode 100644 index 0000000000..6c87e9fa1a --- /dev/null +++ b/docs/specs/EGL_MESA_query_driver.txt @@ -0,0 +1,53 @@ +Name + + MESA_query_driver + +Name Strings + + EGL_MESA_query_driver + +Contact + + Rob Clark <robdclark 'at' gmail.com> + Nicolai H??hnle <Nicolai.Haehnle 'at' amd.com> + +Contibutors + + Veluri Mithun <velurimithun38 'at' gmail.com> + +Status + + XXX - Not complete yet!!! (draft) + +Version + + Version 1, 2018-11-05 + +Number + + EGL Extension ### + +Dependencies + + EGL 1.4 is required. + +Overview + + When an application had to query name the of a DRI driver with the given + screen and also for obtaining a driver's option list (UTF-8 encoded XML) + of a DRI driver the below functions and useful. + +New Procedures and Functions + + const char* EGLGetDriverConfig(const char *driverName); + const char* EGLGetScreenDriver(EGLDisplay * dpy, int scrNum) + +New Tokens + + + +Issues + + + +Revision History -- 2.17.1
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev