1. 92cbf3f Don't create lazy proxys if their width/height is greater than max tex size by Greg Daniel · 6 years ago
  2. 88ba971 son of path is rect bug by Cary Clark · 6 years ago
  3. b809efb workaround for buggy macOS GLSL shader compiler by Ethan Nicholas · 6 years ago
  4. 31608c0 another rect is path fix by Cary Clark · 6 years ago
  5. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 6 years ago
  6. 21f6437 Implement Sk2f Load2 by Chris Dalton · 6 years ago
  7. e3fda93 Implement Sk4f min/max by Chris Dalton · 6 years ago
  8. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 6 years ago
  9. 1f27585 remove unused/dumb methods from SkRect by Mike Reed · 6 years ago
  10. 8540e11 more path is rect bugs by Cary Clark · 6 years ago
  11. 8eaf64a Fix SkTCopyOnFirstWrite copy semantics by Florin Malita · 6 years ago
  12. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 6 years ago
  13. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 6 years ago
  14. 872da6b Add initial support for simple concave shadows. by Jim Van Verth · 6 years ago
  15. 2fbbd03 Remove extra Vulkan submitCommandBuffer from deleteTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  16. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 6 years ago
  17. 58627cb one more path is rect bug by Cary Clark · 6 years ago
  18. 5c71518 fix path to rect when missing close verb by Cary Clark · 6 years ago
  19. 42f02aa Implement Sk2f::Store2 by Chris Dalton · 6 years ago
  20. 83e0f1b SkPDF: smarter Jpeg when libjpeg-turbo is present by Hal Canary · 6 years ago
  21. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 6 years ago
  22. 0cfd547 Remove SK_SUPPORT_LEGACY_BLURMASKFILTER by Brian Osman · 6 years ago
  23. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  24. 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 6 years ago
  25. c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 6 years ago
  26. c1267c6 Add SkSurfaceCharacterization operator== && != by Robert Phillips · 6 years ago
  27. be77a02 Hide GrPixelConfig in SkSurfaceCharacterization by Robert Phillips · 6 years ago
  28. 42f8bc4 Add API for SkTextBlob serialization into caller's memory. by Khushal · 6 years ago
  29. ea49523 GrTessellator: fix for points that become infinite on stroking. by Stephen White · 6 years ago
  30. 4db18ed Add SkOffsetSimplePolygon. by Jim Van Verth · 6 years ago
  31. 22c1f37 Revert "implement SkTDArray with std::vector" by Mike Klein · 6 years ago
  32. e9e19dd SkPDF/Clusterator: a second test by Hal Canary · 6 years ago
  33. 80e1d56 implement SkTDArray with std::vector by Mike Klein · 6 years ago
  34. c6a19f1 fix for frexp dataflow analysis by Ethan Nicholas · 6 years ago
  35. 6b6fcc7 Add SkSurface factory that takes an SkSurfaceCharacterization by Robert Phillips · 6 years ago
  36. 1521c8a SkPDF/Clusterator: expose to the light of a unit test by Hal Canary · 6 years ago
  37. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 6 years ago
  38. 20010e8 Reland "GrTessellator: hang fix." by Stephen White · 6 years ago
  39. 2346300 fixed type mismatches in SkSL comparison operators by Ethan Nicholas · 6 years ago
  40. f259030 Revert "GrTessellator: hang fix." by Mike Klein · 6 years ago
  41. 050c867 GrTessellator: hang fix. by Stephen White · 6 years ago
  42. 6eba063 Add new GrResourceCache::purgeUnlockedResources variant by Robert Phillips · 6 years ago
  43. 41964ed Rename SkInsetConvexPolygon to SkOffsetPolygon. by Jim Van Verth · 6 years ago
  44. 26a9aad initial SkSLJIT checkin by Ethan Nicholas · 6 years ago
  45. 6ce482a Remove include/svg from public.bzl includes. by Ben Wagner · 6 years ago
  46. 052ef69 Pin color type when a cross-context image is constructed by Brian Osman · 6 years ago
  47. 094fba9 Add SkColorSpaceXform_skcms by Brian Osman · 6 years ago
  48. 68ff92f specialize arm64 allTrue()/anyTrue() by Mike Klein · 6 years ago
  49. ae18d07 Revert "Implement Sk2f::Store2" by Chris Dalton · 6 years ago
  50. 8a8a8e9 Implement Sk2f::Store2 by Chris Dalton · 6 years ago
  51. 99501b7 Fix leak of backend texture in GrContext_maxSurfaceSamplesForColorType test by Brian Salomon · 6 years ago
  52. f7d3f61 tests/ImageTest: fail gracefully by Hal Canary · 6 years ago
  53. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 6 years ago
  54. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 6 years ago
  55. 4125b61 tests: pass if !skia_enable_pdf by Hal Canary · 6 years ago
  56. 140ab36 Reland "fix nextContour bug" by Mike Reed · 6 years ago
  57. 3b68882 remove imageinfo flatten altogether by Cary Clark · 6 years ago
  58. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 6 years ago
  59. af77002 Allow SkTraceMemoryDump to exclude wrapped objects by Eric Karl · 6 years ago
  60. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 6 years ago
  61. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 6 years ago
  62. 96b6d53 Fix GrTextureStripAtlasManager cleanup order bug by Robert Phillips · 6 years ago
  63. 0949bee fix op fuzz by Cary Clark · 6 years ago
  64. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 6 years ago
  65. 0a86820 Revert "fix nextContour bug" by Stan Iliev · 6 years ago
  66. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 6 years ago
  67. 7278d68 Add DoneProc to Promise Images by Greg Daniel · 6 years ago
  68. 6c94271 we now complain if an SkSL program tries to override the default output by Ethan Nicholas · 6 years ago
  69. 473f692 fix nextContour bug by Mike Reed · 6 years ago
  70. e464160 Fix Vulkan Copy as draw shader by Greg Daniel · 6 years ago
  71. 874b535 Prevent crash when flushing while DDL recording by Robert Phillips · 6 years ago
  72. 6ceaafa Handle GrContext creation failure in DDL by Robert Phillips · 6 years ago
  73. bdea98c Delete unused VkClearTest by Greg Daniel · 6 years ago
  74. b8421ed fix pathops fuzzers and debugging by Cary Clark · 6 years ago
  75. 7f44196 Make CreateBackendFormatFromTexture shared code by Robert Phillips · 6 years ago
  76. cb3d49c Some iwyu for tests which will otherwise break. by Ben Wagner · 6 years ago
  77. 3eda0bf Only include png.h for png. by Ben Wagner · 6 years ago
  78. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 6 years ago
  79. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 6 years ago
  80. c2d0dd6 Add a shader cap for incomplete short int precision by Chris Dalton · 6 years ago
  81. 2532584 add explicit API to know if the writebuffer is using its external storage by Mike Reed · 6 years ago
  82. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 6 years ago
  83. d8853ec exact divide by 255 with NEON by Mike Klein · 6 years ago
  84. f8a131d Compile with GCC 7.2.0. by Ben Wagner · 6 years ago
  85. 7eddfb8 consolidate SaveLayerFlag internal references by Cary Clark · 6 years ago
  86. b607a8f IWYU for some test files starting with 'C'. by Ben Wagner · 6 years ago
  87. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 6 years ago
  88. 501c17c Revert "IWYU for some test files starting with 'C'." by Ben Wagner · 6 years ago
  89. 1a462bd IWYU for some test files starting with 'C'. by Ben Wagner · 6 years ago
  90. 18e7556 move blur impl into core by Mike Reed · 6 years ago
  91. 60ca867 make paint flatten unflatten private by Cary Clark · 6 years ago
  92. b5502b2 Small cleanups suggested by ClangTidy by Kevin Lubick · 6 years ago
  93. e6b04a1 IWYU for test files starting with 'B'. by Ben Wagner · 6 years ago
  94. d496655 Remove TLS glyph cache calls. by Herb Derby · 6 years ago
  95. cb1bbfe Fix breakage from merge conflict related to deleteTestingOnlyBackendTexture sig. change by Brian Salomon · 6 years ago
  96. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  97. a8d9211 Add promise images for deferred instantiation of wrapped gpu textures by Greg Daniel · 6 years ago
  98. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 6 years ago
  99. 03cd6e6 Avoid serializing to 'typ1' on Mac. by Ben Wagner · 6 years ago
  100. 74b4290 some fuzzer fixes by Cary Clark · 6 years ago