[Mesa-dev] [PATCH] opencl: improved auto-gen .icd

2014-01-11 Thread Igor Gnatenko
From 5b2bf87f1238e44150492a39f5db0ae90d59459b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko i.gnatenko.br...@gmail.com Date: Sun, 12 Jan 2014 02:09:16 +0400 Subject: [PATCH] opencl: improved auto-gen .icd v2: Use @OPENCL_VERSION@:0 for library replace /etc with @sysconfdir@ macros Reported

[Mesa-dev] [PATCH v3] opencl: improved auto-gen .icd

2014-01-13 Thread Igor Gnatenko
From 91796da9c00c0756b90b9e09d404a5357ff32ec6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko i.gnatenko.br...@gmail.com Date: Sun, 12 Jan 2014 02:09:16 +0400 Subject: [PATCH] opencl: improved auto-gen .icd v2: Use @OPENCL_VERSION@:0 for library replace /etc with @sysconfdir@ macros v3: Drop

Re: [Mesa-dev] [PATCH] opencl: improved auto-gen .icd

2014-01-13 Thread Igor Gnatenko
On Mon, 2014-01-13 at 15:17 -0800, Matt Turner wrote: On Mon, Jan 13, 2014 at 11:12 AM, Tom Stellard t...@stellard.net wrote: On Sun, Jan 12, 2014 at 03:08:56AM +0400, Igor Gnatenko wrote: From 5b2bf87f1238e44150492a39f5db0ae90d59459b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko

[Mesa-dev] [PATCH v4] opencl: improved auto-gen .icd

2014-01-13 Thread Igor Gnatenko
From 8c47b170c1f6152e337bf333662a3e561853a171 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko i.gnatenko.br...@gmail.com Date: Sun, 12 Jan 2014 02:09:16 +0400 Subject: [PATCH] opencl: improved auto-gen .icd v2: Use @OPENCL_VERSION@:0 for library replace /etc with @sysconfdir@ macros v3: Drop

[Mesa-dev] [PATCH] xwayland: device isn't even open that explains why drmGetCap fails and it advertises no Prime capabilities

2014-01-15 Thread Igor Gnatenko
() Value in failed request: 0x7b Serial number of failed request: 16 Current serial number in output stream: 17 Reported-and-tested-by: Kirill Rusinov carasin.berlo...@mail.ru Signed-off-by: Igor Gnatenko i.gnatenko.br...@gmail.com Signed-off-by: Axel Davy davya...@free.fr

[Mesa-dev] [PATCH] opencl: use versioned .so in mesa.icd

2014-01-15 Thread Igor Gnatenko
We must have versioned library in mesa.icd, because ICD loader would fail if the mesa-devel package wasn't installed. Reported-by: Fabian Deutsch fabian.deut...@gmx.de Reference: https://bugs.freedesktop.org/show_bug.cgi?id=73512 Signed-off-by: Igor Gnatenko i.gnatenko.br...@gmail.com

[Mesa-dev] [PATCH rebased] opencl: use versioned .so in mesa.icd

2014-05-25 Thread Igor Gnatenko
We must have versioned library in mesa.icd, because ICD loader would fail if the mesa-devel package wasn't installed. Reported-by: Fabian Deutsch fabian.deut...@gmx.de Reference: https://bugs.freedesktop.org/show_bug.cgi?id=73512 Signed-off-by: Igor Gnatenko i.gnatenko.br...@gmail.com

[Mesa-dev] [PATCH] opencl: use versioned .so in mesa.icd

2015-07-07 Thread Igor Gnatenko
We must have versioned library in mesa.icd, because ICD loader would fail if the mesa-devel package wasn't installed. Reported-by: Fabian Deutsch fabian.deut...@gmx.de Reference: https://bugs.freedesktop.org/show_bug.cgi?id=73512 Cc: 10.6 mesa-sta...@lists.freedesktop.org Signed-off-by: Igor

