[Mesa-dev] [PATCH] EGL/mesa: Initial write up fot MESA_query_driver

Veluri Mithun velurimithun38 at gmail.com
Sat Dec 15 16:54:35 UTC 2018


Signed-off-by: Veluri Mithun <velurimithun38 at gmail.com>
---
 docs/specs/EGL_MESA_query_driver.txt | 54 ++++++++++++++++++++++++++++
 1 file changed, 54 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..315f02920f
--- /dev/null
+++ b/docs/specs/EGL_MESA_query_driver.txt
@@ -0,0 +1,54 @@
+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 the name of a DRI driver and for
+    obtaining driver's option list (UTF-8 encoded XML) of a DRI
+    driver the below functions are useful.
+
+New Procedures and Functions
+
+    const char* eglGetDriverConfig(EGLDisplay *dpy, EGLDeviceEXT device,
+                                   const char *driverName);
+    const char* eglGetDisplayDriverName(EGLDisplay *dpy, EGLDeviceEXT device);
+
+New Tokens
+
+
+
+Issues
+
+
+
+Revision History
-- 
2.17.1



More information about the mesa-dev mailing list