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