1. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  2. 39f1a95 Revert "Add initial version of GrResourceAllocator's free pool" by Robert Phillips · 7 years ago
  3. 6ec9a4f Add initial version of GrResourceAllocator's free pool by Robert Phillips · 7 years ago
  4. 8761e0c Add ability to pre-initialize vulkan semaphores when flushing surfaces by Greg Daniel · 7 years ago
  5. dba7e7c Add test for flushing empty surface with semaphores by Greg Daniel · 7 years ago
  6. 45c16fa convert over to 2d-mode by Mike Klein · 7 years ago
  7. 0fddb2d Retry cleaning up SkLinearBitmapPipeline. by Mike Klein · 7 years ago
  8. d62f554 Fix WrappedProxyTest for sample count change by Greg Daniel · 7 years ago
  9. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  10. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  11. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  12. e726e7c Report first GIF frame after knowing its meta data by Leon Scroggins III · 7 years ago
  13. 5af44de Add GrResourceAllocator class + unit test by Robert Phillips · 7 years ago
  14. 968af43 remove gather_i8, unify memory-touching contexts by Mike Klein · 7 years ago
  15. 3b92b69 start on raster pipeline 2d mode by Mike Klein · 7 years ago
  16. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  17. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  18. ee33873 fixed skslc vec4 uniforms by Ethan Nicholas · 7 years ago
  19. ce5ee60 Add support for GL 565 and 4444 configs to test tools by Brian Salomon · 7 years ago
  20. 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
  21. 91982ee Fix SkClassifyCubic for near-quadratics by Chris Dalton · 7 years ago
  22. 8abb9f4 Remove GrTestMeshDrawOp by Brian Salomon · 7 years ago
  23. fc4ee22 Fix double delete in SkBmpCodec by Leon Scroggins III · 7 years ago
  24. 82ddc94 Make ProcessorRefTests op be a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  25. b4b8a46 Make PrimitiveProcessorTest's op be a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  26. 9a03642 Make ops used in OnFlushCallbackTest be non-legacy GrMeshDrawOps. by Brian Salomon · 7 years ago
  27. b00a360 Purge cached SkPictureShader entries on shader deletion by Florin Malita · 7 years ago
  28. 2811aa2 Add metal config to tools by Greg Daniel · 7 years ago
  29. 907783b don't test index8 -- no longer supported by Mike Reed · 7 years ago
  30. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  31. 304a07c remove references to kIndex_8_SkColorType from our tools/tests by Mike Reed · 7 years ago
  32. 7da6ba2 Implement Sk4i's abs, min, max by Yuqian Li · 7 years ago
  33. 6409f84 Revert "Revert "Change image encode api to return sk_sp"" by Mike Reed · 7 years ago
  34. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  35. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 7 years ago
  36. 7e49d53 check for null surface in test by Mike Reed · 7 years ago
  37. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  38. f778eb2 check for default typeface for new test by Mike Reed · 7 years ago
  39. 64778d9 Revert "Change image encode api to return sk_sp" by Mike Reed · 7 years ago
  40. dc79955 Change image encode api to return sk_sp by Mike Reed · 7 years ago
  41. b99bedd Add serialize + catalog api to SkTextBlob by Mike Reed · 7 years ago
  42. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  43. 8e8c755 Move GrResourceProvider::createMipMappedTexture to GrSurfaceProxy::MakeDeferredMipMap by Robert Phillips · 7 years ago
  44. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  45. 9f772a4 Skip GLPrograms test on D3D9 ANGLE to avoid NaN literals bug by Brian Osman · 7 years ago
  46. a8565e5 ICC: SkICCGetColorProfileTag supports special cases by Hal Canary · 7 years ago
  47. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  48. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  49. 8fe2427 Add mock config to tools and run through gms and benchs without crashing. by Brian Salomon · 7 years ago
  50. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  51. f4d57d6 Tweak GLPrograms random seed to "fix" ANGLE bots by Brian Osman · 7 years ago
  52. 98308fb Plumb through need for unpremul/premul by Mike Reed · 7 years ago
  53. 39e0855 Add an SkColorSpaceXformer image filter cache by Florin Malita · 7 years ago
  54. c91e387 add stages for black and white colors by Mike Reed · 7 years ago
  55. 08252ec Image filter DAG test for makeColorSpace() by Florin Malita · 7 years ago
  56. 674a184 Add SkCodec::Result indicating error in the data by Leon Scroggins III · 7 years ago
  57. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  58. 8996e18 Use RGBA rather than N32 for GPU tests by Brian Salomon · 7 years ago
  59. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 7 years ago
  60. 412cda7 add srgb gamma colorfilters by Mike Reed · 7 years ago
  61. a920d36 remove unneeded code for index8 imagse by Mike Reed · 7 years ago
  62. 0401c0d hide index8 support by Mike Reed · 7 years ago
  63. 9f18350 clean up GCC 6.3 workaround by Mike Klein · 7 years ago
  64. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  65. 9c1d780 remove filterSpan from SkColorFilter by Mike Reed · 7 years ago
  66. 185a379 Fix memory leak in SkImageFilter by xidachen · 7 years ago
  67. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  68. 44d04bd add null-surface by Mike Reed · 7 years ago
  69. 806be2d Improve handling of clip stack ID by Robert Phillips · 7 years ago
  70. c2d2076 clean up low-hanging swap_rb by Mike Klein · 7 years ago
  71. 746e263 Move all Linux GCE bots to Debian by Eric Boren · 7 years ago
  72. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  73. 9f2b3d1 remove unused "swap" stage by Mike Klein · 7 years ago
  74. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  75. 52fb02e Fix TransferBufferTest for TegraX1 by Jim Van Verth · 7 years ago
  76. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
  77. ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago
  78. 8744405 Remove SkImage_Base::peekTexture call by Robert Phillips · 7 years ago
  79. fb49909 Revert "Remove deadcode for sRGB image shading." by Mike Reed · 7 years ago
  80. 5e78c61 Revert "remove a bit more dead code" by Mike Reed · 7 years ago
  81. 91d7d1d Revert "Revert "Remove deadcode for sRGB image shading."" by Mike Reed · 7 years ago
  82. e08e639 Revert "Remove deadcode for sRGB image shading." by Mike Reed · 7 years ago
  83. d9b1fe0 remove a bit more dead code by Mike Klein · 7 years ago
  84. 51f6a0f Remove deadcode for sRGB image shading. by Herb Derby · 7 years ago
  85. 81dd3e0 Finish a few MDB TODOs by Robert Phillips · 7 years ago
  86. ae38f6e skbug5221 unit test should not require N32 support from GPU by Brian Salomon · 7 years ago
  87. 91a3e52 Move mock gpu and caps, add Gr prefix, and create via GrContext::Create by Brian Salomon · 7 years ago
  88. 9158931 Remove static initializer restriction for Vulkan tests by Jim Van Verth · 7 years ago
  89. 2e5eaf0 Revert "Revert "Clean up onTransferPixels"" by Jim Van Verth · 7 years ago
  90. f975b3e Revert "Revert "SkRegion: more robust validation"" by Hal Canary · 7 years ago
  91. 832bd2b Add a concat method to SkTInternalLList by Chris Dalton · 7 years ago
  92. ceb7a42 Fix cross context test to actually use shared GL contexts by Brian Osman · 7 years ago
  93. 7f41240 Revert "SkRegion: more robust validation" by Hal Canary · 7 years ago
  94. 711450e SkRegion: more robust validation by Hal Canary · 7 years ago
  95. 7da6dfa implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 7 years ago
  96. ce57552 Revert "Clean up onTransferPixels" by Jim Van Verth · 7 years ago
  97. f7037d0 Clean up onTransferPixels by Jim Van Verth · 7 years ago
  98. 84cda40 Revert "Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl""" by Mike Reed · 7 years ago
  99. f66d28d Revert "Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl"" by Ethan Nicholas · 7 years ago
  100. e531207 Add SkCopyPixelsMode argument to SkMakeImageInColorSpace by Brian Osman · 7 years ago