1. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  2. dc03dde remove code associated with legacy affine imageshaders by Mike Reed · 7 years ago
  3. a4c96cb Remove SK_SUPPORT_LEGACY_BILERP2 dead code by Florin Malita · 7 years ago
  4. eefe9f9 use rasterpipeline if localmatrix is rotated or skewed for images by Mike Reed · 7 years ago
  5. 3ad19e5 Skip bilerp for integral-translate-only matrices (!clamp-clamp case) by Florin Malita · 7 years ago
  6. f41996e Remove dead SK_SUPPORT_LEGACY_BILERP code by Florin Malita · 7 years ago
  7. e32500f Assume HQ is handled by pipeline, delete legacy code-path by Mike Reed · 7 years ago
  8. 001e722 Add guard to unblock the Chromium roll by Florin Malita · 7 years ago
  9. 0983268 Skip bilerp for integral-translate-only matrices by Florin Malita · 7 years ago
  10. 4d7a9bf Delete dead SK_SUPPORT_LEGACY_BILERP_IGNORING_HACK code by Florin Malita · 7 years ago
  11. 6ee2965 remove unreachable perspective code for imageshader by Mike Reed · 7 years ago
  12. 3276f9a guard legacy bilerp-ignorning hack by Mike Reed · 7 years ago
  13. 41dc6cc remove unreachable samples for non-N32 imageshaders by Mike Reed · 7 years ago
  14. 0215312 remove unused SkFilterProcs by Mike Reed · 7 years ago
  15. b0b17d1 bicubic, attempt gazillion by Mike Klein · 8 years ago
  16. 13bf622 Remove dest surface color mode from bitmap controller by Brian Osman · 8 years ago
  17. e13a69b Simplify SkBitmapProvider by Florin Malita · 8 years ago
  18. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  19. 544da7a Avoid matrix inverse in SkBitmapProcInfo::init for translate-only cases by fmalita · 8 years ago
  20. b1c7f88 Fix kMediumQuality invMatrix setup for sizes == mip levels by fmalita · 8 years ago
  21. d0cd2ec Remove some useless declarations by sylvestre.ledru · 8 years ago
  22. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  23. 809ccf3 Remove NEON runtime detection support. by mtklein · 8 years ago
  24. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  25. 6eff52a WIP: experimental bilerp pipeline. by herb · 8 years ago
  26. 05a5647 fission bitmapprocstate by reed · 8 years ago
  27. be5cfa9 Rename SkBitmapProcStateAutoMapper methods by fmalita · 9 years ago
  28. 000b83b Remove SK_SUPPORT_LEGACY_SAMPLER_BIAS by fmalita · 9 years ago
  29. eb54307 Sampler bias for all nofilter flavors by fmalita · 9 years ago
  30. d2a4271 Fix S32_D32_constX_shaderproc assert by fmalita · 9 years ago
  31. bef1adf Suppress SkBitmapProcState assert temporarily by fmalita · 9 years ago
  32. 8a8eb52 Remove SkBitmapProcStateAutoMapper's overflow check by fmalita · 9 years ago
  33. 653c12d Add sampler bias for the nofilter/translate specializations by fmalita · 9 years ago
  34. 744fdb5 remove dead code around SK_SUPPORT_LEGACY_TRANSLATEROUNDHACK by reed · 9 years ago
  35. 2252eda change kMedium_SkFilterQuality to never pop if we're scaling by reed · 9 years ago
  36. bf361d3 remove fragile assert by reed · 9 years ago
  37. f2e2ad0 don't preround in bitmap scaling setup by reed · 9 years ago
  38. 4e5a758 remove shadeSpan16 from shader by reed · 9 years ago
  39. b3a8358 [Reland] Repeating SkBitmapProcState rounding bias by fmalita · 9 years ago
  40. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  41. 3e6be16 Revert of Repeating SkBitmapProcState rounding bias (patchset #6 id:100001 of https://codereview.chromium.org/1529833003/ ) by fmalita · 9 years ago
  42. 1e810b3 Revert of Fix UB function problems for shaders and mask. (patchset #3 id:40001 of https://codereview.chromium.org/1530743002/ ) by herb · 9 years ago
  43. 5ae7fdc Repeating SkBitmapProcState rounding bias by fmalita · 9 years ago
  44. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  45. aed4d32 SkBitmapProcState rounding bias by fmalita · 9 years ago
  46. 7a4d847 use SkBitmapProvider for shader-context by reed · 9 years ago
  47. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  48. ad7ae6c switch bitmapshader internals over to pixmap by reed · 9 years ago
  49. 6404542 refactor bitmapshader to use a controller by reed · 9 years ago
  50. adf9990 add SkMatrix::decomposeScale by reed · 9 years ago
  51. a402e76 remove unneeded SK_SUPPORT_LEGACY_MIPMAP_EFFECTIVE_SCALE guard by reed · 9 years ago
  52. 0c9b1a8 add kGray_8_SkColorType by reed · 9 years ago
  53. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  54. 96d68b7 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 10 years ago
  55. b92b706 Revert of Make SkPixelRef::isLocked() debug-only, remove related dead code. (patchset #1 id:1 of https://codereview.chromium.org/940083002/) by reed · 10 years ago
  56. 8e65712 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 10 years ago
  57. 0c2da0c use geometric ave for choosing mip level by reed · 10 years ago
  58. 1d9e80f check effective cache-size for fixed-budget caches by reed · 10 years ago
  59. 94443b8 remove dead code after HQ change by reed · 10 years ago
  60. 83c8dec remove legacy flags for old image filtering by reed · 10 years ago
  61. f7094c4 reorg filter quality cascade by reed · 10 years ago
  62. 26feeba separate out the scaline-choosing to simplify chooseProcs by reed · 10 years ago
  63. 89dee42 check (thread-tricky) colortable after we've copied the bitmap into a per-thread context by reed · 10 years ago
  64. 9c30ea4 remove now unused (by Chrome) ifdef by humper · 10 years ago
  65. 535e3b2 Fix the way we patch up the matrix for scaled images that aren't clamp/clamp by humper · 10 years ago
  66. 14e4d39 Revert "Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of https://codereview.chromium.org/664783004/)" by mtklein · 10 years ago
  67. 430b795 Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of https://codereview.chromium.org/664783004/) by mtklein · 10 years ago
  68. a40a276 create shaderproc for nofilter-opaque-dx by reed · 10 years ago
  69. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  70. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  71. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  72. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  73. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  74. 14b6aba harden requirements on SkBitmapCache by reed · 10 years ago
  75. d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
  76. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  77. 60cc7d3 manual revert of bitmap scale change while I investigate failures on chromeos by humper · 10 years ago
  78. ce7b1d5 always scale to an integer; compensate for fractional image sizes by leaving the fractional scale in the matrix by humper · 10 years ago
  79. 680fb9e retool image cache to be generic cache, allowing the client to subclass "Rec", so they can provide a custom Key and arbitrary Value. by reed · 10 years ago
  80. 0461713 expose generalized imagecache key by reed · 10 years ago
  81. 8d9153f short circuit high quality scales that are actually the identity transform by humper · 10 years ago
  82. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago
  83. 00adc75 don't draw unpremul alpha (yet) by reed · 10 years ago
  84. 4f96ab3 Refactor bitmap scaler to make it easier to migrate rest of chrome to use it by humper · 10 years ago
  85. f74f55a Remove SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALE by fmalita · 10 years ago
  86. cba7378 replace config() with colorType() by commit-bot@chromium.org · 10 years ago
  87. f449156 Make image scaling have floating point scales. Third attempt to land this by commit-bot@chromium.org · 10 years ago
  88. f3b1eb4 Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905 by epoger@google.com · 10 years ago
  89. 44f4129 floating point scale factors for images by commit-bot@chromium.org · 10 years ago
  90. 87fcd95 Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 10 years ago
  91. 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
  92. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  93. 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
  94. 84f7a06 add some asserts for mipmaps, and cleanup fFilterLevel if mipping failed by commit-bot@chromium.org · 10 years ago
  95. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  96. fa7fd80 detect if the scaledimagecache returns a purged bitmap by reed@google.com · 11 years ago
  97. 785f2e1 be more careful about OOB source pixels in the scanline rescaler, and by commit-bot@chromium.org · 11 years ago
  98. e4eb122 support scaledimagecache instantiable using discardablememory by reed@google.com · 11 years ago
  99. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  100. c294a97 if fBitmap is still NULL, return false by reed@google.com · 11 years ago