1. e511255 remove legacy code by Mike Reed · 7 years ago
  2. 4f7d97c Change vulkan image memory allocation back to using sub allocation by Greg Daniel · 7 years ago
  3. 2feb796 Finish removing GrContext param from onRefEncodedData by Brian Osman · 7 years ago
  4. 6251771 Fix color space handling in SkImage_Gpu::getROPixels by Brian Osman · 7 years ago
  5. 56de05f add #defines to limit SkCpu by Mike Klein · 7 years ago
  6. ac0e705 Fix new IT blocks ARMv8 by Amaury Le Leyzour · 7 years ago
  7. b8a1392 Fix uncached getROPixels from GPU images by Brian Osman · 7 years ago
  8. f6d7eb1 Remove pre-allocated clip space from GrRenderTargetOpList by Robert Phillips · 7 years ago
  9. 67e6171 prep for more constants by Mike Klein · 7 years ago
  10. 459c967 add SkLightingColorFilter for makeColorSpace() by Mike Klein · 7 years ago
  11. 6ec17e3 Add releaseAndAbandonGpuContext bot by Eric Boren · 7 years ago
  12. 4e92b82 SkColorFilter::makeColorSpace() by Mike Klein · 7 years ago
  13. d59948a SkPngCodec: Do not return kInvalidConversion on corrupt png by Matt Sarett · 7 years ago
  14. ee68365 Remove GrResourceProvider & GrGpu pointers from GrRenderTargetOpList by Robert Phillips · 7 years ago
  15. deca5c3 Respect cropRect in SkDropShadowImageFilter::onMakeColorSpace() by Matt Sarett · 7 years ago
  16. c81d22f broke up SkSLConstantFolding test by Ethan Nicholas · 7 years ago
  17. 39312c8 Describe GCC-like asm steps as "assemble ..." by Mike Klein · 7 years ago
  18. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 7 years ago
  19. c7be003 remove to_2dot2 and from_2dot2 by Mike Klein · 7 years ago
  20. 21c1313 Remove SK_IGNORE_GASP_VERSION_CHECK. by Ben Wagner · 7 years ago
  21. 5db010b Link to vulkan in tools but not library. by Brian Salomon · 7 years ago
  22. 78de212 Prevent creation of zero-sized proxies by Robert Phillips · 7 years ago
  23. 2b6be20 Make SkNoncopyable movable by Chris Blume · 7 years ago
  24. 101806f Inject a dsb into SkAnalyticEdge::setLine() to work around ARMv7 CPU erratum. by Mike Klein · 7 years ago
  25. 0c66640 remove SkOpts::run_pipeline() declaration. by Mike Klein · 7 years ago
  26. a2fc16e Update PixelC to latest build. by Ben Wagner · 7 years ago
  27. 290c690 Add ability to relinquish control of VkDevice and VkInstance lifetime to GrVkBackendContext by Brian Salomon · 7 years ago
  28. 3deaeb2 sksl can now fold constant vector or matrix equality expressions by Ethan Nicholas · 7 years ago
  29. 7ab6a7f Fix writePixels of sRGB data to legacy GPU surface by Brian Osman · 7 years ago
  30. cc90174 Add GrVkInterface constructor with sepereate instance/device proc getters. by Brian Salomon · 7 years ago
  31. 9378732 Disable msaa on all current iOS devices by Stephan Altmueller · 7 years ago
  32. ec6ae52 Use system Vulkan headers except when no building with vulkan support by Greg Daniel · 7 years ago
  33. c15bb7b Make SkColorSpaceXformer::apply(SkPaint) safe to call recursively by Matt Sarett · 7 years ago
  34. 4785897 Remove compressed texture support from cacherator by Brian Osman · 7 years ago
  35. bc096bf Improve variation comment for iOS. by bungeman · 7 years ago
  36. e908b94 xform saveLayer() backdrop by Mike Klein · 7 years ago
  37. 63e843d Enable ios on Raspberry Pi by Stephan Altmueller · 7 years ago
  38. 25d8296 Balance save()/restore() calls in dont_clip_to_layer gm by Matt Sarett · 7 years ago
  39. ee7cb5d Delete SkGTypeface and SkGScalerContext by Matt Sarett · 7 years ago
  40. 20b8252 SkMergeImageFilter: fModes might be nullptr by Matt Sarett · 7 years ago
  41. 569a8b8 Name 'client' parameter so comment makes sense by Brian Osman · 7 years ago
  42. a294be2 SkDiscardableMemoryPool: modernize by Hal Canary · 7 years ago
  43. 600effb Improve the Codec_end test and add fixes by Leon Scroggins III · 7 years ago
  44. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  45. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 7 years ago
  46. bb05f70 [recipes] Fix *_VERSION step failure handling by Eric Boren · 7 years ago
  47. a28e2b0 Simplify SkImageCacherator slightly by Brian Osman · 7 years ago
  48. 42a2a20 Only respect version 1 gasp tables for symmetric. by Ben Wagner · 7 years ago
  49. 896af75 [recipes] Add env recipe module by Eric Boren · 7 years ago
  50. 4a39504 Revert "Split up opLists (take 2)" by Robert Phillips · 7 years ago
  51. 3e38d82 Remove a print statement I meant to not check in by Leon Scroggins III · 7 years ago
  52. b644650 Fix decoding incomplete PNG images by Leon Scroggins III · 7 years ago
  53. df2bf21 Split up opLists (take 2) by Robert Phillips · 7 years ago
  54. ef90ae4 Fix spelling of SkImageGenerator in comment by Brian Osman · 7 years ago
  55. 7fbb7d3 Remove two more gpu headers from include/* by Robert Phillips · 7 years ago
  56. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 7 years ago
  57. 96a5330 Update SKP version by UpdateSKPs · 7 years ago
  58. 2229b57 jumper, maybe we can just use constants by Mike Klein · 7 years ago
  59. 8323965 Reland "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins III · 7 years ago
  60. 6a1a5f7 Skip running the 10k shape benchmarks on Radeon ANGLE bots by Brian Osman · 7 years ago
  61. 72266ee makeColorSpace() for SkColorFilterShader and SkLightingShader by Matt Sarett · 7 years ago
  62. 28a7ad2 Add SkPictureShader::makeColorSpace() by Matt Sarett · 7 years ago
  63. 80be240 Enable fence sync support in ES3 test contexts by Brian Osman · 7 years ago
  64. e71db44 Use dstColorSpace in SkPictureShader cache key by Matt Sarett · 7 years ago
  65. 1be0db8 long live SkJumper by Mike Klein · 7 years ago
  66. dc80eaa kill off shader_adapter by Mike Klein · 7 years ago
  67. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 7 years ago
  68. 795c5b1 jumper, implement 2.2 stages with approx_powf by Mike Klein · 7 years ago
  69. 9f5d467 Remove more headers from include/gpu by Robert Phillips · 7 years ago
  70. 0941950 Infra: Enable cross-repo tryjobs by Eric Boren · 7 years ago
  71. 5777bec Update mesa drivers to 17.04 by Kevin Lubick · 7 years ago
  72. 4e3e9f8 jumper, lab_to_xyz by Mike Klein · 7 years ago
  73. 71f9df2 SkColorSpaceXformCanvas: Use when drawing picture images by Matt Sarett · 7 years ago
  74. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 7 years ago
  75. c17dc24 jumper, rework callback a bit, use it for color_lookup_table by Mike Klein · 7 years ago
  76. 8f7dc9f Circular shadow fixes for Flutter. by Jim Van Verth · 7 years ago
  77. 5e958e9 Documentation: site/user/api/canvas updated by Hal Canary · 7 years ago
  78. 56e4271 fixed 0 - x in skslc by Ethan Nicholas · 7 years ago
  79. d952a99 Fix reflected ovals. by Jim Van Verth · 7 years ago
  80. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  81. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  82. cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 7 years ago
  83. e79b473 Disable use of directly wrapping msaa RTs on Vulkan by Greg Daniel · 7 years ago
  84. eccf352 Promote S6 Job to CQ, demote N5 Job to experimental by Kevin Lubick · 7 years ago
  85. f1b4382 Rename SkImage_Generator to SkImage_Lazy by Brian Osman · 7 years ago
  86. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  87. 774831a Add abandoned GPU check to createTextureProxy by Robert Phillips · 7 years ago
  88. ad8b5dc remove vestigle code for lockpixels by Mike Reed · 7 years ago
  89. ad5a81b Revert "jumper, disable u16 table load stages" by Mike Klein · 7 years ago
  90. 434b6e8 Revert "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins · 7 years ago
  91. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 7 years ago
  92. 26eb16f calculate cull rects for SkMiniPictures by Mike Klein · 7 years ago
  93. 097d093 more symmetry for from_half/to_half by Mike Klein · 7 years ago
  94. 5338f99 rectangle texture scaling is now handled in skslc by Ethan Nicholas · 7 years ago
  95. 7b2391b Remove incorrect assert by Brian Osman · 7 years ago
  96. 2c65d51 Make SkPngCodec only read as much of the stream as necessary by Leon Scroggins III · 7 years ago
  97. c819e66 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  98. d0ce148 test and fix f16<->f32 conversion stages by Mike Klein · 7 years ago
  99. 544e0ad remove dead code around SK_SUPPORT_LEGACY_CANVAS_READPIXELS by Mike Reed · 7 years ago
  100. da16434 refactor approx_{log2,pow2,powf} by Mike Klein · 7 years ago