- 08 Mar, 2019 1 commit
-
-
Eric Engestrom authored
Signed-off-by:
Eric Engestrom <eric.engestrom@intel.com> Reviewed-by:
Dylan Baker <dylan@pnwbakers.com> Tested-by:
Clayton Craft <clayton.a.craft@intel.com>
-
- 16 Feb, 2018 1 commit
-
-
Alexander von Gluck IV authored
Reviewed-by:
Dylan Baker <dylan@pnwbakers.com>
-
- 10 Nov, 2017 1 commit
-
-
Dylan Baker authored
There is a bunch of churn in the main meson.build so that we can correctly set the auto tristate of GLX. In particular, don't build xlib-based glx when dri and gallium are disabled but vulkan is enabled, in that case just turn glx off. Signed-off-by:
Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by:
Eric Anholt <eric@anholt.net>
-
- 27 Oct, 2017 1 commit
-
-
Dylan Baker authored
This has been tested with the osdemo from mesa-demos v2: - Add SELinux dependency - fix typo GALLIUM_LLVM -> GALLIUM_LLVMPIPE Signed-off-by:
Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by:
Eric Engestrom <eric.engestrom@imgtec.com>
-
- 23 Oct, 2017 1 commit
-
-
Dylan Baker authored
Signed-off-by:
Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by:
Christian Gmeiner <christian.gmeiner@gmail.com>
-
- 27 Sep, 2017 1 commit
-
-
Dylan Baker authored
This allows building and installing the Intel "anv" Vulkan driver using meson and ninja, the driver has been tested against the CTS and has seems to pass the same series of tests (they both segfault when the CTS tries to run wayland wsi tests). There are still a mess of TODO, XXX, and FIXME comments in here. Those are mostly for meson bugs I'm trying to fix, or for additional things to implement for other drivers/features. I have configured all intermediate libraries and optional tools to not build by default, meaning they will only be built if they're pulled in as a dependency of a target that will actually be installed) this allows us to avoid massive if chains, while ensuring that only the bits that need to be built are. v2: - enable anv, x11, and wayland by default - add configure option to disable valgrind v3: - fix typo in meson_options (Nicholas) v4: - Remove dead code (Eric) - Remove change to generator that was from v0 (Eric) - replace if chain with loop (Eric) - Fix typos (Eric) - define HAVE_DLOPEN for both libdl and builtin dl cases (Eric) v5: - rebase on util string buffer implementation Signed-off-by:
Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net> (v4)
-
- 10 Mar, 2017 1 commit
-
-
Emil Velikov authored
It is not guaranteed to be in /bin Signed-off-by:
Emil Velikov <emil.velikov@collabora.com> Reviewed-by:
Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by:
Eric Engestrom <eric.engestrom@imgtec.com>
-
- 20 Sep, 2013 1 commit
-
-
Jose Fonseca authored
Based on the earlier apitrace tracediff.sh script.
-