1. a8fabd3 Fiddle can use EGL if available. by Joe Gregorio · 7 years ago
  2. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago
  3. f2ae2b2 move perlinenoise2 into effects by Mike Reed · 7 years ago
  4. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago
  5. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago
  6. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  7. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  8. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  9. 9f1c403 Add tool to create test images with interesting color profiles by Matt Sarett · 7 years ago
  10. 62669ad ok, add timer via by Mike Klein · 7 years ago
  11. 94fd06f Move SkPngEncoder into public API by Matt Sarett · 7 years ago
  12. 04c3731 SkEncoder: Rename files, change webp API, for consistency by Matt Sarett · 7 years ago
  13. a9e241d drawfilter is legacy-guarded, no need for deprecated by Mike Reed · 7 years ago
  14. 5db010b Link to vulkan in tools but not library. by Brian Salomon · 7 years ago
  15. ec6ae52 Use system Vulkan headers except when no building with vulkan support by Greg Daniel · 7 years ago
  16. c819e66 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  17. 1e735c0 [fiddle] Add simple animation support. by Joe Gregorio · 7 years ago
  18. 5238f99 Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 7 years ago
  19. 3a3bc42 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  20. df07ddd Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 7 years ago
  21. edbb7d8 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  22. 30229ac Fix Fuchsia Vulkan build control by Forrest Reiling · 7 years ago
  23. da3e596 Set build vars for Vulkan backend on Fuchsia. by Michael Jurka · 7 years ago
  24. 50130e4 Allow including of vulkan.h as a required public api when using vulkan. by Greg Daniel · 7 years ago
  25. 45cde31 SkMultiPictureDocument : clean up MultiPictureDocumentReader interface by Hal Canary · 7 years ago
  26. 3251ed8 Refactor Vulkan support to support Fuchsia by Michael Jurka · 7 years ago
  27. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  28. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  29. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  30. 0a64e32 Turn on SkJumper all the time, try 2. by Mike Klein · 7 years ago
  31. 5f80485 make _win.S know if it's 64-bit by Mike Klein · 7 years ago
  32. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  33. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  34. d7e06ae jumper, revert to generating .S files by Mike Klein · 7 years ago
  35. 3e306f6 Use FontWeight symbols when available on Mac. by bungeman · 7 years ago
  36. 4a24e10 Add skia_use_egl flag by Kevin Lubick · 7 years ago
  37. d63442d ok: add basic unit test support by Mike Klein · 7 years ago
  38. 8c67909 Add a simple tool for isolating a path from an SKP by csmartdalton · 7 years ago
  39. f5d1a55 ok: basic Vias by Mike Klein · 7 years ago
  40. 7ac0483 Spin off non-core parts of ok into their own files. by Mike Klein · 7 years ago
  41. 06432b2 ok by Mike Klein · 7 years ago
  42. 189491c Enable dng testing on windows by Matt Sarett · 7 years ago
  43. 3b5bf35 Add $VULKAN_SDK/$Lib to lib_dirs on windows by Brian Salomon · 7 years ago
  44. a6ae1f7 wired up SPIR-V validator by Ethan Nicholas · 7 years ago
  45. 44801ca FuzzCanvas: NativeGLCanvas by Hal Canary · 7 years ago
  46. 2fcd170 Revert "Turn on SkJumper all the time." by Mike Klein · 7 years ago
  47. 1355551 Turn on SkJumper all the time. by Mike Klein · 7 years ago
  48. 894d561 Back to code as data arrays, this time in .text. by Mike Klein · 7 years ago
  49. e632003 Support Android NDK r14. by Mike Klein · 7 years ago
  50. 3669a82 Put is_skia_standalone back a bit. by Mike Klein · 7 years ago
  51. e459afd Strengthen is_official_build, update docs. by Mike Klein · 7 years ago
  52. 24ac42b Fuzz PDF, N32, and Null Canvases by Hal Canary · 7 years ago
  53. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 7 years ago
  54. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 7 years ago
  55. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 7 years ago
  56. 03e0584 Fix Chrome iOS no GPU build and block includes from src/gpu on our NoGpu bot. by Brian Salomon · 7 years ago
  57. a979a1d Move around GL dependencies. by Mike Klein · 7 years ago
  58. d44dd4c Fold MSAN awareness into SkJumper.cpp. by Mike Klein · 7 years ago
  59. ed1b902 SkJumper: Windows by Mike Klein · 7 years ago
  60. fd98b5e Remove unneeded is_fuzzing flag by Kevin Lubick · 7 years ago
  61. 9048851 Move declaration of is_fuzzer to where it is used by Ravi Mistry · 7 years ago
  62. edee1ae Write SkRegion fuzzer by Kevin Lubick · 7 years ago
  63. 16fcb23 SkJumper: aarch64 and armv7 by Mike Klein · 7 years ago
  64. cc3c2ed Disable SkJumper on MSAN builds. by Mike Klein · 7 years ago
  65. c12551c SkJumper: Linux by Mike Klein · 7 years ago
  66. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 7 years ago
  67. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 7 years ago
  68. d1fe952 SkJumper: start on asm by Mike Klein · 7 years ago
  69. 3bf12c6 Remove third_party/ktx from Skia. by Herb Derby · 7 years ago
  70. 0c8f7a3 Revert "Turn on SkJumper except on Windows." by Mike Klein · 7 years ago
  71. 957cf45 Turn on SkJumper except on Windows. by Mike Klein · 7 years ago
  72. e1caee1 SkJumper by Mike Klein · 7 years ago
  73. f6a1a21 Clean up SkSplicer. by Mike Klein · 7 years ago
  74. ef163d2 Disable SkSplicer. by Mike Klein · 7 years ago
  75. 5a8fe97 Remove include/xml from public API. by Herb Derby · 7 years ago
  76. 79086b9 Integrate the ImGui library with viewer by Brian Osman · 7 years ago
  77. bd41bcc SkSVGCanvas and co. depend on expat. by Mike Klein · 7 years ago
  78. 29b3e58 Don't build sksl if we're not building Ganesh. by Mike Klein · 7 years ago
  79. a04bb45 Make src/effects explicitly optional. by Mike Klein · 7 years ago
  80. 462334e Fix viewer on Android by Brian Osman · 7 years ago
  81. 8ab590f Split custom font managers. by Ben Wagner · 7 years ago
  82. f750fbc Simplify viewer's handling of backbuffer surface and color space by Brian Osman · 7 years ago
  83. adacaef iOS: cd into Documents folder at startup by Mike Klein · 7 years ago
  84. 10d36c5 Add GN target for skpinfo by Ravi Mistry · 8 years ago
  85. 1c47187 Fix Android roll by Mike Klein · 8 years ago
  86. 4ef8cb3 some armv7 hacking by Mike Klein · 8 years ago
  87. 4a0a943 Remove defunct include/images directory from GN. by Derek Sollenberger · 8 years ago
  88. 621ea11 only copy NDK binaries when using NDK in our standalone builds by Mike Klein · 8 years ago
  89. 09326e7 SkSplicer: start on Windows support by Mike Klein · 8 years ago
  90. c7adce1 disable splicer on MSAN bot by Mike Klein · 8 years ago
  91. 13ccda4 SkSplicer: fix aarch64 jump offset, turn on testing on aarch64 Android bots by Mike Klein · 8 years ago
  92. 7662066 Test SkSplicer on x86-64 bots, except Windows. by Mike Klein · 8 years ago
  93. c0a7a08 remove xbyak experiment by Mike Klein · 8 years ago
  94. a708026 SkSplicer by Mike Klein · 8 years ago
  95. 7f71d88 SkXbyak basics by Mike Klein · 8 years ago
  96. 7d92103 GN: add skia_android_serial and push_$foo targets when it's set by Mike Klein · 8 years ago
  97. 70120c7 Add tools to support gdb and simpleperf for android executables. by Derek Sollenberger · 8 years ago
  98. e6682eb GN: add test_app template by Mike Klein · 8 years ago
  99. 43fb7a0 BUILD.gn: skia_enable_pdf by Hal Canary · 8 years ago
  100. 3f375d0 Add skia_enable_discrete_gpu argument to GN by Brian Osman · 8 years ago