Home
last modified time | relevance | path

Searched +full:- +full:- +full:job +full:- +full:warn +full:- +full:regex (Results 1 – 23 of 23) sorted by relevance

/third_party/mesa3d/.gitlab-ci/b2c/
Dgenerate_b2c.py30 parser.add_argument('--ci-job-id')
31 parser.add_argument('--container-cmd')
32 parser.add_argument('--initramfs-url')
33 parser.add_argument('--job-success-regex')
34 parser.add_argument('--job-warn-regex')
35 parser.add_argument('--kernel-url')
36 parser.add_argument('--log-level', type=int)
37 parser.add_argument('--poweroff-delay', type=int)
38 parser.add_argument('--session-end-regex')
39 parser.add_argument('--session-reboot-regex')
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml2 # Cancel job if a newer commit is pushed to the same branch
7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver…
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K"
18 - results/
20 .test-gl:
22 - .test
[all …]
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst1 Mesa 21.3.0 Release Notes / 2021-11-17
20 ---------------
24 a2753c09deef0ba14d35ae8a2ceff3fe5cd13698928c7bb62c2ec8736eb09ce1 mesa-21.3.0.tar.xz
28 ------------
30 - VK_EXT_color_write_enable on lavapipe
31 - GL_ARB_texture_filter_anisotropic in llvmpipe
32 - Anisotropic texture filtering in lavapipe
33 - VK_EXT_shader_atomic_float2 on Intel and RADV.
34 - VK_EXT_vertex_input_dynamic_state on RADV.
35 - VK_KHR_timeline_semaphore on lavapipe
[all …]
D22.2.0.rst1 Mesa 22.2.0 Release Notes / 2022-09-21
20 ---------------
24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz
29 ------------
31 - WGL_ARB_create_context_robustness
33 - d3d12 ARB_robust_buffer_access_behavior
35 - VK_EXT_robustness2 for lavapipe
37 - VK_EXT_image_2d_view_of_3d on RADV
39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support
41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe
[all …]
D21.2.0.rst1 Mesa 21.2.0 Release Notes / 2021-08-04
20 ---------------
24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz
28 ------------
30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock
32 - VK_EXT_provoking_vertex on RADV.
34 - VK_EXT_extended_dynamic_state2 on RADV.
36 - VK_EXT_global_priority_query on RADV.
38 - VK_EXT_physical_device_drm on RADV.
40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV.
[all …]
D20.0.0.rst1 Mesa 20.0.0 Release Notes / 2020-02-19
21 ---------------
25 bb6db3e54b608d2536d4000b3de7dd3ae115fc114e8acbb5afff4b3bbed04b34 mesa-20.0.0.tar.xz
28 ------------
30 - OpenGL 4.6 on radeonsi.
31 - GL_ARB_gl_spirv on radeonsi.
32 - GL_ARB_spirv_extensions on radeonsi.
33 - GL_EXT_direct_state_access for compatibility profile.
34 - VK_AMD_device_coherent_memory on RADV.
35 - VK_AMD_mixed_attachment_samples on RADV.
[all …]
D19.1.0.rst17 ----------------
21 2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3 mesa-19.1.0.tar.xz
24 ------------
26 - GL_ARB_parallel_shader_compile on all drivers.
27 - GL_EXT_gpu_shader4 on all GL 3.1 drivers.
28 - GL_EXT_shader_image_load_formatted on radeonsi.
29 - GL_EXT_texture_buffer_object on all GL 3.1 drivers.
30 - GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES
32 - GL_NV_compute_shader_derivatives on iris and i965.
33 - GL_KHR_parallel_shader_compile on all drivers.
[all …]
D21.1.0.rst1 Mesa 21.1.0 Release Notes / 2021-05-05
20 ---------------
24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz
28 ------------
30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV
32 - DRM format modifiers for AMD.
34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV
36 - Zink exposes GL 4.6 and ES 3.1
38 - GL_EXT_depth_bounds_test on softpipe, zink
40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+)
[all …]
/third_party/protobuf/third_party/googletest/googlemock/fused-src/
Dgmock-gtest-all.cc113 /* class A needs to have dll-interface to be used by clients of class B */)
171 // non-fatal failure will be generated.
205 // - 'statement' cannot reference local non-static variables or
206 // non-static members of the current object.
207 // - 'statement' cannot return a value.
208 // - You cannot stream a failure message to this macro.
250 // generate Google Test non-fatal failures. It asserts that the given
251 // statement will cause exactly one non-fatal Google Test failure with 'substr'
265 // - You cannot stream a failure message to this macro.
456 /* class A needs to have dll-interface to be used by clients of class B */)
[all …]
/third_party/toybox/generated/
Dglobals.h532 // Can be number or string or both, or else map (array) or regex
822 char linebuf[16]; // line buffer - serves double duty for sqeezing repeat
978 } *jobs, *job; member
1404 // Count of consecutive blank lines for -l has to persist between files
1550 int fd, ouid, ggid, hlc, warn, adev, aino, sparselen; member
/third_party/toybox/www/
Dnews.html2 <!--#include file="header.html" -->
5 into a single BSD-licensed executable that's simple, small, fast,
6 reasonably standards-compliant, and powerful enough to turn Android into
11 <a name="30-11-2021" /><a href="#30-11-2021"><hr><h2><b>November 30, 2021</b></h2></a>
15 <p>- The Hitchhiker's Guide to the Galaxy</p></blockquote>
17 <p><a href=downloads/toybox-0.8.6.tar.gz>Toybox 0.8.6</a>
21 bootable under QEMU (using vanilla linux-5.15).</p>
26 …c support for the <a href=http://lists.landley.net/pipermail/toybox-landley.net/2021-August/012497…
28 <a href=https://lists.nongnu.org/archive/html/qemu-devel/2021-07/msg06430.html>quite yet</a>.)</p>
37 Elliott added <b>date -s</b>, <b>pmap -p</b>, <b>tail -F -s</b>, <b>kill -0</b>,
[all …]
Dindex.html2 <!--#include file="header.html" -->
5 into a single BSD-licensed executable that's simple, small, fast,
6 reasonably standards-compliant, and powerful enough to turn Android into
11 <a name="30-11-2021" /><a href="#30-11-2021"><hr><h2><b>November 30, 2021</b></h2></a>
15 <p>- The Hitchhiker's Guide to the Galaxy</p></blockquote>
17 <p><a href=downloads/toybox-0.8.6.tar.gz>Toybox 0.8.6</a>
21 bootable under QEMU (using vanilla linux-5.15).</p>
26 …c support for the <a href=http://lists.landley.net/pipermail/toybox-landley.net/2021-August/012497…
28 <a href=https://lists.nongnu.org/archive/html/qemu-devel/2021-07/msg06430.html>quite yet</a>.)</p>
37 Elliott added <b>date -s</b>, <b>pmap -p</b>, <b>tail -F -s</b>, <b>kill -0</b>,
[all …]
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/
Dm4sugar.m41 divert(-1)# -*- Autoconf -*-
6 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
43 ## ------------------------------- ##
44 ## 1. Simulate --prefix-builtins. ##
45 ## ------------------------------- ##
60 # -----------------
79 # -------------------
85 # m4_rename_m4(MACRO-NAME)
86 # ------------------------
87 # Rename MACRO-NAME to m4_MACRO-NAME.
[all …]
/third_party/protobuf/third_party/googletest/googlemock/fused-src/gtest/
Dgtest.h40 // // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
128 // Low-level types and utilities for porting Google Test to various
144 // Environment-describing macros
145 // -----------------------------
149 // used in, such that Google Test can provide environment-specific
163 // - Each macro here is a user-tweakable knob; do not grow the list
165 // - Use #if to key off these macros. Don't use #ifdef or "#if
169 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
171 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
173 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string
[all …]
/third_party/protobuf/third_party/googletest/googletest/fused-src/gtest/
Dgtest.h40 // // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
128 // Low-level types and utilities for porting Google Test to various
144 // Environment-describing macros
145 // -----------------------------
149 // used in, such that Google Test can provide environment-specific
163 // - Each macro here is a user-tweakable knob; do not grow the list
165 // - Use #if to key off these macros. Don't use #ifdef or "#if
169 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
171 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
173 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string
[all …]
/third_party/python/Misc/
DHISTORY2 --------------
13 Release date: 2017-01-17
21 Release date: 2017-01-02
24 -----------------
26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
33 -------
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
39 - In the curses module, raise an error if window.getstr() or window.instr() is
42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
[all …]
DNEWS8 *Release date: 2023-06-06*
11 --------
13 - gh-issue-103142: The version of OpenSSL used in our binary builds has been
16 - gh-issue-99889: Fixed a security in flaw in :func:`uu.decode` that could
20 - gh-issue-104049: Do not expose the local on-disk location in directory
23 - gh-issue-102153: :func:`urllib.parse.urlsplit` now strips leading C0
25 by WHATWG in response to CVE-2023-24329. Patch by Illia Volochii.
28 -----------------
30 - gh-issue-105164: Ensure annotations are set up correctly if the only
34 - gh-issue-104615: Fix wrong ordering of assignments in code like ``a, a =
[all …]
/third_party/python/Doc/whatsnew/
D2.6.rst1 .. _whats-new-in-2.6:
41 sufficient; the e-mail address isn't necessary.
61 :mod:`future_builtins` module and a :option:`!-3` switch to warn about
82 .. Compare with previous release in 2 - 3 sentences here.
86 .. Large, PEP-level features and changes should be described here.
97 Python 3.0 is a far-ranging redesign of Python that breaks
103 document in the appropriate place. Some of the 3.0-derived features
108 * The addition of :func:`functools.reduce` as a synonym for the built-in
111 Python 3.0 adds several new built-in functions and changes the
119 A new command-line switch, :option:`!-3`, enables warnings
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.mjs8 // Start offset, zero-based inclusive.
9 // End offset, zero-based exclusive.
21 * - Returns the first one's location if only the first is provided.
22 * - Returns a merged range of the first and the last if both are provided
24 * - Otherwise, returns null.
89 // Error position based on passed-in Token or ParseNode.
118 left = "…" + input.slice(start - 15, start);
159 return list.indexOf(elem) !== -1;
172 const uppercase = /([A-Z])/g;
175 return str.replace(uppercase, "-$1").toLowerCase();
[all …]
Dkatex.js77 /******/ // getDefaultExport function for compatibility with non-harmony modules
101 // extracted by mini-css-extract-plugin
123 // Start offset, zero-based inclusive.
124 // End offset, zero-based exclusive.
136 * - Returns the first one's location if only the first is provided.
137 * - Returns a merged range of the first and the last if both are provided
139 * - Otherwise, returns null.
214 var ParseError = // Error position based on passed-in Token or ParseNode.
243 left = "…" + input.slice(start - 15, start);
283 return list.indexOf(elem) !== -1;
[all …]
/third_party/libabigail/
DChangeLog1 2023-10-20 Dodji Seketeli <dodji@redhat.com>
6 2023-10-20 Dodji Seketeli <dodji@redhat.com>
8 gen-changelog.py: Fix a long standing typo
9 * gen-changelog.py (get_rel_tags): It's libabigail, not GNET.
11 2023-10-20 Dodji Seketeli <dodji@redhat.com>
13 gen-changelog.py: Don't escaping '/' with '\' in regexp
14 * gen-changelog.py (get_rel_tags): Do not escape '/' with '\' in
17 2023-10-20 Dodji Seketeli <dodji@redhat.com>
20 * src/abg-ir.cc (enum_type_decl::get_sorted_enumerators): Add
23 2023-10-18 Dodji Seketeli <dodji@redhat.com>
[all …]
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2101 2021-07-18 Werner Lemberg <wl@gnu.org>
7 Tag sources with `VER-2-11-0'.
15 builds/wince/vc2005-ce/index.html,
16 builds/wince/vc2008-ce/index.html, docs/freetype-config.1:
26 * builds/toplevel.mk (dist): Ignore more git-related files.
28 2021-07-17 David Turner <david@freetype.org>
32 The code assumed that if `__SSE2__` is defined, then 64-bit integer
37 64-bit integer types are not available.
41 2021-07-16 Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
45 * tests/issue-1063/main.c (main): I am building with a build
[all …]
/third_party/pcre2/pcre2/doc/
Dpcre2.txt1 -----------------------------------------------------------------------------
8 -----------------------------------------------------------------------------
16 PCRE2 - Perl-compatible regular expressions (revised API)
26 API is more extensible, and it was simplified by abolishing the sepa-
32 As well as Perl-style regular expression patterns, some features that
39 The source code for PCRE2 can be compiled to support strings of 8-bit,
40 16-bit, or 32-bit code units, which means that up to three separate li-
43 64-bit environment that also supports 32-bit applications, versions of
44 PCRE2 that are compiled in both 64-bit and 32-bit modes may be needed.
46 The original work to extend PCRE to 16-bit and 32-bit code units was
[all …]