1. 47df89e speed up maprect for scale+trans case by reed · 8 years ago
  2. 0a8f40c remove SK_SUPPORT_LEGACY_COLORPROFILETYPE dead-code by reed · 8 years ago
  3. 12c4fc2 SkLightingShader normal vector CPU computation refactor. by dvonbeck · 8 years ago
  4. 8bad3ac Fix up flags to SkGpuBlurUtils::GaussianBlur by robertphillips · 8 years ago
  5. 2c80711 Revert of Refactoring of CPU NormalMap handling out into its own class (patchset #13 id:240001 of https://codereview.chromium.org/2050773002/ ) by dvonbeck · 8 years ago
  6. 790a701 SkLightingShader normal vector CPU computation refactor. by dvonbeck · 8 years ago
  7. e074d1f Change SkColor4f to RGBA channel order by brianosman · 8 years ago
  8. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
  9. 111a42d Enable flattening and unflattening of SkColorSpace by msarett · 8 years ago
  10. 6efeda4 Revert of Store mipmap levels in deferred texture image (patchset #15 id:280001 of https://codereview.chromium.org/2034933003/ ) by brianosman · 8 years ago
  11. b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
  12. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  13. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  14. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  15. 960b2d6 remove colorprofiletype from imageinfo by reed · 8 years ago
  16. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  17. 8811e40 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  18. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  19. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  20. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
  21. ded0f26 Keep SkColorSpace and SkColorProfileType in sync by msarett · 8 years ago
  22. d2fd9e9 Revert of Keep SkColorSpace and SkColorProfileType in sync (patchset #2 id:20001 of https://codereview.chromium.org/2068743003/ ) by egdaniel · 8 years ago
  23. 4132de7 Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #9 id:160001 of https://codereview.chromium.org/2043393002/ ) by egdaniel · 8 years ago
  24. 04d35bd Keep SkColorSpace and SkColorProfileType in sync by msarett · 8 years ago
  25. a7d1e2a Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  26. da74393 Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #7 id:120001 of https://codereview.chromium.org/2043393002/ ) by egdaniel · 8 years ago
  27. 87b0dd0 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  28. f8f9c07 Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ ) by mtklein · 8 years ago
  29. b4da01d Add prescale option to deferred params by ericrk · 8 years ago
  30. 7ae1c72 Update typeface serialization style. by bungeman · 8 years ago
  31. e18fa44 Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  32. b445a57 Add NV12 texture conversion support. by jbauman · 8 years ago
  33. ea97673 SkPictureAnalyzer: expose the number of slow GPU commands. by senorblanco · 8 years ago
  34. 804b461 SkPixmap::setColorSpace by msarett · 8 years ago
  35. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  36. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  37. 50bcb18 Revert of Move immintrin/arm_neon includes to where they are used. (patchset #2 id:20001 of https://codereview.chromium.org/2045633002/ ) by mtklein · 8 years ago
  38. 12dfaaa Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  39. ee29564 Make GrShape track the winding direction and starting point for rrect types. by bsalomon · 8 years ago
  40. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  41. 401e77c MIPS32r2: Fix Chromium runtime crash by milko.leporis · 8 years ago
  42. 69df020 Remove some uses of SK_SUPPORT_LEGACY_TYPEFACE_PTR. by bungeman · 8 years ago
  43. 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
  44. adf5afa Add SampleApp slide with animating lightmapped objects & transparency by robertphillips · 8 years ago
  45. ae92262 fix windows assert by caryclark · 8 years ago
  46. fbce71f add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug by reed · 8 years ago
  47. da1aeda Remove SK_SUPPORT_LEGACY_TYPEFACE_MAKE_FROM_NAME. by bungeman · 8 years ago
  48. e3fa811 [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define. by sdefresne · 8 years ago
  49. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  50. 93966d8 Add SkLights class by robertphillips · 8 years ago
  51. 019db3f Remove unused SkPictureGpuAnalyzer::analyze() by fmalita · 8 years ago
  52. 78d58d1 Make SkPath::isOval() and SkPath::isRRect return the orientation and starting index. by bsalomon · 8 years ago
  53. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  54. b5fc58e Complex clipPath accounting by fmalita · 8 years ago
  55. 7a5bcc5 Make Sk32ToBool inline again to silence compiler warning. by bsalomon · 8 years ago
  56. e077e06 SkColorSpace tweaks by msarett · 8 years ago
  57. 8cc2091 Make SkColorSpace a public API by msarett · 8 years ago
  58. a0af771 SkTypes: use constexpr when appropriate by halcanary · 8 years ago
  59. 5878dbd Image filters: implement SkImage::makeWithFilter(). by senorblanco · 8 years ago
  60. 0876158 Update Skia milestone to 53 after 52 branch by hcm · 8 years ago
  61. cb3bd18 SkCanvas::adjustToTopLayer() by tomhudson · 8 years ago
  62. b1be46b Ensure that SkColorTable->fCount is set properly after decodes by msarett · 8 years ago
  63. 796e365 SkPictureGpuAnalyzer by fmalita · 8 years ago
  64. 9fb4203 Add bounds to GrShape by bsalomon · 8 years ago
  65. f054b17 Swap SkGpuBlurUtils over to using SkIRects by robertphillips · 8 years ago
  66. 1e2e33a Remove SkPicture::hasText() by fmalita · 8 years ago
  67. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  68. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  69. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  70. f077324 Remove SkFontHost.h. by bungeman · 8 years ago
  71. 82595b6 refactor drawPath to have drawDevPath by reed · 8 years ago
  72. 1b4c01c Make SkAssertResult work with SK_WARN_UNUSED_RESULT in Release on gcc by bsalomon · 8 years ago
  73. 9daa4b9 No error if function marked with SK_WARN_UNUSED_RESULT is used in SkAssertResult by bsalomon · 8 years ago
  74. 3767cd6 https://groups.google.com/forum/#!topic/skia-discuss/2F2she2nQMg by halcanary · 8 years ago
  75. 055e192 Take SkStrokeRec::InitStyle rather than SkPaint::Style in mask filter and DrawMask by bsalomon · 8 years ago
  76. d9f5d20 Revert of Modernize SkMutex and SkSemaphore. (patchset #2 id:20001 of https://codereview.chromium.org/1947153002/ ) by sclittle · 8 years ago
  77. 0ccc62d move colorshader into its own .cpp, add color4f variant by reed · 8 years ago
  78. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  79. 427c281 Modernize SkMutex and SkSemaphore. by mtklein · 8 years ago
  80. fad9856 Prototype code that turns any/every flattenable into JSON by brianosman · 8 years ago
  81. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  82. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 8 years ago
  83. 68f7460 Add SK_API to SkFontLCDConfig. by bungeman · 8 years ago
  84. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  85. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  86. 444f1ba Remove SkBitmapHeap and SkBitmapHeapReader. They're unused. by brianosman · 8 years ago
  87. db1adf5 Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #9 id:150001 of https://codereview.chromium.org/1924183003/ ) by jvanverth · 8 years ago
  88. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  89. 1cb00e4 Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  90. cf97544 Make SkTime SK_API so that SkTime::GetDateTime() is visible to the clients. by aam · 8 years ago
  91. 18f13f3 Remove (almost) unused read/writeFunctionPtr API. by brianosman · 8 years ago
  92. 59c12e3 remove non-static uses of SkOncePtr by mtklein · 8 years ago
  93. 57b4615 Remove unused encodedString API on SkWriteBuffer/SkReadBuffer by brianosman · 8 years ago
  94. 9516775 Enable generating SkImage with the same uniqueID in SkImageGenerator subclass by aleksandar.stojiljkovic · 8 years ago
  95. 4d9ff62 Remove SkWriter32::contiguousArray(). by mtklein · 8 years ago
  96. b4c899d remove SkWriteBuffer::getWriter32(). by mtklein · 8 years ago
  97. 1b5dd88 remove SkWriteBuffer::reserve() by mtklein · 8 years ago
  98. 5668648 Unify implementations of stroking radius calculationsns by bsalomon · 8 years ago
  99. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  100. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago