1. 8aeec39 New helper for creating a color space from another, with linear gamma by brianosman · 8 years ago
  2. 19fe41e Remove SkPixelRef::getTexture() by bsalomon · 8 years ago
  3. e1e5c74 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  4. 2a57f2f Revert of Moving SkBlurImageFilter into core (patchset #9 id:160001 of https://codereview.chromium.org/2255803003/ ) by bungeman · 8 years ago
  5. a97a1ab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  6. 4f3a0ca GPU implementation of drawArc. by bsalomon · 8 years ago
  7. 4d2cce4 check for wide-open inside quickContains by reed · 8 years ago
  8. a90dcf7 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
  9. 4d76017 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  10. 7b14512 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
  11. e426bab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  12. 2ec4172 Revert of Moving SkBlurImageFilter into core (patchset #6 id:100001 of https://codereview.chromium.org/2255803003/ ) by mtklein · 8 years ago
  13. dd3259e Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  14. a39667c add SkMatrixPriv for specialized helpers by reed · 8 years ago
  15. 589a39e store info in basedevice, change getter to non-virtual const& by reed · 8 years ago
  16. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  17. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  18. af0f6ef Added SkColor4f::FromColor3f(SkColor3f, float a) by dvonbeck · 8 years ago
  19. cbdf007 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  20. 954df2f Revert of Fast path translate() in SkCanvas and SkLiteDL. (patchset #5 id:80001 of https://codereview.chromium.org/2255283002/ ) by mtklein · 8 years ago
  21. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  22. 5fa47f4 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  23. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  24. 9637ea9 Fix initialization bug for fConservativeIsScaleTranslate by msarett · 8 years ago
  25. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  26. 3aafe11 make LayerIter private, and remove skipClip option by reed · 8 years ago
  27. 7c12354 remove disable aa/dither flags from Props -- never used by reed · 8 years ago
  28. f1c6cd7 Rename WorseCaseSize to WorstCasSize by robertphillips · 8 years ago
  29. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  30. 28341fa Implement difference clip rects with window rectangles by csmartdalton · 8 years ago
  31. 549ca32 Modify SkPngCodec to recognize 565 images from the sBIT chunk by msarett · 8 years ago
  32. 6c177a1 Add alternative ambient shadow method to Android shadow sample by jvanverth · 8 years ago
  33. 36931c2 Add test for platform encoders, turn off platform encoders by default by msarett · 8 years ago
  34. 3287588 SkPDF: SkPDFFont class changes by halcanary · 8 years ago
  35. 883c8ef SkLiteDL: remove freelisting, add reset() and SKLITEDL_PAGE knob. by mtklein · 8 years ago
  36. 1688206 Add onDrawBitmapLattice(), avoid unnecessary bitmap->image copy by msarett · 8 years ago
  37. c4d2f90 Update ComputeBlurredRRectParams to compute all the parameters needed for occluded blurred rrect ninepatch draws by robertphillips · 8 years ago
  38. e6f8ff0 Defined SkDEBUGFAILF on Release builds by hstern · 8 years ago
  39. 7f0d9f3 Attempt to throw away rrect clips of rrects. by bsalomon · 8 years ago
  40. 8bbbb69 Revert of add parallel public API for recording SkLiteDL. (patchset #1 id:1 of https://codereview.chromium.org/2246893002/ ) by mtklein · 8 years ago
  41. 6ad75d1 LightingFP now supports multiple directional lights by dvonbeck · 8 years ago
  42. d211e78 Convert GrAppliedClip interface to builder style by csmartdalton · 8 years ago
  43. ced26a3 add parallel public API for recording SkLiteDL. by mtklein · 8 years ago
  44. 772b5ee Added PointLights to SkLights::Light by vjiaoblack · 8 years ago
  45. fbfa258 Optimized implementation of quickReject() by msarett · 8 years ago
  46. 5aeb2fa Revert of Optimized implementation of quickReject() (patchset #12 id:260001 of https://codereview.chromium.org/2225393002/ ) by mtklein · 8 years ago
  47. d22a817 Optimized implementation of quickReject() by msarett · 8 years ago
  48. 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 8 years ago
  49. 6372e65 Delete quickRejectY() by msarett · 8 years ago
  50. 198ca42 Inline fast path for GrPaint::isConstantBlendedColor when no color FPs and src-over blend. by bsalomon · 8 years ago
  51. a9ca05c Deserialize pictures with custom image-deserializer by reed · 8 years ago
  52. 7cffe97 Add constructor to DashInfo to enable initializer lists by hstern · 8 years ago
  53. 0cbe77c Add a SkTLazy copy assignment operator by fmalita · 8 years ago
  54. 27cdd94 Implement GPU occluded blur mask filter by robertphillips · 8 years ago
  55. 2ab9057 update textblob api to use sk_sp by reed · 8 years ago
  56. f5a83e8 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  57. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  58. ceeaa78 Fix SkDEBUGCODE to accept commas by csmartdalton · 8 years ago
  59. ce81ed5 Remove no longer existing friend. by bungeman · 8 years ago
  60. 3f0e694 Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #5 id:80001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
  61. 3ff2cc8 constexpr NaN,+Inf,-Inf by mtklein · 8 years ago
  62. 3d96cb8 Default GR_GL_FUNCTION_TYPE to __stdcall on Windows. by mtklein · 8 years ago
  63. 94b5c5a Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  64. c5769b2 Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2 id:20001 of https://codereview.chromium.org/2138943002/ ) by halcanary · 8 years ago
  65. 1bd13ca Change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  66. 69cfa9c Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #4 id:60001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
  67. 75ccdc7 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  68. e9d55c5 Revert of Store mipmap levels in deferred texture image (patchset #11 id:200001 of https://codereview.chromium.org/2115023002/ ) by halcanary · 8 years ago
  69. d611314 Store mipmap levels in deferred texture image by cblume · 8 years ago
  70. 8eccc30 SkPDF: SkPDFFont organization changes. by halcanary · 8 years ago
  71. 9bc1187 Include EXT_window_rectangles API by csmartdalton · 8 years ago
  72. b47cd4b Use SkNVRefCnt for a couple common types. by mtklein · 8 years ago
  73. 23d9776 Move seg_to to a new header, define SkSegType enum there by hstern · 8 years ago
  74. 77f2fae Encapsulate GrReducedClip result in class members by csmartdalton · 8 years ago
  75. 8b1d32c SkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF takes over by halcanary · 8 years ago
  76. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  77. f95388d Remove SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  78. 9be3720 std::move(SkTDArray) by halcanary · 8 years ago
  79. 9c5052f SkLite* by mtklein · 8 years ago
  80. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  81. 300405a Enable SK_DEBUG/SK_RELEASE to be defined in the user config. by djsollen · 8 years ago
  82. 40254c2 SkBlendARGB32 and S32[A]_Blend_BlitRow32 are currently formulated as: SkAlphaMulQ(src, src_scale) + SkAlphaMulQ(dst, dst_scale), which boils down to ((src*src_scale)>>8) + ((dst*dst_scale)>>8). In particular, note that the intermediate precision is discarded before the two parts are added together, causing the final result to possibly inaccurate. by lsalzman · 8 years ago
  83. feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
  84. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  85. 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  86. 7a1f45f spin off easy stuff from Herb's windows GN CL by mtklein · 8 years ago
  87. b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
  88. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  89. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  90. 62e1a1a Make SK_BUILD_FOR_WIN32 auto-detection work. by mtklein · 8 years ago
  91. a746f78 Fix dtor bug in SkLights by robertphillips · 8 years ago
  92. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  93. a25f470 Delete SkNinePatch by msarett · 8 years ago
  94. 091cb8d Delete SkARGBImageEncoder. by mtklein · 8 years ago
  95. 5dbd274 gn: fix fiddle by mtklein · 8 years ago
  96. b1dd067 Remove 'Ulta' width. by bungeman · 8 years ago
  97. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  98. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  99. 1bb5fec Sketch SkPictureRecorder::optimizeFor(GrContext*). by mtklein · 8 years ago
  100. d783e08 Replace 'Ulta' with 'Ultra'. by bungeman · 8 years ago