Searched +full:- +full:- +full:enable +full:- +full:etnaviv +full:- +full:experimental +full:- +full:api (Results 1 – 4 of 4) sorted by relevance
/external/libdrm/ |
D | configure.ac | 16 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 30 AC_CONFIG_AUX_DIR([build-aux]) 33 # Require xorg-macros minimum of 1.12 for XORG_WITH_XSLTPROC 35 [m4_fatal([must install xorg-macros 1.12 or later before running autoconf/autogen])]) 40 AM_INIT_AUTOMAKE([1.10 foreign dist-bzip2]) 42 # Enable quiet compiles on automake 1.11. 59 export CFLAGS="$CFLAGS -Werror" 67 LT_INIT([disable-static]) 69 dnl pthread-stubs is mandatory on some BSD platforms, due to the nature of the 72 linux* | cygwin* | darwin* | solaris* | *-gnu* | gnu* | openbsd*) [all …]
|
D | Makefile.am | 16 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 23 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} 25 AM_MAKEFLAGS = -s 27 --enable-udev \ 28 --enable-libkms \ 29 --enable-intel \ 30 --enable-radeon \ 31 --enable-amdgpu \ 32 --enable-nouveau \ 33 --enable-vc4 \ [all …]
|
D | meson_options.txt | 33 description : '''Enable support for Intel's KMS API.''', 40 description : '''Enable support for radeons's KMS API.''', 47 description : '''Enable support for amdgpu's KMS API.''', 54 description : '''Enable support for nouveau's KMS API.''', 61 description : '''Enable support for vmgfx's KMS API.''', 68 description : '''Enable support for OMAP's experimental KMS API.''', 75 description : '''Enable support for EXYNOS's experimental KMS API.''', 82 description : '''Enable support for freedreno's KMS API.''', 89 description : '''Enable support for Tegra's experimental KMS API.''', 96 description : '''Enable support for vc4's KMS API.''', [all …]
|
/external/mesa3d/ |
D | .travis.yml | 12 - XORG_RELEASES=http://xorg.freedesktop.org/releases/individual 13 - XCB_RELEASES=http://xcb.freedesktop.org/dist 14 - WAYLAND_RELEASES=http://wayland.freedesktop.org/releases 15 - XORGMACROS_VERSION=util-macros-1.19.0 16 - GLPROTO_VERSION=glproto-1.4.17 17 - DRI2PROTO_VERSION=dri2proto-2.8 18 - LIBPCIACCESS_VERSION=libpciaccess-0.13.4 19 - LIBDRM_VERSION=libdrm-2.4.74 20 - XCBPROTO_VERSION=xcb-proto-1.11 21 - LIBXCB_VERSION=libxcb-1.11 [all …]
|