On Mon, May 11, 2015 at 10:38 AM, Axel Davy wrote:
> Le 11/05/2015 17:42, Matt Turner a écrit :
>>
>> On Sat, May 9, 2015 at 4:20 AM, Axel Davy wrote:
>>>
>>> for drmGetNodeTypeFromFd, it looks like a very recent libdrm function,
>>> and
>>> we would require libdrm 2.4.60, which is quite recent.
Le 11/05/2015 17:42, Matt Turner a écrit :
On Sat, May 9, 2015 at 4:20 AM, Axel Davy wrote:
for drmGetNodeTypeFromFd, it looks like a very recent libdrm function, and
we would require libdrm 2.4.60, which is quite recent. Currently mesa
requires 2.4.38, when libdrm is needed. I guess we cannot
On Sat, May 9, 2015 at 4:20 AM, Axel Davy wrote:
> for drmGetNodeTypeFromFd, it looks like a very recent libdrm function, and
> we would require libdrm 2.4.60, which is quite recent. Currently mesa
> requires 2.4.38, when libdrm is needed. I guess we cannot require 2.4.60 for
> now.
Sure you can.
On 08/05/2015 18:07, Emil Velikov a wrote :
Let's use drmGetNodeTypeFromFd(), rather than hard-coding this ?
+
+ for (i = 0; extensions[i]; i++) {
+ if (strcmp(extensions[i]->name, __DRI_IMAGE_DRIVER) == 0)
+ return EGL_TRUE;
If memory serves me right__DRI_IMAGE_DRIVER is a cl
On 2 May 2015 at 11:15, Axel Davy wrote:
> It is possible the server advertises a render-node.
> In that case no authentication is needed,
> and Gem names are forbidden.
>
> Signed-off-by: Axel Davy
> ---
> diff --git a/src/egl/drivers/dri2/platform_wayland.c
> b/src/egl/drivers/dri2/platform_w
On 2 May 2015 at 20:15, Axel Davy wrote:
> It is possible the server advertises a render-node.
> In that case no authentication is needed,
> and Gem names are forbidden.
>
> Signed-off-by: Axel Davy
Reviewed-by: Dave Airlie
___
mesa-dev mailing list
m
It is possible the server advertises a render-node.
In that case no authentication is needed,
and Gem names are forbidden.
Signed-off-by: Axel Davy
---
src/egl/drivers/dri2/egl_dri2.h | 1 +
src/egl/drivers/dri2/platform_wayland.c | 58 +++--
2 files changed,