1. 6693355 Add addtional resolve calls to vulkan backend by egdaniel · 8 years ago
  2. 3bf7509 Warn on bad rendering intents (instead of valid ones) by msarett · 8 years ago
  3. 8aeec39 New helper for creating a color space from another, with linear gamma by brianosman · 8 years ago
  4. 3f1c9c0 Apply gerrit ref if it is a Gerrit patch. by rmistry · 8 years ago
  5. 6a88206 combine setRectFan and mapRect by reed · 8 years ago
  6. 9dc6cf6 Fix generic color space xform, ColorSpaceXformTest by msarett · 8 years ago
  7. ae6377c Make singleton SkColorSpaces thread safe by msarett · 8 years ago
  8. 19fe41e Remove SkPixelRef::getTexture() by bsalomon · 8 years ago
  9. 457b42a GN: extract optional() as a template and use for giflib-dependent code by mtklein · 8 years ago
  10. 09e61f7 GN: Fix up Ganesh native interface hooks. by mtklein · 8 years ago
  11. 5ecbbbe Skip non-AA intersect rects in GrReducedClip by csmartdalton · 8 years ago
  12. 1f0e78d SkScalerContextRec::computeMatrices to return status. by bungeman · 8 years ago
  13. da19f6f Assume all TURBO_HAS_* are true. by mtklein · 8 years ago
  14. e1e5c74 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  15. d805f20 CMake: require libjpeg-turbo, not libjpeg by mtklein · 8 years ago
  16. 5eb8bff experimental/tools/mskp_parser.py by halcanary · 8 years ago
  17. 2a57f2f Revert of Moving SkBlurImageFilter into core (patchset #9 id:160001 of https://codereview.chromium.org/2255803003/ ) by bungeman · 8 years ago
  18. 3cebe24 fix conic path fuzz by caryclark · 8 years ago
  19. c966ef9 SkMultiSKP: version 2 by halcanary · 8 years ago
  20. afdc177 SkPDF: PDFDevice cleanup. by halcanary · 8 years ago
  21. a2d2f38 f16<->f32 ftz is an optional thing for speed. by mtklein · 8 years ago
  22. a97a1ab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  23. bb51f4a fix pathops fuzz by caryclark · 8 years ago
  24. eb3c425 GN: make libwebp an optional dependency by mtklein · 8 years ago
  25. 7535f41 Reduce window rectangles cap to 8 by csmartdalton · 8 years ago
  26. 5eca3e1 Cleanup use of legacy SkSurface creation methods a bit by robertphillips · 8 years ago
  27. 08197b2 Fix valgrind issue in CircleBatch__Test by robertphillips · 8 years ago
  28. d01c7d0 Remove file samplecode/SampleDraw.cpp by martina.kollarova · 8 years ago
  29. 6cfb106 Fix Ganesh analytic blurred rect draws by robertphillips · 8 years ago
  30. 0515593 Fix GLSL int to float error in arc code in GrOvalRenderer. by bsalomon · 8 years ago
  31. 4ff08df More robust check for sRGB gamma tables by msarett · 8 years ago
  32. dcb406c Remove virtual from overrides in SkGpuDevice.h by bsalomon · 8 years ago
  33. cadf75a Fix CircleBatch::TestCreate to always use a legal matrix by bsalomon · 8 years ago
  34. bdc335f Mark temporary paths created by SkCanvas for clipping as volatile by bsalomon · 8 years ago
  35. 236e272 Remove vulkan from most build variants by liyuqian · 8 years ago
  36. 8ae991e Flush denorm half floats to zero. by mtklein · 8 years ago
  37. 4f3a0ca GPU implementation of drawArc. by bsalomon · 8 years ago
  38. 4c261d0 Add cap type variations to circular arcs GMs by bsalomon · 8 years ago
  39. 4d2cce4 check for wide-open inside quickContains by reed · 8 years ago
  40. d331742 Fix MSAN - mark temporary memory as kNo_ZeroInitialized by msarett · 8 years ago
  41. 674b925 Add trooper documentation for CT bots and for iOS "the service is invalid" by rmistry · 8 years ago
  42. d9015a4 Fix Equals and serialization for rare pngs by msarett · 8 years ago
  43. a90dcf7 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
  44. 4d76017 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  45. 3a0c369 Remove quantization of device-space dest rect for Ganesh analytic rrect blurs by robertphillips · 8 years ago
  46. 6bf2331 Mark temp paths in SkBaseDevice::drawArc and ::drawDRRect as volatile by bsalomon · 8 years ago
  47. 23d2458 Fix touch event parameter order by liyuqian · 8 years ago
  48. 7b14512 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
  49. e426bab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  50. ac1d0ab Add stroke-and-fill circular arc test, test near 180deg arc in all circular_arc_tests by bsalomon · 8 years ago
  51. 0f0c4f0 Detect all named gammas by msarett · 8 years ago
  52. a61b6d4 compress_r11eac_blocks() required more alignment than dst has. by mtklein · 8 years ago
  53. 2ec4172 Revert of Moving SkBlurImageFilter into core (patchset #6 id:100001 of https://codereview.chromium.org/2255803003/ ) by mtklein · 8 years ago
  54. 78559a7 Use ARMv8 CRC32 instructions for SkOpts::hash(). by mtklein · 8 years ago
  55. dd3259e Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  56. dcd5e65 Support color xforms for kIndex8 pngs by msarett · 8 years ago
  57. c0c6e1c 'g' key toggles showgrid for PerlinPatch by reed · 8 years ago
  58. 7fd64e7 Supply a color space in sRGB/F16 mode of SampleApp by brianosman · 8 years ago
  59. 88bba16 Roll recipe DEPS by rmistry · 8 years ago
  60. ccebcec 'F' will toggle filtering for the --picture sample by reed · 8 years ago
  61. 35bb74b Fix color xform width bug when scaling/subsetting by msarett · 8 years ago
  62. a629166 Build command buffer with is_component_build=false by borenet · 8 years ago
  63. 36da771 Adjust angles in circular arcs GMs to test smaller arcs by bsalomon · 8 years ago
  64. a39667c add SkMatrixPriv for specialized helpers by reed · 8 years ago
  65. 0a8efd7 GN: _turbo -> -turbo to match Fuchsia by mtklein · 8 years ago
  66. 582a656 Simplify the gradient color stop optimizer by fmalita · 8 years ago
  67. 5122967 Add a gradient edge optimization test by fmalita · 8 years ago
  68. 5755cd9 make zoomer text clearer by reed · 8 years ago
  69. 577e012 add translate to exercise non-identity ctm performance by reed · 8 years ago
  70. ce25041 Update SKP version by update-skps · 8 years ago
  71. deb8136 remove unused field from SkDrawIter by reed · 8 years ago
  72. 589a39e store info in basedevice, change getter to non-virtual const& by reed · 8 years ago
  73. e2348cc src/utils/SkBitSet: simplify by halcanary · 8 years ago
  74. 4c54788 Rename circular_arcs_circular_arcs_fill to circular_arcs_fill. by bsalomon · 8 years ago
  75. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  76. 3688bfa Added a small widget framework to the interactive bevel SampleApp by dvonbeck · 8 years ago
  77. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  78. af0f6ef Added SkColor4f::FromColor3f(SkColor3f, float a) by dvonbeck · 8 years ago
  79. 71c5eee Add GMs for testing drawArc. by bsalomon · 8 years ago
  80. cbdf007 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  81. 68d952c Implement gradient simplification for 0,0,1 and 0,1,1 gradients by fmenozzi · 8 years ago
  82. 01a1699 Simplify embeddability test. by bungeman · 8 years ago
  83. 9da5a5a Fix bug, always keep fIsScaleTranslate in correct state by msarett · 8 years ago
  84. 9c3887c Step 1 of opts_crc32 rollout. by mtklein · 8 years ago
  85. b6a40b8 Some assert fixes for running the Fuzzer sample in GPU mode. by senorblanco · 8 years ago
  86. e9fd0f8 Return color shader instead of 2-color gradient when color count is 1 by fmenozzi · 8 years ago
  87. 4294286 fix fuzzes by caryclark · 8 years ago
  88. 83b24ff SkFontMgr_android clean up. by bungeman · 8 years ago
  89. 15d71ff include extra_cflags* in the step description by mtklein · 8 years ago
  90. c1fb8e8 must call rand in reliable order for bots by reed · 8 years ago
  91. d4d8b39 Expand Issue Tracking docs to include triage, Chrome instructions by hcm · 8 years ago
  92. 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
  93. 4a16717 quick check to not use AutoDrawLooper by reed · 8 years ago
  94. 6b7a6c7 Revert of Return color shader instead of 2-color gradient when color count is 1 (patchset #3 id:40001 of https://codereview.chromium.org/2259823005/ ) by reed · 8 years ago
  95. f1b6030 Detect CRC32 instructions on ARMv8. by mtklein · 8 years ago
  96. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  97. 5fa47f4 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  98. abe795e Relax check for gpu use of static src-over XP by egdaniel · 8 years ago
  99. 5e0d927 add simplerect gm by reed · 8 years ago
  100. da082a5 Return color shader instead of 2-color gradient when color count is 1 by fmenozzi · 8 years ago