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