Home
last modified time | relevance | path

Searched +full:- +full:- +full:enable +full:- +full:vmwgfx (Results 1 – 8 of 8) sorted by relevance

/external/libdrm/
Dconfigure.ac16 # 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.gitlab-ci.yml1 .artifacts-meson: &artifacts-meson
4 - _build/meson-logs
6 .artifacts-autotools: &artifacts-autotools
9 - _build/*.log
10 - _build/*/*.log
11 - _build/*/*/*.log
13 .meson-build: &meson-build
14 - meson _build
15 -D amdgpu=true
16 -D cairo-tests=true
[all …]
DMakefile.am16 # 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 …]
Dmeson_options.txt33 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.''',
57 'vmwgfx', combo
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.''',
[all …]
Dmeson.build1 # Copyright © 2017-2018 Intel Corporation
35 with_freedreno_kgsl = get_option('freedreno-kgsl')
36 with_install_tests = get_option('install-test-programs')
39 dep_pthread_stubs = dependency('pthread-stubs', version : '>= 0.4')
110 _vmwgfx = get_option('vmwgfx')
174 # clock_gettime might require -rt, or it might not. find out
194 foreach a : ['-Wall', '-Wextra', '-Wsign-compare', '-Werror=undef',
195 '-Werror=implicit-function-declaration', '-Wpointer-arith',
196 '-Wwrite-strings', '-Wstrict-prototypes', '-Wmissing-prototypes',
197 '-Wmissing-declarations', '-Wnested-externs', '-Wpacked',
[all …]
/external/mesa3d/docs/relnotes/
D7.9.1.rst15 -------------
19 78422843ea875ad4eac35b9b8584032b MesaLib-7.9.1.tar.gz
20 07dc6cfb5928840b8b9df5bd1b3ae434 MesaLib-7.9.1.tar.bz2
21 c8eaea5b3c3d6dee784bd8c2db91c80f MesaLib-7.9.1.zip
22 ee9ecae4ca56fbb2d14dc15e3a0a7640 MesaGLUT-7.9.1.tar.gz
23 41fc477d524e7dc5c84da8ef22422bea MesaGLUT-7.9.1.tar.bz2
24 90b287229afdf19317aa989d19462e7a MesaGLUT-7.9.1.zip
27 ------------
32 ---------
36 - `Bug 28800 <https://bugs.freedesktop.org/show_bug.cgi?id=28800>`__ -
[all …]
D7.10.rst16 -------------
20 0a70c15c135561824bdcae92bf232e43 MesaLib-7.10.tar.gz
21 33fb94eccc02cbb4d8d1365615e38e46 MesaLib-7.10.tar.bz2
22 5cafdc0eda0f9bf370b95c98df3338fa MesaLib-7.10.zip
23 bc644be551ed585fc4f66c16b64a91c9 MesaGLUT-7.10.tar.gz
24 5c2677a155672352d62b177e4f0f92e8 MesaGLUT-7.10.tar.bz2
25 2ce5001f74496d1ba719ef74d910a5cf MesaGLUT-7.10.zip
28 ------------
30 - GL_ARB_explicit_attrib_location extension (Intel and software
32 - GL_ARB_texture_rg (Intel, software drivers, gallium drivers).
[all …]
/external/mesa3d/src/util/
D00-mesa-defaults.conf2 <!--
22 built-ins (specifically gl_VertexID), which causes the vertex shaders to fail
29 -->
43 <!-- engine_name_match: A regexp matching the engine name -->
44 <!-- engine_versions: A version in range format
45 (version 1 to 4 : "1:4") -->
56 <!-- Please always enable app-specific workarounds for all drivers and
57 screens. -->
71 <application name="Unigine Heaven (32-bit)" executable="heaven_x86">
73 <!-- remove dual_color_blend_by_location if 4.1 ever comes out -->
[all …]