1. 6e5671d Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  2. 6e332f7 Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/) by commit-bot@chromium.org · 10 years ago
  3. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  4. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  5. ede0c5c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  6. 8798ae3 Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 10 years ago
  7. 8089467 Fix double to SkScalar issues in SkTwoPointConicalGradient_gpu.cpp by commit-bot@chromium.org · 10 years ago
  8. c8379d7 Add gpu fast path for two point conical gradients. by commit-bot@chromium.org · 10 years ago
  9. 60b5dce expose CGImage -> SkBitmap by commit-bot@chromium.org · 10 years ago
  10. 945ec3a Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/) by commit-bot@chromium.org · 10 years ago
  11. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  12. 16307bd Fix build: Windows has dibs on IGNORE by commit-bot@chromium.org · 10 years ago
  13. dcacd5f eliminate config param -- it was always self's config by reed@google.com · 10 years ago
  14. dcecb16 fix size_t/int warnings in pictures by commit-bot@chromium.org · 10 years ago
  15. c18ba27 Remove SK_IGNORE_FREETYPE_ROTATION_FIX and guarded code. by bungeman@google.com · 10 years ago
  16. 88c3e27 Refactor SkRecord opts, converting playback optimizations where possible. by commit-bot@chromium.org · 10 years ago
  17. 6c5aea2 Use GradFlags for gradient Flags in SkGradientShader by commit-bot@chromium.org · 10 years ago
  18. aec1438 Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects by commit-bot@chromium.org · 10 years ago
  19. fd4ee4d NewRasterDirect should *not* erase the pixels -- direct means the client is in-charge by commit-bot@chromium.org · 10 years ago
  20. d3b28e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  21. 811f20d Add missing scale value to fix SkGradientShader memory error by commit-bot@chromium.org · 10 years ago
  22. 6b4aaa7 add optional origin parameter to accessTopLayerPixels by commit-bot@chromium.org · 10 years ago
  23. 2c4e75c Remove offset to SkMallocPixelRef::NewWithData - use SkData::NewSubset instead. by commit-bot@chromium.org · 10 years ago
  24. 855e88e Fixes for SkPictureShader. by commit-bot@chromium.org · 10 years ago
  25. ad8ce57 anticipate more optimizations by renaming some files and methods by commit-bot@chromium.org · 10 years ago
  26. 44d83c1 Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 10 years ago
  27. 0ed84ce remove sizeof check -- triggers warning in chrome by reed@google.com · 10 years ago
  28. 0f1fef8 inline SkMulDiv now that 64bit mul is inlineable by commit-bot@chromium.org · 10 years ago
  29. 2cfa320 fix warnings around size_t/int by commit-bot@chromium.org · 10 years ago
  30. 8a777a5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  31. 33a94e2 remove unused fOverflowed from SkClampRange by reed@google.com · 10 years ago
  32. aec4066 fix int/size_t warnings by reed@google.com · 10 years ago
  33. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  34. 8d4dc71 rename SkPaintParts.* to SkPaintPart.* by reed@google.com · 10 years ago
  35. 996402b Get gradient information for gpu effect directly from SkGradientShader instead of calling asAGradient by commit-bot@chromium.org · 10 years ago
  36. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  37. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  38. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  39. 53783b0 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  40. 68ea91a Revert of Fix memory leak in SkGradientShader. (https://codereview.chromium.org/240303003/) by commit-bot@chromium.org · 10 years ago
  41. e9e62d5 Ashmem functions compile when size_t != __u32 by commit-bot@chromium.org · 10 years ago
  42. 84f7a06 add some asserts for mipmaps, and cleanup fFilterLevel if mipping failed by commit-bot@chromium.org · 10 years ago
  43. cc277b7 Orphan ProcXfermode, with an eye towards removing it by commit-bot@chromium.org · 10 years ago
  44. 7518ff2 Revert of Add flipped gradient branch to two point conical gradient (https://codereview.chromium.org/227623004/) by commit-bot@chromium.org · 10 years ago
  45. cf41935 Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 10 years ago
  46. 667b98d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  47. 6493ae2 Don't unset gFCSafeToUse when it's still safe to use. by commit-bot@chromium.org · 10 years ago
  48. 45d86e7 always store bitfields along with dirty in FlatteningTraits by commit-bot@chromium.org · 10 years ago
  49. 9631337 Fix memory leak in SkGradientShader. by commit-bot@chromium.org · 10 years ago
  50. 6c50888 Double assignment in GrGpuGL::configToGLFormats() by commit-bot@chromium.org · 10 years ago
  51. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  52. 4453e8b glDiscardFramebuffer() in GrGpuGL::discard uses invalid GLenum by commit-bot@chromium.org · 10 years ago
  53. 85faf50 remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 10 years ago
  54. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  55. 64b08a1 Fix artifacts in distance field rendering due to bilerp by commit-bot@chromium.org · 10 years ago
  56. d3fbd34 Fix size of rotated text with FreeType. by bungeman@google.com · 10 years ago
  57. 73cb153 Make sure SkDrawLooper objects can only be allocated on the heap. by commit-bot@chromium.org · 10 years ago
  58. beb8b3a Add GL_CHROMIUM_map_sub functions to GrGLInterface and bit to GrGLCaps. by commit-bot@chromium.org · 10 years ago
  59. 653d518 SkRecord bug fixes by commit-bot@chromium.org · 10 years ago
  60. a1ed7ae Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  61. 762cd80 Move distance field generation to the glyph cache. by commit-bot@chromium.org · 10 years ago
  62. 73b55eb SkRecordDraw: use SkCanvas::quickRejectY for text draws by commit-bot@chromium.org · 10 years ago
  63. b17a24f SkRecord: turn on cull annotation pass in public API. by commit-bot@chromium.org · 10 years ago
  64. 3d695d9 change #if SK_DEBUG to #ifdef SK_DEBUG by commit-bot@chromium.org · 10 years ago
  65. 8608463 fix broken build by commit-bot@chromium.org · 10 years ago
  66. d9ae231 Revert "Revert of use templates instead of macros to build blitters (https://codereview.chromium.org/120633004/)" by reed@google.com · 10 years ago
  67. 4431e77 Mike R: please sanity check SkPostConfig.h by commit-bot@chromium.org · 10 years ago
  68. 1a479e7 Allow clients to specify an external SkImageFilter cache. by senorblanco@chromium.org · 10 years ago
  69. 8f9e681 Revert of use templates instead of macros to build blitters (https://codereview.chromium.org/120633004/) by commit-bot@chromium.org · 10 years ago
  70. f6a5afb Remove currently unused code by commit-bot@chromium.org · 10 years ago
  71. 567f519 use templates instead of macros to build blitters by commit-bot@chromium.org · 10 years ago
  72. 5429965 Xfermode: SSE2 implementation of a number of simple transfer modes by commit-bot@chromium.org · 10 years ago
  73. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  74. d942731 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  75. c3c67df remove dead code from SkPicturePlayback by commit-bot@chromium.org · 10 years ago
  76. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  77. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago
  78. c4b21e6 Mark our territory with (C). by commit-bot@chromium.org · 10 years ago
  79. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  80. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  81. 365cd31 Rename GrAtlasedLayer to GrCachedLayer (since not all cached layers are atlased) by commit-bot@chromium.org · 10 years ago
  82. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  83. e424c1d So apparently Chrome has an x86 iOS build... by commit-bot@chromium.org · 10 years ago
  84. 18fd2b9 Add a focused public API for src/record. by commit-bot@chromium.org · 10 years ago
  85. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  86. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  87. e9085b1 remove two more effects that are now immutable by commit-bot@chromium.org · 10 years ago
  88. 6573ce7 Create SkLayerRasterizer w/o destroying Builder. by commit-bot@chromium.org · 10 years ago
  89. 7f43493 Fix GPU-less build. by commit-bot@chromium.org · 10 years ago
  90. ef93d29 Move build guard to fix Android framework compile. by commit-bot@chromium.org · 10 years ago
  91. ff2de7c SkRecordDraw: don't bother clipping an empty clip down further by commit-bot@chromium.org · 10 years ago
  92. fe23f79 Revert of remove sprintf (https://codereview.chromium.org/230413005/) by commit-bot@chromium.org · 10 years ago
  93. d9ce2be SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 10 years ago
  94. d6e9b88 remove sprintf by commit-bot@chromium.org · 10 years ago
  95. e4a4f12 Real fix for SK_API / Windows shared lib problems. by mtklein@google.com · 10 years ago
  96. 780836e SK_API for SkXfermode_opts_SSE2 so Chrome can initialize flattenables. by commit-bot@chromium.org · 10 years ago
  97. 0a09d71 Implement drawDRRect for GPU by commit-bot@chromium.org · 10 years ago
  98. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  99. 1b035d8 Do div-by-zero check for all gpus in ellipse/rr effects. by commit-bot@chromium.org · 10 years ago
  100. 4460e75 Define SK_CPU_X86 on x86 machines. by commit-bot@chromium.org · 10 years ago