[Mesa-dev] [PATCH EGL/MESA] EGL/mesa: Initial write up for EGL_MESA_query_driver

Veluri Mithun velurimithun38 at gmail.com
Thu Nov 8 15:54:44 UTC 2018


Hi Rob,

FYI, we are implementing this extension for getScreenDriver and
getDrvierConfig functions.

This extension is different from queryRenderer.

Thanks,
Veluri.


On Mon, Nov 5, 2018 at 11:38 PM Veluri Mithun <velurimithun38 at gmail.com>
wrote:

> Signed-off-by: Veluri Mithun <velurimithun38 at 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20181108/8a9a77ae/attachment-0001.html>


More information about the mesa-dev mailing list