1. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 8 years ago
  2. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 8 years ago
  3. b6069df Fix fast blur for shadow rrects. by Jim Van Verth · 8 years ago
  4. 713b8ef Scrub DeviceCM by Florin Malita · 8 years ago
  5. 611572c Remove srgb flags from GrProcessorSet by Brian Salomon · 8 years ago
  6. fe53e58 additional skslc vector optimizations by Ethan Nicholas · 8 years ago
  7. c04f845 handle GrVkTransferBuffer::Create failure by Forrest Reiling · 8 years ago
  8. cd90104 Disable deferred proxies in Chrome by Robert Phillips · 8 years ago
  9. 2cbb666 Only store width and height on SkPixelRef by Matt Sarett · 8 years ago
  10. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 8 years ago
  11. 4b32ab1 Add instrumentation into SkArenaAlloc. by Herb Derby · 8 years ago
  12. 308e624 jumper, remove C(int) by Mike Klein · 8 years ago
  13. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 8 years ago
  14. df7e075 Fold SkImageCacherator into SkImage_Lazy by Brian Osman · 8 years ago
  15. 0aa742f jumper, replace _i with normal constants by Mike Klein · 8 years ago
  16. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 8 years ago
  17. a41d48b Add additional checks when creating vulkan context by Greg Daniel · 8 years ago
  18. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 8 years ago
  19. b4bbc64 clear out C(), _i, and _f constants from SkJumper_vectors.h by Mike Klein · 8 years ago
  20. e511255 remove legacy code by Mike Reed · 8 years ago
  21. 4f7d97c Change vulkan image memory allocation back to using sub allocation by Greg Daniel · 8 years ago
  22. 2feb796 Finish removing GrContext param from onRefEncodedData by Brian Osman · 8 years ago
  23. 6251771 Fix color space handling in SkImage_Gpu::getROPixels by Brian Osman · 8 years ago
  24. 56de05f add #defines to limit SkCpu by Mike Klein · 8 years ago
  25. ac0e705 Fix new IT blocks ARMv8 by Amaury Le Leyzour · 8 years ago
  26. b8a1392 Fix uncached getROPixels from GPU images by Brian Osman · 8 years ago
  27. f6d7eb1 Remove pre-allocated clip space from GrRenderTargetOpList by Robert Phillips · 8 years ago
  28. 67e6171 prep for more constants by Mike Klein · 8 years ago
  29. 459c967 add SkLightingColorFilter for makeColorSpace() by Mike Klein · 8 years ago
  30. 4e92b82 SkColorFilter::makeColorSpace() by Mike Klein · 8 years ago
  31. d59948a SkPngCodec: Do not return kInvalidConversion on corrupt png by Matt Sarett · 8 years ago
  32. ee68365 Remove GrResourceProvider & GrGpu pointers from GrRenderTargetOpList by Robert Phillips · 8 years ago
  33. deca5c3 Respect cropRect in SkDropShadowImageFilter::onMakeColorSpace() by Matt Sarett · 8 years ago
  34. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 8 years ago
  35. c7be003 remove to_2dot2 and from_2dot2 by Mike Klein · 8 years ago
  36. 21c1313 Remove SK_IGNORE_GASP_VERSION_CHECK. by Ben Wagner · 8 years ago
  37. 5db010b Link to vulkan in tools but not library. by Brian Salomon · 8 years ago
  38. 78de212 Prevent creation of zero-sized proxies by Robert Phillips · 8 years ago
  39. 101806f Inject a dsb into SkAnalyticEdge::setLine() to work around ARMv7 CPU erratum. by Mike Klein · 8 years ago
  40. 0c66640 remove SkOpts::run_pipeline() declaration. by Mike Klein · 8 years ago
  41. 290c690 Add ability to relinquish control of VkDevice and VkInstance lifetime to GrVkBackendContext by Brian Salomon · 8 years ago
  42. 3deaeb2 sksl can now fold constant vector or matrix equality expressions by Ethan Nicholas · 8 years ago
  43. 7ab6a7f Fix writePixels of sRGB data to legacy GPU surface by Brian Osman · 8 years ago
  44. cc90174 Add GrVkInterface constructor with sepereate instance/device proc getters. by Brian Salomon · 8 years ago
  45. c15bb7b Make SkColorSpaceXformer::apply(SkPaint) safe to call recursively by Matt Sarett · 8 years ago
  46. 4785897 Remove compressed texture support from cacherator by Brian Osman · 8 years ago
  47. bc096bf Improve variation comment for iOS. by bungeman · 8 years ago
  48. e908b94 xform saveLayer() backdrop by Mike Klein · 8 years ago
  49. ee7cb5d Delete SkGTypeface and SkGScalerContext by Matt Sarett · 8 years ago
  50. 20b8252 SkMergeImageFilter: fModes might be nullptr by Matt Sarett · 8 years ago
  51. 569a8b8 Name 'client' parameter so comment makes sense by Brian Osman · 8 years ago
  52. a294be2 SkDiscardableMemoryPool: modernize by Hal Canary · 8 years ago
  53. 600effb Improve the Codec_end test and add fixes by Leon Scroggins III · 8 years ago
  54. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 8 years ago
  55. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 8 years ago
  56. a28e2b0 Simplify SkImageCacherator slightly by Brian Osman · 8 years ago
  57. 42a2a20 Only respect version 1 gasp tables for symmetric. by Ben Wagner · 8 years ago
  58. 4a39504 Revert "Split up opLists (take 2)" by Robert Phillips · 8 years ago
  59. b644650 Fix decoding incomplete PNG images by Leon Scroggins III · 8 years ago
  60. df2bf21 Split up opLists (take 2) by Robert Phillips · 8 years ago
  61. ef90ae4 Fix spelling of SkImageGenerator in comment by Brian Osman · 8 years ago
  62. 7fbb7d3 Remove two more gpu headers from include/* by Robert Phillips · 8 years ago
  63. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 8 years ago
  64. 2229b57 jumper, maybe we can just use constants by Mike Klein · 8 years ago
  65. 8323965 Reland "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins III · 8 years ago
  66. 72266ee makeColorSpace() for SkColorFilterShader and SkLightingShader by Matt Sarett · 8 years ago
  67. 28a7ad2 Add SkPictureShader::makeColorSpace() by Matt Sarett · 8 years ago
  68. e71db44 Use dstColorSpace in SkPictureShader cache key by Matt Sarett · 8 years ago
  69. 1be0db8 long live SkJumper by Mike Klein · 8 years ago
  70. dc80eaa kill off shader_adapter by Mike Klein · 8 years ago
  71. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 8 years ago
  72. 795c5b1 jumper, implement 2.2 stages with approx_powf by Mike Klein · 8 years ago
  73. 9f5d467 Remove more headers from include/gpu by Robert Phillips · 8 years ago
  74. 4e3e9f8 jumper, lab_to_xyz by Mike Klein · 8 years ago
  75. 71f9df2 SkColorSpaceXformCanvas: Use when drawing picture images by Matt Sarett · 8 years ago
  76. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 8 years ago
  77. c17dc24 jumper, rework callback a bit, use it for color_lookup_table by Mike Klein · 8 years ago
  78. 8f7dc9f Circular shadow fixes for Flutter. by Jim Van Verth · 8 years ago
  79. 56e4271 fixed 0 - x in skslc by Ethan Nicholas · 8 years ago
  80. d952a99 Fix reflected ovals. by Jim Van Verth · 8 years ago
  81. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 8 years ago
  82. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 8 years ago
  83. cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 8 years ago
  84. e79b473 Disable use of directly wrapping msaa RTs on Vulkan by Greg Daniel · 8 years ago
  85. f1b4382 Rename SkImage_Generator to SkImage_Lazy by Brian Osman · 8 years ago
  86. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 8 years ago
  87. 774831a Add abandoned GPU check to createTextureProxy by Robert Phillips · 8 years ago
  88. ad8b5dc remove vestigle code for lockpixels by Mike Reed · 8 years ago
  89. ad5a81b Revert "jumper, disable u16 table load stages" by Mike Klein · 8 years ago
  90. 434b6e8 Revert "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins · 8 years ago
  91. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 8 years ago
  92. 26eb16f calculate cull rects for SkMiniPictures by Mike Klein · 8 years ago
  93. 097d093 more symmetry for from_half/to_half by Mike Klein · 8 years ago
  94. 5338f99 rectangle texture scaling is now handled in skslc by Ethan Nicholas · 8 years ago
  95. 7b2391b Remove incorrect assert by Brian Osman · 8 years ago
  96. 2c65d51 Make SkPngCodec only read as much of the stream as necessary by Leon Scroggins III · 8 years ago
  97. d0ce148 test and fix f16<->f32 conversion stages by Mike Klein · 8 years ago
  98. 544e0ad remove dead code around SK_SUPPORT_LEGACY_CANVAS_READPIXELS by Mike Reed · 8 years ago
  99. da16434 refactor approx_{log2,pow2,powf} by Mike Klein · 8 years ago
  100. ecc364c Remove SkOpTAllocator by Herb Derby · 8 years ago