1. e582600 make rrect's more self-consistent, check drawable index by Mike Reed · 7 years ago
  2. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  3. 59a1df2 Delete SkColorSpaceXformImageGenerator and SkImagePriv::SkMakeImageInColorSpace by Greg Daniel · 7 years ago
  4. b1b80f7 Remove tonal color from DrawShadow internals by Jim Van Verth · 7 years ago
  5. 5a0f345 remove code from old picture serial guard by Mike Reed · 7 years ago
  6. a583b81 SkSL now supports ternary lvalues by Ethan Nicholas · 7 years ago
  7. adbe132 Remove GrSurfaceProxy::MakeWrapped (take 2) by Robert Phillips · 7 years ago
  8. e201ebc Revert "Remove GrSurfaceProxy::MakeWrapped" by Robert Phillips · 7 years ago
  9. 9d8abc5 fixed type error in RTAdjust application by Ethan Nicholas · 7 years ago
  10. 2ac5868 Remove GrSurfaceProxy::MakeWrapped by Robert Phillips · 7 years ago
  11. 8008df1 handle large rects, rename helper by Mike Reed · 7 years ago
  12. 777707b Move GrSurfaceProxy::MakeLazy to GrProxyProvider::createLazy by Robert Phillips · 7 years ago
  13. e728f67 Update to GrBackendTexutreImageGenerator to support lazy texture proxies by Greg Daniel · 7 years ago
  14. 94a6ce8 Add ability for lazy proxy callback to free captured resources by Greg Daniel · 7 years ago
  15. 07a722c Add SkAndroidCodec::computeSampledSize by Leon Scroggins III · 7 years ago
  16. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  17. 0ec7dc7 detect if the computed rgn bounds is too big by Mike Reed · 7 years ago
  18. 42ee284 Use SkAndroidCodec in SkAnimatedImage by Leon Scroggins III · 7 years ago
  19. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  20. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  21. cd3261a Revert "Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord"" by Brian Osman · 7 years ago
  22. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  23. 9d6929c Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord" by Brian Osman · 7 years ago
  24. 966db9e Force BackendTextureImageGenerator to work on only 1 consumer context by Greg Daniel · 7 years ago
  25. 65fa8ca Updating lazy proxys to support the case where we know a lot more info about the texture. by Greg Daniel · 7 years ago
  26. 1001f84 Added SkSL workaround for devices which cannot safely access gl_FragCoord by Brian Osman · 7 years ago
  27. cff9ab7 Bitmap: clearing pixelref keeps rowbytes by Hal Canary · 7 years ago
  28. 8fd7955 Enable the GL_EXT_geometry_shader extension where necessary by Chris Dalton · 7 years ago
  29. 5366e59 Add valid checks in places we query isTestingOnlyBackendTexture by Greg Daniel · 7 years ago
  30. f581777 shrink our 'largest' so that its non-empty by Mike Reed · 7 years ago
  31. e40c361 GrTessellator: set a cap on quadratic linearization. by Stephen White · 7 years ago
  32. 185ffe9 make growToInclude private by Mike Reed · 7 years ago
  33. 274218e move largest apis into private by Mike Reed · 7 years ago
  34. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  35. 5ef4ebf Revert "allow both slash types" by Cary Clark · 7 years ago
  36. c14f144 [sksg] More inval fixes by Florin Malita · 7 years ago
  37. f470b7e GrTessellator: fix for assert on bevelling. by Stephen White · 7 years ago
  38. 4284613 Enable conditional-uninitialized flag by Kevin Lubick · 7 years ago
  39. 7a60041 allow both slash types by Cary Clark · 7 years ago
  40. 18eafd9 [skotty, sksg] Add layer transform inheritance support by Florin Malita · 7 years ago
  41. 0ebf419 [sksg] More inval fiddling by Florin Malita · 7 years ago
  42. 94b7e54 GrTessellator: fix for points which become non-finite on AA stroking. by Stephen White · 7 years ago
  43. 7397d7a Add SkAndroidCodec::MakeFromCodec by Leon Scroggins III · 7 years ago
  44. f4f3f0f Disable SkSG unit test for G3 by Florin Malita · 7 years ago
  45. 67cd9b2 Build fix post c75e2401a82640c35b0b5f80a5684d0892904530 by Florin Malita · 7 years ago
  46. c75e240 [sksg] Refine invalidation logic by Florin Malita · 7 years ago
  47. 9fc5362 check for irect with overflow width/height by Mike Reed · 7 years ago
  48. 3c36ef6 SkFloatToDecimal moved to src/utils by Hal Canary · 7 years ago
  49. da6d072 Make GrShape lazily initialize an original path for gen id change listeners by Brian Salomon · 7 years ago
  50. d9852cd Remove obsolete comment by Brian Osman · 7 years ago
  51. 72f78c3 Make GrShape recognize horizontal/vertical dashed lines with 0 off intervals as rrects. by Brian Salomon · 7 years ago
  52. 889d521 validate text during deserialization by Mike Reed · 7 years ago
  53. e260c46 GrTessellator: implement straight skeleton, phase 2. by Stephen White · 7 years ago
  54. 47fdf6c add serialprocs to MultiDocument, hide redundant methods by Mike Reed · 7 years ago
  55. b60c5eb remove unused willPlayBackBitmaps from picture and SkPictureAnalyzer by Mike Reed · 7 years ago
  56. 2fad74a Make GrRenderTargetContext::drawPath() use GrShape to identify simpler by Brian Salomon · 7 years ago
  57. a12f795 Fix Adobe RGB color space in Skia by Brian Osman · 7 years ago
  58. 0a241ce Don't canonicalize empty SkRRects. They stroke differently. by Brian Salomon · 7 years ago
  59. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 7 years ago
  60. 58d5648 fixed a couple of SkSL ushort issues by Ethan Nicholas · 7 years ago
  61. 6613cc5 GOOGLE3 -> SK_BUILD_FOR_GOOGLE3 by Mike Klein · 7 years ago
  62. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  63. f1f1162 remove append_from_srgb() by Mike Klein · 7 years ago
  64. ef03848 remove deprecated SkPixelSerializer by Mike Reed · 7 years ago
  65. aae533e Revert "Remove SkImage deferred texture image data APIs." by Eric Karl · 7 years ago
  66. a4daf19 Moving extra options/parameters into PDFMetadata by Mike Reed · 7 years ago
  67. c38cce6 make SkColorSpace_New real by Mike Klein · 7 years ago
  68. 19c026e Remove SkClampRange (unused) by Brian Osman · 7 years ago
  69. 10b8142 Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
  70. 63789cc Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB" by Mike Klein · 7 years ago
  71. 411b8ea Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
  72. b67821d Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and GrRenderTarget by Robert Phillips · 7 years ago
  73. 2258250 move divide by zero inside guard by Cary Clark · 7 years ago
  74. 2d5f9b3 converted GrMagnifierEffect to SkSL by Ethan Nicholas · 7 years ago
  75. e42edcc Add stubbed out GrContext by Robert Phillips · 7 years ago
  76. 45ab630 Revert "Revert "impl SkSerial picture procs"" by Mike Reed · 7 years ago
  77. 2a30099 Revert "impl SkSerial picture procs" by Mike Reed · 7 years ago
  78. c822672 impl SkSerial picture procs by Mike Reed · 7 years ago
  79. 36703d9 Push much of the SkColorSpace_Base interface up to SkColorSpace by Brian Osman · 7 years ago
  80. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  81. 925e31e dm: require tmpDir, reasonable defaults by Hal Canary · 7 years ago
  82. e7e81c1 converted vertex shaders to device coords by Ethan Nicholas · 7 years ago
  83. 344e903 Prefer fullscreen clears on Qualcomm/GL by Chris Dalton · 7 years ago
  84. a493510 resources: optionally link them into our binary by Hal Canary · 7 years ago
  85. 58a3fcd add virtual to confirm flattenable type by Mike Reed · 7 years ago
  86. 0933bc9 Revert "Revert "resources: remove most uses of GetResourcePath()"" by Mike Reed · 7 years ago
  87. cca2300 Revert "resources: remove most uses of GetResourcePath()" by Mike Reed · 7 years ago
  88. 53e5e7d resources: resource identifiers don't begin with leading slash by Hal Canary · 7 years ago
  89. 5093a53 resources: remove most uses of GetResourcePath() by Hal Canary · 7 years ago
  90. 8e74cbc Revert "Revert "use serialprocs for typefaces"" by Mike Reed · 7 years ago
  91. 1acd3c7 keep SVG arcs axis aligned with suppression by Cary Clark · 7 years ago
  92. c465d13 resources: orgainize directory. by Hal Canary · 7 years ago
  93. 4bcef3c minor cleanup to typeface serial test by Mike Reed · 7 years ago
  94. f55e1ef Remove unused private field by Brian Osman · 7 years ago
  95. 64f7376 return data instead of bool by Mike Reed · 7 years ago
  96. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  97. 7af060a Add gray_8_as_lum and _as_red private grpixelconfigs by Greg Daniel · 7 years ago
  98. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  99. 4f5e1d4 Remove SkImage deferred texture image data APIs. by Brian Salomon · 7 years ago
  100. fadbfcd upgrade SkReadBuffer to always validate by Mike Reed · 7 years ago