Re: [Mesa-dev] [PATCH] st/mesa: create framebuffer iface hash table per st manager

2017-07-25 Thread Charmaine Lee
>From: James Legg >Sent: Tuesday, July 25, 2017 6:24 AM >To: mesa-dev@lists.freedesktop.org; Charmaine Lee >Subject: Re: [Mesa-dev] [PATCH] st/mesa: create framebuffer iface hash table >per st manager >On Sun, 2017-07-23 at 16:37 -0700, Charmaine Lee wrote: >> With

Re: [Mesa-dev] [PATCH] st/mesa: create framebuffer iface hash table per st manager

2017-07-25 Thread James Legg
On Sun, 2017-07-23 at 16:37 -0700, Charmaine Lee wrote: > With this patch, framebuffer interface hash table is created > per state tracker manager. > > Fixes crash with steam. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101876 > Fixes: 5124bf98239 ("st/mesa: add destroy_drawable in

Re: [Mesa-dev] [PATCH] st/mesa: create framebuffer iface hash table per st manager

2017-07-23 Thread Brian Paul
Can you explain in the comment how/why this fixes the crash? It's not obvious to me. Patch looks OK, AFAICT. Reviewed-by: Brian Paul On 07/23/2017 05:37 PM, Charmaine Lee wrote: With this patch, framebuffer interface hash table is created per state tracker manager. Fixes crash with steam

[Mesa-dev] [PATCH] st/mesa: create framebuffer iface hash table per st manager

2017-07-23 Thread Charmaine Lee
With this patch, framebuffer interface hash table is created per state tracker manager. Fixes crash with steam. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101876 Fixes: 5124bf98239 ("st/mesa: add destroy_drawable interface") Tested-by: Christoph Haag --- src/gallium/include/state_tr