1. 185ba21 change drawAtlas to behave like drawVertices by Mike Reed · 7 years ago
  2. 2fcd4a4 Revert "Only store width and height on SkPixelRef" by Ben Wagner · 7 years ago
  3. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  4. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 7 years ago
  5. b6069df Fix fast blur for shadow rrects. by Jim Van Verth · 7 years ago
  6. 713b8ef Scrub DeviceCM by Florin Malita · 7 years ago
  7. d596c3f Testing permissions by Ravi Mistry · 7 years ago
  8. 1e9a30f Add non-Valgrind PreAbandonGpuContext bot. by Ben Wagner · 7 years ago
  9. 611572c Remove srgb flags from GrProcessorSet by Brian Salomon · 7 years ago
  10. fe53e58 additional skslc vector optimizations by Ethan Nicholas · 7 years ago
  11. 93cb252 add GM to compare atlas and vertices by Mike Reed · 7 years ago
  12. c04f845 handle GrVkTransferBuffer::Create failure by Forrest Reiling · 7 years ago
  13. 988d15e [infra/bots] Treat extra_config as a list. by Ben Wagner · 7 years ago
  14. cd90104 Disable deferred proxies in Chrome by Robert Phillips · 7 years ago
  15. 2cbb666 Only store width and height on SkPixelRef by Matt Sarett · 7 years ago
  16. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  17. 4b32ab1 Add instrumentation into SkArenaAlloc. by Herb Derby · 7 years ago
  18. 308e624 jumper, remove C(int) by Mike Klein · 7 years ago
  19. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  20. df7e075 Fold SkImageCacherator into SkImage_Lazy by Brian Osman · 7 years ago
  21. 0aa742f jumper, replace _i with normal constants by Mike Klein · 7 years ago
  22. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  23. a41d48b Add additional checks when creating vulkan context by Greg Daniel · 7 years ago
  24. 13b7dc0 Don't reboot Pixel C or Nexus Player before task by Kevin Lubick · 7 years ago
  25. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  26. 9fa9961 In ok thread mode, use wait_util instead of wait_for. by Mike Klein · 7 years ago
  27. b4bbc64 clear out C(), _i, and _f constants from SkJumper_vectors.h by Mike Klein · 7 years ago
  28. e511255 remove legacy code by Mike Reed · 7 years ago
  29. 4f7d97c Change vulkan image memory allocation back to using sub allocation by Greg Daniel · 7 years ago
  30. 2feb796 Finish removing GrContext param from onRefEncodedData by Brian Osman · 7 years ago
  31. 6251771 Fix color space handling in SkImage_Gpu::getROPixels by Brian Osman · 7 years ago
  32. 56de05f add #defines to limit SkCpu by Mike Klein · 7 years ago
  33. ac0e705 Fix new IT blocks ARMv8 by Amaury Le Leyzour · 7 years ago
  34. b8a1392 Fix uncached getROPixels from GPU images by Brian Osman · 7 years ago
  35. f6d7eb1 Remove pre-allocated clip space from GrRenderTargetOpList by Robert Phillips · 7 years ago
  36. 67e6171 prep for more constants by Mike Klein · 7 years ago
  37. 459c967 add SkLightingColorFilter for makeColorSpace() by Mike Klein · 7 years ago
  38. 6ec17e3 Add releaseAndAbandonGpuContext bot by Eric Boren · 7 years ago
  39. 4e92b82 SkColorFilter::makeColorSpace() by Mike Klein · 7 years ago
  40. d59948a SkPngCodec: Do not return kInvalidConversion on corrupt png by Matt Sarett · 7 years ago
  41. ee68365 Remove GrResourceProvider & GrGpu pointers from GrRenderTargetOpList by Robert Phillips · 7 years ago
  42. deca5c3 Respect cropRect in SkDropShadowImageFilter::onMakeColorSpace() by Matt Sarett · 7 years ago
  43. c81d22f broke up SkSLConstantFolding test by Ethan Nicholas · 7 years ago
  44. 39312c8 Describe GCC-like asm steps as "assemble ..." by Mike Klein · 7 years ago
  45. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 7 years ago
  46. c7be003 remove to_2dot2 and from_2dot2 by Mike Klein · 7 years ago
  47. 21c1313 Remove SK_IGNORE_GASP_VERSION_CHECK. by Ben Wagner · 7 years ago
  48. 5db010b Link to vulkan in tools but not library. by Brian Salomon · 7 years ago
  49. 78de212 Prevent creation of zero-sized proxies by Robert Phillips · 7 years ago
  50. 2b6be20 Make SkNoncopyable movable by Chris Blume · 7 years ago
  51. 101806f Inject a dsb into SkAnalyticEdge::setLine() to work around ARMv7 CPU erratum. by Mike Klein · 7 years ago
  52. 0c66640 remove SkOpts::run_pipeline() declaration. by Mike Klein · 7 years ago
  53. a2fc16e Update PixelC to latest build. by Ben Wagner · 7 years ago
  54. 290c690 Add ability to relinquish control of VkDevice and VkInstance lifetime to GrVkBackendContext by Brian Salomon · 7 years ago
  55. 3deaeb2 sksl can now fold constant vector or matrix equality expressions by Ethan Nicholas · 7 years ago
  56. 7ab6a7f Fix writePixels of sRGB data to legacy GPU surface by Brian Osman · 7 years ago
  57. cc90174 Add GrVkInterface constructor with sepereate instance/device proc getters. by Brian Salomon · 7 years ago
  58. 9378732 Disable msaa on all current iOS devices by Stephan Altmueller · 7 years ago
  59. ec6ae52 Use system Vulkan headers except when no building with vulkan support by Greg Daniel · 7 years ago
  60. c15bb7b Make SkColorSpaceXformer::apply(SkPaint) safe to call recursively by Matt Sarett · 7 years ago
  61. 4785897 Remove compressed texture support from cacherator by Brian Osman · 7 years ago
  62. bc096bf Improve variation comment for iOS. by bungeman · 7 years ago
  63. e908b94 xform saveLayer() backdrop by Mike Klein · 7 years ago
  64. 63e843d Enable ios on Raspberry Pi by Stephan Altmueller · 7 years ago
  65. 25d8296 Balance save()/restore() calls in dont_clip_to_layer gm by Matt Sarett · 7 years ago
  66. ee7cb5d Delete SkGTypeface and SkGScalerContext by Matt Sarett · 7 years ago
  67. 20b8252 SkMergeImageFilter: fModes might be nullptr by Matt Sarett · 7 years ago
  68. 569a8b8 Name 'client' parameter so comment makes sense by Brian Osman · 7 years ago
  69. a294be2 SkDiscardableMemoryPool: modernize by Hal Canary · 7 years ago
  70. 600effb Improve the Codec_end test and add fixes by Leon Scroggins III · 7 years ago
  71. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  72. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 7 years ago
  73. bb05f70 [recipes] Fix *_VERSION step failure handling by Eric Boren · 7 years ago
  74. a28e2b0 Simplify SkImageCacherator slightly by Brian Osman · 7 years ago
  75. 42a2a20 Only respect version 1 gasp tables for symmetric. by Ben Wagner · 7 years ago
  76. 896af75 [recipes] Add env recipe module by Eric Boren · 7 years ago
  77. 4a39504 Revert "Split up opLists (take 2)" by Robert Phillips · 7 years ago
  78. 3e38d82 Remove a print statement I meant to not check in by Leon Scroggins III · 7 years ago
  79. b644650 Fix decoding incomplete PNG images by Leon Scroggins III · 7 years ago
  80. df2bf21 Split up opLists (take 2) by Robert Phillips · 7 years ago
  81. ef90ae4 Fix spelling of SkImageGenerator in comment by Brian Osman · 7 years ago
  82. 7fbb7d3 Remove two more gpu headers from include/* by Robert Phillips · 7 years ago
  83. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 7 years ago
  84. 96a5330 Update SKP version by UpdateSKPs · 7 years ago
  85. 2229b57 jumper, maybe we can just use constants by Mike Klein · 7 years ago
  86. 8323965 Reland "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins III · 7 years ago
  87. 6a1a5f7 Skip running the 10k shape benchmarks on Radeon ANGLE bots by Brian Osman · 7 years ago
  88. 72266ee makeColorSpace() for SkColorFilterShader and SkLightingShader by Matt Sarett · 7 years ago
  89. 28a7ad2 Add SkPictureShader::makeColorSpace() by Matt Sarett · 7 years ago
  90. 80be240 Enable fence sync support in ES3 test contexts by Brian Osman · 7 years ago
  91. e71db44 Use dstColorSpace in SkPictureShader cache key by Matt Sarett · 7 years ago
  92. 1be0db8 long live SkJumper by Mike Klein · 7 years ago
  93. dc80eaa kill off shader_adapter by Mike Klein · 7 years ago
  94. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 7 years ago
  95. 795c5b1 jumper, implement 2.2 stages with approx_powf by Mike Klein · 7 years ago
  96. 9f5d467 Remove more headers from include/gpu by Robert Phillips · 7 years ago
  97. 0941950 Infra: Enable cross-repo tryjobs by Eric Boren · 7 years ago
  98. 5777bec Update mesa drivers to 17.04 by Kevin Lubick · 7 years ago
  99. 4e3e9f8 jumper, lab_to_xyz by Mike Klein · 7 years ago
  100. 71f9df2 SkColorSpaceXformCanvas: Use when drawing picture images by Matt Sarett · 7 years ago