1. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
  2. fa5edbe Add effect-based clip for nine-patch SkRRects. by commit-bot@chromium.org · 11 years ago
  3. 98e22b8 Fix distance field edge detection. by commit-bot@chromium.org · 11 years ago
  4. ea163cc Changes to SkFontHost_linux by commit-bot@chromium.org · 11 years ago
  5. affa77d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  6. 1db03d2 remove SK_SUPPORT_LEGACY_COPYTO_CONFIG by commit-bot@chromium.org · 11 years ago
  7. 562b2e6 Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. by bungeman@google.com · 11 years ago
  8. 2ca677e Fix GPU colormatrix color filter with saturated alpha. by senorblanco@chromium.org · 11 years ago
  9. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 11 years ago
  10. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 11 years ago
  11. 9d201d6 Remove unused zero_fill() in GrAtlas.cpp by fmalita@google.com · 11 years ago
  12. 2ae9501 Fix unit tests by bsalomon@google.com · 11 years ago
  13. 1e35304 Fix for test failure by robertphillips@google.com · 11 years ago
  14. ae79612 Add compile flag to force usage of distance fields for all SkPaints. by commit-bot@chromium.org · 11 years ago
  15. c30dcb9 Add capture snapshot as data to SkWriter32, use it to optimise record->playback. by commit-bot@chromium.org · 11 years ago
  16. 84cd099 Clean up SkImageFilter. by commit-bot@chromium.org · 11 years ago
  17. 4355f21 Add elliptical-corner rrect clip effect. Currently only handles the case where all corners have the same pair of radii. by commit-bot@chromium.org · 11 years ago
  18. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 11 years ago
  19. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 11 years ago
  20. 79fbb40 [WIP] Add Context to SkDrawLooper. by commit-bot@chromium.org · 11 years ago
  21. ad07e69 Revert the rest of r13757. by bungeman@google.com · 11 years ago
  22. e60ae2e Revert 13757. by bungeman@google.com · 11 years ago
  23. 3258a53 Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. by bungeman@google.com · 11 years ago
  24. 2cccf83 make onReadPixels protected and have default impl (so we can remove chrome override) by commit-bot@chromium.org · 11 years ago
  25. 0b70816 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  26. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 11 years ago
  27. e63306d Only set USE_ANDROID_NDK_CPU_FEATURES if it's not already been explicitly set by commit-bot@chromium.org · 11 years ago
  28. c169f44 fix build error in chromium by commit-bot@chromium.org · 11 years ago
  29. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 11 years ago
  30. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 11 years ago
  31. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 11 years ago
  32. 06342a2 Fix SkOffsetImageFilter to use a temporary for bounds computations. by senorblanco@chromium.org · 11 years ago
  33. de9f251 Fix radical assumption that 0.5 in double is exactly convertible to float. by bsalomon@google.com · 11 years ago
  34. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 11 years ago
  35. 8065ec5 Add new module for distance field generation. by commit-bot@chromium.org · 11 years ago
  36. c5c748c Handle rrects with one circular corner and three square corners in GrRRectEffect. by commit-bot@chromium.org · 11 years ago
  37. 8213970 plumbing for GPU fast blur by commit-bot@chromium.org · 11 years ago
  38. a477154 plumb API for analytic rrect blur by commit-bot@chromium.org · 11 years ago
  39. b5f3b35 Revert of Add new module for distance field generation. (https://codereview.chromium.org/178543007/) by commit-bot@chromium.org · 11 years ago
  40. b93ba45 flag to make kClipToLayer_SaveFlag the default behavior by reed@google.com · 11 years ago
  41. bf99824 Add new module for distance field generation. by commit-bot@chromium.org · 11 years ago
  42. d7e0fbe Pulling these out of other reviews so avoid code review clutter. by commit-bot@chromium.org · 11 years ago
  43. dd58422 Use bitfield rather than distinct enum types for circular corners in RRectEffect. by commit-bot@chromium.org · 11 years ago
  44. 8f58b85 remove legacy ifdef wrapping fast blur by commit-bot@chromium.org · 11 years ago
  45. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 11 years ago
  46. b471a32 Add API for GrContext to recommend rendertarget sample count by commit-bot@chromium.org · 11 years ago
  47. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 11 years ago
  48. e62513f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  49. e5a041c Implement the clip as 4 or fewer GrEffects when possible. by commit-bot@chromium.org · 11 years ago
  50. 8c2ee59 Once Chromium starts holding on to paths and we can actually reuse cached path data (e.g., masks & geometry) we will need a way to preserve that reuse in the skps. This CL begins adding that capability. More analysis & profiling needs to be done before it is always enabled. by commit-bot@chromium.org · 11 years ago
  51. 8016f79 This is just the first version and shows how I intend to orchestrate this. Future enhancements will: by commit-bot@chromium.org · 11 years ago
  52. 210a6aa getFactory() must return a factory. by commit-bot@chromium.org · 11 years ago
  53. 7fc2228 Fix underlying issue causing crbug.com/348821. by commit-bot@chromium.org · 11 years ago
  54. fe089b3 SSE2 implementation of S32A_D565_Opaque_Dither by commit-bot@chromium.org · 11 years ago
  55. 2758047 SSE2 implementation of S32_D565_Opaque_Dither by commit-bot@chromium.org · 11 years ago
  56. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
  57. a5572e5 Add a class to allocate small objects w/o extra calls to new. by commit-bot@chromium.org · 11 years ago
  58. 06e9752 Add debug check of chunk size written to skp by commit-bot@chromium.org · 11 years ago
  59. e597e7b Remove MCRec.fNext by commit-bot@chromium.org · 11 years ago
  60. 0438645 Actually, we wrote only size bytes. by commit-bot@chromium.org · 11 years ago
  61. d10913b Avoid recomputing two consecutive identical 1D filters. by commit-bot@chromium.org · 11 years ago
  62. 490fb6b Add size_t bytesWritten() const to SkWStream. by commit-bot@chromium.org · 11 years ago
  63. d7a9fcc Revert of Manually set fFilterValues in SkConvolutionFilter1D by rmistry@google.com · 11 years ago
  64. fd5c9a6 Begin making SkPerlinNoiseShader const. by commit-bot@chromium.org · 11 years ago
  65. 5b70e7e Manually set fFilterValues in SkConvolutionFilter1D. by commit-bot@chromium.org · 11 years ago
  66. 759cf48 Now that the matching changes have landed in Chromium we can clean up the API on our side. by commit-bot@chromium.org · 11 years ago
  67. 06acb58 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  68. cabf4b2 Unify edge type enums across GrEffect subclasses that clip rendering to a geometry. by commit-bot@chromium.org · 11 years ago
  69. dcb8e54 This CL is motivated by the desire to make the skpinfo tool work a bit better. The main concern is that the assumptions made w.r.t. written bytes may not be valid for all SkWStream sub-classes. by commit-bot@chromium.org · 11 years ago
  70. 8d79f96 Prevent SkBlockMemoryStream::skip from writing to low memory. by bungeman@google.com · 11 years ago
  71. eef834f DM: read image files without an extra copy by commit-bot@chromium.org · 11 years ago
  72. 5e4112b Replace scaled bitmap if entry already exist in cache. by commit-bot@chromium.org · 11 years ago
  73. f1f66c0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  74. fab349c remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer used by commit-bot@chromium.org · 11 years ago
  75. 1f6cf69 Counterproposal to 182733007: Add iterator to SkTDynamicHash by commit-bot@chromium.org · 11 years ago
  76. e492ac4 Manual revert of https://code.google.com/p/skia/source/detail?r=13353 due to perf regression. by commit-bot@chromium.org · 11 years ago
  77. e494dbd The motivation for this CL is to de-clutter SkPicture's beginRecording method. by commit-bot@chromium.org · 11 years ago
  78. e09244d Apply the CTM to the offset in the slow SkOffsetImageFilter path. by senorblanco@chromium.org · 11 years ago
  79. fbde87f Add GM that directly tests GrRRectEffect and add inverse fill version of effect. by commit-bot@chromium.org · 11 years ago
  80. ade9a34 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  81. 1643b2c This adds cull rect visualization to the debugger's "mega" visualization mode. by commit-bot@chromium.org · 11 years ago
  82. 5f6ac03 Don't emit declaration of gl_FragPos unless also changing the origin. by commit-bot@chromium.org · 11 years ago
  83. 6aa6fec Cleanup patch to move all of SkImageFilterUtils into SkImageFilter. by senorblanco@chromium.org · 11 years ago
  84. 6f4fb0f Generating the 1M skps frequently yields truncated skps. This tool is intended to help automate weeding these out. by commit-bot@chromium.org · 11 years ago
  85. 768ac85 The new "mega" viz mode both adds visualization and forces all drawing to the visible canvas (by replacing the active saveLayers with saves). by commit-bot@chromium.org · 11 years ago
  86. 47d98c8 Fix CTM scaling and clipping of SkRectShaderImageFilter. by senorblanco@chromium.org · 11 years ago
  87. c9b2c88 New approach for GPU font atlas by commit-bot@chromium.org · 11 years ago
  88. 0bc406d Adding code to calculate Underline Thickness from Font Metrics, this will be useful when Skia is used with Blink/Chrome. Blink changes are uploaded with code change in patch https://codereview.chromium.org/147703002/ by commit-bot@chromium.org · 11 years ago
  89. 370a899 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  90. ef57b7e DM: make GPU tasks multithreaded again. Big refactor. by commit-bot@chromium.org · 11 years ago
  91. f535561 Cleanup GrGLInterface after Chromium changes by commit-bot@chromium.org · 11 years ago
  92. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  93. 842292f remove SK_SUPPORT_LEGACY_LAYERDRAWLOOPER_PAINTFLAGS -- not needed by reed@google.com · 11 years ago
  94. 03fc3b4 Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.chromium.org/183453002/) due to broken Chrome Canary and failing tests. by robertphillips@google.com · 11 years ago
  95. d85f32c Make GrConvexPolyEffect support inverse fills and non-AA rects by commit-bot@chromium.org · 11 years ago
  96. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  97. 0e53075 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  98. 3107b6a add SkCanvas::NewRaster factory -- a very common use-case in chrome by commit-bot@chromium.org · 11 years ago
  99. 4fcc3ca Add GrSet class built on top of RedBlackTree by commit-bot@chromium.org · 11 years ago
  100. 210ae2a Culling API by commit-bot@chromium.org · 11 years ago