Re: [Mesa-dev] gitlab.fd.o financial situation and impact on services

2020-02-29 Thread Jan Engelhardt
On Friday 2020-02-28 08:59, Daniel Stone wrote: > >I believe that in January, we had $2082 of network cost (almost >entirely egress; ingress is basically free) and $1750 of >cloud-storage cost (almost all of which was download). That's based >on 16TB of cloud-storage (CI artifacts, container image

[Mesa-dev] [PATCH] build: resolve EGL link failure

2012-10-24 Thread Jan Engelhardt
Without this, linking weston fails with: libEGL.so: undefined reference to "wl_display_sync" [and other wl_ functions] --- src/egl/drivers/dri2/Makefile.am |1 + 1 file changed, 1 insertion(+) diff --git a/src/egl/drivers/dri2/Makefile.am b/src/egl/drivers/dri2/Makefile.am index 45f7dfa..53c

Re: [Mesa-dev] [PATCH 3/9] Rename sparc/clip.S -> sparc/sparc_clip.S

2012-07-09 Thread Jan Engelhardt
On Monday 2012-07-09 13:41, Jon TURNEY wrote: >Automake can't handle having both clip.S and clip.c, even though they >have different paths >"src/mesa/Makefile.am: object `clip.lo' created by `$(SRCDIR)/sparc/clip.S' >and `$(SRCDIR)/main/clip.c'" It should - have you tried AM_INIT_AUTOMAKE([subd

Re: [Mesa-dev] [PATCH 2/2] libdrm: more compile warning fixes

2012-07-08 Thread Jan Engelhardt
On Monday 2012-07-09 03:46, Jan Engelhardt wrote: >rpmlint says: >I: Program returns random data in a function >E: libdrm no-return-in-nonvoid-function modetest.c:162, 143 >--- > 0001.diff | 30 ++ Sigh. I removed this n

[Mesa-dev] [PATCH 2/2] libdrm: more compile warning fixes

2012-07-08 Thread Jan Engelhardt
0001.diff diff --git a/0001.diff b/0001.diff new file mode 100644 index 000..697d30c --- /dev/null +++ b/0001.diff @@ -0,0 +1,30 @@ +parent 881e69f185d2450ca35964caf254b04e7e8838c1 (libdrm-2.4.37-2-g881e69f) +commit 8726f476118b0c97fdcee6866df1f6575b879cb3 +Author: Jan Engelhardt +Date: Mon

[Mesa-dev] [PATCH 1/2] libdrm: fix compile warning

2012-07-08 Thread Jan Engelhardt
xf86drmSL.c:273:8: warning: 'update[0]' is used uninitialized in this function [-Wuninitialized] I have no idea what to really do here. The code is essentially unused because update[0] is always NULL. --- xf86drmSL.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xf86d

[Mesa-dev] libdrm: fix rpmlint warnings

2012-07-08 Thread Jan Engelhardt
:31 +0200) are available in the git repository at: git://git.inai.de/libdrm master Jan Engelhardt (2): libdrm: fix compile warning libdrm: more compile warning fixes 0001.diff | 30 ++ tests/modetest/modetest.c |2 +- xf86drmSL.c