1. 480c90a moved changes out of autogenerated .cpp file and into source .fp file by Ethan Nicholas · 7 years ago
  2. f695b63 Don't clamp in GrGLNonlinearColorSpaceXformEffect to support scRGB by Stan Iliev · 7 years ago
  3. fb7c83a Compose and YUV fragment processor clone implementations by Brian Salomon · 7 years ago
  4. 1a2a7ab More GrFragmentProcessor::clone() implementations. by Brian Salomon · 7 years ago
  5. fcc527b Implement clone for 4 additional GrFragmentProcessors. by Brian Salomon · 7 years ago
  6. 39c08ac Automatically prepend "disabled-by-default-" to TRACE categories by Brian Osman · 7 years ago
  7. a9340ba Tracing macro cleanup continued by Brian Osman · 7 years ago
  8. ffc2ec4 Implement clone() for GrDisplacementEffect by Brian Salomon · 7 years ago
  9. 4ed9ae4 Improve GrGLNonlinearColorSpaceXformEffect to support scRGB by Stan Iliev · 7 years ago
  10. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  11. d89d7a7 Add clone() to three more fragment processor classes by Brian Salomon · 7 years ago
  12. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  13. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  14. 0e05a82 Add GrFragmentProcessor::clone(), implementation for ColorTableEffect, and unit test. by Brian Salomon · 7 years ago
  15. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  16. d3e247f Sixth small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  17. 7881409 Fifth small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  18. 019ff27 Third small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  19. 1c05364 Make GrProcessorTestFactory be templated on smart ptr class rather than processor class. by Brian Salomon · 7 years ago
  20. b7506c3 Remove unused function GrDrawOp::DumpPipelineInfo by Brian Salomon · 7 years ago
  21. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  22. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  23. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  24. c686ce3 Smaller fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  25. 7634330 reduce code size in GrGLTestInterface.o and GrGLAssembleInterface.o by Mike Klein · 7 years ago
  26. 57aa367 Add initial version of GrResourceAllocator's free pool (take 2) by Robert Phillips · 7 years ago
  27. 353196f clean read/write pixels signatures, augment SkSurface API by Mike Reed · 7 years ago
  28. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  29. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  30. 39f1a95 Revert "Add initial version of GrResourceAllocator's free pool" by Robert Phillips · 7 years ago
  31. 650ced0 Make GrColorFragmentProcessorAnalysis do all analysis in constructor. by Brian Salomon · 7 years ago
  32. 6ec9a4f Add initial version of GrResourceAllocator's free pool by Robert Phillips · 7 years ago
  33. 8761e0c Add ability to pre-initialize vulkan semaphores when flushing surfaces by Greg Daniel · 7 years ago
  34. 807371c Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget." by Brian Salomon · 7 years ago
  35. e2d37c2 Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget. by Brian Salomon · 7 years ago
  36. dba7e7c Add test for flushing empty surface with semaphores by Greg Daniel · 7 years ago
  37. 9a0e390 sk_sp: act as if operator bool() not implicit. by Hal Canary · 7 years ago
  38. af1813e Update call to new signature of wrapBackendTexture by Leon Scroggins III · 7 years ago
  39. 2bb6ecc Revert "Revert "Fixes from sample count change"" by Greg Daniel · 7 years ago
  40. 914b285 Revert "Fixes from sample count change" by Greg Daniel · 7 years ago
  41. ff98644 Revert "Revert "Fixes from sample count change"" by Cary Clark · 7 years ago
  42. 390aaaf Revert "Fixes from sample count change" by Cary Clark · 7 years ago
  43. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  44. 1635146 Make GrPipeline non-refcounted by Brian Salomon · 7 years ago
  45. f331622 Fixes from sample count change by Greg Daniel · 7 years ago
  46. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  47. b7e8c3b run skslc output through clang-format by Ethan Nicholas · 7 years ago
  48. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  49. 0c15ae8 Revert "Revert "Revert "Revert "Improvements to GPU dither."""" by Brian Salomon · 7 years ago
  50. dcbb9d9 Add SkDebugf trace event handler. by Brian Salomon · 7 years ago
  51. fc26f3c Remove GrAnalyticRectOp, the last legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  52. 44acb5b Revert "Revert "Make GrAtlasTextOp a non-legacy GrMeshDrawOp"" by Brian Salomon · 7 years ago
  53. 5af44de Add GrResourceAllocator class + unit test by Robert Phillips · 7 years ago
  54. 7bd55c2 gl: print shader sources one line at a time by Chris Dalton · 7 years ago
  55. f2290cb Revert "Revert "Revert "Improvements to GPU dither.""" by Brian Salomon · 7 years ago
  56. 0f01b2e Revert "Revert "Improvements to GPU dither."" by Brian Salomon · 7 years ago
  57. e468286 sksl now sees vulkan caps by Ethan Nicholas · 7 years ago
  58. 135e446 vk: Fix geometry-shader input varying locations by Chris Dalton · 7 years ago
  59. 38fb308 Revert "Improvements to GPU dither." by Brian Salomon · 7 years ago
  60. 1806e33 Improvements to GPU dither. by Brian Salomon · 7 years ago
  61. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  62. cda2015 Make dither range symmetric about 0 by Brian Salomon · 7 years ago
  63. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  64. aa352de Update visibility checks in Vulkan to support geom shaders by Greg Daniel · 7 years ago
  65. e3e9628 Revert "Make GrAtlasTextOp a non-legacy GrMeshDrawOp" by Brian Salomon · 7 years ago
  66. 1a325d2 Coverage counting path renderer by Chris Dalton · 7 years ago
  67. 0274b30 converted GrBlurredEdgeFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  68. 434a58a Make GrAtlasTextOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  69. 420f156 converted EllipseEffect to sksl by Ethan Nicholas · 7 years ago
  70. 8abb9f4 Remove GrTestMeshDrawOp by Brian Salomon · 7 years ago
  71. 82ddc94 Make ProcessorRefTests op be a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  72. e9e91dd Add "findOrMakeStaticBuffer" to GrOnFlushResourceProvider by Chris Dalton · 7 years ago
  73. 477d0ef Make ops in bezier_effects GMs be non-Legacy GrMeshDrawOps by Brian Salomon · 7 years ago
  74. 6e1cbc0 fixed sksl static ifs to work for CircleEffect by Ethan Nicholas · 7 years ago
  75. f99a173 init GrDrawAtlasOp::fColor by Brian Salomon · 7 years ago
  76. 83d1185 converted CircleEffect to SkSL by Ethan Nicholas · 7 years ago
  77. b295573 Move GrAALinearizingConvexPathRenderer off GrLegacyMeshDrawOp by Brian Salomon · 7 years ago
  78. b76a72a Add support for creating a GrContext backed by Metal. by Greg Daniel · 7 years ago
  79. ee3e0ba Make DefaultPathOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  80. c2f4254 Make GrDrawVerticesOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  81. 0088f94 Make GrDrawAtlasOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  82. 38a10ad Add trace events for shader generation. by Ryan Macnak · 7 years ago
  83. b4d6106 Give GrSimpleMeshDrawOpHelper a cpp file by Brian Salomon · 7 years ago
  84. 89717fc Fix two issues in DashOp by Brian Salomon · 7 years ago
  85. 0596909 Make ShadowRRectOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  86. 79e4d1b Fail to make render target context if GrContext is abandoned by Brian Salomon · 7 years ago
  87. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  88. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  89. 1cc3b15 Make MSAAPathOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  90. f036632 Make RegionOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  91. 6b7e0e2 Add arc support to gpu Obj c++ code by Greg Daniel · 7 years ago
  92. 98222ac Revert "Revert "Make DashOp a non-legacy GrMeshDrawOp."" by Brian Salomon · 7 years ago
  93. 0db1b53 Fix assert in lattice op triggered by GLProgramsTest by Brian Salomon · 7 years ago
  94. beae8a9 Revert "Make DashOp a non-legacy GrMeshDrawOp." by Brian Salomon · 7 years ago
  95. ebb3825 Make DashOp a non-legacy GrMeshDrawOp. by Brian Salomon · 7 years ago
  96. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  97. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 7 years ago
  98. febbd23 Make SmallPathOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  99. 0f99277 Address ASAN complaint by Robert Phillips · 7 years ago
  100. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago