1. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  2. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  3. 4efcb7d handle degenerate cubic loops by Cary Clark · 7 years ago
  4. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  5. 85ae715 Add new GrContext queries for imagability, surfacability, and max sample count of color types by Brian Salomon · 7 years ago
  6. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  7. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  8. 9e441ee Fix SkSurfaceCharacterization unit test for DDL by Robert Phillips · 7 years ago
  9. 40d8297 detect truncated pict streams by Mike Reed · 7 years ago
  10. 7a13705 Fix DDL unit tests by Robert Phillips · 7 years ago
  11. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  12. 130fb3f updated .fp file headers by Ethan Nicholas · 7 years ago
  13. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  14. 0a375db Have lazy proxies keep their callbacks around and clean up their lambdas in the dtor by Greg Daniel · 7 years ago
  15. abba998 Fix GrBackendTextureImageGenerator to hold context lock till all proxies are gone by Greg Daniel · 7 years ago
  16. 3d5a6b5 add saturate helper for float2int64 by Mike Reed · 7 years ago
  17. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 7 years ago
  18. 57b0430 Fix mock tex rt gpu mem size by Brian Salomon · 7 years ago
  19. ff2742e SkQP: slim deps. Also skia_enable_fontmgr_empty by Hal Canary · 7 years ago
  20. 495e0f0 Simplify SkAnimatedImage by Leon Scroggins III · 7 years ago
  21. 1c6e783 handle paths with degenerate verbs by Mike Reed · 7 years ago
  22. c4e3109 don't draw images with nonfinite dst bounds by Mike Reed · 7 years ago
  23. 63227ca handle clipping large triangles by Mike Reed · 7 years ago
  24. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  25. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  26. 926e193 check that rect is finite before jamming our bounds by Mike Reed · 7 years ago
  27. aa3dfbe Remove Ops whose lazy proxies fail to instantiate on flush by Greg Daniel · 7 years ago
  28. 1c80e99 Allow printf style var args for messages in REPORTER_ASSERT. by Brian Salomon · 7 years ago
  29. fbe6620 add SkPicture::MakePlaceholder() by Mike Klein · 7 years ago
  30. 88d9071 Revert "hide picture virtuals (no public callers)" by Mike Klein · 7 years ago
  31. 8005bff hide picture virtuals (no public callers) by Mike Reed · 7 years ago
  32. da3e9ad Make SkAndroidCodec (optionally) respect origin by Leon Scroggins III · 7 years ago
  33. abe639c Add SkAnimatedImage::getRepetitionCount by Leon Scroggins III · 7 years ago
  34. 3338482 remove SkColorSpace_Base by Mike Klein · 7 years ago
  35. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  36. bddcc95 Add return value to doLazyInstantiation to know if it succeedes. by Greg Daniel · 7 years ago
  37. f2336e4 Add lazy proxy's for wrapping backend textures by Greg Daniel · 7 years ago
  38. fe8da17 Revert "Revert "converted vertex shaders to device coords"" by Robert Phillips · 7 years ago
  39. 78d762d Added bullet proofing to WrappedProxyConversionTest by Robert Phillips · 7 years ago
  40. 29b3434 Revert "converted vertex shaders to device coords" by Ethan Nicholas · 7 years ago
  41. 8524c30 Make SkAnimatedImage::update return sentinel when stopped by Leon Scroggins III · 7 years ago
  42. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
  43. 0331d37 remove unneeded SkFlattenableSerialization by Mike Reed · 7 years ago
  44. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  45. 1fe0bcc check for huge paths by Mike Reed · 7 years ago
  46. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  47. 3b428cb Set empty device clip when an image filter has zero bounds by Xianzhu Wang · 7 years ago
  48. 2cb6cb1 Add SkAnimatedImage::isFinished by Leon Scroggins III · 7 years ago
  49. 4c11945 Respect repetition count in SkAnimatedImage by Leon Scroggins III · 7 years ago
  50. de161cb increase alignment of half-float pixels in F16Stages test by Mike Klein · 7 years ago
  51. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  52. dba65f9 Add a workaround for inaccurate interpolants on Adreno 3xx. by Brian Salomon · 7 years ago
  53. 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
  54. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  55. ad6660a Use equal_range for factory lookups by Vladimir Levin · 7 years ago
  56. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  57. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  58. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  59. e582600 make rrect's more self-consistent, check drawable index by Mike Reed · 7 years ago
  60. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  61. 59a1df2 Delete SkColorSpaceXformImageGenerator and SkImagePriv::SkMakeImageInColorSpace by Greg Daniel · 7 years ago
  62. b1b80f7 Remove tonal color from DrawShadow internals by Jim Van Verth · 7 years ago
  63. 5a0f345 remove code from old picture serial guard by Mike Reed · 7 years ago
  64. a583b81 SkSL now supports ternary lvalues by Ethan Nicholas · 7 years ago
  65. adbe132 Remove GrSurfaceProxy::MakeWrapped (take 2) by Robert Phillips · 7 years ago
  66. e201ebc Revert "Remove GrSurfaceProxy::MakeWrapped" by Robert Phillips · 7 years ago
  67. 9d8abc5 fixed type error in RTAdjust application by Ethan Nicholas · 7 years ago
  68. 2ac5868 Remove GrSurfaceProxy::MakeWrapped by Robert Phillips · 7 years ago
  69. 8008df1 handle large rects, rename helper by Mike Reed · 7 years ago
  70. 777707b Move GrSurfaceProxy::MakeLazy to GrProxyProvider::createLazy by Robert Phillips · 7 years ago
  71. e728f67 Update to GrBackendTexutreImageGenerator to support lazy texture proxies by Greg Daniel · 7 years ago
  72. 94a6ce8 Add ability for lazy proxy callback to free captured resources by Greg Daniel · 7 years ago
  73. 07a722c Add SkAndroidCodec::computeSampledSize by Leon Scroggins III · 7 years ago
  74. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  75. 0ec7dc7 detect if the computed rgn bounds is too big by Mike Reed · 7 years ago
  76. 42ee284 Use SkAndroidCodec in SkAnimatedImage by Leon Scroggins III · 7 years ago
  77. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  78. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  79. cd3261a Revert "Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord"" by Brian Osman · 7 years ago
  80. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  81. 9d6929c Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord" by Brian Osman · 7 years ago
  82. 966db9e Force BackendTextureImageGenerator to work on only 1 consumer context by Greg Daniel · 7 years ago
  83. 65fa8ca Updating lazy proxys to support the case where we know a lot more info about the texture. by Greg Daniel · 7 years ago
  84. 1001f84 Added SkSL workaround for devices which cannot safely access gl_FragCoord by Brian Osman · 7 years ago
  85. cff9ab7 Bitmap: clearing pixelref keeps rowbytes by Hal Canary · 7 years ago
  86. 8fd7955 Enable the GL_EXT_geometry_shader extension where necessary by Chris Dalton · 7 years ago
  87. 5366e59 Add valid checks in places we query isTestingOnlyBackendTexture by Greg Daniel · 7 years ago
  88. f581777 shrink our 'largest' so that its non-empty by Mike Reed · 7 years ago
  89. e40c361 GrTessellator: set a cap on quadratic linearization. by Stephen White · 7 years ago
  90. 185ffe9 make growToInclude private by Mike Reed · 7 years ago
  91. 274218e move largest apis into private by Mike Reed · 7 years ago
  92. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  93. 5ef4ebf Revert "allow both slash types" by Cary Clark · 7 years ago
  94. c14f144 [sksg] More inval fixes by Florin Malita · 7 years ago
  95. f470b7e GrTessellator: fix for assert on bevelling. by Stephen White · 7 years ago
  96. 4284613 Enable conditional-uninitialized flag by Kevin Lubick · 7 years ago
  97. 7a60041 allow both slash types by Cary Clark · 7 years ago
  98. 18eafd9 [skotty, sksg] Add layer transform inheritance support by Florin Malita · 7 years ago
  99. 0ebf419 [sksg] More inval fiddling by Florin Malita · 7 years ago
  100. 94b7e54 GrTessellator: fix for points which become non-finite on AA stroking. by Stephen White · 7 years ago