1. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  2. 66b09ab jumper, another batch of blend modes by Mike Klein · 7 years ago
  3. aaca1e4 jumper, more blend modes by Mike Klein · 7 years ago
  4. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 7 years ago
  5. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  6. 4fc7740 Respect xfer barriers in InstancedRendering::Op by Brian Salomon · 7 years ago
  7. 8517b4c tell Google3 we do not need executable stack by Mike Klein · 7 years ago
  8. 2f245be avoid deprecated SkRect::MakeFromIRect by Mike Klein · 7 years ago
  9. 9969e77 SkColorSpaceXformCanvas: setMatrix(), clipRect() in constructor by Matt Sarett · 7 years ago
  10. b48df27 Add more overrides to SkColorSpaceXformCanvas by Matt Sarett · 7 years ago
  11. 0a64e32 Turn on SkJumper all the time, try 2. by Mike Klein · 7 years ago
  12. 8feeff9 fixed skslc SPIR-V memory error by Ethan Nicholas · 7 years ago
  13. 609e7cc Add glPolygonMode support. by Jim Van Verth · 7 years ago
  14. 5f80485 make _win.S know if it's 64-bit by Mike Klein · 7 years ago
  15. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  16. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  17. cdc651d Make xformer class for SkCSXCanvas, use for draw loopers by Matt Sarett · 7 years ago
  18. b1f7653 Use the rounded text size for gasp. by Ben Wagner · 7 years ago
  19. 77f1edc Minor cleanup (remove unused GrRenderTargetContext::asTexture method) by Robert Phillips · 7 years ago
  20. 32ebaba Use correct tolerance for conic chopping in MSAA and default path renderers by Brian Salomon · 7 years ago
  21. 9aec894 Use last value for axis for variation position. by bungeman · 7 years ago
  22. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  23. 13071c5 Don't perform analysis twice in InstancedRendering::Op by Brian Salomon · 7 years ago
  24. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 7 years ago
  25. eeb3cb1 Reverse clamp logic in SkColorSpaceXform by Matt Sarett · 7 years ago
  26. 7c4af54 Don't export stage symbols. by Mike Klein · 7 years ago
  27. 8f7a9a9 565 color xforms: make sure we clamp if necessary by Matt Sarett · 7 years ago
  28. d7e06ae jumper, revert to generating .S files by Mike Klein · 7 years ago
  29. 291932e Fix is_convex() check for inset polys. by Jim Van Verth · 7 years ago
  30. 1c6025c Make analysis optional to GrPipeline::init(). by Brian Salomon · 7 years ago
  31. 769e80d More GrSurfaceProxy-clean up by Robert Phillips · 7 years ago
  32. 3e306f6 Use FontWeight symbols when available on Mac. by bungeman · 7 years ago
  33. 301431d Miscellaneous GrSurfaceProxy-related cleanup by Robert Phillips · 7 years ago
  34. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  35. a1b282b Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 7 years ago
  36. 2f3db61 Remove SK_IGNORE_DW_GRAY_FIX. by Ben Wagner · 7 years ago
  37. 44f8571 Add unistd.h include to GrVkGpu.cpp on unix for sleep by Forrest Reiling · 7 years ago
  38. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  39. 02bb6df Retract GrPipeline from setRenderTargetState calls by Robert Phillips · 7 years ago
  40. 1ec1faa Remove GrSurface::flushWrites by Robert Phillips · 7 years ago
  41. a5002c3 Add debug helper for finding leaks in GrMemoryPool.h by Brian Salomon · 7 years ago
  42. 58c7b92 Fix msan errors in webp decoder by Matt Sarett · 7 years ago
  43. 3725f0a Add codec and color xform support for 565 by Matt Sarett · 7 years ago
  44. 56ea77a Implement SkBlurDrawLooper with SkLayerDrawLooper by Matt Sarett · 7 years ago
  45. 2041e44 Revert "Fix copy offset when uploading initial mip data in Vulkan" by Greg Daniel · 7 years ago
  46. f6c360f Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 7 years ago
  47. a2cedff Fix gaussianedge GM by Robert Phillips · 7 years ago
  48. d2adc66 Use SkTransferFunctionBehavior for raster pixel conversions by Matt Sarett · 7 years ago
  49. 20ece3a Always initialize testing textures in vulkan with some data by Greg Daniel · 7 years ago
  50. f86bc2c SkImage_Generator::onMakeColorSpace avoid 565 by Matt Sarett · 7 years ago
  51. 36e4f06 GrTessellator: speed up linearized quadratic Beziers. by Stephen White · 7 years ago
  52. 2084ffa Revert "Fix SkImage_Gpu::getROPixels" by Brian Salomon · 7 years ago
  53. b338484 quiet some annoying logging in unit tests by Mike Klein · 7 years ago
  54. b436655 Add height function to shadow tessellators. by Jim Van Verth · 7 years ago
  55. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 7 years ago
  56. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  57. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 7 years ago
  58. 51e7ca3 Add new proxy-based DetermineDomainMode w/ test by Robert Phillips · 7 years ago
  59. 73a850f Fully initialize array of previous edges in GrGLConvexPolyEffect to please MSAN by Brian Salomon · 7 years ago
  60. 5fa3d6d Revert "Revert "simplify api to bitmapcache"" by Mike Reed · 7 years ago
  61. 1b52df3 Remove draw-as-clear workaround for Adreno 3xx in Chrome. by Brian Salomon · 7 years ago
  62. dd1b4e9 Revert "simplify api to bitmapcache" by Florin Malita · 7 years ago
  63. 9f4b0ae simplify api to bitmapcache by Mike Reed · 7 years ago
  64. 0513f14 Try a different calculation for computing convexity. by Jim Van Verth · 7 years ago
  65. 31f96a6 Revert "Remove texture sampling from GrConfigConversionEffect" by Brian Osman · 7 years ago
  66. f4d443f Fix SkImage_Gpu::getROPixels by Brian Osman · 7 years ago
  67. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 7 years ago
  68. 70288c0 Add function to perform color fragment processor elimination while performing FP analysis. by Brian Salomon · 7 years ago
  69. dc276f9 Disable convex check for now. by Jim Van Verth · 7 years ago
  70. ab664fa Revert "Revert "Create new inset algorithm for spot shadows"" by Brian Salomon · 7 years ago
  71. e7c85c4 Revert "Create new inset algorithm for spot shadows" by Brian Salomon · 7 years ago
  72. e5f5bf5 Create new inset algorithm for spot shadows by Jim Van Verth · 7 years ago
  73. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  74. a3bdd44 Revert "Revert "Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag"" by Robert Phillips · 7 years ago
  75. 3e7cdda Remove texture sampling from GrConfigConversionEffect by Brian Osman · 7 years ago
  76. da4545b Extract 4f gradient interval functionality by Florin Malita · 7 years ago
  77. 4dc6474 remove dead code in bitmapcache by Mike Reed · 7 years ago
  78. 5ec7829 add experimental flag for downscaling by Mike Reed · 7 years ago
  79. cc26127 Find cubic KLM functionals directly by csmartdalton · 7 years ago
  80. f160ad4 SkBlurDrawLooper: Start by deleting flags by Matt Sarett · 7 years ago
  81. 3318da5 Replace Thinkness with Thickness. by Ben Wagner · 7 years ago
  82. 9f01e38 Revert "Remove texture sampling from GrConfigConversionEffect" by Brian Osman · 7 years ago
  83. 02be3c1 add test and fix for canvas::isClipEmpty by Mike Reed · 7 years ago
  84. 7807580 Make SkGr.h GrTexture-free by Robert Phillips · 7 years ago
  85. e01187e Fix MSAN issue found by fuzzer in GrStencilSettings::operator== by Brian Salomon · 7 years ago
  86. 468fd63 In vulkan align data in buffer when copying to image by Greg Daniel · 7 years ago
  87. a88a646 Override onImageInfo() in SkColorSpaceXformCanvas by Matt Sarett · 7 years ago
  88. 3bc9bfe Remove texture sampling from GrConfigConversionEffect by Brian Osman · 7 years ago
  89. 4f358be Make SkImageCacherator be deferred (take 2) by Robert Phillips · 7 years ago
  90. 5df93de Revert "Revert "Add support for writing icc profiles to the jpeg encoder"" by Matt Sarett · 7 years ago
  91. 84cff13 Disable dual source blending on AMD vulkan. by Greg Daniel · 7 years ago
  92. 22bc865 Add AMD work around in Vulkan to create a new secondary command buffer by Greg Daniel · 7 years ago
  93. 5e15085 Revert "Revert "Add a new GrResourceCache purging mechanism for purging unused resources."" by Brian Salomon · 7 years ago
  94. b8e7521 fix round_asymmetric_to_int to also bias bottom and right by Lee Salzman · 7 years ago
  95. ce42551 Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect by Brian Osman · 7 years ago
  96. dda14b9 Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 7 years ago
  97. dbd11ec Init Command buffer on inlineUploads in Vulkan by Greg Daniel · 7 years ago
  98. e3060ba Revert "Make SkImageCacherator be deferred" by Robert Phillips · 7 years ago
  99. 4ef0148 Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  100. 801f8b8 Make SkImageCacherator be deferred by Robert Phillips · 7 years ago