1. 7cffe97 Add constructor to DashInfo to enable initializer lists by hstern · 8 years ago
  2. 5a4b18c Add better bounds checks for getTime to fix perf debug assert below by hstern · 8 years ago
  3. 9f129de Add a full clear method to GrDrawTarget. by bsalomon · 8 years ago
  4. 0cbe77c Add a SkTLazy copy assignment operator by fmalita · 8 years ago
  5. ac24391 SkLiteDL: turn vtable sideways by mtklein · 8 years ago
  6. fea704e [SVGDom] Disable verbose parsing messages be default by fmalita · 8 years ago
  7. 27cdd94 Implement GPU occluded blur mask filter by robertphillips · 8 years ago
  8. 2ab9057 update textblob api to use sk_sp by reed · 8 years ago
  9. 568de46 Revert "Remove generalized gradient code" by fmenozzi · 8 years ago
  10. 80e38ac Add more error printing to know why command buffer lib failed to load. by bsalomon · 8 years ago
  11. 1d65fe2 In recording benches, record to and from the same format. by mtklein · 8 years ago
  12. f5a83e8 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  13. 69aaa5a Revert 386ba54 and 4ab47e0 : perf debug assert. by halcanary · 8 years ago
  14. 386ba54 Fastpath lines in SkCurveMeasure by hstern · 8 years ago
  15. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  16. 4ab47e0 Refactor SkCurveMeasure to use existing eval code by hstern · 8 years ago
  17. cb0f4c3 SkGradientShader.cpp: fix build when SK_SUPPORT_GPU=0 by halcanary · 8 years ago
  18. ceeaa78 Fix SkDEBUGCODE to accept commas by csmartdalton · 8 years ago
  19. ce81ed5 Remove no longer existing friend. by bungeman · 8 years ago
  20. 0c63006 Remove generalized gradient code by fmenozzi · 8 years ago
  21. 9d155af Package Go 1.6.2 in CIPD by jcgregorio · 8 years ago
  22. 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
  23. 3ff2cc8 constexpr NaN,+Inf,-Inf by mtklein · 8 years ago
  24. 6e90d42 Check allignment of sub heap allocation in vulkan by egdaniel · 8 years ago
  25. 80ac591 Add time return argument to SkCurveMeasure's getPosTan, rename to getPosTanTime by hstern · 8 years ago
  26. d434b01 Roll GN: gn format is --in-place by default by mtklein · 8 years ago
  27. 3d96cb8 Default GR_GL_FUNCTION_TYPE to __stdcall on Windows. by mtklein · 8 years ago
  28. d1cfb5b Add "svg" asset by rmistry · 8 years ago
  29. 94b5c5a Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  30. 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
  31. d8a620b SVG tool that downloads SVGs from a txt file into a specified dir by rmistry · 8 years ago
  32. d5b88a3 remove support for serializing bitmaps in old format by reed · 8 years ago
  33. 1bd13ca Change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  34. 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
  35. c523104 Prevent degenerate linear gradient instantiation by fmalita · 8 years ago
  36. 75ccdc7 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  37. d0c3831 SkPDF: bikeshed: use `auto` less by halcanary · 8 years ago
  38. 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
  39. cd88641 constexpr infinity by mtklein · 8 years ago
  40. b202833 allocate memory manually in SkLiteDL by mtklein · 8 years ago
  41. baeec6d SkLiteDL: add some missing std::move() by mtklein · 8 years ago
  42. 5702c86 Restore scratch texture reuse on Adreno. by brianosman · 8 years ago
  43. 5eab991 Move ct_skps recipe from tools repo to Skia repo. by rmistry · 8 years ago
  44. d611314 Store mipmap levels in deferred texture image by cblume · 8 years ago
  45. 8eccc30 SkPDF: SkPDFFont organization changes. by halcanary · 8 years ago
  46. 9bc1187 Include EXT_window_rectangles API by csmartdalton · 8 years ago
  47. b47cd4b Use SkNVRefCnt for a couple common types. by mtklein · 8 years ago
  48. c0fc9d6 SkLiteDL: tiny perf tweak by mtklein · 8 years ago
  49. 3df7228 Use slave_build instead of checkout in run/api.py by rmistry · 8 years ago
  50. a489e3f Add RasterWindowContext_mac by jvanverth · 8 years ago
  51. 2ee6982 Sample app uses Ganesh before calling SkGraphics::Init(). by mtklein · 8 years ago
  52. 23d9776 Move seg_to to a new header, define SkSegType enum there by hstern · 8 years ago
  53. 904527d moved code into onDrawShadowedPic, only renders into shadow maps if needed by vjiaoblack · 8 years ago
  54. bb9b224 Rework Overstroke GM to show differences between expected and actual by hstern · 8 years ago
  55. 55d318d Refactor various gradient effect classes by fmenozzi · 8 years ago
  56. 0c753e5 Purge the SkLiteDL freelist when PurgeAllCaches() is called. by mtklein · 8 years ago
  57. 8369e32 SkLiteRecorder: don't tell SkCanvas about clips by mtklein · 8 years ago
  58. d5b9173 add flaky test option by caryclark · 8 years ago
  59. fc3ea41 Check more GLES versions when creating context by martina.kollarova · 8 years ago
  60. 643ede6 template intersection fuzz fixes by caryclark · 8 years ago
  61. 61f36b3 [SVGDom] Improve whitespace handling in style parsing by fmalita · 8 years ago
  62. 0adbd3e make SpecialLineRec::addSegment assert more permissive to accomodate rounding error by lsalzman · 8 years ago
  63. c97796b [SVGDom] Improved transform parsing by fmalita · 8 years ago
  64. 9dcdc35 add missing include by mtklein · 8 years ago
  65. 0446a3c Add initial CurveMeasure code by hstern · 8 years ago
  66. 765b6e6 SkLiteDL: control reuse by a single parameter by mtklein · 8 years ago
  67. 84bca78 Split distance vector into direction and magnitude components by dvonbeck · 8 years ago
  68. 397a517 [SVGDom] Add viewBox support by fmalita · 8 years ago
  69. f621ff4 Fixed comment about SkLightingShader::Context memory handling by dvonbeck · 8 years ago
  70. eba373e SkTypeface_win_dw.cpp remove unused fn by halcanary · 8 years ago
  71. 77f2fae Encapsulate GrReducedClip result in class members by csmartdalton · 8 years ago
  72. 0652baa Revert of Cleanup use of legacy SkSurface creation methods a bit (patchset #2 id:20001 of https://codereview.chromium.org/2223023002/ ) by robertphillips · 8 years ago
  73. 8b1d32c SkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF takes over by halcanary · 8 years ago
  74. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  75. 9a5a201 use onPeekBitmap instead of asLegacyBitmap by reed · 8 years ago
  76. b9a10d8 Fix alpha bug in SkColorXform by msarett · 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. 5d2befe Avoid caching resources for volatile bitmap shaders by fmalita · 8 years ago
  80. f21cd16 Cleanup use of legacy SkSurface creation methods a bit by robertphillips · 8 years ago
  81. 8c1a4f8 update picture recording benchmarks to allow comparison with SkLiteRecorder by mtklein · 8 years ago
  82. 1413d52 Speculative fix for SKP partner-dir upload by borenet · 8 years ago
  83. af06420 Test sk_linear_to_srgb() less exhaustively in Debug mode. by mtklein · 8 years ago
  84. 4a8fc9a whitespace change by Hal Canary · 8 years ago
  85. dfa55f2 [recipes] Smush the rest of builder_spec into appropriate places, other cleanup by borenet · 8 years ago
  86. 03591a7 finish SkLiteDL by mtklein · 8 years ago
  87. 29de8d9 SkLiteDL, very nearly the rest by mtklein · 8 years ago
  88. dad1aef Update SKP version by update-skps · 8 years ago
  89. ec55959 SkLiteDL: closing in by mtklein · 8 years ago
  90. 6f8411d flesh out more of SkLiteDL: by mtklein · 8 years ago
  91. 9c5052f SkLite* by mtklein · 8 years ago
  92. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  93. 4c1abdc use tmp allocator for images in temp shaders by reed · 8 years ago
  94. 462d014 SkPDF: Stop using kHAdvance_PerGlyphInfo by halcanary · 8 years ago
  95. ae29644 update Image_MakeFromRasterBitmap to check uniqueIDs by reed · 8 years ago
  96. 300405a Enable SK_DEBUG/SK_RELEASE to be defined in the user config. by djsollen · 8 years ago
  97. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  98. 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
  99. f77c47b use SkMakeBitmapShader to not force copies when possible by reed · 8 years ago
  100. 29f9fe4 Rename GrDrawingManager::drawContext to makeDrawContext by robertphillips · 8 years ago