1. 916de9f Add RAW decoding into Skia. by yujieqin · 9 years ago
  2. c85a9fd Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ ) by msarett · 9 years ago
  3. 6bd8639 Add RAW decoding into Skia. by yujieqin · 9 years ago
  4. 7f6a1e0 First rough draft of skiaserve by joshualitt · 9 years ago
  5. bb5b77d Disable sanitizers with a blacklist. by mtklein · 9 years ago
  6. b5f7d77 When was SkPDiff last used? by mtklein · 9 years ago
  7. f16f88b Create a define for nanobench builds to dump stats by joshualitt · 9 years ago
  8. 824f46c GYP: remove stale skia_scalar gyp variable by Hal Canary · 9 years ago
  9. 474a9ea Wire up SDL on Android by joshualitt · 9 years ago
  10. 5d7a7fe Revert of Wire up SDL on Android (patchset #4 id:60001 of https://codereview.chromium.org/1415453009/ ) by joshualitt · 9 years ago
  11. a4d3797 Wire up SDL on Android by joshualitt · 9 years ago
  12. f7c0822 Default off LTCG for human builds. by mtklein · 9 years ago
  13. 3442261 SkPDF: Optionally output PDF/A-2b archive format. by halcanary · 9 years ago
  14. 21f99b7 Revert of SkPDF: Optionally output PDF/A-2b archive format. (patchset #5 id:80001 of https://codereview.chromium.org/1394263003/ ) by bungeman · 9 years ago
  15. 939c0fe SkPDF: Optionally output PDF/A-2b archive format. by halcanary · 9 years ago
  16. b1ac52f Skia: Add Command Buffer support to Linux/Mac by hendrikw · 9 years ago
  17. 6f0fdac skia: Add support for ANGLE on linux by hendrikw · 9 years ago
  18. b1c56ec unplumb sknx_no_simd by mtklein · 9 years ago
  19. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  20. 65bd7ae Add gyp support for new GPU backend by jvanverth · 9 years ago
  21. 4b5472b Add ability to pass in an optional path to additional unit tests to run. by egdaniel · 9 years ago
  22. 8ee06f2 SkPDF: allow PDF module to be disabled in DM and SampleApp by halcanary · 9 years ago
  23. 9f8754f Remove experimental/PdfViewer by halcanary · 9 years ago
  24. 4239fc2 Remove skia_arch_width, fold into skia_arch_type. by Brian Salomon · 9 years ago
  25. 243406e Add skia_use_android_framework_defines GYP_DEFINE by borenet · 9 years ago
  26. 10b371c ANGLE deps roll by hendrikw · 9 years ago
  27. cd94d73 Revert of skia: ANGLE deps roll (patchset #1 id:1 of https://codereview.chromium.org/1244843003/) by hendrikw · 9 years ago
  28. db0b1e7 ANGLE deps roll by hendrikw · 9 years ago
  29. 4abc186 Add a GYP flag to define SKNX_NO_SIMD when set. by mtklein · 9 years ago
  30. b2a6fe7 Enable both static and dynamically linked libpng by djsollen · 9 years ago
  31. 4808757 Remove all code related to NaCl by borenet · 9 years ago
  32. 1865900 Revert of Enable both static and dynamically linked libpng (patchset #4 id:60001 of https://codereview.chromium.org/1032253003/) by djsollen · 9 years ago
  33. 2469c99 Enable both static and dynamically linked libpng by djsollen · 9 years ago
  34. 5c9fa28 Add option to embed font data into executable. by bungeman · 9 years ago
  35. 6d0e7b2 WIP: Added support for giflib, updated jpeg and png by msarett · 9 years ago
  36. 00c9509 Revert of WIP: Added support for giflib, updated jpeg and png (patchset #8 id:260001 of https://codereview.chromium.org/1038863003/) by borenet · 9 years ago
  37. 255dcd1 WIP: Added support for giflib, updated jpeg and png by msarett · 9 years ago
  38. dee3df9 Add a go-fast button to Skia GYP configs. by mtklein · 9 years ago
  39. 2271256 Clean up poppler code. by mtklein · 10 years ago
  40. 86e31a1 Allow user to pass in a path for extra dependencies for gpu by egdaniel · 10 years ago
  41. f9b31eb Return to building libpng_static off of Android. by scroggo · 10 years ago
  42. 3b234f7 Build the Android version of PNG on Android. by scroggo · 10 years ago
  43. f24f224 Add SkCodec, including PNG implementation. by scroggo · 10 years ago
  44. ee1a726 Revert of Add SkCodec, including PNG implementation. (patchset #24 id:460001 of https://codereview.chromium.org/930283002/) by scroggo · 10 years ago
  45. ca35885 Add SkCodec, including PNG implementation. by scroggo · 10 years ago
  46. ee2a3ea Revert of Default SK_ANGLE to true on Windows, run angle whenever possible on bots. (patchset #3 id:40001 of https://codereview.chromium.org/946933006/) by mtklein · 10 years ago
  47. 88ec329 Default SK_ANGLE to true on Windows, run angle whenever possible on bots. by mtklein · 10 years ago
  48. 1e4e814 SK_NO_FLATE by mtklein · 10 years ago
  49. df1c337 Don't use m32 cflag for x86_64. by scroggo · 10 years ago
  50. f19ec51 WAE on Macs too. That leaves only Android framework builds. by mtklein · 10 years ago
  51. 616e451 Revert of WAE on Macs too. That leaves only Android framework builds. (patchset #3 id:40001 of https://codereview.chromium.org/804063002/) by mtklein · 10 years ago
  52. 161b6de WAE on Macs too. That leaves only Android framework builds. by mtklein · 10 years ago
  53. 0aa5cea fix last warnings on w64 and turn on w.a.e. by bsalomon · 10 years ago
  54. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  55. aa30ab3 Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures (patchset #2 id:20001 of https://codereview.chromium.org/699453005/) by jvanverth · 10 years ago
  56. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  57. 29dda80 Add support for EGL on linux by derekf · 10 years ago
  58. e33985a Revert "Add support for EGL on linux" by borenet · 10 years ago
  59. 1cea736 Add support for EGL on linux by derekf · 10 years ago
  60. a7e930f On the bots, there's no need to link GMs into SampleApp. by mtklein · 10 years ago
  61. 2f4a69d Clean up skia_directwrite GYP variable. by mtklein · 10 years ago
  62. c0bc913 Introduce skia_pic gyp variable. by scroggo · 10 years ago
  63. 720c66b Reexport skia_gdi. by Mike Klein · 10 years ago
  64. 20f3403 Put skia_directwrite back for now. by Mike Klein · 10 years ago
  65. 9358706 skia_directwrite -> skia_gdi by Mike Klein · 10 years ago
  66. 4d1605a Enable tools/CrashHandler again. by mtklein · 10 years ago
  67. da07a08 Make LTCG optional on windows builds. by bsalomon · 10 years ago
  68. f01a6c3 In Android framework, make tools depend on jsoncpp by scroggo · 10 years ago
  69. aaf1df6 MIPS: modified gypi files to support build by djordje.pesut · 10 years ago
  70. 6ee7a09 cleanup gyp common_variables by djsollen@google.com · 10 years ago
  71. 684b3d0 Disable poppler on Windows since it no longer compiles in VS2013 by commit-bot@chromium.org · 10 years ago
  72. 61744ec Generate bench/Android.mk from gyp. by commit-bot@chromium.org · 10 years ago
  73. 199cf69 Fix Moz2D build by commit-bot@chromium.org · 10 years ago
  74. 6f2d4d4 ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  75. d643a90 Revert of ARM Skia NEON patches - 35 - First AArch64 support (https://codereview.chromium.org/143423004/) by commit-bot@chromium.org · 10 years ago
  76. 7a0e275 ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  77. ae79612 Add compile flag to force usage of distance fields for all SkPaints. by commit-bot@chromium.org · 11 years ago
  78. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 11 years ago
  79. f84722e Build Skia for a bare-bones embedded Linux system. by commit-bot@chromium.org · 11 years ago
  80. 93f5e51 Small fixes for auto generating Android.mk by commit-bot@chromium.org · 11 years ago
  81. 35d4872 Gyp flag to disable inlining. by commit-bot@chromium.org · 11 years ago
  82. d4adfa3 Reland "Gyp file changes for the android framework." by scroggo@google.com · 11 years ago
  83. eb62950 Gyp file changes for the android framework. by scroggo@google.com · 11 years ago
  84. 1c9bd55 Gyp file changes for the android framework. by scroggo@google.com · 11 years ago
  85. d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  86. 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
  87. 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  88. 29f351a Allow an override of MACOSX_DEPLOYMENT_TARGET, so the user can build against a different SDK if desired. by senorblanco@chromium.org · 11 years ago
  89. 424fce3 disable poplar/fontconfig by default on mac by commit-bot@chromium.org · 11 years ago
  90. fa190be Roll fontconfig to 2.11.0 and reenable poppler on mac by commit-bot@chromium.org · 11 years ago
  91. b638a3a Default Mac to 64-bit. by commit-bot@chromium.org · 11 years ago
  92. 4a8e17d remove poplar building from mac, until it is fixed by commit-bot@chromium.org · 11 years ago
  93. 83f5692 Fix Mac fontconfig build (try 2) by commit-bot@chromium.org · 11 years ago
  94. 32eea43 Revert of https://codereview.chromium.org/113203003/ by commit-bot@chromium.org · 11 years ago
  95. 9a907fa Fix Mac fontconfig build by commit-bot@chromium.org · 11 years ago
  96. 42cc237 New Composite CSS border object by robertphillips@google.com · 11 years ago
  97. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  98. d830d13 Hook in rough distance field support for fonts by jvanverth@google.com · 11 years ago
  99. ffd178c Initial draft code to run pdfviewer withg gms by commit-bot@chromium.org · 11 years ago
  100. 4e5559a Allow specifying the max texture count on the bots by robertphillips@google.com · 11 years ago