1. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  2. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago
  3. c4b21e6 Mark our territory with (C). by commit-bot@chromium.org · 10 years ago
  4. 540b97d Update Android expectations to reflect the new default gamma for fonts. by djsollen@google.com · 10 years ago
  5. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  6. 4bffdf2 use SkIntToScalar, fix windows build by commit-bot@chromium.org · 10 years ago
  7. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  8. 0bd03cf remove guard for getTotalClip by commit-bot@chromium.org · 10 years ago
  9. 365cd31 Rename GrAtlasedLayer to GrCachedLayer (since not all cached layers are atlased) by commit-bot@chromium.org · 10 years ago
  10. ba73d28 Add bench_playback, for quick profiling of SKR playback. by commit-bot@chromium.org · 10 years ago
  11. 1f75ab9 add some .gitignores related to gm and tools by commit-bot@chromium.org · 10 years ago
  12. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  13. 968757e Disable SK_GAMMA_SRGB on android builds. by djsollen@google.com · 10 years ago
  14. e424c1d So apparently Chrome has an x86 iOS build... by commit-bot@chromium.org · 10 years ago
  15. 18fd2b9 Add a focused public API for src/record. by commit-bot@chromium.org · 10 years ago
  16. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  17. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  18. 4770a3b Clean up the default gamma settings. by bungeman@google.com · 10 years ago
  19. e9085b1 remove two more effects that are now immutable by commit-bot@chromium.org · 10 years ago
  20. 76b12b7 when getClipBounds returns false, the out-param is uninitialized by reed@google.com · 10 years ago
  21. 55c9b4e Cast int to float. by commit-bot@chromium.org · 10 years ago
  22. 6573ce7 Create SkLayerRasterizer w/o destroying Builder. by commit-bot@chromium.org · 10 years ago
  23. d0b8904 rebaseline_server: eliminate meaningless 404 errors while waiting for content to load by commit-bot@chromium.org · 10 years ago
  24. 4f3452d Flesh out the list of includes, also fix up README markdown by commit-bot@chromium.org · 10 years ago
  25. 2f56998 Add MakeEmpty to GrIRect16 by commit-bot@chromium.org · 10 years ago
  26. 0d64356 Add a new bench that tests a simple image filter DAG. by senorblanco@chromium.org · 10 years ago
  27. 7f43493 Fix GPU-less build. by commit-bot@chromium.org · 10 years ago
  28. 24c568c add explicit filepaths to render_pictures JSON summary by commit-bot@chromium.org · 10 years ago
  29. ef93d29 Move build guard to fix Android framework compile. by commit-bot@chromium.org · 10 years ago
  30. defe6fd rebaseline_server: allow user to specify which builders to process by commit-bot@chromium.org · 10 years ago
  31. c5367ec Rename README and DESIGN so their markdown gets picked up my GitHub. by commit-bot@chromium.org · 10 years ago
  32. a94866d Add the chromium ninja builder to the list of trybots for a DEPS roll. by commit-bot@chromium.org · 10 years ago
  33. 729296f revert of 14111 to fix build by bensong@google.com · 10 years ago
  34. 6b43f50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  35. ff2de7c SkRecordDraw: don't bother clipping an empty clip down further by commit-bot@chromium.org · 10 years ago
  36. fe23f79 Revert of remove sprintf (https://codereview.chromium.org/230413005/) by commit-bot@chromium.org · 10 years ago
  37. d9ce2be SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 10 years ago
  38. d6e9b88 remove sprintf by commit-bot@chromium.org · 10 years ago
  39. e4a4f12 Real fix for SK_API / Windows shared lib problems. by mtklein@google.com · 10 years ago
  40. 0132a86 Cleaned up the start page, added wait cursor, disabled Run button while waiting for results. by commit-bot@chromium.org · 10 years ago
  41. 780836e SK_API for SkXfermode_opts_SSE2 so Chrome can initialize flattenables. by commit-bot@chromium.org · 10 years ago
  42. d6cab4a I got too aggressive on the seccomp cleanup, turns out backports-debian doesn't have the linux/seccomp.h header. by commit-bot@chromium.org · 10 years ago
  43. 0a09d71 Implement drawDRRect for GPU by commit-bot@chromium.org · 10 years ago
  44. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  45. 2a6f221 More SkPictureShader baselines. by fmalita@google.com · 10 years ago
  46. f846524 Baselines for the SkPictureShader GM. by fmalita@google.com · 10 years ago
  47. 6d036c2 Initial code for webtry, a web application for allowing users to try out Skia. by commit-bot@chromium.org · 10 years ago
  48. 0257ebe enable developers to provide their own android toolchain by commit-bot@chromium.org · 10 years ago
  49. 093ed31 Adjusts the bench expectations calculation to consider average value. by commit-bot@chromium.org · 10 years ago
  50. a2cbced no more callers of getTotalClip -- except in android by reed@google.com · 10 years ago
  51. 1b035d8 Do div-by-zero check for all gpus in ellipse/rr effects. by commit-bot@chromium.org · 10 years ago
  52. cde1718 Rebaselines for r14106. by bungeman@google.com · 10 years ago
  53. 4460e75 Define SK_CPU_X86 on x86 machines. by commit-bot@chromium.org · 10 years ago
  54. c524e98 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  55. d715aaa Measure DirectWrite BW consistently with rendering. by bungeman@google.com · 10 years ago
  56. cb1926c Rebaselines for https://codereview.chromium.org/181523002/ by commit-bot@chromium.org · 10 years ago
  57. 479d1ae Fixes to Android.mk generation for arm64. by commit-bot@chromium.org · 10 years ago
  58. 95c2e55 ARM Skia NEON patches - 22 - S32_D565_Blend by commit-bot@chromium.org · 10 years ago
  59. e1d9443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  60. 506db0b SkRecord: make culling work if SkRecordAnnotateCullingPairs is called. by commit-bot@chromium.org · 10 years ago
  61. 9ffa52d More SkRecord TODOs: by commit-bot@chromium.org · 10 years ago
  62. b736962 More SkRecord TODOs: by commit-bot@chromium.org · 10 years ago
  63. eefd8a0 Don't try to render color fonts using distance fields. by commit-bot@chromium.org · 10 years ago
  64. 066a28d Start on some unwritten SkRecord TODOs: by commit-bot@chromium.org · 10 years ago
  65. 6719d60 use default to fix warning (or I will shoot myself) by reed@google.com · 10 years ago
  66. 43d6d80 fix warning for uninitialized count by reed@google.com · 10 years ago
  67. efadb4b fix warning about uninitialized typeface_encoding by folding glyph case into switch by reed@google.com · 10 years ago
  68. bafee11 fix warning by removing padding field by reed@google.com · 10 years ago
  69. c5d9bb0 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  70. 03a99b8 Add push/pop cull to SkRecord. by commit-bot@chromium.org · 10 years ago
  71. 43c2758 WIP -- SkFont by reed@google.com · 10 years ago
  72. 667240a Relax the assert in SkReadBuffer::setPictureVersion(). by fmalita@google.com · 10 years ago
  73. e6d8be0 Removes deleted files SkBitmapShader* from gyp/core.gypi. by commit-bot@chromium.org · 10 years ago
  74. 8865d09 Revert of Initial picture shader implementation (https://codereview.chromium.org/221923007/) by commit-bot@chromium.org · 10 years ago
  75. 98f4e5c Suppress pictureshader GM failures. by fmalita@google.com · 10 years ago
  76. 592b2d1 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  77. 1ae492f Add option to SkDecodingImageGenerator to require unpremul. by commit-bot@chromium.org · 10 years ago
  78. fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 10 years ago
  79. c5713e4 clear bitmap in texture domain gm by commit-bot@chromium.org · 10 years ago
  80. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  81. c4df655 Factory methods for heap-allocated SkTypeface objects. by commit-bot@chromium.org · 10 years ago
  82. 2b4e370 Convert SkPicture's generation ID to a unique ID by commit-bot@chromium.org · 10 years ago
  83. c96268d Remove SkBitmapShaderTemplate. by commit-bot@chromium.org · 10 years ago
  84. 94bd822 Revert of Discard scratch render targets before reusing them. (https://codereview.chromium.org/225183012/) by commit-bot@chromium.org · 10 years ago
  85. 372a9c3 Fix EffectKey for XferEffect by commit-bot@chromium.org · 10 years ago
  86. 0f23ff1 Discard scratch render targets before reusing them. by commit-bot@chromium.org · 10 years ago
  87. 0d0d620 remove SK_SUPPORT_LEGACY_GETCLIPTYPE by commit-bot@chromium.org · 10 years ago
  88. b554440 Remove SkResizeImageFilter. by commit-bot@chromium.org · 10 years ago
  89. 622eda7 Remove deprecated function. by commit-bot@chromium.org · 10 years ago
  90. b7fedac Fixed Skia compilation error with strict clang. by commit-bot@chromium.org · 10 years ago
  91. 0f8c859 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  92. ae0054e get iOS building again by commit-bot@chromium.org · 10 years ago
  93. 78842e4 Rebaselining resizeimagefilter by commit-bot@chromium.org · 10 years ago
  94. 848fdb0 Updates to Android.mk generation. by commit-bot@chromium.org · 10 years ago
  95. 1f2d357 Change SkDecodingImageGenerator to hide implementation details. by commit-bot@chromium.org · 10 years ago
  96. 25595ed fix nacl build using ninja by commit-bot@chromium.org · 10 years ago
  97. 31db71d Prevent potential leaking of memory by using SkString and SkTArray. by commit-bot@chromium.org · 10 years ago
  98. cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 10 years ago
  99. 3eb77e4 teach rebaseline_server how to compare results of multiple render_pictures runs by commit-bot@chromium.org · 10 years ago
  100. a137675 hack hack hack by commit-bot@chromium.org · 10 years ago