1. 3fe0327 Fix 4444 on Vulkan devices who don't support RGBA_4444 by egdaniel · 8 years ago
  2. 0dafbde Pull handling of blurred circles out of GrRRectBlurEffect::Make by robertphillips · 8 years ago
  3. 8a65fc8 Revert of increase small allocator limit to encompass compose shader (patchset #1 id:1 of https://codereview.chromium.org/2234423005/ ) by caryclark · 8 years ago
  4. 200877e Optimize color xforms when src and dst are matching by msarett · 8 years ago
  5. a95d46b Fix copying of data in vulkan testing texture by egdaniel · 8 years ago
  6. ced26a3 add parallel public API for recording SkLiteDL. by mtklein · 8 years ago
  7. cd9a1d0 Add specialized code for hard stop gradients on GPU by fmenozzi · 8 years ago
  8. 8c20069 increase small allocator limit to encompass compose shader by caryclark · 8 years ago
  9. de44222 Webp has_alpha is a hint only by msarett · 8 years ago
  10. 0c685ee Assert fDeviceClipBounds is always empty when clip is empty by msarett · 8 years ago
  11. 40ff5fe Prevent overflows when using gamma_alloc_size by gogil · 8 years ago
  12. 5c6fc4f Remove stencil settings param from stencilPath() by csmartdalton · 8 years ago
  13. 09e12a6 Re-adding analytical GeoProc for rectangles by dvonbeck · 8 years ago
  14. 8a822ba Revert of Exact Ganesh Gradients for Special Cases (patchset #9 id:160001 of https://codereview.chromium.org/2223203003/ ) by halcanary · 8 years ago
  15. 3602d4f Allow vulkan to upload data to testing textures with optimal layouts by egdaniel · 8 years ago
  16. 772b5ee Added PointLights to SkLights::Light by vjiaoblack · 8 years ago
  17. fbfa258 Optimized implementation of quickReject() by msarett · 8 years ago
  18. 7e8d5d3 SkPDF: Subset Type3 (fallback) font by halcanary · 8 years ago
  19. 2a49591 Remove generalized gradient code by fmenozzi · 8 years ago
  20. 5aeb2fa Revert of Optimized implementation of quickReject() (patchset #12 id:260001 of https://codereview.chromium.org/2225393002/ ) by mtklein · 8 years ago
  21. cf736d7 Revert of Exact Ganesh Gradients for Special Cases (patchset #8 id:140001 of https://codereview.chromium.org/2223203003/ ) by halcanary · 8 years ago
  22. a825d53 Revert of Fix 4444 on Vulkan devices who don't support RGBA_4444 (patchset #4 id:60001 of https://codereview.chromium.org/2238563002/ ) by egdaniel · 8 years ago
  23. d22a817 Optimized implementation of quickReject() by msarett · 8 years ago
  24. ee92063 LightingShader and NormalSource comment and style fixes by dvonbeck · 8 years ago
  25. 5bf60ad Revert of SkPDF: Subset Type3 (fallback) font (patchset #8 id:200001 of https://codereview.chromium.org/2231483002/ ) by halcanary · 8 years ago
  26. 637b3bf Fix 4444 on Vulkan devices who don't support RGBA_4444 by egdaniel · 8 years ago
  27. 99818d6 Remove generalized gradient code by fmenozzi · 8 years ago
  28. 88b138d SkPDF: Subset Type3 (fallback) font by halcanary · 8 years ago
  29. 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 8 years ago
  30. c6d855f start working on tiger again by caryclark · 8 years ago
  31. fd8d013 Avoid creating full screen clear batches when there is already one in the queue. by bsalomon · 8 years ago
  32. 6372e65 Delete quickRejectY() by msarett · 8 years ago
  33. 865606d Always give simple circular rrects a shot at being directly blurred on the GPU by robertphillips · 8 years ago
  34. 198ca42 Inline fast path for GrPaint::isConstantBlendedColor when no color FPs and src-over blend. by bsalomon · 8 years ago
  35. d559eb2 SkLiteDL: turn vtable sideways by mtklein · 8 years ago
  36. 6b2d7ac fix memory leak, remake Imageshader to use sk_sp by reed · 8 years ago
  37. 0be3534 Remove a useless call: Calling lineVec.dot(qPts[0]) by jcgregorio · 8 years ago
  38. d230149 Revert of SkLiteDL: turn vtable sideways (patchset #7 id:120001 of https://codereview.chromium.org/2231103002/ ) by reed · 8 years ago
  39. a9ca05c Deserialize pictures with custom image-deserializer by reed · 8 years ago
  40. 5a4b18c Add better bounds checks for getTime to fix perf debug assert below by hstern · 8 years ago
  41. 9f129de Add a full clear method to GrDrawTarget. by bsalomon · 8 years ago
  42. ac24391 SkLiteDL: turn vtable sideways by mtklein · 8 years ago
  43. 27cdd94 Implement GPU occluded blur mask filter by robertphillips · 8 years ago
  44. 2ab9057 update textblob api to use sk_sp by reed · 8 years ago
  45. 568de46 Revert "Remove generalized gradient code" by fmenozzi · 8 years ago
  46. 80e38ac Add more error printing to know why command buffer lib failed to load. by bsalomon · 8 years ago
  47. f5a83e8 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  48. 69aaa5a Revert 386ba54 and 4ab47e0 : perf debug assert. by halcanary · 8 years ago
  49. 386ba54 Fastpath lines in SkCurveMeasure by hstern · 8 years ago
  50. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  51. 4ab47e0 Refactor SkCurveMeasure to use existing eval code by hstern · 8 years ago
  52. cb0f4c3 SkGradientShader.cpp: fix build when SK_SUPPORT_GPU=0 by halcanary · 8 years ago
  53. ceeaa78 Fix SkDEBUGCODE to accept commas by csmartdalton · 8 years ago
  54. 0c63006 Remove generalized gradient code by fmenozzi · 8 years ago
  55. 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
  56. 3ff2cc8 constexpr NaN,+Inf,-Inf by mtklein · 8 years ago
  57. 6e90d42 Check allignment of sub heap allocation in vulkan by egdaniel · 8 years ago
  58. 80ac591 Add time return argument to SkCurveMeasure's getPosTan, rename to getPosTanTime by hstern · 8 years ago
  59. 94b5c5a Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  60. 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
  61. d5b88a3 remove support for serializing bitmaps in old format by reed · 8 years ago
  62. 1bd13ca Change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  63. 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
  64. c523104 Prevent degenerate linear gradient instantiation by fmalita · 8 years ago
  65. 75ccdc7 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  66. d0c3831 SkPDF: bikeshed: use `auto` less by halcanary · 8 years ago
  67. 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
  68. cd88641 constexpr infinity by mtklein · 8 years ago
  69. b202833 allocate memory manually in SkLiteDL by mtklein · 8 years ago
  70. baeec6d SkLiteDL: add some missing std::move() by mtklein · 8 years ago
  71. 5702c86 Restore scratch texture reuse on Adreno. by brianosman · 8 years ago
  72. d611314 Store mipmap levels in deferred texture image by cblume · 8 years ago
  73. 8eccc30 SkPDF: SkPDFFont organization changes. by halcanary · 8 years ago
  74. 9bc1187 Include EXT_window_rectangles API by csmartdalton · 8 years ago
  75. b47cd4b Use SkNVRefCnt for a couple common types. by mtklein · 8 years ago
  76. c0fc9d6 SkLiteDL: tiny perf tweak by mtklein · 8 years ago
  77. 2ee6982 Sample app uses Ganesh before calling SkGraphics::Init(). by mtklein · 8 years ago
  78. 23d9776 Move seg_to to a new header, define SkSegType enum there by hstern · 8 years ago
  79. 904527d moved code into onDrawShadowedPic, only renders into shadow maps if needed by vjiaoblack · 8 years ago
  80. 55d318d Refactor various gradient effect classes by fmenozzi · 8 years ago
  81. 0c753e5 Purge the SkLiteDL freelist when PurgeAllCaches() is called. by mtklein · 8 years ago
  82. 8369e32 SkLiteRecorder: don't tell SkCanvas about clips by mtklein · 8 years ago
  83. 643ede6 template intersection fuzz fixes by caryclark · 8 years ago
  84. 0adbd3e make SpecialLineRec::addSegment assert more permissive to accomodate rounding error by lsalzman · 8 years ago
  85. 0446a3c Add initial CurveMeasure code by hstern · 8 years ago
  86. 765b6e6 SkLiteDL: control reuse by a single parameter by mtklein · 8 years ago
  87. 84bca78 Split distance vector into direction and magnitude components by dvonbeck · 8 years ago
  88. f621ff4 Fixed comment about SkLightingShader::Context memory handling by dvonbeck · 8 years ago
  89. eba373e SkTypeface_win_dw.cpp remove unused fn by halcanary · 8 years ago
  90. 77f2fae Encapsulate GrReducedClip result in class members by csmartdalton · 8 years ago
  91. 8b1d32c SkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF takes over by halcanary · 8 years ago
  92. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  93. 9a5a201 use onPeekBitmap instead of asLegacyBitmap by reed · 8 years ago
  94. b9a10d8 Fix alpha bug in SkColorXform by msarett · 8 years ago
  95. 9be3720 std::move(SkTDArray) by halcanary · 8 years ago
  96. 5d2befe Avoid caching resources for volatile bitmap shaders by fmalita · 8 years ago
  97. 03591a7 finish SkLiteDL by mtklein · 8 years ago
  98. 29de8d9 SkLiteDL, very nearly the rest by mtklein · 8 years ago
  99. ec55959 SkLiteDL: closing in by mtklein · 8 years ago
  100. 6f8411d flesh out more of SkLiteDL: by mtklein · 8 years ago