1. be7fc46 Restrict ops that can be executed when we have a wrapped vulkan secondary command buffer. by Greg Daniel · 6 years ago
  2. 2de13dd Allow aliasing in GrProxyProvider::processInvalidUniqueKey by Chris Dalton · 6 years ago
  3. 5820b0c Use specialized quad lists in rectangle ops by Michael Ludwig · 6 years ago
  4. 0cace8e Make the RRectEffect's screen coords be Float4 (rather than Half4) by Robert Phillips · 6 years ago
  5. 7a8d08d Normalize vectors in dot product for quad type calculations. by Michael Ludwig · 6 years ago
  6. 016cd02 SkPDF: eliminalte one member function by Hal Canary · 6 years ago
  7. 53a11f5 remove legacy drawPosText (and variants) by Mike Reed · 6 years ago
  8. 8b0f9d1 tear down one-big-switch SkRasterPipeline backend by Mike Klein · 6 years ago
  9. 31c4bcb rm unneeded encoding param by Mike Reed · 6 years ago
  10. 96345a2 pass font's explicitly, instead of relying on SkFont::LEGACY_ExtractFromPaint by Mike Reed · 6 years ago
  11. bc84adc Move GrVkSecondaryCBDrawContext header into src to hide it. by Greg Daniel · 6 years ago
  12. 1a88dd5 hide drawpostext etc. by Mike Reed · 6 years ago
  13. 191e64b pass a font to GlyphRunBuilder by Mike Reed · 6 years ago
  14. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  15. dc45871 Remove special case for DCI P3 when making ICC profiles by Brian Osman · 6 years ago
  16. 096a639 Update SkFontMgr_fuchsia.cpp for new FIDL API by Ian McKellar · 6 years ago
  17. b2fc3b8 Return SkGlyphCache and GrTextStrike together. by Herbert Derby · 6 years ago
  18. 65528ab don't use paint to perform char-to-glyph by Mike Reed · 6 years ago
  19. 7752bc6 flip on one-big-switch SkRasterPipeline by Mike Klein · 6 years ago
  20. 8b5e0d6 allocate a little bit of space by Mike Klein · 6 years ago
  21. 9191913 use font instead of paint for text by Mike Reed · 6 years ago
  22. c11bf8c fix fallthrough when deciding lowp/highp by Mike Klein · 6 years ago
  23. 279b65d SkPDF: clean up public header by Hal Canary · 6 years ago
  24. 7f4735b Reland "Wide color support in AA Convex path renderer" by Brian Osman · 6 years ago
  25. 6cdac62 Remove extra semi-colons by Kevin Lubick · 6 years ago
  26. 8f37ce5 SkPDF: clean up by Hal Canary · 6 years ago
  27. dd9003a SkPDF: wait for jobs to complete on abort() by Hal Canary · 6 years ago
  28. 22451cc accessors for RunBuffer as points or rsxforms by Mike Reed · 6 years ago
  29. 9bc33b9 Fix header file for _byteswap_ulong from MSVC CRT by Tom Tan · 6 years ago
  30. f3e6b90 Revert "Wide color support in the AA linearizing convex path renderer" by Brian Osman · 6 years ago
  31. d7c2a38 Revert "Wide color support in AA Convex path renderer" by Brian Osman · 6 years ago
  32. 51eaa79 Wide color support in AA Convex path renderer by Brian Osman · 6 years ago
  33. 05bf931 add run_pipeline_obs by Mike Klein · 6 years ago
  34. 4948e55 Wide color support in the AA linearizing convex path renderer by Brian Osman · 6 years ago
  35. 7561dba Wide color support in GrGregionOp by Brian Osman · 6 years ago
  36. 487132b Don't include system vulkan header when building skia files. by Greg Daniel · 6 years ago
  37. d2fa2eb Use GrVertexWriter in AA convex path renderer by Brian Osman · 6 years ago
  38. 0b53703 Support wide color in GrLatticeOp by Brian Osman · 6 years ago
  39. 568bec7 Remove templating from QuadUVMatrix::apply, and fix const-ness by Brian Osman · 6 years ago
  40. f6e963e remove extra semicolons by Kevin Lubick · 6 years ago
  41. f78b7ea don't use paint's gettextpath by Mike Reed · 6 years ago
  42. 212e906 don't use drawPosText by Mike Reed · 6 years ago
  43. dc5863c use font in SkTextUtils by Mike Reed · 6 years ago
  44. 0951cc2 Revert "Reland "Revert "serialize fonts instead of paints""" by Mike Reed · 6 years ago
  45. f4dd96c Reland "Revert "serialize fonts instead of paints"" by Mike Reed · 6 years ago
  46. 8eb64d3 fixed SPIR-V global initializer ordering by Ethan Nicholas · 6 years ago
  47. 1addaff SkPDF: unify SkPDFOffsetMap and SkPDFObjectSerializer by Hal Canary · 6 years ago
  48. 9d6049a fix pathops bug 8380 by Cary Clark · 6 years ago
  49. fb45594 Revert "share constructors/enum in both variants of SkReadBuffer" by Mike Reed · 6 years ago
  50. 93aeba0 Implement per-edge aa as extra vertices instead of interpolated edge distances by Michael Ludwig · 6 years ago
  51. 438ea54 Move from a generalized appendGlyph to two specialized methods. by Herb Derby · 6 years ago
  52. 2ae3337 share constructors/enum in both variants of SkReadBuffer by Mike Reed · 6 years ago
  53. 9803b8f Revert "Revert "serialize fonts instead of paints"" by Mike Reed · 6 years ago
  54. 576633c Revert "serialize fonts instead of paints" by Mike Reed · 6 years ago
  55. 427966a Short term fix for SkClipStack unique key issue by Robert Phillips · 6 years ago
  56. f1ae66b serialize fonts instead of paints by Mike Reed · 6 years ago
  57. d104cc4 SkPDF: debugging flag SK_PDF_BASE85_BINARY applies to JPEG by Hal Canary · 6 years ago
  58. 1332743 remove overrides of (dead) onDrawTextRSXform by Mike Reed · 6 years ago
  59. 578b089 Revert "Tweak Plot size to try to get better perf." by Jim Van Verth · 6 years ago
  60. 5a3fdee Convert GrGlyph::PackedID to SkPackedGlyphID by Herb Derby · 6 years ago
  61. edce0aa add gm and fix origin for xform-based blobs by Mike Reed · 6 years ago
  62. e4beab7 Disable vulkan specific code in GrAHardwareBufferImageGenerator when not building vulkan. by Greg Daniel · 6 years ago
  63. 4c35be0 Remove PackedID from the strike call chain by Herb Derby · 6 years ago
  64. 2a4c4df Add wide color support to stroke rect op and default GP by Brian Osman · 6 years ago
  65. b03e024 Make and use a ctor for GrGlyph by Herb Derby · 6 years ago
  66. 37e21f6 Move the maskStyle into the GrGlyph by Herb Derby · 6 years ago
  67. 30cf62b add rsxform runs to textblobs by Mike Reed · 6 years ago
  68. 7db91db Adding include guards to two headers that could be multiply included by Daniel Bratell · 6 years ago
  69. f05e6d3 Remove superfluous budgeted params and member related to SkImage_GpuBase by Brian Salomon · 6 years ago
  70. 44539be Remove unused dtor from GrTextStrike by Herb Derby · 6 years ago
  71. 7480158 SkPDF: SkPDFObject no longer reference-counted! by Hal Canary · 6 years ago
  72. ce9a901 Remove checks for GL_CHROMIUM_unpack_flipy. by Brian Salomon · 6 years ago
  73. 614c1a8 Add idle texture callback mechanism. by Brian Salomon · 6 years ago
  74. fde1875 SkPDF: debugging flag - SK_PDF_BASE85_BINARY by Hal Canary · 6 years ago
  75. bf3e486 Don't use client side buffers with WebGL by Brian Salomon · 6 years ago
  76. fdcbe20 Tweak Plot size to try to get better perf. by Jim Van Verth · 6 years ago
  77. 88f1fa5 Infer GL null buffer hint usage from whether on command buffer or WebGL. by Brian Salomon · 6 years ago
  78. 8354c52 unify lowp stage argument lists by Mike Klein · 6 years ago
  79. 92e01cf added SPIR-V persistent cache support for Vulkan by Ethan Nicholas · 6 years ago
  80. fee3f9b Make GrSurfaceProxy::Copy take SkBackingFit. by Brian Salomon · 6 years ago
  81. 77e1ccf Make requiring VBOs a runtime rather than compile time decision. by Brian Salomon · 6 years ago
  82. 257a03d Integrate clamp to border into FP optimization flags by Michael Ludwig · 6 years ago
  83. 148b7fd add saveBehind to canvas by Mike Reed · 6 years ago
  84. 2cb3b95 Remove GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE flag. by Brian Salomon · 6 years ago
  85. f34131a SkPDF: even more PDFIndirectRefs by Hal Canary · 6 years ago
  86. 67761eb drop into raster pipeline at 32767 by Mike Klein · 6 years ago
  87. dac694d draw big images (with raster pipeline) by Mike Klein · 6 years ago
  88. fba5b6c SkPDF: More IndirectRefs by Hal Canary · 6 years ago
  89. 9a3f554 SkPDF: refactor streams, experimental threading by Hal Canary · 6 years ago
  90. 7dfe6d9 minor Sk4px cleanup by Mike Klein · 6 years ago
  91. cbf22bc Reland "Use SkFont in the ARGBFallback code" by Herb Derby · 6 years ago
  92. 6f27489 Use SkFont for managing distance field text by Herb Derby · 6 years ago
  93. 34a2030 Remove window rects flag from GrInternalSurfaceFlags. by Brian Salomon · 6 years ago
  94. c80364b Revert "Use SkFont in the ARGBFallback code" by Herb Derby · 6 years ago
  95. 0ba5b18 fold _utils.h into _matrixProcs.cpp by Mike Klein · 6 years ago
  96. b2a259c Pass in clip bounds when creating a GpuDrawHandler for SkDrawable. by Greg Daniel · 6 years ago
  97. f54883c Fix recording multiple DDLs from a single DDL Recorder (take 2) by Robert Phillips · 6 years ago
  98. 2ab5e78 Check for null renderer string when checking ANGLE GL info by Brian Salomon · 6 years ago
  99. b67edbd Revert "Fix recording multiple DDLs from a single DDL Recorder" by Robert Phillips · 6 years ago
  100. 5f178e7 Use SkFont in the ARGBFallback code by Herb Derby · 6 years ago