Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:llvm +full:- +full:shared +full:- +full:libs (Results 1 – 25 of 47) sorted by relevance

12

/external/mesa3d/
Dconfigure.ac1 dnl Copyright © 2011-2014 Intel Corporation
2 dnl Copyright © 2011-2014 Emil Velikov <emil.l.velikov@gmail.com>
3 dnl Copyright © 2007-2010 Dan Nicholson
4 dnl Copyright © 2010-2014 Marek Olšák <maraeo@gmail.com>
5 dnl Copyright © 2010-2014 Christian König
6 dnl Copyright © 2012-2014 Tom Stellard <tstellar@gmail.com>
7 dnl Copyright © 2009-2012 Jakob Bornecrantz
8 dnl Copyright © 2009-2014 Jon TURNEY
9 dnl Copyright © 2011-2012 Benjamin Franzke
10 dnl Copyright © 2008-2014 David Airlie
[all …]
Dmeson.build36 '-D__STDC_CONSTANT_MACROS',
37 '-D__STDC_FORMAT_MACROS',
38 '-D__STDC_LIMIT_MACROS',
39 '-DVERSION="@0@"'.format(meson.project_version()),
40 '-DPACKAGE_VERSION=VERSION',
41 '-DPACKAGE_BUGREPORT="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"',
44 with_vulkan_icd_dir = get_option('vulkan-icd-dir')
45 with_tests = get_option('build-tests')
50 with_swr_arches = get_option('swr-arches').split(',')
51 if get_option('texture-float')
[all …]
D.travis.yml12 - 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 …]
/external/perfetto/gn/standalone/
DBUILD.gn7 # http://www.apache.org/licenses/LICENSE-2.0
21 "-Wall",
22 "-Wextra",
25 # Disable Weverything on fuzzers to avoid breakages when new versions of clang
26 # are rolled into OSS-fuzz.
29 "-Weverything",
30 "-Wno-c++98-compat-pedantic",
31 "-Wno-c++98-compat",
32 "-Wno-disabled-macro-expansion",
33 "-Wno-gnu-include-next",
[all …]
/external/python/cpython2/
Dconfigure.ac19 # pybuilddir.txt will be created by --generate-posix-vars in the Makefile
20 rm -f pybuilddir.txt
27 if test -z "$PYTHON_FOR_BUILD"; then
30 …if $interp -c 'import sys;sys.exit(not (sys.version_info@<:@:2@:>@ >= (2,7) and sys.version_info@<…
39 …dir) _PYTHON_HOST_PLATFORM=$(_PYTHON_HOST_PLATFORM) PYTHONPATH=$(shell test -f pybuilddir.txt && e…
42 AC_MSG_ERROR([Cross compiling required --host=HOST-TUPLE and --build=ARCH])
44 PYTHON_FOR_BUILD='./$(BUILDPYTHON) -E'
54 prefix=`echo "$prefix" | sed -e 's/\/$//g'`
73 # with other autoconf-based packages that include Python.h
74 grep -v 'define PACKAGE_' <confdefs.h >confdefs.h.new
[all …]
Dconfigure3 # Guess values for system-dependent variables and create Makefiles.
9 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
14 ## -------------------- ##
16 ## -------------------- ##
20 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 # is contrary to our usage. Disable this feature.
25 alias -g '${1+"$@"}'='"$@"'
28 case `(set -o) 2>/dev/null` in #(
30 set -o posix ;; #(
[all …]
/external/python/cpython3/
Dconfigure.ac15 if test "$srcdir" != . -a "$srcdir" != "$(pwd)"; then
16 # If we're building out-of-tree, we need to make sure the following
18 # Objects/ -> typeslots.inc
19 # Include/ -> Python-ast.h, graminit.h
20 # Python/ -> importlib.h
22 # regenerated when building out-of-tree, regardless of whether or not
23 # the $srcdir counterpart is up-to-date. This is an acceptable trade
25 BASECPPFLAGS="-IObjects -IInclude -IPython"
34 if test -e $srcdir/.git
36 AC_CHECK_PROG(HAS_GIT, git, found, not-found)
[all …]
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
29 set -o posix ;; #(
[all …]
/external/swiftshader/third_party/LLVM/unittests/
DMakefile.unittest1 ##===- unittests/Makefile.unittest -------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
8 ##===----------------------------------------------------------------------===##
12 ##===----------------------------------------------------------------------===##
25 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
27 CPP.Flags += -DGTEST_HAS_RTTI=0
30 CPP.Flags += -DGTEST_USE_OWN_TR1_TUPLE
32 # Disable pthreads if LLVM was configured without them.
34 CPP.Flags += -DGTEST_HAS_PTHREAD=0
37 TESTLIBS = -lGoogleTest -lUnitTestMain
[all …]
/external/skqp/gn/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license that can be
38 libs = []
44 "/utf-8", # Set Source and Executable character sets to UTF-8.
47 cflags += [ "-fms-compatibility-version=19" ] # 2015
62 "$win_sdk/Include/$win_sdk_version/shared",
71 "-imsvc",
95 "-fstrict-aliasing",
96 "-fPIC",
98 cflags_cc += [ "-std=c++14" ]
101 # These would make stack traces worse on Linux, so we don't just set them willy-nilly.
[all …]
/external/skia/gn/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license that can be
38 libs = []
44 "/utf-8", # Set Source and Executable character sets to UTF-8.
47 cflags += [ "-fms-compatibility-version=19" ] # 2015
62 "$win_sdk/Include/$win_sdk_version/shared",
71 "-imsvc",
95 "-fstrict-aliasing",
96 "-fPIC",
98 cflags_cc += [ "-std=c++14" ]
101 # These would make stack traces worse on Linux, so we don't just set them willy-nilly.
[all …]
/external/curl/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for curl -.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
14 # Copyright (c) 1998 - 2019 Daniel Stenberg, <daniel@haxx.se>
18 ## -------------------------------- ##
20 ## -------------------------------- ##
65 # Try built-in echo, and fail.
76 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
92 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success'
125 | sed -e 's:unknown:success:' 2>/dev/null`
[all …]
Dltmain.sh2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
3 ## by inline-source v2014-01-03.01
6 # Provide generalized library-building support services.
9 # Copyright (C) 1996-2015 Free Software Foundation, Inc.
34 VERSION="2.4.6 Debian-2.4.6-2"
38 ## ------ ##
40 ## ------ ##
42 # Run './libtool --help' for help with using this script from the
46 ## ------------------------------- ##
48 ## ------------------------------- ##
[all …]
/external/mesa3d/scons/
Dgallium.py3 Frontend-tool for Gallium3D architecture.
25 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
68 libs = env.FindIxes(sources, 'LIBPREFIX', 'LIBSUFFIX')
69 targets += install(env, libs, 'lib')
77 version = version[:-1]
88 '-Werror=vla',
89 '-Werror=pointer-arith',
120 return int(os.popen2("sysctl -n hw.ncpu")[1].read())
127 def check_cc(env, cc, expr, cpp_opt = '-E'):
128 # Invoke C-preprocessor to determine whether the specified expression is
[all …]
/external/llvm/utils/release/
Dtest-release.sh2 #===-- test-release.sh - Test the LLVM release candidates ------------------===#
4 # The LLVM Compiler Infrastructure
9 #===------------------------------------------------------------------------===#
11 # Download, build, and test the release candidate for an LLVM release.
13 #===------------------------------------------------------------------------===#
15 System=`uname -s`
23 Base_url="http://llvm.org/svn/llvm-project"
46 echo "usage: `basename $0` -release X.Y.Z -rc NUM [OPTIONS]"
48 echo " -release X.Y.Z The release version to test."
49 echo " -rc NUM The pre-release candidate number."
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/
Dtest-release.sh2 #===-- test-release.sh - Test the LLVM release candidates ------------------===#
4 # The LLVM Compiler Infrastructure
9 #===------------------------------------------------------------------------===#
11 # Download, build, and test the release candidate for an LLVM release.
13 #===------------------------------------------------------------------------===#
15 System=`uname -s`
23 Base_url="http://llvm.org/svn/llvm-project"
48 echo "usage: `basename $0` -release X.Y.Z -rc NUM [OPTIONS]"
50 echo " -release X.Y.Z The release version to test."
51 echo " -rc NUM The pre-release candidate number."
[all …]
/external/mesa3d/docs/relnotes/
D12.0.6.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
34 65339ba5d76a45225b8b56f9a1da9db15c569e1d163760faa2921da0a8461741 mesa-12.0.6.tar.gz
35 7d6da9744c1022a4c2ab6ad01a206984d00443fb691568011d01b3dd97e36448 mesa-12.0.6.tar.xz
49 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=92234">Bug 92234</a> - [BDW] GPU hang in …
51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=95130">Bug 95130</a> - Derivatives of gl_…
53 …/bugs.freedesktop.org/show_bug.cgi?id=98329">Bug 98329</a> - [dEQP, EGL, SKL, BDW, BSW] dEQP-EGL.f…
55 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=99030">Bug 99030</a> - [HSW, regression] …
57 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=99354">Bug 99354</a> - [G71] &quot;Assert…
65 <li>i965/mt: Disable aux surfaces after making miptree shareable</li>
[all …]
D13.0.4.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
34 a78518030b0b7d77a6c426ac3ff40f4b27fb0e2cdb0dfbe685024a46cae59bad mesa-13.0.4.tar.gz
35 a95d7ce8f7bd5f88585e4be3144a341236d8c0fc91f6feaec59bb8ba3120e726 mesa-13.0.4.tar.xz
47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=92634">Bug 92634</a> - gallium's vl_mpeg1…
49 …ttps://bugs.freedesktop.org/show_bug.cgi?id=94512">Bug 94512</a> - X segfaults with glx-tls enable…
51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=94900">Bug 94900</a> - HD6950 GPU lockup …
53 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98263">Bug 98263</a> - [radv] The Talos P…
55 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98914">Bug 98914</a> - mesa-vdpau-drivers…
57 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98975">Bug 98975</a> - Wasteland 2 Direct…
[all …]
/external/swiftshader/third_party/LLVM/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for llvm 3.0.
12 # Copyright (c) 2003-2011 University of Illinois at Urbana-Champaign.
13 ## --------------------- ##
15 ## --------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in
28 *posix*) set -o posix ;;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl09.rst12 LLVM <index.html>`_" tutorial. In chapters 1 through 8, we've built a
19 source that the programmer wrote. In LLVM we generally use a format
38 .. code-block:: python
44 fib(x-1)+fib(x-2);
52 Debug information is a hard problem for a few different reasons - mostly
54 locations more difficult. In LLVM IR we keep the original source location
57 instructions only get to keep a single location - this can cause jumping
59 can move variables in ways that are either optimized out, shared in memory
64 Ahead-of-Time Compilation Mode
76 .. code-block:: udiff
[all …]
/external/llvm/docs/tutorial/
DLangImpl09.rst12 LLVM <index.html>`_" tutorial. In chapters 1 through 8, we've built a
19 source that the programmer wrote. In LLVM we generally use a format
38 .. code-block:: python
44 fib(x-1)+fib(x-2);
52 Debug information is a hard problem for a few different reasons - mostly
54 locations more difficult. In LLVM IR we keep the original source location
57 instructions only get to keep a single location - this can cause jumping
59 can move variables in ways that are either optimized out, shared in memory
64 Ahead-of-Time Compilation Mode
76 .. code-block:: udiff
[all …]
/external/swiftshader/third_party/LLVM/docs/
DMakefileGuide.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title>LLVM Makefile Guide</title>
6 <link rel="stylesheet" href="llvm.css" type="text/css">
10 <h1>LLVM Makefile Guide</h1>
48 <li><a href="#all-local">all-local</a></li>
50 <li><a href="#check-local">check-local</a></li>
52 <li><a href="#clean-local">clean-local</a></li>
54 <li><a href="#dist-check">dist-check</a></li>
55 <li><a href="#dist-clean">dist-clean</a></li>
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
Dltmain.sh4 # Provide generalized library-building support services.
7 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
36 ## ------ ##
38 ## ------ ##
40 # Run './libtool --help' for help with using this script from the
44 ## ------------------------------- ##
46 ## ------------------------------- ##
49 # shell tools we need than the defaults used by the functions shared
50 # with bootstrap, so set those here where they can still be over-
57 ## -------------------------- ##
[all …]
/external/libvpx/libvpx/build/make/
Dconfigure.sh18 echo "See $0 --help for available options."
41 cat -n $1 >>$logfile
58 opt2=`echo $opt | sed -e 's;_;-;g'`
60 eval "toggle_${opt}=\"--disable-${opt2}\""
62 eval "toggle_${opt}=\"--enable-${opt2} \""
71 --help print this message
72 --log=yes|no|FILE file configure log is written to [config.log]
73 --target=TARGET target platform tuple [generic-gnu]
74 --cpu=CPU optimize for a specific cpu rather than a family
75 --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]
[all …]
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac1 dnl === configure.ac --------------------------------------------------------===
2 dnl The LLVM Compiler Infrastructure
7 dnl===-----------------------------------------------------------------------===
8 dnl This is the LLVM configuration script. It is processed by the autoconf
10 dnl configuration checks that LLVM needs in order to support multiple platforms.
27 dnl===-----------------------------------------------------------------------===
31 dnl===-----------------------------------------------------------------------===
34 AC_INIT([[llvm]],[[3.0]],[llvmbugs@cs.uiuc.edu]) package
37 dnl in the output of --version option of the generated configure script.
38 AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2011 University of Illinois at Urbana-Champaign."])
[all …]

12