1. 723a877 Make SkFunctionWrapper a better wrapper. by Ben Wagner · 5 years ago
  2. 6f1ff9f Faster SkPathEdgeIter by Florin Malita · 5 years ago
  3. 7ea9bd0 Increase the on stack array to reduce memory allocation by Herb Derby · 5 years ago
  4. bbfec9d Move transferFrom commands from GrOp and into GrRenderTask. by Greg Daniel · 5 years ago
  5. f8586bd SkBitmap: simplify setPixels() by Hal Canary · 5 years ago
  6. 5331e2a GrRectBlurEffect: approximate piecewise cubic with quintic. by Brian Salomon · 5 years ago
  7. 5f152f0 add path-edger; lightweight Iter for edges by Mike Reed · 5 years ago
  8. 154340b Use bulk API for bitmap glyph drawing by Herb Derby · 5 years ago
  9. 0d6f775 Add GrvkGpuRTCommandBuffer::appendSampledTexture by Chris Dalton · 5 years ago
  10. e67133b Temporary Lua hook to measure impact of conservative convexity by Brian Osman · 5 years ago
  11. eb3eb98 Add textureReleaseProc and releaseContext to SkImage factory functions by Robert Phillips · 5 years ago
  12. 3f7932e Add kRequiresManualMSAAResolve to GrInternalSurfaceFlags by Chris Dalton · 5 years ago
  13. f822178 Remove incorrect metal assert. by Greg Daniel · 5 years ago
  14. 9318a6c build custom blitter for drawAtlas by Mike Reed · 5 years ago
  15. 5a5f3e8 Workaround for Android Emulator default precision issue by Brian Salomon · 5 years ago
  16. ba7e9a6 never check for degenerates in path::iter by Mike Reed · 5 years ago
  17. 457da50 Remove uses of GrPixelConfig in GrMtlCaps. by Greg Daniel · 5 years ago
  18. 170d990 Dawn: implement textures & samplers. by Stephen White · 5 years ago
  19. bb651c4 Remove old version of SkImage::makeTextureImage by Brian Osman · 5 years ago
  20. 0fac869 Remove uses of GrPixelConfig in GrVkCaps and other vk files. by Greg Daniel · 5 years ago
  21. 6db3b7b Dawn: update to GrCaps changes. by Stephen White · 5 years ago
  22. 7022b77 Part 1/2 to remove SkTextBlobCacheDiffCanvas::Settings by herb · 5 years ago
  23. df54f37 remove SkPicture_none.cpp by Mike Klein · 5 years ago
  24. 77a9a6c Remove std::move()s from returns of std::unique_ptrs by Brian Salomon · 5 years ago
  25. 82963a3 Remove SkRemoteGlyphCacheImpl.h by Herb Derby · 5 years ago
  26. d18c98c Move Context into separate header/namespace by Michael Ludwig · 5 years ago
  27. b5391bf Revert "Revert "Go back to blacklisting MSAA on all Intel GPUs"" by Brian Osman · 5 years ago
  28. 4008519 Remove paint from simplifyTextBlobIgnoringRSXForm. by Ben Wagner · 5 years ago
  29. 0be3480 Revert "Revert "unified Vulkan uniform buffers"" by Ethan Nicholas · 5 years ago
  30. bb10848 SkMallocPixelRef: remove MakeDirect and MakeWithProc from API. by Hal Canary · 5 years ago
  31. f0696bd Revert "Go back to blacklisting MSAA on all Intel GPUs" by Robert Phillips · 5 years ago
  32. 1436a13 Add empty check for mask case. Small cleanups elsewhere. by Herb Derby · 5 years ago
  33. 9c73e3d Turn off -Wreturn-std-move-in-c++11 by Brian Salomon · 5 years ago
  34. c385da4 Go back to blacklisting MSAA on all Intel GPUs by Brian Osman · 5 years ago
  35. 4c3fd34 Remove MakeCrossContextFromEncoded, unused argument from ...FromPixmap by Brian Osman · 5 years ago
  36. 5b21851 Add helpers for creating new contexts by Michael Ludwig · 5 years ago
  37. e5dc1eb unified Metal uniform buffers by Ethan Nicholas · 5 years ago
  38. 7139f13 Fix duplicate definition of kRect_ClipType. by Dave Tapuska · 5 years ago
  39. 096b091 Make GrBlend.h private by Brian Salomon · 5 years ago
  40. d514837 Add SkImage::reinterpretColorSpace by Brian Osman · 5 years ago
  41. 30ad468 Remove remaining functions in GrGLCaps that use GrPixelConfig. by Greg Daniel · 5 years ago
  42. e30a485 Move the source image into Context by Michael Ludwig · 5 years ago
  43. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  44. e3b1389 Implement GrDawnGpuTextureCommandBuffer. by Stephen White · 5 years ago
  45. 9ae0ba0 Turn calls to glTexImage2D with non-null ptr into glTexImage2D followed by Brian Salomon · 5 years ago
  46. 9d42192 First implementation of GrTextureRenderTarget. by Stephen White · 5 years ago
  47. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  48. 9136a04 Handle size_t addition overflow in GrCpuBuffer::Make by Brian Salomon · 5 years ago
  49. 03f9ca3 Remove SkImageFilter_Base::OutputProperties by Michael Ludwig · 5 years ago
  50. d566e2e Remove unused dstColorSpace parameter from makeTextureImage by Brian Osman · 5 years ago
  51. 0850dcd First implementation of GrDawnTexture. by Stephen White · 5 years ago
  52. 3b1e4c2 Add coord transform to GrSKSLFP, support CTM/local matrix in runtime shaders by Brian Osman · 5 years ago
  53. 0100562 new ideas for bilerp/bicubic? by Mike Klein · 5 years ago
  54. 143987e Update Metal backend's createBackendTexture to initialize to a given color by Robert Phillips · 5 years ago
  55. 6cb6a07 Use COM_DECLSPEC_NOTHROW STDMETHODIMP by Ben Wagner · 5 years ago
  56. 735f1d2 SkMallocPixelRef: hide implementation by Hal Canary · 5 years ago
  57. 6154ac4 Hook up SkHeifCodec for ImageDecoder animation by Leon Scroggins III · 5 years ago
  58. 3d77027 Reland "Initiate regeneration of mipmaps from proxy DAG land" by Chris Dalton · 5 years ago
  59. a5acbf9 expose direct methods for decoding to an image by Mike Reed · 5 years ago
  60. 19754b5 Revert "unified Vulkan uniform buffers" by Greg Daniel · 5 years ago
  61. 2c59659 Make GrRectBlurEffect be analytical rather than use a texture LUT. by Brian Salomon · 5 years ago
  62. 67529b2 SkSL GLSL generator writes default precision for sampler2D/samplerExternalOS/sampler2DRect by Brian Salomon · 5 years ago
  63. 5f5a481 unified Vulkan uniform buffers by Ethan Nicholas · 5 years ago
  64. d5d8a64 Add GrCaps::msaaResolvesAutomatically by Chris Dalton · 5 years ago
  65. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  66. f759964 Make defaultBackendFormat callable from anywhere in the GrContext hierarchy by Robert Phillips · 5 years ago
  67. 8db426d SkMallocPixelRef::MakeDirect: doesn't need a release proc by Hal Canary · 5 years ago
  68. 309c6c0 Return kNearest from GrSkFilterQualityToGrFilterMode for 1x1 images by Chris Dalton · 5 years ago
  69. 792e230 SkSL: implement full support for separate textures and samplers. by Stephen White · 5 years ago
  70. fb83927 less clever skipMoveTo logic by Mike Klein · 5 years ago
  71. 33c59ed added error check for invalid 'in' variables by Ethan Nicholas · 5 years ago
  72. 0bbb3c1 rewrite SkDashPath.cpp's cull_path() logic by Mike Klein · 5 years ago
  73. f996311 extend lifetimes for hoisted used in loop by Mike Klein · 5 years ago
  74. 5b2f04c Only use thread_local on aarch64 iOS build variants. by Chinmay Garde · 5 years ago
  75. 2af3e70 Don't use color type derived from GrPixelConfig to determine proxy texture swizzle. by Brian Salomon · 5 years ago
  76. e2556a4 inline helpers in SkDashPath.cpp cull_path() by Mike Klein · 5 years ago
  77. 0b002e2 For non-ccpr draws make sure all inputs to GrGPUCommandBuffer are long lived. by Greg Daniel · 5 years ago
  78. 1c53a9f Remove some uses of GrSurface::config() by Brian Salomon · 5 years ago
  79. 2739fd2 Reland: Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  80. 3e7fa79 Revert "Initiate regeneration of mipmaps from proxy DAG land" by Robert Phillips · 5 years ago
  81. fe19203 Initiate regeneration of mipmaps from proxy DAG land by Chris Dalton · 5 years ago
  82. 19db240 Dawn: remove a faulty assert. by Stephen White · 5 years ago
  83. f813ef7 Dawn backend: implement stencil, primitive topology, separate blends. by Stephen White · 5 years ago
  84. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  85. 9fc5e8d Revert "Enable YCbCr sampler support on platforms other than Android" by Greg Daniel · 5 years ago
  86. cc4573d Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  87. 81536f2 Pass GrBackendFormat to GrGpu::onCreateTexture and use it to determine by Brian Salomon · 5 years ago
  88. fe55c73 Dawn backend: update to Skia GrCaps changes. by Stephen White · 5 years ago
  89. d67c71f Dawn backend: first triangle. by Stephen White · 5 years ago
  90. e897684 Fix exactify for explicit resource allocation (take 2) by Robert Phillips · 5 years ago
  91. bd59ba2 Correctly write out variable position. by Ben Wagner · 5 years ago
  92. ec22b1a Expose GrContext::dump() when SK_ENABLE_DUMP_GPU is defined. by Brian Salomon · 5 years ago
  93. 26cedb4 Fix emplace on GrTRecorder. by Greg Daniel · 5 years ago
  94. 4d557e3 Revert "Fix exactify for explicit resource allocation" by Robert Phillips · 5 years ago
  95. 32ff145 Fix exactify for explicit resource allocation by Robert Phillips · 5 years ago
  96. f04fb44 fix skip-rectangle-texture-support in GrGLGpu::onWrapBackendTextureAsRenderTarget by Brian Salomon · 5 years ago
  97. 0458079 expand thread_local blacklist to all ARMv7 iOS by Mike Klein · 5 years ago
  98. 10e48d4 Allow SkMakeSpan to correctly handle the distinction between by Herb Derby · 5 years ago
  99. d4764a1 Rework how backend-specific formats are retrieved from GrBackendFormat. by Brian Salomon · 5 years ago
  100. 0b84eab Reland "thread-local caches?" by Mike Klein · 5 years ago