1. 7fcfb62 move a bunch of helpers from SkImageInfo.h into priv by Mike Reed · 7 years ago
  2. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  3. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  4. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  5. 8a8e5fe Reland: Finish up mip opts: 2x3 and 3x2 by Matt Sarett · 7 years ago
  6. fc0e96e Revert "Finish up mip opts: 2x3 and 3x2" by Matt Sarett · 7 years ago
  7. 88ec28e Finish up mip opts: 2x3 and 3x2 by Matt Sarett · 7 years ago
  8. b667fe2 Small downsample_3_3 optimization by Matt Sarett · 7 years ago
  9. 08541e8 Optimize mipmap downsample_2_2 in sRGB mode by Matt Sarett · 7 years ago
  10. a1d9ce5 Revert "Optimize mipmap downsample_2_2 in sRGB mode" by Derek Sollenberger · 7 years ago
  11. 3ea01f7 Optimize mipmap downsample_2_2 in sRGB mode by Matt Sarett · 7 years ago
  12. 0d413f0 Revert "Revert "SkNx basically always is fast now."" by Mike Klein · 8 years ago
  13. 8ba64d1 Revert "SkNx basically always is fast now." by Mike Klein · 8 years ago
  14. 21f7838 SkNx basically always is fast now. by Mike Klein · 8 years ago
  15. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  16. 8ae991e Flush denorm half floats to zero. by mtklein · 8 years ago
  17. 6bdbf44 Improve naive SkColorXform to half floats by msarett · 8 years ago
  18. 58e389b Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  19. 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
  20. 3296bee Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  21. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  22. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
  23. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  24. 609623b SkMipMap::ComputeLevelSize should only cover SkMipMap's levels. by cblume · 8 years ago
  25. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  26. 44e09ec SkMipMap::ComputeLevelSize to return SkISize by cblume · 8 years ago
  27. f95ff4a Add getting the size of a given mipmap level. by cblume · 8 years ago
  28. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  29. 1817d28 Add mipmap procs for F16 format. by brianosman · 8 years ago
  30. 5b9ad76 Adding anisotropic mipmap levels to SkMipMap. by cblume · 9 years ago
  31. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  32. e2412d5 Adding direct access to SkMipMap levels. by cblume · 9 years ago
  33. d10f5b3 Use geometric mean when selecting a mipmap scale by fmalita · 9 years ago
  34. 33ed3ad Relocate anisotropic mipmap logic to SkMipMap::extractLevel() by fmalita · 9 years ago
  35. 507ef6d SkNx Load/store: take any pointer. by mtklein · 9 years ago
  36. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  37. 8f66a88 Delete 2 legacy flags by fmalita · 9 years ago
  38. 921d7ac Anisotropic mipmap fixes by fmalita · 9 years ago
  39. 550e9b0 SkNx miplevel building by mtklein · 9 years ago
  40. 26def86 Revert of SkNx miplevel building (patchset #3 id:40001 of https://codereview.chromium.org/1606013003/ ) by mtklein · 9 years ago
  41. 3bd5aba SkNx miplevel building by mtklein · 9 years ago
  42. ab11c3f remove SK_SUPPORT_LEGACY_MIPLEVEL_BUILDER code by reed · 9 years ago
  43. 67b09bf use pixmaps in mipmap api by reed · 9 years ago
  44. 326253e speedup mip builders by reed · 9 years ago
  45. 32e0b4a use triangle filter for odd dimensions in mip-levels by reed · 9 years ago
  46. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  47. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  48. 91284ca check (runtime) for null-pixels even when lock succeeds by reed · 9 years ago
  49. cf01e31 deprecate calling lockPixels by reed · 9 years ago
  50. f36cca8 Remove unused SK_SUPPORT_LEGACY_ROUND_MIPMAP_LEVEL_CHOICE guard by fmalita · 9 years ago
  51. c1e1faa use floor for mip-level choice by reed · 9 years ago
  52. 0c9b1a8 add kGray_8_SkColorType by reed · 9 years ago
  53. dc14fa4 speedup mipmap building by reed · 10 years ago
  54. 83c8dec remove legacy flags for old image filtering by reed · 10 years ago
  55. 7729e56 use log2(scale) to compute mip level by reed · 10 years ago
  56. 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
  57. 15fd47f use log2(scale) to compute mip level by reed · 10 years ago
  58. ca8e350 Revert "choose better mip level" by reed · 10 years ago
  59. 09544fc choose better mip level by reed · 10 years ago
  60. 09a22e9 Watch out for SkFixed overflow in SkMipMap.cpp. by mtklein · 10 years ago
  61. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  62. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  63. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  64. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  65. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  66. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  67. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  68. 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
  69. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  70. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  71. d94697c add mipmaps to scaledimagecache by reed@google.com · 11 years ago
  72. a799198 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  73. dc6c8ba add copyright notices by reed@google.com · 11 years ago
  74. eed6f1b pull mipmap class into its own (private) header by reed@google.com · 11 years ago