[Mesa-dev] [PATCH] virgl: pipe_virgl_create_screen is not static

2015-11-22 Thread Igor Gnatenko
Reference: https://bugs.freedesktop.org/show_bug.cgi?id=93063 Signed-off-by: Igor Gnatenko <i.gnatenko.br...@gmail.com> --- src/gallium/auxiliary/target-helpers/drm_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/target-helpers/drm_helpe

[Mesa-dev] gen_llvm_ir_macros.py: error: argument --output/-o: can't open 'rasterizer/jitter/builder_gen.h': [Errno 2] No such file or directory: 'rasterizer/jitter/builder_gen.h'

2016-03-20 Thread Igor Gnatenko
kefile:688: recipe for target 'all-recursive' failed make[1]: Leaving directory '/builddir/build/BUILD/mesa-ea2bff1/src' make[1]: *** [all-recursive] Error 1 Makefile:638: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 -- -Igor Gnatenko ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [Mesa-maintainers] Proposal of date-based Mesa versioning for 2017

2016-12-12 Thread Igor Gnatenko
s and under which terms will be stable branches (and which branches are going to be stable). > > Thanks > Emil > ___ > Mesa-maintainers mailing list > mesa-maintain...@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/mesa-maintainers -- -Igor Gnatenko ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [Mesa-maintainers] [PATCH 06/28] configure: rename --with-{egl-, }platforms

2016-12-13 Thread Igor Gnatenko
ill pick up the change straight away. I will ;) > > -Emil > ___ > Mesa-maintainers mailing list > mesa-maintain...@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/mesa-maintainers -- -Igor Gnatenko ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH v4 1/3] Add meson build system

2018-01-04 Thread Igor Gnatenko
. Builds fine on all architectures supported by Fedora, boots fine on my laptop (x86_64). All nitpicks are inline. > Signed-off-by: Dylan Baker <dylan.c.ba...@intel.com> Reviewed-and-tested-by: Igor Gnatenko <i.gnatenko.br...@gmail.com> > diff --git a/meson_options.txt b/m

Re: [Mesa-dev] [Mesa-maintainers] Underlinking issues in 18.0.0~rc3

2018-02-09 Thread Igor Gnatenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thu, 2018-02-08 at 23:58 +, Emil Velikov wrote: > On 8 February 2018 at 23:02, Igor Gnatenko > <ignatenkobr...@fedoraproject.org> wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > I'v

[Mesa-dev] Underlinking issues in 18.0.0~rc3

2018-02-09 Thread Igor Gnatenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I've tried to update mesa to 18.0.0~rc3 in Fedora Rawhide, but that fails with a lot of "undefined reference" errors. Any hints for available patch? https://kojipkgs.fedoraproject.org//work/tasks/2888/24852888/build.log - -- - -Igo

Re: [Mesa-dev] [PATCH 1/3] Add meson build system

2018-01-03 Thread Igor Gnatenko
tion should be named kgsl, not kgls (note sl vs ls). > +option('install_test_programs', type : 'boolean', value : false) > +option('udev', type : 'boolean', value : false) Having description on all those options would be extremely useful  [...] Still testing it, once will

[Mesa-dev] [PATCH] link mesautil with pthreads

2018-01-01 Thread Igor Gnatenko
/mesa-17.3.1/src/util/../../src/util/u_thread.h:84: undefined reference to `pthread_getcpuclockid' collect2: error: ld returned 1 exit status Signed-off-by: Igor Gnatenko <ignate...@redhat.com> --- src/util/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/Makefil

[Mesa-dev] [PATCH] auxiliary/vl: fix linkage with xcb_dri

2018-01-01 Thread Igor Gnatenko
: undefined reference to `xcb_dri2_get_buffers_unchecked' ... Signed-off-by: Igor Gnatenko <ignate...@redhat.com> --- src/gallium/auxiliary/Makefile.am | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makef