Re: [Mesa-dev] [PATCH] wayland/egl: initialize window surface size to window size

2018-06-01 Thread Brendan King
On 01/06/18 12:09, Juan A. Suarez Romero wrote: On Fri, 2018-06-01 at 11:23 +0100, Daniel Stone wrote: Hi, On 1 June 2018 at 09:47, Juan A. Suarez Romero wrote: My question then: is mandatory to call eglSwapBuffers() to ensure wl_egl_window_get_attached_size() returns the right window size?

Re: [Mesa-dev] [PATCH] wayland/egl: initialize window surface size to window size

2018-06-01 Thread Brendan King
On 01/06/18 12:09, Juan A. Suarez Romero wrote: On Fri, 2018-06-01 at 11:23 +0100, Daniel Stone wrote: Hi, On 1 June 2018 at 09:47, Juan A. Suarez Romero wrote: My question then: is mandatory to call eglSwapBuffers() to ensure wl_egl_window_get_attached_size() returns the right window size?

Re: [Mesa-dev] [PATCH] wayland/egl: initialize window surface size to window size

2018-06-01 Thread Brendan King
with that initialisation removed, this is (assuming dEQP still passes): Reviewed-by: Daniel Stone Cheers, Daniel ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev >From 0e82ac55c7bba15b2f17eda74e492c0d6040e7e0

Re: [Mesa-dev] [PATCH] wayland/egl: initialize window surface size to window size

2018-06-01 Thread Brendan King
ev >From 0e82ac55c7bba15b2f17eda74e492c0d6040e7e0 Mon Sep 17 00:00:00 2001 From: Brendan King Date: Tue, 25 Jul 2017 16:01:22 +0100 Subject: [PATCH] Fix the deqp-egl *resize.surface_size* for Wayland The Wayland version of deqp-egl calls wl_egl_window_get_attached_size to get window dimensions. On Mesa at least, this initially re

Re: [Mesa-dev] [PATCH] egl: link libEGL against the dynamic version of libglapi

2017-12-19 Thread Brendan King
On 18/12/17 19:14, Dylan Baker wrote: Quoting Eric Engestrom (2017-12-18 08:33:18) From: Brendan King <brendan.k...@imgtec.com> DRI modules store the address of the dispatch table in a TLS variable, _glapi_tls_Dispatch. Changes to the way libEGL is built in d884d8d0077c16d459b1 re

Re: [Mesa-dev] [PATCH] egl: link libEGL against the dynamic version of libglapi

2017-12-19 Thread Brendan King
On 18/12/17 16:42, Emil Velikov wrote: On 18 December 2017 at 16:33, Eric Engestrom <eric.engest...@imgtec.com> wrote: From: Brendan King <brendan.k...@imgtec.com> DRI modules store the address of the dispatch table in a TLS variable, _glapi_tls_Dispatch. Changes to the way lib

Re: [Mesa-dev] [PATCH mesa] egl/dri3: implement query surface hook

2017-02-24 Thread Brendan King
Hi, On 20/02/17 07:57, Tapani Pälli wrote: Hi; On 02/17/2017 05:12 PM, Eric Engestrom wrote: From: Brendan King <brendan.k...@imgtec.com> This is a DRI3 version of a change made for DRI2 (4d6d4f939e0af4252e0b, "egl/dri2: implement query surface hook"), that fixed