1. 9c5435d Revert "Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect." by senorblanco@chromium.org · 11 years ago
  2. 14e2127 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago
  3. 5e79c2b Fixed a displacement issue by commit-bot@chromium.org · 11 years ago
  4. fa7fd80 detect if the scaledimagecache returns a purged bitmap by reed@google.com · 11 years ago
  5. 0682019 Bounds fixes for SkXfermodeImageFilter: by senorblanco@chromium.org · 11 years ago
  6. b85ebea Preventing division by 0 by commit-bot@chromium.org · 11 years ago
  7. 281713e Revert of https://codereview.chromium.org/112783004/ by commit-bot@chromium.org · 11 years ago
  8. 772d852 ensure that we call onUnlock only when we onLock succeeded by reed@google.com · 11 years ago
  9. 728f2a6 Initialize SkPixelRef::fInfo. by scroggo@google.com · 11 years ago
  10. 3886951 Reverting r12635 (Make leak counters thread-safe - https://codereview.chromium.org/99483003) due to compile errors on Mac 10.6 & in Chrome by robertphillips@google.com · 11 years ago
  11. 469a973 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
  12. 4da3bfc [PDF] Fix font width generation when glyph 0 is used. by commit-bot@chromium.org · 11 years ago
  13. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  14. a0d183d Revert "Revert of https://codereview.chromium.org/108773003/" by reed@google.com · 11 years ago
  15. ff9c6c9 Revert of https://codereview.chromium.org/108773003/ by commit-bot@chromium.org · 11 years ago
  16. 1236d8e [PDF] Fix bug in ToUnicode table generation for Type 3 fonts. by commit-bot@chromium.org · 11 years ago
  17. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  18. 6a32add Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""""" by reed@google.com · 11 years ago
  19. 6965a0a PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."""" by reed@google.com · 11 years ago
  20. 785f2e1 be more careful about OOB source pixels in the scanline rescaler, and by commit-bot@chromium.org · 11 years ago
  21. 772443a add more tests for discardable caches by reed@google.com · 11 years ago
  22. 63ba319 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  23. 773f8e2 Avoid heap allocation in SkPictureStateTree constructor by commit-bot@chromium.org · 11 years ago
  24. edd370f Sk_API for SkImageGenerator and SkInstallDiscardablePixelRef by halcanary@google.com · 11 years ago
  25. bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
  26. c9a8a7e improve bitmap font support (FreeType only) by bungeman@google.com · 11 years ago
  27. 45dfe6b Revert of https://codereview.chromium.org/111853003/ by commit-bot@chromium.org · 11 years ago
  28. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  29. 7ad9368 Revert of https://codereview.chromium.org/109033002/ by commit-bot@chromium.org · 11 years ago
  30. 00e00b0 Fix missing ; in win code. by vandebo@chromium.org · 11 years ago
  31. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  32. e167b11 Shut up the CoreText performance note. by commit-bot@chromium.org · 11 years ago
  33. bc91fd7 Make GrBicubicEffect take tile modes rather than GrTextureParams. by commit-bot@chromium.org · 11 years ago
  34. cf0803b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  35. e4eb122 support scaledimagecache instantiable using discardablememory by reed@google.com · 11 years ago
  36. f309dbc add by reed@google.com · 11 years ago
  37. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  38. 871840d Revert the revert of (ARM Skia NEON patches - 34 - Blur Filter - https://codereview.chromium.org/109403004/) by robertphillips@google.com · 11 years ago
  39. d7b1af6 cast -1 to Mode to avoid warning (enum compared to signed int) by reed@google.com · 11 years ago
  40. 8bbf6b9 Reverting r12568 (ARM Skia NEON patches - 34 - Blur Filter - https://codereview.chromium.org/109403004) due to image quality regressions on the N4. by robertphillips@google.com · 11 years ago
  41. aeec334 Fix one too many levels of indirection introduced in 12573. by bungeman@google.com · 11 years ago
  42. cea9abb Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as it interferes with deleyed mipmap generation. by commit-bot@chromium.org · 11 years ago
  43. 0ff457b Fix threading issue in DirectWrite port initialization. by bungeman@google.com · 11 years ago
  44. e93e1db Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
  45. 907fbd5 Make texture domain a helper so that it can be incorporated into other effects. by commit-bot@chromium.org · 11 years ago
  46. 2a7d4dd ARM Skia NEON patches - 34 - Blur Filter Improve a little on Blur by commit-bot@chromium.org · 11 years ago
  47. 29d9693 SkDecodingImageGenerator now uses SkStreamRewindable by halcanary@google.com · 11 years ago
  48. 6186787 add SkImageInfo to SkGrPixelRef constructor, to prep for larger CL by reed@google.com · 11 years ago
  49. 3e7f385 gpudevice should never allocate pixels for its backend by commit-bot@chromium.org · 11 years ago
  50. f171570 add SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR, initially always on by reed@google.com · 11 years ago
  51. 2ebc10d Revert "Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""" by reed@google.com · 11 years ago
  52. 473f0aa Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."" by reed@google.com · 11 years ago
  53. c2e9db3 Fixed a few places where uninitialized memory could have been read by commit-bot@chromium.org · 11 years ago
  54. 5b132b2 Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap." by reed@google.com · 11 years ago
  55. 3e89524 PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap. by reed@google.com · 11 years ago
  56. 4075770 Reverting 12528 & 12533 (Implement srcRect and dstRect functionality in SkBitmapSource) due to image differences on N4 by robertphillips@google.com · 11 years ago
  57. 094147d Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by commit-bot@chromium.org · 11 years ago
  58. d611864 ARM Skia NEON patches - 32 - Xfermode: 1-pixel NEON modeprocs by commit-bot@chromium.org · 11 years ago
  59. 726b97a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  60. 899b22a Revert "Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource"." until I can sort out the xfermodeimagefilter and tileimagefilter failures. by senorblanco@chromium.org · 11 years ago
  61. af35920 Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
  62. 4566107 Fix refcounting bug for Type1 font usage with more than 255 characters. by commit-bot@chromium.org · 11 years ago
  63. dbba5a4 Fix change src/ports/SkImageDecoder_empty.cpp missed in 103033002 by halcanary@google.com · 11 years ago
  64. 1b2c1b8 SkOnce: let f be any functor, update comments by commit-bot@chromium.org · 11 years ago
  65. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  66. 36d08c5 SkCachingPixelRef to use SkImageGenerator by halcanary@google.com · 11 years ago
  67. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  68. 8491d24 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  69. f543fd9 Simplify matrix generation for convex path renderer by commit-bot@chromium.org · 11 years ago
  70. c53f15c Nit to self: NULL is not false. by senorblanco@chromium.org · 11 years ago
  71. c84728d Changed maxInputCount for exact inputCount by commit-bot@chromium.org · 11 years ago
  72. a0b266d Remove deprecated setPrefConfigTable. by scroggo@google.com · 11 years ago
  73. bdb677a Do proper NEON checking for SkBoxBlur procs. by senorblanco@chromium.org · 11 years ago
  74. 1d62f42 Implement a NEON version of the RGBA gaussian blur. This shows a 9-15% speedup on Nexus-10. by senorblanco@chromium.org · 11 years ago
  75. db6f36e Remove problematic GrContext thread local instance counting by commit-bot@chromium.org · 11 years ago
  76. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  77. 1735d66 Fix incremental visibility filter handling. by commit-bot@chromium.org · 11 years ago
  78. 6e515d6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  79. 7542dc8 [PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with empty content. by commit-bot@chromium.org · 11 years ago
  80. 11e0555 Code cleanup following recapture of skps by robertphillips@google.com · 11 years ago
  81. f8cb184 Add GPU support for color bitmap fonts by commit-bot@chromium.org · 11 years ago
  82. b06e88d Fix for SkPathRef::CreateTransformedCopy bug by robertphillips@google.com · 11 years ago
  83. 466310d Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  84. 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
  85. ca316f5 Revert of r12450 (Move fIsOval from SkPath to SkPathRef) by robertphillips@google.com · 11 years ago
  86. 31f0ffc Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  87. 46e266c ARM Skia NEON patches - 29 - Xfermode: SkFourByteInterp by commit-bot@chromium.org · 11 years ago
  88. 845da77 Delay setting initial memory block until it officially exists. by commit-bot@chromium.org · 11 years ago
  89. dd59799 SkDiscardablePixelRef objects are now marked immutable. by commit-bot@chromium.org · 11 years ago
  90. dec6150 HQ filtering for tiled/bleed drawBitmap sample at pix center in bicubic by commit-bot@chromium.org · 11 years ago
  91. a089f03 Fix 'i-i' to 'i-1' in SkCanvasStack. by bungeman@google.com · 11 years ago
  92. 4d71db8 Actually mark other types of fonts as 'kOther' in FreeType port. by bungeman@google.com · 11 years ago
  93. c932c9f Fix truncation of glyphs in SkScalerContext.cpp by robertphillips@google.com · 11 years ago
  94. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  95. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  96. 742058f Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons by commit-bot@chromium.org · 11 years ago
  97. 9c96352 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  98. cb4f77d Document the SkScalerContext pure virtuals. by bungeman@google.com · 11 years ago
  99. 23d2cf9 Trying to add the same scaled image twice shouldn't assert. by commit-bot@chromium.org · 11 years ago
  100. a50418f Don't check the framebuffer status every time we flush when we're on Chromium; by commit-bot@chromium.org · 11 years ago