1. 3251ed8 Refactor Vulkan support to support Fuchsia by Michael Jurka · 7 years ago
  2. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  3. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  4. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  5. 0a64e32 Turn on SkJumper all the time, try 2. by Mike Klein · 7 years ago
  6. 5f80485 make _win.S know if it's 64-bit by Mike Klein · 7 years ago
  7. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  8. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  9. d7e06ae jumper, revert to generating .S files by Mike Klein · 7 years ago
  10. 3e306f6 Use FontWeight symbols when available on Mac. by bungeman · 7 years ago
  11. 4a24e10 Add skia_use_egl flag by Kevin Lubick · 7 years ago
  12. d63442d ok: add basic unit test support by Mike Klein · 7 years ago
  13. 8c67909 Add a simple tool for isolating a path from an SKP by csmartdalton · 7 years ago
  14. f5d1a55 ok: basic Vias by Mike Klein · 7 years ago
  15. 7ac0483 Spin off non-core parts of ok into their own files. by Mike Klein · 7 years ago
  16. 06432b2 ok by Mike Klein · 7 years ago
  17. 189491c Enable dng testing on windows by Matt Sarett · 7 years ago
  18. 3b5bf35 Add $VULKAN_SDK/$Lib to lib_dirs on windows by Brian Salomon · 7 years ago
  19. a6ae1f7 wired up SPIR-V validator by Ethan Nicholas · 7 years ago
  20. 44801ca FuzzCanvas: NativeGLCanvas by Hal Canary · 7 years ago
  21. 2fcd170 Revert "Turn on SkJumper all the time." by Mike Klein · 7 years ago
  22. 1355551 Turn on SkJumper all the time. by Mike Klein · 7 years ago
  23. 894d561 Back to code as data arrays, this time in .text. by Mike Klein · 7 years ago
  24. e632003 Support Android NDK r14. by Mike Klein · 8 years ago
  25. 3669a82 Put is_skia_standalone back a bit. by Mike Klein · 8 years ago
  26. e459afd Strengthen is_official_build, update docs. by Mike Klein · 8 years ago
  27. 24ac42b Fuzz PDF, N32, and Null Canvases by Hal Canary · 8 years ago
  28. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  29. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  30. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 8 years ago
  31. 03e0584 Fix Chrome iOS no GPU build and block includes from src/gpu on our NoGpu bot. by Brian Salomon · 8 years ago
  32. a979a1d Move around GL dependencies. by Mike Klein · 8 years ago
  33. d44dd4c Fold MSAN awareness into SkJumper.cpp. by Mike Klein · 8 years ago
  34. ed1b902 SkJumper: Windows by Mike Klein · 8 years ago
  35. fd98b5e Remove unneeded is_fuzzing flag by Kevin Lubick · 8 years ago
  36. 9048851 Move declaration of is_fuzzer to where it is used by Ravi Mistry · 8 years ago
  37. edee1ae Write SkRegion fuzzer by Kevin Lubick · 8 years ago
  38. 16fcb23 SkJumper: aarch64 and armv7 by Mike Klein · 8 years ago
  39. cc3c2ed Disable SkJumper on MSAN builds. by Mike Klein · 8 years ago
  40. c12551c SkJumper: Linux by Mike Klein · 8 years ago
  41. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  42. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  43. d1fe952 SkJumper: start on asm by Mike Klein · 8 years ago
  44. 3bf12c6 Remove third_party/ktx from Skia. by Herb Derby · 8 years ago
  45. 0c8f7a3 Revert "Turn on SkJumper except on Windows." by Mike Klein · 8 years ago
  46. 957cf45 Turn on SkJumper except on Windows. by Mike Klein · 8 years ago
  47. e1caee1 SkJumper by Mike Klein · 8 years ago
  48. f6a1a21 Clean up SkSplicer. by Mike Klein · 8 years ago
  49. ef163d2 Disable SkSplicer. by Mike Klein · 8 years ago
  50. 5a8fe97 Remove include/xml from public API. by Herb Derby · 8 years ago
  51. 79086b9 Integrate the ImGui library with viewer by Brian Osman · 8 years ago
  52. bd41bcc SkSVGCanvas and co. depend on expat. by Mike Klein · 8 years ago
  53. 29b3e58 Don't build sksl if we're not building Ganesh. by Mike Klein · 8 years ago
  54. a04bb45 Make src/effects explicitly optional. by Mike Klein · 8 years ago
  55. 462334e Fix viewer on Android by Brian Osman · 8 years ago
  56. 8ab590f Split custom font managers. by Ben Wagner · 8 years ago
  57. f750fbc Simplify viewer's handling of backbuffer surface and color space by Brian Osman · 8 years ago
  58. adacaef iOS: cd into Documents folder at startup by Mike Klein · 8 years ago
  59. 10d36c5 Add GN target for skpinfo by Ravi Mistry · 8 years ago
  60. 1c47187 Fix Android roll by Mike Klein · 8 years ago
  61. 4ef8cb3 some armv7 hacking by Mike Klein · 8 years ago
  62. 4a0a943 Remove defunct include/images directory from GN. by Derek Sollenberger · 8 years ago
  63. 621ea11 only copy NDK binaries when using NDK in our standalone builds by Mike Klein · 8 years ago
  64. 09326e7 SkSplicer: start on Windows support by Mike Klein · 8 years ago
  65. c7adce1 disable splicer on MSAN bot by Mike Klein · 8 years ago
  66. 13ccda4 SkSplicer: fix aarch64 jump offset, turn on testing on aarch64 Android bots by Mike Klein · 8 years ago
  67. 7662066 Test SkSplicer on x86-64 bots, except Windows. by Mike Klein · 8 years ago
  68. c0a7a08 remove xbyak experiment by Mike Klein · 8 years ago
  69. a708026 SkSplicer by Mike Klein · 8 years ago
  70. 7f71d88 SkXbyak basics by Mike Klein · 8 years ago
  71. 7d92103 GN: add skia_android_serial and push_$foo targets when it's set by Mike Klein · 8 years ago
  72. 70120c7 Add tools to support gdb and simpleperf for android executables. by Derek Sollenberger · 8 years ago
  73. e6682eb GN: add test_app template by Mike Klein · 8 years ago
  74. 43fb7a0 BUILD.gn: skia_enable_pdf by Hal Canary · 8 years ago
  75. 3f375d0 Add skia_enable_discrete_gpu argument to GN by Brian Osman · 8 years ago
  76. 40a82bd remove MIPS DSP optimizations by Mike Klein · 8 years ago
  77. 144a5c5 Rename batch->op in skiaserve by Brian Salomon · 8 years ago
  78. 6ad3d2f xps.gni by Hal Canary · 8 years ago
  79. 427da6f Revert "Remove all KTX support" by Leon Scroggins · 8 years ago
  80. ada12ab Remove all KTX support by Leon Scroggins III · 8 years ago
  81. 95ada6e Remove SkKTXImageEncoder by Leon Scroggins III · 8 years ago
  82. bde5d5d Revert "Do not build the ktx encoder for android framework" by Mike Klein · 8 years ago
  83. eeb7137 Do not build the ktx encoder for android framework by Leon Scroggins III · 8 years ago
  84. f44703a Remove dependency on NDK cpufeatures. by Mike Klein · 8 years ago
  85. c308333 proposed gn_to_bp fixes by Mike Klein · 8 years ago
  86. a92c383 libviewer.so on Android, delete hello_skia_app by Mike Klein · 8 years ago
  87. ce8840e [SVGDom] ClipPath support by Florin Malita · 8 years ago
  88. 308b5ac Add gn_to_bp.py. by Mike Klein · 8 years ago
  89. 34755e2 Make ANGLE SampleApp work again by Brian Osman · 8 years ago
  90. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  91. 130a118 [GN] Create a non-null default native GL interface on iOS. by Chinmay Garde · 8 years ago
  92. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  93. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  94. fec1dea FuzzDrawFunctions from twsmith by Kevin Lubick · 8 years ago
  95. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  96. 17b6e48 Revert "Turn off /arch:AVX[2] on Windows builds." by Mike Klein · 8 years ago
  97. c36dedf Build fiddle and public_headers_warnings_check only when skia_enable_tools. by Mike Klein · 8 years ago
  98. c89e243 Turn off /arch:AVX[2] on Windows builds. by Mike Klein · 8 years ago
  99. 43f115c Disable the sources assignment filter for platform specific files. by Chinmay Garde · 8 years ago
  100. 109ddc3 Don't build :public_headers_warnings_check on NoGPU builds. by Mike Klein · 8 years ago