Re: [Mesa-dev] [PATCH] meson: only build vl_winsys_dri.c when x11 platform is used

2018-06-14 Thread Lukas Rusak
any updates here? On Fri, Jun 1, 2018 at 2:09 PM Lukas Rusak wrote: > This seems to have been missed in the move from autotools > > This fixes the following build issue: > > ../src/gallium/auxiliary/vl/vl_winsys_dri.c:34:10: fatal error: > X11/Xlib-xcb.h: No such file or dir

Re: [Mesa-dev] [PATCH v2] meson: fix private libs when building without glx

2018-06-14 Thread Lukas Rusak
How can I get some traction on this? On Mon, Jun 4, 2018 at 12:38 PM Lukas Rusak wrote: > I noticed that the generated pkg-config files will include > glx and x11 dependencies even when x11 isn't a selected platform. > > This fixes the private libs and was tested by building km

[Mesa-dev] [PATCH v2] meson: fix private libs when building without glx

2018-06-04 Thread Lukas Rusak
I noticed that the generated pkg-config files will include glx and x11 dependencies even when x11 isn't a selected platform. This fixes the private libs and was tested by building kmscube V2: - check if gallium-xlib is being used for glx Reviewed-by: Dylan Baker --- meson.build | 18

[Mesa-dev] [PATCH] meson: fix private libs when building without glx

2018-06-03 Thread Lukas Rusak
I noticed that the generated pkg-config files will include glx and x11 dependencies even when x11 isn't a selected platform. This fixes the private libs and was tested by building kmscube --- meson.build | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git

[Mesa-dev] [PATCH] meson: only build vl_winsys_dri.c when x11 platform is used

2018-06-01 Thread Lukas Rusak
This seems to have been missed in the move from autotools This fixes the following build issue: ../src/gallium/auxiliary/vl/vl_winsys_dri.c:34:10: fatal error: X11/Xlib-xcb.h: No such file or directory #include ^~~~ --- src/gallium/auxiliary/meson.build | 2 +- 1 file

Re: [Mesa-dev] [PATCH 2/2] configure.ac: require xcb* for the omx/va/... when using x11 platform

2017-11-01 Thread Lukas Rusak
X11 platform is selected. > > Reported-by: Lukas Rusak <loru...@gmail.com> > Cc: Lukas Rusak <loru...@gmail.com> > Fixes: 63e11ac2b5c ("configure: error out if building VA w/o supported > platform") > Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>

Re: [Mesa-dev] 10bit HEVC decoding for RadeonSI v2

2017-09-28 Thread Lukas Rusak
needs to be done? - vasyncsurface?? - 10bit support in gbm - vaapi drm egl extensions Anything else? Thanks, Lukas Rusak On Sun, Jun 25, 2017 at 2:53 AM Peter Frühberger < peter.fruehber...@gmail.com> wrote: > Hi all, > > just as information: > https://github.com/FernetMenta