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:
>> >
>>
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
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
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
>
> 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
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
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