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