1. 47fdf6c add serialprocs to MultiDocument, hide redundant methods by Mike Reed · 7 years ago
  2. b60c5eb remove unused willPlayBackBitmaps from picture and SkPictureAnalyzer by Mike Reed · 7 years ago
  3. 2fad74a Make GrRenderTargetContext::drawPath() use GrShape to identify simpler by Brian Salomon · 7 years ago
  4. a12f795 Fix Adobe RGB color space in Skia by Brian Osman · 7 years ago
  5. 0a241ce Don't canonicalize empty SkRRects. They stroke differently. by Brian Salomon · 7 years ago
  6. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 7 years ago
  7. 58d5648 fixed a couple of SkSL ushort issues by Ethan Nicholas · 7 years ago
  8. 6613cc5 GOOGLE3 -> SK_BUILD_FOR_GOOGLE3 by Mike Klein · 7 years ago
  9. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  10. f1f1162 remove append_from_srgb() by Mike Klein · 7 years ago
  11. ef03848 remove deprecated SkPixelSerializer by Mike Reed · 7 years ago
  12. aae533e Revert "Remove SkImage deferred texture image data APIs." by Eric Karl · 7 years ago
  13. a4daf19 Moving extra options/parameters into PDFMetadata by Mike Reed · 7 years ago
  14. c38cce6 make SkColorSpace_New real by Mike Klein · 7 years ago
  15. 19c026e Remove SkClampRange (unused) by Brian Osman · 7 years ago
  16. 10b8142 Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
  17. 63789cc Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB" by Mike Klein · 7 years ago
  18. 411b8ea Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
  19. b67821d Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and GrRenderTarget by Robert Phillips · 7 years ago
  20. 2258250 move divide by zero inside guard by Cary Clark · 7 years ago
  21. 2d5f9b3 converted GrMagnifierEffect to SkSL by Ethan Nicholas · 7 years ago
  22. e42edcc Add stubbed out GrContext by Robert Phillips · 7 years ago
  23. 45ab630 Revert "Revert "impl SkSerial picture procs"" by Mike Reed · 7 years ago
  24. 2a30099 Revert "impl SkSerial picture procs" by Mike Reed · 7 years ago
  25. c822672 impl SkSerial picture procs by Mike Reed · 7 years ago
  26. 36703d9 Push much of the SkColorSpace_Base interface up to SkColorSpace by Brian Osman · 7 years ago
  27. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  28. 925e31e dm: require tmpDir, reasonable defaults by Hal Canary · 7 years ago
  29. e7e81c1 converted vertex shaders to device coords by Ethan Nicholas · 7 years ago
  30. 344e903 Prefer fullscreen clears on Qualcomm/GL by Chris Dalton · 7 years ago
  31. a493510 resources: optionally link them into our binary by Hal Canary · 7 years ago
  32. 58a3fcd add virtual to confirm flattenable type by Mike Reed · 7 years ago
  33. 0933bc9 Revert "Revert "resources: remove most uses of GetResourcePath()"" by Mike Reed · 7 years ago
  34. cca2300 Revert "resources: remove most uses of GetResourcePath()" by Mike Reed · 7 years ago
  35. 53e5e7d resources: resource identifiers don't begin with leading slash by Hal Canary · 7 years ago
  36. 5093a53 resources: remove most uses of GetResourcePath() by Hal Canary · 7 years ago
  37. 8e74cbc Revert "Revert "use serialprocs for typefaces"" by Mike Reed · 7 years ago
  38. 1acd3c7 keep SVG arcs axis aligned with suppression by Cary Clark · 7 years ago
  39. c465d13 resources: orgainize directory. by Hal Canary · 7 years ago
  40. 4bcef3c minor cleanup to typeface serial test by Mike Reed · 7 years ago
  41. f55e1ef Remove unused private field by Brian Osman · 7 years ago
  42. 64f7376 return data instead of bool by Mike Reed · 7 years ago
  43. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  44. 7af060a Add gray_8_as_lum and _as_red private grpixelconfigs by Greg Daniel · 7 years ago
  45. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  46. 4f5e1d4 Remove SkImage deferred texture image data APIs. by Brian Salomon · 7 years ago
  47. fadbfcd upgrade SkReadBuffer to always validate by Mike Reed · 7 years ago
  48. 5104137 Revert "keep SVG arcs axis aligned" by Cary Clark · 7 years ago
  49. 0554d49 add SkVptr() by Mike Klein · 7 years ago
  50. c382384 keep SVG arcs axis aligned by Cary Clark · 7 years ago
  51. a3e9271 CCPR: Eliminate texel buffers by Chris Dalton · 7 years ago
  52. 60691a5 add serial procs to pictures by Mike Reed · 7 years ago
  53. c8037dc Reland "Hide SkEncodedInfo" by Leon Scroggins III · 7 years ago
  54. a32a3c3 Add analytic clip FPs that read from the CCPR atlas by Chris Dalton · 7 years ago
  55. 1447177 Avoid GrEllipseEffect for small radii on devices without 32 bit float. by Brian Salomon · 7 years ago
  56. 1793e7b Revert "Hide SkEncodedInfo" by Leon Scroggins · 7 years ago
  57. c6f7a4f Hide SkEncodedInfo by Leon Scroggins III · 7 years ago
  58. 8d1e67e Add resource cache limits to SkSurfaceCharacterization by Robert Phillips · 7 years ago
  59. 7ffbcf9 Add unit test for SkDeferredDisplayLists (take 2) by Robert Phillips · 7 years ago
  60. 8172c0a Revert "Add unit test for SkDeferredDisplayLists" by Robert Phillips · 7 years ago
  61. 8458a28 Add unit test for SkDeferredDisplayLists by Robert Phillips · 7 years ago
  62. 10ed243 Add cap on intel to avoid calling abs and floor on the same line in a shader. by Greg Daniel · 7 years ago
  63. 0cb7587 Add Store3 to Sk2f by Chris Dalton · 7 years ago
  64. afca4d6 fix pathops handling of tiny wrapback quads and cubics by Cary Clark · 7 years ago
  65. 213d821 add Load2() to Sk4f by Mike Klein · 7 years ago
  66. 706a6ff Add "lazy" texture proxies by Chris Dalton · 7 years ago
  67. d53f9a1 bug fix in matrix color filter by Mike Klein · 7 years ago
  68. 7072e22 Ignore deserialized path convexity and first direction. by Brian Salomon · 7 years ago
  69. 1ba5bfe Avoid double-destruction of Sk3DShaderContext-wrapped objects by Florin Malita · 7 years ago
  70. c9c97b7 CCPR: Transform path points before parsing by Chris Dalton · 7 years ago
  71. 39204fd added SkSL support for all blend mode layouts by Ethan Nicholas · 7 years ago
  72. c9bc814 Handle null colorspace in SkToSRGBColorFilter. by Mike Klein · 7 years ago
  73. 4b0e364 Disallow negative radii in deserialized SkRRects by Brian Salomon · 7 years ago
  74. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  75. ef59d87 Revert "Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"""""" by Greg Daniel · 7 years ago
  76. b092cea Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""""" by Brian Osman · 7 years ago
  77. 7ceb0b8 Remove api call from SkGaussFilter by Herb Derby · 7 years ago
  78. 68ab186 Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"""" by Greg Daniel · 7 years ago
  79. 55ad774 Revert "Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context."" by Brian Salomon · 7 years ago
  80. 57e0828 Add backend GPU objects to fiddle app by Robert Phillips · 7 years ago
  81. 1e09e46 Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context." by Brian Osman · 7 years ago
  82. 47c8ed3 Reland "Fix precision caps and rrect/ellipse effect precisions" by Chris Dalton · 7 years ago
  83. 3b2f5b6 Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""" by Greg Daniel · 7 years ago
  84. b5fb7cf Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"" by Greg Daniel · 7 years ago
  85. eafd48a Add overbudget handling to GrResourceAllocator by Robert Phillips · 7 years ago
  86. 5627d65 Add method to sk_gpu_test::TestContext to automatically restore the previous context. by Brian Salomon · 7 years ago
  87. 24f9c19 Revert "Fix precision caps and rrect/ellipse effect precisions" by Brian Osman · 7 years ago
  88. e421800 Fix precision caps and rrect/ellipse effect precisions by Chris Dalton · 7 years ago
  89. dcfca43 Use GrContextFactories that produce a single GrContext in unit tests. by Brian Salomon · 7 years ago
  90. 0fb6db4 Revert "Add private grpixelconfigs for alpha_8 and alpha_half" by Greg Daniel · 7 years ago
  91. 70fb479 Ensure that removing last extension from GrGLExtension doesn't assert. by Vladimir Levin · 7 years ago
  92. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  93. 33d17cb Add private grpixelconfigs for alpha_8 and alpha_half by Greg Daniel · 7 years ago
  94. e0070c0 Patch up ref counting of proxies (take 2) by Robert Phillips · 7 years ago
  95. f1729a7 Extract Android FontMgr part of Typeface test. by Ben Wagner · 7 years ago
  96. f44754a Drop support for OSMesa in test tools and remove build bot by Brian Salomon · 7 years ago
  97. 2d9cb57 Revert "Patch up ref counting of proxies" by Robert Phillips · 7 years ago
  98. 8d5ce2d Patch up ref counting of proxies by Robert Phillips · 7 years ago
  99. 24e4cc7 disable Android-specific SkTypeface test by Mike Klein · 7 years ago
  100. 66498bc Try 2 for Gauss filter calculation by Herb Derby · 7 years ago