Re: [Mesa-dev] [PATCH] gallium: ddebug: Add missing fence related wrappers

2019-04-03 Thread Guido Günther
Hi, On Wed, Apr 03, 2019 at 12:43:05PM +0200, Lucas Stach wrote: > Hi Guido, > > Am Montag, den 01.04.2019, 14:19 +0200 schrieb Guido Günther: > > Without that `GALLIUM_DDEBUG=always kmscube -A` would segfault like > > > >   #0  0x in  () > >   #1  0xa72a3c54 in dri2_get_f

Re: [Mesa-dev] [PATCH] gallium: ddebug: Add missing fence related wrappers

2019-04-03 Thread Lucas Stach
Hi Guido, Am Montag, den 01.04.2019, 14:19 +0200 schrieb Guido Günther: > Without that `GALLIUM_DDEBUG=always kmscube -A` would segfault like > >   #0  0x in  () >   #1  0xa72a3c54 in dri2_get_fence_fd (_screen=0xed4f2090, > _fence=0xed9ef880) at ../src/gallium/st

[Mesa-dev] [PATCH] gallium: ddebug: Add missing fence related wrappers

2019-04-01 Thread Guido Günther
Without that `GALLIUM_DDEBUG=always kmscube -A` would segfault like #0 0x in () #1 0xa72a3c54 in dri2_get_fence_fd (_screen=0xed4f2090, _fence=0xed9ef880) at ../src/gallium/state_trackers/dri/dri_helpers.c:140 #2 0xa8744824 in dri2_dup_native_fenc