Re: [Mesa-dev] [PATCH] amd/addrlib: Fix include path for c99_compat.h

2018-08-22 Thread Mariusz Ceier
Oh, ok, no problem ;) I just sent v2. On 22 August 2018 at 21:44, Dylan Baker wrote: > Quoting Kai Wasserbäch (2018-08-22 14:23:07) >> Hey Mariusz, >> Mariusz Ceier wrote on 8/22/18 10:16 PM: >> > Without this patch mesa doesn't compile: >> > >>

[Mesa-dev] [PATCH v2] amd/addrlib: Fix include path for c99_compat.h

2018-08-22 Thread Mariusz Ceier
ixes 15ca5ce99a (amd/addrlib: mark returnCode as MAYBE_UNUSED in ElemGetExportNorm) Signed-off-by: Mariusz Ceier Acked-by: Kai Wasserbäch --- src/amd/addrlib/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/addrlib/meson.build b/src/amd/addrlib/me

[Mesa-dev] [PATCH] amd/addrlib: Fix include path for c99_compat.h

2018-08-22 Thread Mariusz Ceier
Signed-off-by: Mariusz Ceier --- src/amd/addrlib/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/addrlib/meson.build b/src/amd/addrlib/meson.build index a7e9dc8c18..b9550afd2a 100644 --- a/src/amd/addrlib/meson.build +++ b/src/amd/addrlib/meson.build

Re: [Mesa-dev] [PATCH] xf86drm: Fix error path in drmGetDevice2

2018-07-30 Thread Mariusz Ceier
On 30 July 2018 at 11:31, Michel Dänzer wrote: > On 2018-07-29 10:20 AM, Mariusz Ceier wrote: >> In drmGetDevice2 when no local device is found or when >> drm_device_has_rdev filters out all devices, *device might be left >> uninitialized causing drmGetDevice2 to not return

Re: [Mesa-dev] [PATCH] xf86drm: Fix error path in drmGetDevice2

2018-07-29 Thread Mariusz Ceier
> > The patch in the comments initializing drmDevicePtr device to NULL makes > it work properly for me. > > I don't think the patch is on the mailing list yet. It's probably a good > idea to check if there are more places where this initialization needs > to be do

[Mesa-dev] [PATCH] xf86drm: Fix error path in drmGetDevice2

2018-07-29 Thread Mariusz Ceier
error: unable to load driver: amdgpu_dri.so libGL error: driver pointer missing libGL error: failed to load driver: amdgpu and doesn't crash. Signed-off-by: Mariusz Ceier --- xf86drm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xf86drm.c b/xf86drm.c index 1e621e99..336d64de 10

Re: [Mesa-dev] [RFC PATCH] Replace an flock with a random filename to evade some very ugly system dependent code

2018-05-20 Thread Mariusz Ceier
On 20 May 2018 at 14:16, Benedikt Schemmer wrote: > There is exactly one flock in mesa and it caused mesa not to build > on windows when shader cache was enabled. > > It should be possible to revert 9f8dc3bf03ec825bae7041858dda6ca2e9a34363 > "utils: build sha1/disk cache only with Android/Autoconf