1. 2d4c7cb Add bench_playback, for quick profiling of SKR playback. by commit-bot@chromium.org · 10 years ago
  2. f667723 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  3. 58f357d Disable SK_GAMMA_SRGB on android builds. by djsollen@google.com · 10 years ago
  4. 486b63e Add a focused public API for src/record. by commit-bot@chromium.org · 10 years ago
  5. 5a8bd89 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  6. 8d725c4 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  7. 350e6c9 Create SkLayerRasterizer w/o destroying Builder. by commit-bot@chromium.org · 10 years ago
  8. b3f998c Add a new bench that tests a simple image filter DAG. by senorblanco@chromium.org · 10 years ago
  9. 5412de1 revert of 14111 to fix build by bensong@google.com · 10 years ago
  10. b681a0a SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 10 years ago
  11. b725193 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  12. 4de9a78 Initial code for webtry, a web application for allowing users to try out Skia. by commit-bot@chromium.org · 10 years ago
  13. 3c16506 no more callers of getTotalClip -- except in android by reed@google.com · 10 years ago
  14. ce4236c Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  15. f29b9b1 Fixes to Android.mk generation for arm64. by commit-bot@chromium.org · 10 years ago
  16. c569d5b SkRecord: make culling work if SkRecordAnnotateCullingPairs is called. by commit-bot@chromium.org · 10 years ago
  17. f997cac More SkRecord TODOs: by commit-bot@chromium.org · 10 years ago
  18. 4857886 Start on some unwritten SkRecord TODOs: by commit-bot@chromium.org · 10 years ago
  19. 6219fb8 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  20. 4916449 WIP -- SkFont by reed@google.com · 10 years ago
  21. 383b33b Removes deleted files SkBitmapShader* from gyp/core.gypi. by commit-bot@chromium.org · 10 years ago
  22. eea3811 Revert of Initial picture shader implementation (https://codereview.chromium.org/221923007/) by commit-bot@chromium.org · 10 years ago
  23. ef7c054 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  24. f0bc6bb remove SK_SUPPORT_LEGACY_GETCLIPTYPE by commit-bot@chromium.org · 10 years ago
  25. 3072cd8 Remove SkResizeImageFilter. by commit-bot@chromium.org · 10 years ago
  26. 83649e1 get iOS building again by commit-bot@chromium.org · 10 years ago
  27. e57106d Updates to Android.mk generation. by commit-bot@chromium.org · 10 years ago
  28. 6a0829d fix nacl build using ninja by commit-bot@chromium.org · 10 years ago
  29. f75ecc4 Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  30. a017e08 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  31. 642c90f Pull Gpu shader out of SkTwoPointConicalGradient into own file by commit-bot@chromium.org · 10 years ago
  32. 039649f Add a GrLayerCache to GrContext by robertphillips@google.com · 10 years ago
  33. 52bf107 ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  34. 4673ae4 Purge SkPurgeableMemoryBlock. by commit-bot@chromium.org · 10 years ago
  35. 194f152 SkRecord strawman by commit-bot@chromium.org · 10 years ago
  36. d0a2e70 Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  37. 61f33e8 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  38. ba357f0 change default build (in "make" wrapper) to ninja on all platforms by epoger@google.com · 10 years ago
  39. 18b6eb0 Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago
  40. cff8a47 Revert of ARM Skia NEON patches - 35 - First AArch64 support (https://codereview.chromium.org/143423004/) by commit-bot@chromium.org · 10 years ago
  41. c78908d ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  42. 9544631 Lazy image decoding to reduce bench_record overhead. by commit-bot@chromium.org · 10 years ago
  43. 87de4fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  44. 28101bb Updates to Android.mk generation. by commit-bot@chromium.org · 10 years ago
  45. 2a470fe Add clip effect for circles by commit-bot@chromium.org · 10 years ago
  46. 6401119 Revert of Implement text rendering with NVPR (https://codereview.chromium.org/196133014/) by commit-bot@chromium.org · 10 years ago
  47. 5794319 Implement text rendering with NVPR by commit-bot@chromium.org · 10 years ago
  48. cc1d01b Let DM work without a GPU. by commit-bot@chromium.org · 10 years ago
  49. 0231092 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 10 years ago
  50. eeed9a9 Implement a generic matrix transform image filter. by senorblanco@chromium.org · 10 years ago
  51. 9ee003f Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 10 years ago
  52. eedb87b Remove more flags not needed by android framework. by commit-bot@chromium.org · 10 years ago
  53. a04fc03 Add GM that tests GrTextureDomain and fix bug where kDecal_Mode gets incorrectly ignored. by commit-bot@chromium.org · 10 years ago
  54. 3b47623 gather GM tests which are disabled on Android by commit-bot@chromium.org · 10 years ago
  55. 422915d remove SK_SUPPORT_LEGACY_READPIXELSCONFIG by reed@google.com · 10 years ago
  56. c265fb8 disable imagefilterscropexpand GM test on Android by commit-bot@chromium.org · 10 years ago
  57. bc5a9d9 Fix r13897. by bungeman@google.com · 10 years ago
  58. e519f74 A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 10 years ago
  59. 8c39ce6 Add removeShuffle to SkTArray and add SkTArray tests. by bungeman@google.com · 10 years ago
  60. e96948e replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones, and then remove them entirely! by commit-bot@chromium.org · 10 years ago
  61. b4627d5 Add reg test for http://crbug.com/348821 by commit-bot@chromium.org · 10 years ago
  62. bdbc003 Fix GPU displacement with expanding crop rects. by senorblanco@chromium.org · 10 years ago
  63. 7d3537b add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  64. 0bcc76d Fast implementation of QuadTree by commit-bot@chromium.org · 10 years ago
  65. 55c8b1f Move SkNoSaveLayerCanvas.h to include/utils by robertphillips@google.com · 10 years ago
  66. 53dbb34 Suppress imagefilterscropexpand GM temporarily to fix Win Debug failures. by commit-bot@chromium.org · 10 years ago
  67. 4f2e203 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  68. e591b99 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG by reed@google.com · 10 years ago
  69. 512eba0 remove SK_SUPPORT_LEGACY_GETDEVICECAPABILITIES by reed@google.com · 10 years ago
  70. 668d04b Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  71. cabd6c3 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  72. 4b1e76f getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 10 years ago
  73. f4efdb1 add gm to show bug in stroked-text in drawPosText by commit-bot@chromium.org · 10 years ago
  74. 0a89e77 support direct writing to top layer, and hide getTopLayer() by reed@google.com · 10 years ago
  75. 69659d6 Add compile flag to force usage of distance fields for all SkPaints. by commit-bot@chromium.org · 10 years ago
  76. 97cb4da remove SK_SUPPORT_LEGACY_COPYTO_CONFIG by commit-bot@chromium.org · 10 years ago
  77. 8b65544 First pass at a web app that lets you run Skia code and see the results. by commit-bot@chromium.org · 10 years ago
  78. cd41288 Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 10 years ago
  79. 801652b Add new module for distance field generation. by commit-bot@chromium.org · 10 years ago
  80. c4be2fe Revert of Add new module for distance field generation. (https://codereview.chromium.org/178543007/) by commit-bot@chromium.org · 10 years ago
  81. 04aebcc Add new module for distance field generation. by commit-bot@chromium.org · 10 years ago
  82. cc93d96 Revert "remove flag for legacy copyTo -- call sites have been updated" by reed@google.com · 10 years ago
  83. 5b37f18 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  84. bcdf1d4 hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 10 years ago
  85. 933bc4d remove flag for legacy copyTo -- call sites have been updated by reed@google.com · 10 years ago
  86. 3574016 This is just the first version and shows how I intend to orchestrate this. Future enhancements will: by commit-bot@chromium.org · 10 years ago
  87. 7be85aa Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 10 years ago
  88. 43e56d4 Add a class to allocate small objects w/o extra calls to new. by commit-bot@chromium.org · 10 years ago
  89. 91efdf2 remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer used by commit-bot@chromium.org · 10 years ago
  90. 1e1dff0 Factor out a BaseContext from JsContext. by commit-bot@chromium.org · 10 years ago
  91. 2ba8929 Cleanup patch to move all of SkImageFilterUtils into SkImageFilter. by senorblanco@chromium.org · 10 years ago
  92. 4a40c64 Rename test files to end with Test.cpp. by commit-bot@chromium.org · 10 years ago
  93. 1e7e3b1 Generating the 1M skps frequently yields truncated skps. This tool is intended to help automate weeding these out. by commit-bot@chromium.org · 10 years ago
  94. ca04e54 DM: make GPU tasks multithreaded again. Big refactor. by commit-bot@chromium.org · 10 years ago
  95. dd4860f remove SK_SUPPORT_DEEPCOPYTO_CONFIG by reed@google.com · 10 years ago
  96. 4665194 Updates to gyp files for building Android.mk by commit-bot@chromium.org · 10 years ago
  97. bc1ee9b Modify how gpu.gyp includes angle.gyp. by commit-bot@chromium.org · 10 years ago
  98. fa16857 Add GrSet class built on top of RedBlackTree by commit-bot@chromium.org · 10 years ago
  99. 3578b62 Rename Path to Path2D by commit-bot@chromium.org · 10 years ago
  100. c696c98 DM: also run benches once. by commit-bot@chromium.org · 10 years ago