1. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  2. 544da7a Avoid matrix inverse in SkBitmapProcInfo::init for translate-only cases by fmalita · 8 years ago
  3. b1c7f88 Fix kMediumQuality invMatrix setup for sizes == mip levels by fmalita · 8 years ago
  4. d0cd2ec Remove some useless declarations by sylvestre.ledru · 8 years ago
  5. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  6. 809ccf3 Remove NEON runtime detection support. by mtklein · 8 years ago
  7. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  8. 6eff52a WIP: experimental bilerp pipeline. by herb · 8 years ago
  9. 05a5647 fission bitmapprocstate by reed · 8 years ago
  10. be5cfa9 Rename SkBitmapProcStateAutoMapper methods by fmalita · 8 years ago
  11. 000b83b Remove SK_SUPPORT_LEGACY_SAMPLER_BIAS by fmalita · 8 years ago
  12. eb54307 Sampler bias for all nofilter flavors by fmalita · 8 years ago
  13. d2a4271 Fix S32_D32_constX_shaderproc assert by fmalita · 8 years ago
  14. bef1adf Suppress SkBitmapProcState assert temporarily by fmalita · 8 years ago
  15. 8a8eb52 Remove SkBitmapProcStateAutoMapper's overflow check by fmalita · 8 years ago
  16. 653c12d Add sampler bias for the nofilter/translate specializations by fmalita · 8 years ago
  17. 744fdb5 remove dead code around SK_SUPPORT_LEGACY_TRANSLATEROUNDHACK by reed · 8 years ago
  18. 2252eda change kMedium_SkFilterQuality to never pop if we're scaling by reed · 8 years ago
  19. bf361d3 remove fragile assert by reed · 8 years ago
  20. f2e2ad0 don't preround in bitmap scaling setup by reed · 8 years ago
  21. 4e5a758 remove shadeSpan16 from shader by reed · 9 years ago
  22. b3a8358 [Reland] Repeating SkBitmapProcState rounding bias by fmalita · 9 years ago
  23. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  24. 3e6be16 Revert of Repeating SkBitmapProcState rounding bias (patchset #6 id:100001 of https://codereview.chromium.org/1529833003/ ) by fmalita · 9 years ago
  25. 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
  26. 5ae7fdc Repeating SkBitmapProcState rounding bias by fmalita · 9 years ago
  27. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  28. aed4d32 SkBitmapProcState rounding bias by fmalita · 9 years ago
  29. 7a4d847 use SkBitmapProvider for shader-context by reed · 9 years ago
  30. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  31. ad7ae6c switch bitmapshader internals over to pixmap by reed · 9 years ago
  32. 6404542 refactor bitmapshader to use a controller by reed · 9 years ago
  33. adf9990 add SkMatrix::decomposeScale by reed · 9 years ago
  34. a402e76 remove unneeded SK_SUPPORT_LEGACY_MIPMAP_EFFECTIVE_SCALE guard by reed · 9 years ago
  35. 0c9b1a8 add kGray_8_SkColorType by reed · 9 years ago
  36. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  37. 96d68b7 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 9 years ago
  38. b92b706 Revert of Make SkPixelRef::isLocked() debug-only, remove related dead code. (patchset #1 id:1 of https://codereview.chromium.org/940083002/) by reed · 9 years ago
  39. 8e65712 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 9 years ago
  40. 0c2da0c use geometric ave for choosing mip level by reed · 9 years ago
  41. 1d9e80f check effective cache-size for fixed-budget caches by reed · 9 years ago
  42. 94443b8 remove dead code after HQ change by reed · 9 years ago
  43. 83c8dec remove legacy flags for old image filtering by reed · 9 years ago
  44. f7094c4 reorg filter quality cascade by reed · 10 years ago
  45. 26feeba separate out the scaline-choosing to simplify chooseProcs by reed · 10 years ago
  46. 89dee42 check (thread-tricky) colortable after we've copied the bitmap into a per-thread context by reed · 10 years ago
  47. 9c30ea4 remove now unused (by Chrome) ifdef by humper · 10 years ago
  48. 535e3b2 Fix the way we patch up the matrix for scaled images that aren't clamp/clamp by humper · 10 years ago
  49. 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
  50. 430b795 Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of https://codereview.chromium.org/664783004/) by mtklein · 10 years ago
  51. a40a276 create shaderproc for nofilter-opaque-dx by reed · 10 years ago
  52. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  53. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  54. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  55. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  56. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  57. 14b6aba harden requirements on SkBitmapCache by reed · 10 years ago
  58. d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
  59. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  60. 60cc7d3 manual revert of bitmap scale change while I investigate failures on chromeos by humper · 10 years ago
  61. ce7b1d5 always scale to an integer; compensate for fractional image sizes by leaving the fractional scale in the matrix by humper · 10 years ago
  62. 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
  63. 0461713 expose generalized imagecache key by reed · 10 years ago
  64. 8d9153f short circuit high quality scales that are actually the identity transform by humper · 10 years ago
  65. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago
  66. 00adc75 don't draw unpremul alpha (yet) by reed · 10 years ago
  67. 4f96ab3 Refactor bitmap scaler to make it easier to migrate rest of chrome to use it by humper · 10 years ago
  68. f74f55a Remove SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALE by fmalita · 10 years ago
  69. cba7378 replace config() with colorType() by commit-bot@chromium.org · 10 years ago
  70. f449156 Make image scaling have floating point scales. Third attempt to land this by commit-bot@chromium.org · 10 years ago
  71. f3b1eb4 Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905 by epoger@google.com · 10 years ago
  72. 44f4129 floating point scale factors for images by commit-bot@chromium.org · 10 years ago
  73. 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
  74. 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
  75. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  76. 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
  77. 84f7a06 add some asserts for mipmaps, and cleanup fFilterLevel if mipping failed by commit-bot@chromium.org · 10 years ago
  78. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  79. fa7fd80 detect if the scaledimagecache returns a purged bitmap by reed@google.com · 11 years ago
  80. 785f2e1 be more careful about OOB source pixels in the scanline rescaler, and by commit-bot@chromium.org · 11 years ago
  81. e4eb122 support scaledimagecache instantiable using discardablememory by reed@google.com · 11 years ago
  82. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  83. c294a97 if fBitmap is still NULL, return false by reed@google.com · 11 years ago
  84. 4cc1815 catch the other case where we need to see if fScaledBitmap.lockPixels() might have failed by reed@google.com · 11 years ago
  85. 1ae6c2b check of fScaledBitmap failed to lock by reed@google.com · 11 years ago
  86. 23d0ab7 return false if we can't scale, to force us to try to lock the original and then proceed by reed@google.com · 11 years ago
  87. a604c4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  88. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  89. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  90. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  91. dc9888c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  92. cee9dcb start to remove lockPixels from bitmapshader by reed@google.com · 11 years ago
  93. 9a070f2 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  94. beba935 remove SK_IGNORE_IMAGE_PRESCALE flag (no longer used) by reed@google.com · 11 years ago
  95. ef0e319 move decision to smash invmatrix into unit-space (for faster repeat/mirror to after the call to possiblyScaleImage(), so we don't confuse that code with a munged matrix. Fixes the scaled_tilemodes gm for HQ by reed@google.com · 11 years ago
  96. e15d9ec move platformConvolutionProcs() call to right before we need it by reed@google.com · 11 years ago
  97. fed04b3 remove fConvolutionProcs from State, and just use it locally by reed@google.com · 11 years ago
  98. 40039a3 simplify making translate only invmatrix by reed@google.com · 11 years ago
  99. 0dc546c Implement highQualityFilter16 so GM doesn't crash when you give it resources. by mtklein@google.com · 11 years ago
  100. 5c561cb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago