- 4e9e325 [viewer] Avoid per-frame json UI updates by Florin Malita · 7 years ago
- c5cf762 Viewer/Amdroid: universal build, resources in APK by Hal Canary · 7 years ago
- 65a4178 SkQP: do test filtering correctly by Hal Canary · 7 years ago
- f637cc0 SkQP: run a single test by Hal Canary · 7 years ago
- c87fbf9 Android Tools: build x86_64 correctly. by Hal Canary · 8 years ago
- f2579ca Remove ConstraintLayout from skqp app by Stephan Altmueller · 8 years ago
- 75454f5 SkQP: report formatting, junit classname by Hal Canary · 8 years ago
- bbbcb94 SkQP: More logging details. by Hal Canary · 8 years ago
- b4d01a9 SkQP: ResourceFactory by Hal Canary · 8 years ago
- 71eabfe SkQP: re-enable workarounds for unit tests. Also, more logging by Hal Canary · 8 years ago
- 23fda7a SkQP: Cloud Scripts by Hal Canary · 8 years ago
- a9de760 SkQP: replace blacklist with: DoNotExecuteInExperimentalMode and NoScoreInCompatibilityTestMode by Hal Canary · 8 years ago
- 8bad7e0 SkQP: better logging by Hal Canary · 8 years ago
- 3af7f6e SkQP: fix broken JUnit tests & report output by Hal Canary · 8 years ago
- 8ee7fb0 Fix directory creation in skqp app by Stephan Altmueller · 8 years ago
- c35959f First version of SkQP app to run on Firebase Testlab by Stephan Altmueller · 8 years ago
- 2a7f0aa SkQP: better error report workflow by Hal Canary · 8 years ago
- 28f8938 SkQP: add junit app by Hal Canary · 8 years ago
- 30c4806 apps/build.gradle: skiaOut is now absolute since a2e7f5ae10 by Hal Canary · 8 years ago
- f32b27d remove mips support and bots by Mike Klein · 8 years ago
- c777b88 One-liner fix that allows Viewer to switch between Raster and OpenGL by Chet Haase · 8 years ago
- 5cd467f Avoid constant view inflation on viewer sample app by Chet Haase · 8 years ago
- 23145a3 Updates to viewer gradle scripts by Greg Daniel · 9 years ago
- 6172d43 Add a script and documentation for building the Viewer APK. by Derek Sollenberger · 9 years ago
- dc71e15 Update Android Apps to work with GN. by Derek Sollenberger · 9 years ago
- 2db8361 bench, samples, etc: s/SkAutoTUnref/sk_sp/ by Hal Canary · 9 years ago
- 5eca3e1 Cleanup use of legacy SkSurface creation methods a bit by robertphillips · 9 years ago
- 236e272 Remove vulkan from most build variants by liyuqian · 9 years ago
- 0652baa Revert of Cleanup use of legacy SkSurface creation methods a bit (patchset #2 id:20001 of https://codereview.chromium.org/2223023002/ ) by robertphillips · 9 years ago
- f21cd16 Cleanup use of legacy SkSurface creation methods a bit by robertphillips · 9 years ago
- 2edb0f4 More accurate render time and continuous fresh by liyuqian · 9 years ago
- 97a0918 Try fix the mac build bot after removing Android SampleApp by liyuqian · 9 years ago
- 7bde565 Revert of Remove Android SampleApp (patchset #5 id:80001 of https://codereview.chromium.org/2096683002/ ) by rmistry · 9 years ago
- 41bb5b4 Remove Android SampleApp by liyuqian · 9 years ago
- ea1fb74 Keep drawer open in xlarge-land and add float fps by liyuqian · 9 years ago
- 71491dc Support resize in Android Viewer App by liyuqian · 9 years ago
- 2a437e6 Provide filter when there are many options by liyuqian · 9 years ago
- d94ad58 Implement Raster Backend on Android Viewer App by liyuqian · 9 years ago
- 1f508fd Show FPS in UI state by liyuqian · 9 years ago
- e5a6cd9 Now we can use drawer to view the state information of the native app, and set its state using the spinner. by liyuqian · 9 years ago
- 9ad0949 Revert of Add drawer with state information (patchset #8 id:140001 of https://codereview.chromium.org/2004633002/ ) by kjlubick · 9 years ago
- 4145792 Remove VisualBench and its Android implementation. by djsollen · 9 years ago
- 4e4e308 Now we can use drawer to view the state information of the native app, and set its state using the spinner. by liyuqian · 9 years ago
- d3cdbca Implement touch control by liyuqian · 9 years ago
- 36632f4 Change Android activity title from JNI call by liyuqian · 9 years ago
- 6ce4b00 Use title buttons to switch slides by liyuqian · 9 years ago
- b11cf50 Fix typo in SkOSWindow_AndroidNative. by bungeman · 9 years ago
- 7bde8f8 Warning instead of exception for cmake by liyuqian · 9 years ago
- 40d21de Use swipe gesture to switch between slides on Android by liyuqian · 9 years ago
- 796c5bb Initial commit of our new Android app to demo Skia. by liyuqian · 9 years ago
- 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 9 years ago
- 3452426 Rename VulkanViewer to Viewer, take 2. by jvanverth · 9 years ago
- 4b38938 Fix VulkanViewer package name by djsollen · 9 years ago
- 2275017 Add CMake path to gradle by liyuqian · 9 years ago
- f62b235 Upgrade Android Gradle plugins by djsollen · 9 years ago
- 12d62a7 VulkanViewer on Android by djsollen · 9 years ago
- 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
- 18300a3 detach -> release by mtklein · 9 years ago
- 3ca7336 SampleApp: remove SkWindow::onPDFSaved, it does not work by kkinnunen · 10 years ago
- 721772e VisualBench: Make the Android SDL app start without cmdline arguments by kkinnunen · 10 years ago
- fe09119 VisualBench: Use first succeeding EGL API by kkinnunen · 10 years ago
- 43f610f Parse command line arguments for sdl + android by joshualitt · 10 years ago
- 474a9ea Wire up SDL on Android by joshualitt · 10 years ago
- 5d7a7fe Revert of Wire up SDL on Android (patchset #4 id:60001 of https://codereview.chromium.org/1415453009/ ) by joshualitt · 10 years ago
- a4d3797 Wire up SDL on Android by joshualitt · 10 years ago
- 6db78d7 Fix visualbench exiting on startup on android by joshualitt · 10 years ago
- ab26a9b android/apps: Add CanvasProof App; by halcanary · 10 years ago
- e5a38f0 VisualBenchTest: Read nanobench_flags.txt by borenet · 10 years ago
- 5e04bcf Run Appurify bot in release mode by borenet · 10 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 10 years ago
- 877a52a VisualBenchTest: Write JSON output by borenet · 10 years ago
- e5e6c60 Add VisualBenchTestActivity for instrumentation-testing VisualBench by borenet · 10 years ago
- 3a26fc8 Ensure that android "release" apps are signed with debug key by djsollen · 10 years ago
- d18b861 Update Android Apps to use gradle by djsollen · 10 years ago
- 9efef7b Revert "Update Android Apps to use gradle" by joshualitt · 10 years ago
- 425535f Update Android Apps to use gradle by djsollen · 10 years ago
- 8de8180 Add gradle wrappers for Android app builds by djsollen · 10 years ago