- May 26, 2018
-
-
Taylor Cramer authored
This allows us to have a unified source for vendored crates as well as a unified target directory for all fargo build. This CL also adds Cargo.toml files to the .gitignore since we no longer check them in as part of the build system. Change-Id: I1d19404f6b1760c2a5931fd9984e6093e195816a
-
Jody Sankey authored
Change-Id: Ief67bec12568164078e4cf09b8d7eb8249e16c40
-
- May 25, 2018
-
-
Adam Barth authored
This reverts commit e3f2520b. Reason for revert: Doesn't build in Peridot because there are clients of OneShotTimer. Original change's description: > [async][fxl] Delete fxl::OneShotTimer. > > BUG: ZX-1819 > Change-Id: I1e36c38ad5e5e051375264247e6729f79aa18e98 TBR=qsr@google.com,jeffbrown@google.com,joshuaseaton@google.com Change-Id: I9489db7c8531533a2aee1c77787e76042b6fef4b No-Presubmit: true No-Tree-Checks: true No-Try: true
-
third-party-roller authored
0111e13 [Tracing UI] Don't show "View in Picture Debugger" when not available Change-Id: I922a687043188c45c5c20e592f9a7928b8ecc348
-
garnet-roller authored
Change-Id: Id1a692ade9f775c518efa18fcaaa028c9815c8a8
-
zircon-roller authored
c7d593f3 [fidl][build] Plumb fidl library dependencies through to fidlc Change-Id: I69f5a9e9eefdfd16de7c6475faea54eb2b6aec4c
-
third-party-roller authored
0eec8b10 [publish] Support time-based repo versions Change-Id: I603a88db16a3f7420021e889acac80f23dfe7b51
-
Nick Maniscalco authored
ChannelMultiProcess/Write can consume and unbounded amount of memory. This change removes ChannelMultiProcess benchmarks and extends the RoundTrip BasicChannel benchmark to support a configurable message count and size. See ZX-2176 for more background on why we're replacing ChannelMultiProcess benchmarks. Sample output of new benchmark (on an Eve): Benchmark Time CPU Iterations --------------------------------------------------------------------------------------------- RoundTrip_BasicChannel_SingleProcess 13687 ns 5452 ns 130400 RoundTrip_BasicChannel_MultiProcess 13355 ns 5202 ns 129507 IpcThroughput_BasicChannel_1_64kbytes_SingleProcess 40913 ns 18906 ns 38563 IpcThroughput_BasicChannel_1_64kbytes_MultiProcess 38750 ns 18045 ns 35034 IpcThroughput_BasicChannel_1024_4bytes_SingleProcess 15352730 ns 7164096 ns 70 IpcThroughput_BasicChannel_1024_4bytes_MultiProcess 6447549 ns 4131149 ns 128 IpcThroughput_BasicChannel_1024_64kbytes_SingleProcess 26976148 ns 25015223 ns 28 IpcThroughput_BasicChannel_1024_64kbytes_MultiProcess 22769639 ns 22066414 ns 33 RoundTrip_ChannelPort_SingleProcess 11123 ns 7046 ns 95000 RoundTrip_ChannelPort_MultiProcess 11458 ns 7141 ns 89104 RoundTrip_ChannelCall_SingleProcess 13113 ns 4503 ns 151370 RoundTrip_ChannelCall_MultiProcess 12089 ns 4138 ns 167848 ZX-2176 #done Change-Id: I29d18d0fc03ac1e806182fdc0e39d054e3e98d6b
-
Adam Barth authored
zx_port_wait and zx_port_queue no longer take an unused count parameter. Change-Id: I723bdf9d3a991340216f8b3a75dee42687eb1a78
-
zircon-roller authored
2f8b4498 [fit] Add a mechanism for sharing functions. Change-Id: I39c2b6fd5f8ff7f77b1bb9c0ba533a1afd66be7d
-
zircon-roller authored
f0af0d7a [docs][ddk] document device firmware Change-Id: I55d3b0e32415ff6087cfc75ab773ae22cf4f2c7f
-
Jeff Brown authored
Change-Id: I0a77b7c22169b6cbff771694c95b706b7a3ed632
-
zircon-roller authored
e95c9c1d [svchost] Introduce svchost 9c2689c0 [kernel][syscalls][prng] remove static_cast c8bdd1e6 [syscalls] Add TODO for finer grain resources 69914ab3 [fit] Define fit::function. Change-Id: I15b629baa954c7419fc53620d262f63d6ea07849
-
Joshua Seaton authored
The remaining Garnet instances are removed. BUG: ZX-1819 Change-Id: I1d5fb47f4f1c361edc099a4f7cf59f48f2f06c91
-
Joshua Seaton authored
BUG: ZX-1819 Change-Id: I1e36c38ad5e5e051375264247e6729f79aa18e98
-
Dale Sather authored
When a decoder encounters an empty packet that's not an end-of-stream packet, it discards the packet. Having done this, another input packet needs to be requested, which wasn't happening. This CL adds the request for another packet. MTWN-133 #done Change-Id: Ibda95360052164752d3feaa0c2ffde3c494f2617
-
Leo Lung authored
This covers sandbox files in garnet that were not automatically handled in the first change [1]. This is done by hand. Garnet is now free of meta/sandbox. [1] https://fuchsia-review.googlesource.com/c/garnet/+/156219 CP-37 #progress Change-Id: I54113737fe72903fed5d0dffe0352fa6201992cb
-
Dale Sather authored
This CL adds sequencing logic to MediaPlayerImpl that flushes the Player properly when replacing the reader (transitioning from one input file to another). Previously, MediaPlayerImpl would just initiate the reader swap-out without flushing the graph. This was causing problems starting up the new graph. Change-Id: I0d37643aee8067b64652ffb3ad4be50738ed50da
-
Dale Sather authored
This CL improves the media player introspection report in a couple of ways. Graph-as-tree layout has been replaced by a simple breadth- first list of the nodes in the graph with connection information. Decoders now report time spent actually decoding. Some issues with indentation have been fixed. Change-Id: Ic32835d60ccc56bb89d92a57a2ca47f54dfc4e67
-
Martin Puryear authored
This CL introduces a new audio_server_tests binary focused on API-level testing of audio_server, starting with AudioRenderer2. This test binary was created specifically to verify the fix for MTWN-132, in AudioRenderer2 (and AudioRenderer). For this reason, only four AudioRenderer tests have been added -- those directly related to the fix, targeting AudioRenderer2 and AudioRenderer2Sync. As a prerequisite, tests for AudioServer and AudioServerSync have also been added, validating those interfaces in full. Change-Id: I7b808889dc7794eba0f06f7cdac3207950186457
-
zircon-roller authored
1f8851c1 [display] Set zx framebuffer in core display driver 38543e2a [devmgr] Refactor to prepare for svchost Change-Id: I71401181b1373c9825163b245f3b4ff852a33dc1
-
third-party-roller authored
83647e15 [gce] switch to uefi Change-Id: Ibf3211b1146a303c3fd62ca735f3db392b6d0ee2
-
zircon-roller authored
b5361bb3 [edid] Make the edid API mirror the underlying format Change-Id: I7a475aa465f32d0f19fa7ab2ea4dbae87d5fbb17
-
Doug Evans authored
Change-Id: I11d28e19c63be04fc53e8eee2fafb8eb4b2711e9
-
Brett Wilson authored
It used to use hand-coded targets for the host, now it uses the install_host_tools GN action. Change-Id: I1d28550b60935ca95551d6705be29637402e14fc
-
Tim Kilbourn authored
Initial commit has support for tcp listeners and streams, and udp sockets (recv_from only so far). Test: ran some sample code; will follow up with real integration tests Change-Id: I1f186ea9e025d30bc1385e658e28fe685e02ca42
-
zircon-roller authored
7eb7492a [dev][xdc] Only update write signal if it has changed. 64ceaed0 [dev][xdc] Fix wrong order, complete requests starting from head of list. 26a53c94 [fidlc] Generate comment saying file is machine generated Change-Id: I75f6515233da2593c42b0a00c1d342c2ad2b320f
-
third-party-roller authored
1478afa GLES1: Lighting and materials (renderer) Change-Id: I4355c4fb9cef3cdf932c7452edb755cc903c0ccd
-
Michael Anthony Knyszek authored
This change ensures that only imports for dependencies which are used are actually generated, otherwise transitive dependencies get imports generated for them resulting in build failures in the generated code. This change also cleans up the logic a bit, and merges the dependencies on syscall/zx and fidl/bindings into the same logic. FIDL-193 Change-Id: Ic84307eb982b095ae342bff7a401be5b6288e025
-
Jiwoong Lee authored
Test: Build and smoke NET-861 Change-Id: I43cff9fbb54a4e15ef51eeb2c37f0b563cac93bb
-
third-party-roller authored
393b0fd [Tracing UI] Use ResizeObserver for picture chart resizing Change-Id: Ia7f914456814fd3aa11cade864aeb4bdf84ec5fa
-
Doug Evans authored
FIDL-163 #comment patch Change-Id: I1544eb8fd4241358349b4b0124d82322c99432aa
-
James Tucker authored
Change-Id: I5a33b0874a5847312f54df65b75e98906808c5a5
-
third-party-roller authored
0ceb1ec [Tracing UI] Fix drag_handle when there are size constraints 0e97383 [Tracing] Remove unused resize_sensor.html and css-element-queries c02f8a8 File dashboard bugs on crbug instead of github. Change-Id: I8b0d7d77567af75112ad757c48fa181552f734af
-
zircon-roller authored
6ac8e7c3 [build] Add -Wno-nonnull to unblock toolchain Change-Id: Ibd8ef02532d3d06e922111bf3f7fa26a6fd97f21
-
Josh Conner authored
Convert to using our own macros instead of linux's for: - common bit operations - bit array type - conditional and one-time warnings - snprintf variant that returns actual bytes used NET-137 Test: builds and runs on ath10k branch Change-Id: Ia2bd9a5e161253e72799c490e318468a12becd2e
-
third-party-roller authored
d0febe7 Reland "GLES1: Entry points for lighting and materials" Change-Id: Ib911da636308486417cb5f8d236346438e193aea
-
Rocky Cai authored
SCN-495 Change-Id: Id9c7f7410fbca2cbdf00b869703a6f978b5e10d1
-
Scott Graham authored
No need for a no-op mirror. Also, update Crashpad and mini_chromium to more recent revisions. Change-Id: I432bfb545ff61e59ec2b79053c43dea954f7e766
-
zircon-roller authored
6a06a745 [bitmap] Avoid exporting ulib/bitmap as a shared library Change-Id: I0a64c0056bb08b1bf487be0cabd576d881a3268b
-