[Mesa-dev] [PATCH] EGL/mesa: Initial writeup for MESA_query_renderer
Veluri Mithun
velurimithun38 at gmail.com
Tue Aug 28 05:35:35 UTC 2018
---
docs/specs/EGL_MESA_query_renderer.txt | 58 ++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
create mode 100644 docs/specs/EGL_MESA_query_renderer.txt
diff --git a/docs/specs/EGL_MESA_query_renderer.txt b/docs/specs/EGL_MESA_query_renderer.txt
new file mode 100644
index 0000000000..0fa9b33d00
--- /dev/null
+++ b/docs/specs/EGL_MESA_query_renderer.txt
@@ -0,0 +1,58 @@
+Name
+
+ MESA_query_renderer
+
+Name Strings
+
+ EGL_MESA_query_renderer
+
+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-08-24
+
+Number
+
+ EGL Extension ###
+
+Dependencies
+
+
+
+New Procedures and Functions
+
+ Bool EGLQueryRendererIntegerMESA(EGLDisplay *dpy, int screen,
+ int renderer, int attribute,
+ unsigned int *value);
+
+Overview
+
+ This extension provides the applications to qurey the details
+ of the all renderers available for a particular display and
+ screen.
+
+IP Status
+
+
+
+New Tokens
+
+
+
+Revision History
+
+
+
+
--
2.17.1
More information about the mesa-dev
mailing list