1. b5ccf6f SkPDF: centralize procsets to remove duplication by Hal Canary · 6 years ago
  2. 278b067 Less stress for chromecast by Herb Derby · 6 years ago
  3. f4def34 Move dumpJSON behind the SK_ENABLE_DUMP_GPU flag by Kevin Lubick · 6 years ago
  4. 434377a Split out SkRunFont and SkPaint by Herb Derby · 6 years ago
  5. ba65168 Fix two bugs in GPU special image read-back by Brian Osman · 6 years ago
  6. bbb2410 Remove redundant test by Brian Osman · 6 years ago
  7. e47e5b6 Restore proper name of the SkImage_Gpu2Cpu unit test by Brian Osman · 6 years ago
  8. fd69b6d tune SkOpts::hash_fn() quality by Mike Klein · 6 years ago
  9. 0f88861 SkPDF: build shared lib with skia_enable_pdf=false by Hal Canary · 6 years ago
  10. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  11. 4429a4f re-precate SkMatrix44::SkMatrix44() by Mike Klein · 6 years ago
  12. ae5e864 remove internal uses of SkColorSpace::toXYZD50() by Mike Klein · 6 years ago
  13. 4504a652 Remove extraneous comma in printf vargs by Michael Ludwig · 6 years ago
  14. 314d377 Make ProcessorOptimizationValidationTest more forgiving by Michael Ludwig · 6 years ago
  15. 712476e Remove SkCodec::fSrcInfo by Leon Scroggins III · 6 years ago
  16. 98acec5 remove some dead flags by Mike Reed · 6 years ago
  17. ce96e1e removed dead flag check by Mike Reed · 6 years ago
  18. 1d5b598 Towards removing GrColor4f by Brian Osman · 6 years ago
  19. e8e1075 Add input/output image logging to processor tests by Michael Ludwig · 6 years ago
  20. 3ad86d0 Accept processor test seed from command line by Michael Ludwig · 6 years ago
  21. 66c505f expand imageinfo in C api, start on colorspace by Mike Reed · 6 years ago
  22. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  23. 656cefe Add initial support for generating tagged PDFs. by Dominic Mazzoni · 6 years ago
  24. 9de7216 add test that setLastPt() invalidates path bounds by Mike Klein · 6 years ago
  25. dedf8f2 ccpr: Fix heap use-after-free caused by member destruction order by Chris Dalton · 6 years ago
  26. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  27. 0098ccb Remove unnecessary sk_tool_utils::EncodeImageToData by Leon Scroggins III · 6 years ago
  28. c25f440 Reland "add getAlphaf() to pixmap/bitmap" by Mike Reed · 6 years ago
  29. 81cbd03 Work toward removing SkPM4f by Brian Osman · 6 years ago
  30. be852e4 Revert "add getAlphaf() to pixmap/bitmap" by Robert Phillips · 6 years ago
  31. f3ebd31 add getAlphaf() to pixmap/bitmap by Mike Reed · 6 years ago
  32. 2cbf12c Always use portable fonts in image filter test by Brian Osman · 6 years ago
  33. 23564b9 SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.h by Hal Canary · 6 years ago
  34. 1cf418b Some SkPM4f cleanup by Brian Osman · 6 years ago
  35. 1b15198 Fix/simplify equal_pixels by Brian Osman · 6 years ago
  36. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  37. c03716d Fix nullptr deref in cache lookup by Herb Derby · 6 years ago
  38. 840debe don't try to extract or blur a zero-sized bitmap by Mike Reed · 6 years ago
  39. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  40. 505dd57 Add GrSurfaceOrigin to MakeFromAHardwareBuffer by Stan Iliev · 6 years ago
  41. 637c06a Add Vulkan support to GrAHardwareBufferImageGenerator by Greg Daniel · 6 years ago
  42. 2700abc Remove raw-data version of createTextureProxy by Brian Osman · 6 years ago
  43. c3d8a48 allow path.add(path) safely by Mike Reed · 6 years ago
  44. b2acf0a Add unit test to test basic importing and drawing of AHardwareBuffers. by Greg Daniel · 6 years ago
  45. ea30810 Initialize bitmaps to different colors, to avoid flaky success by Brian Osman · 6 years ago
  46. 0e0f1a7 SkPath::shrinkToFit docs by Florin Malita · 6 years ago
  47. 3d413c5 Reland: add SkPath::shrinkToFit by Florin Malita · 6 years ago
  48. 3c4d533 Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 6 years ago
  49. a21a16b Revert "add SkPath::shrinkToFit" by Mike Reed · 6 years ago
  50. 3d69be5 add SkPath::shrinkToFit by Mike Reed · 6 years ago
  51. aa5f38f Revert "Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig" by Cary Clark · 6 years ago
  52. 303e83e Let unbudgeted, unique keyed resources stay in gpu ResourceCache. by Greg Daniel · 6 years ago
  53. a2bc1ca Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 6 years ago
  54. 43b882b Remove purging of GPU resources based on flush counts. by Brian Salomon · 6 years ago
  55. 9094f2c Add fields to fragmentProcessors in sksl code. by Michael Ludwig · 6 years ago
  56. d9187c0 Revert "SkMath takes some functions from from SkTypes" by Mike Klein · 6 years ago
  57. 3b34723 SkMath takes some functions from from SkTypes by Hal Canary · 6 years ago
  58. 1fc5fbd Reland "Redo how extra emit code flushing operates" with type fix. by Michael Ludwig · 6 years ago
  59. d044019 Revert "Redo how extra emit code flushing operates" by Michael Ludwig · 6 years ago
  60. 9b8181b Redo how extra emit code flushing operates by Michael Ludwig · 6 years ago
  61. 7b429ae Implement boolean short circuit folding in SkSL by Michael Ludwig · 6 years ago
  62. 2d40490 Move some functions to MathPriv.h by Hal Canary · 6 years ago
  63. 60ebf14 Revert "SkStream: remove some WStream functions from public api" by Cary Clark · 6 years ago
  64. 8b68110 SkStream: remove some WStream functions from public api by Hal Canary · 6 years ago
  65. 343553a Don't use MEM_MOVE=true with SkTArrays of sk_sp by Brian Salomon · 6 years ago
  66. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  67. 32ade4c Deliberately call typefaceproc only once per face in pictures by Mike Reed · 6 years ago
  68. 5595f6e clean up S16CPU by Mike Klein · 6 years ago
  69. 9e41c21 SkPDF: use more vector<>, more sk_sp<>, cleanup. by Hal Canary · 6 years ago
  70. cca8c6f SkColorSpace cleanup by Brian Osman · 6 years ago
  71. d6832d0 Remove some references to defunct kIndex_8 by Leon Scroggins III · 6 years ago
  72. 271d1d9 Change SkTypeface::MakeFromStream to take unique_ptr by Mike Reed · 6 years ago
  73. bf67741 add behavior enum to SkTypeface::serialize() by Mike Reed · 6 years ago
  74. 09a7bb2 Reland "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  75. db16001 add circles to stroked cubics with cusps by Cary Clark · 6 years ago
  76. 0b7645f Simplify perspective shadows to match future MD specs. by Jim Van Verth · 6 years ago
  77. cf33b1b fonts: Cap the max number of entries in server side glyph cache tracking by Khushal · 6 years ago
  78. 8378dfb Extract SkGlyphRunListPainter from SkGlyphRun.* by Herb Derby · 6 years ago
  79. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  80. 02e6efe Revert "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  81. 2f2757f ccpr: Implement stroking with fine triangle strips by Chris Dalton · 6 years ago
  82. 92e4c7f Support input color argument to process() function in sksl .fp files by Michael Ludwig · 6 years ago
  83. 8e318fd Reland "Check that mask to path fallback happens" by Herb Derby · 6 years ago
  84. 5de5233 remove scaling from pathops by Cary Clark · 6 years ago
  85. 48cb223 increase SkPoint3 normalize precision by Cary Clark · 6 years ago
  86. eb0bb73 Revert "Check that mask to path fallback happens" by Herb Derby · 6 years ago
  87. aca2b9e Managing the context was dropped. Adding back in. by Herb Derby · 6 years ago
  88. 93348dd Fix GrGLGpu::createTestingOnlyBackendRenderTarget() by Brian Salomon · 6 years ago
  89. 9f85b51 Check that mask to path fallback happens by Herb Derby · 6 years ago
  90. 273b74a fix two 1-bit mismatches in sRGB transfer functions by Mike Klein · 6 years ago
  91. 33ac15e Add an empty typeface for testing by Herb Derby · 6 years ago
  92. f9a90a2 Add a tolerance to SkRemoteGlyphCache_DrawTextAsPath by Chris Dalton · 6 years ago
  93. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  94. 1cb97a2 fix empty region iter rect by Cary Clark · 6 years ago
  95. da01be3 Re-enable 6653 test on IntelVulkan, and label failures better by Brian Osman · 6 years ago
  96. 6b62296 Reland "Stop conflating F16 with linear gamma" by Brian Osman · 6 years ago
  97. da6289c mark tests flaky for pathkit by Cary Clark · 6 years ago
  98. ea2a632 fix pathops unsortable angles by Cary Clark · 6 years ago
  99. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  100. dd04bec Add a version of the skbug6653 unit test that disables explicit resource allocation by Brian Osman · 6 years ago