1. 6affa2c move SkMipmapBuilder to private by Mike Reed · 3 years, 9 months ago
  2. 1529295 test for valid mips before setting on image by Mike Reed · 4 years, 2 months ago
  3. fd6f709 Revert "Revert "Serialize mipmaps"" by Mike Reed · 4 years, 2 months ago
  4. 442d424 Revert "Serialize mipmaps" by Mike Reed · 4 years, 2 months ago
  5. ab5b845 Serialize mipmaps by Mike Reed · 4 years, 2 months ago
  6. 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years, 2 months ago[Renamed (95%) from src/core/SkMipMap.cpp]
  7. 2fe1569 Create mipmaps when creating images by Mike Reed · 4 years, 2 months ago
  8. f8a6b5b Impl SkFilterOptions for raster-images by Mike Reed · 4 years, 2 months ago
  9. f7eb054 basic, untested BGR 1010102 and 101010x by Mike Klein · 4 years, 7 months ago
  10. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 7 months ago
  11. ea1b30b New proposed syntax for SkColorTypes by Robert Phillips · 5 years ago
  12. 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 5 years ago
  13. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
  14. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  15. be27245 fix f16norm mips by Mike Klein · 6 years ago
  16. 50ea3c0 Add support for MSVC run-time checks (and control flow guard) by Brian Osman · 6 years ago
  17. b237f8a Ensure that SkMipMap pixel data is always 8 byte aligned (for F16) by Brian Osman · 6 years ago
  18. 87311c6 Remove SkPM4fPriv.h includes, then IWYU by Brian Osman · 6 years ago
  19. 1b97f13 Revert "Defer mip-mapping until lazy proxy instantiation" by Brian Osman · 6 years ago
  20. 475819c Defer mip-mapping until lazy proxy instantiation by Brian Osman · 6 years ago
  21. d6832d0 Remove some references to defunct kIndex_8 by Leon Scroggins III · 6 years ago
  22. 82cf64a Remove unused sRGB mip-map support by Brian Osman · 6 years ago
  23. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  24. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  25. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  26. 79aea6a trim #include <new> from SkPostConfig.h by Mike Klein · 6 years ago
  27. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  28. c402b77 Remove sk_64_isS32 and sk_64_asS32 by Herb Derby · 7 years ago
  29. 7fcfb62 move a bunch of helpers from SkImageInfo.h into priv by Mike Reed · 7 years ago
  30. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  31. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  32. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  33. 8a8e5fe Reland: Finish up mip opts: 2x3 and 3x2 by Matt Sarett · 7 years ago
  34. fc0e96e Revert "Finish up mip opts: 2x3 and 3x2" by Matt Sarett · 7 years ago
  35. 88ec28e Finish up mip opts: 2x3 and 3x2 by Matt Sarett · 7 years ago
  36. b667fe2 Small downsample_3_3 optimization by Matt Sarett · 7 years ago
  37. 08541e8 Optimize mipmap downsample_2_2 in sRGB mode by Matt Sarett · 8 years ago
  38. a1d9ce5 Revert "Optimize mipmap downsample_2_2 in sRGB mode" by Derek Sollenberger · 8 years ago
  39. 3ea01f7 Optimize mipmap downsample_2_2 in sRGB mode by Matt Sarett · 8 years ago
  40. 0d413f0 Revert "Revert "SkNx basically always is fast now."" by Mike Klein · 8 years ago
  41. 8ba64d1 Revert "SkNx basically always is fast now." by Mike Klein · 8 years ago
  42. 21f7838 SkNx basically always is fast now. by Mike Klein · 8 years ago
  43. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  44. 8ae991e Flush denorm half floats to zero. by mtklein · 8 years ago
  45. 6bdbf44 Improve naive SkColorXform to half floats by msarett · 8 years ago
  46. 58e389b Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  47. 64bbad3 Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset #7 id:120001 of https://codereview.chromium.org/2145663003/ ) by mtklein · 8 years ago
  48. 3296bee Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  49. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  50. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
  51. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  52. 609623b SkMipMap::ComputeLevelSize should only cover SkMipMap's levels. by cblume · 8 years ago
  53. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  54. 44e09ec SkMipMap::ComputeLevelSize to return SkISize by cblume · 8 years ago
  55. f95ff4a Add getting the size of a given mipmap level. by cblume · 8 years ago
  56. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  57. 1817d28 Add mipmap procs for F16 format. by brianosman · 8 years ago
  58. 5b9ad76 Adding anisotropic mipmap levels to SkMipMap. by cblume · 9 years ago
  59. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  60. e2412d5 Adding direct access to SkMipMap levels. by cblume · 9 years ago
  61. d10f5b3 Use geometric mean when selecting a mipmap scale by fmalita · 9 years ago
  62. 33ed3ad Relocate anisotropic mipmap logic to SkMipMap::extractLevel() by fmalita · 9 years ago
  63. 507ef6d SkNx Load/store: take any pointer. by mtklein · 9 years ago
  64. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  65. 8f66a88 Delete 2 legacy flags by fmalita · 9 years ago
  66. 921d7ac Anisotropic mipmap fixes by fmalita · 9 years ago
  67. 550e9b0 SkNx miplevel building by mtklein · 9 years ago
  68. 26def86 Revert of SkNx miplevel building (patchset #3 id:40001 of https://codereview.chromium.org/1606013003/ ) by mtklein · 9 years ago
  69. 3bd5aba SkNx miplevel building by mtklein · 9 years ago
  70. ab11c3f remove SK_SUPPORT_LEGACY_MIPLEVEL_BUILDER code by reed · 9 years ago
  71. 67b09bf use pixmaps in mipmap api by reed · 9 years ago
  72. 326253e speedup mip builders by reed · 9 years ago
  73. 32e0b4a use triangle filter for odd dimensions in mip-levels by reed · 9 years ago
  74. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  75. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  76. 91284ca check (runtime) for null-pixels even when lock succeeds by reed · 9 years ago
  77. cf01e31 deprecate calling lockPixels by reed · 9 years ago
  78. f36cca8 Remove unused SK_SUPPORT_LEGACY_ROUND_MIPMAP_LEVEL_CHOICE guard by fmalita · 9 years ago
  79. c1e1faa use floor for mip-level choice by reed · 9 years ago
  80. 0c9b1a8 add kGray_8_SkColorType by reed · 9 years ago
  81. dc14fa4 speedup mipmap building by reed · 10 years ago
  82. 83c8dec remove legacy flags for old image filtering by reed · 10 years ago
  83. 7729e56 use log2(scale) to compute mip level by reed · 10 years ago
  84. b50ced7 Revert of use log2(scale) to compute mip level (patchset #7 id:120001 of https://codereview.chromium.org/849333002/) by reed · 10 years ago
  85. 15fd47f use log2(scale) to compute mip level by reed · 10 years ago
  86. ca8e350 Revert "choose better mip level" by reed · 10 years ago
  87. 09544fc choose better mip level by reed · 10 years ago
  88. 09a22e9 Watch out for SkFixed overflow in SkMipMap.cpp. by mtklein · 10 years ago
  89. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  90. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  91. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  92. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  93. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  94. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  95. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  96. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  97. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  98. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  99. d94697c add mipmaps to scaledimagecache by reed@google.com · 11 years ago
  100. a799198 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago