1. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 7 years ago
  2. 977b54c Use high precision for TextureOp texture coord varying by Brian Salomon · 7 years ago
  3. cb2e235 Reduce stencil buffer clearing by Robert Phillips · 7 years ago
  4. 195c05b Move several GrContextOptions fields behind GR_TEST_UTILS by Brian Osman · 7 years ago
  5. c0e6627 Make AA hairline renderer non-optional by Brian Osman · 7 years ago
  6. 52b7d13 remove debugging code breaking windows compile by Brian Salomon · 7 years ago
  7. 7407756 Make GrSWMaskHelper take a matrix for each draw by Brian Salomon · 7 years ago
  8. 71554bc Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget."" by Brian Salomon · 7 years ago
  9. f3b46e5 Rename methods and enum on SkClipStack::Element to indicate "device space" by Brian Salomon · 7 years ago
  10. f981066 Threaded generation of software paths by Brian Osman · 7 years ago
  11. 380b90c Push full screen clears up to OpList by Robert Phillips · 7 years ago
  12. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  13. b350ae2 Add GrContextOption to disable distance field path renderer by Brian Osman · 7 years ago
  14. 8b0f265 Always include the default path renderer in the chain by Brian Osman · 7 years ago
  15. ef45e6e Remove (unused) context option to remove shader swizzling by Brian Osman · 7 years ago
  16. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  17. 6b47c7d Store discard request on the opList and remove GrDiscardOp (take 3) by Robert Phillips · 7 years ago
  18. 3416969 Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""" by Brian Salomon · 7 years ago
  19. a2090e7 CCPR: Recalculate inflection/intersection points on GPU by Chris Dalton · 7 years ago
  20. 3c2d09f change SkRect::growToInclude to take a point instead of x,y by Mike Reed · 7 years ago
  21. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  22. 695db40 Add GrPathUtils::calcCubicInverseTransposePowerBasisMatrix by Chris Dalton · 7 years ago
  23. 2e86634 Move transformation of clip elements to SkClipStack::Element by Brian Salomon · 7 years ago
  24. 419a94d Add a GrCCPRGeometry file by Chris Dalton · 7 years ago
  25. 445b557 Revert "Store discard request on the opList and remove GrDiscardOp (take 2)" by Robert Phillips · 7 years ago
  26. 54ef7c0 Don't use uninitialized gamma data for adjusting SDF distance. by Jim Van Verth · 7 years ago
  27. 9b0b32f Store discard request on the opList and remove GrDiscardOp (take 2) by Robert Phillips · 7 years ago
  28. 964a3b0 Add explicit conversion from uint2 to float2 for Vulkan by Robert Phillips · 7 years ago
  29. 6888c0d Add support for vkCmdCopyBuffer by Greg Daniel · 7 years ago
  30. 8296e75 Switch atlas clients over to using absolute texture coordinates (take 2) by Robert Phillips · 7 years ago
  31. 87ae989 Revert "Threaded generation of software paths" by Brian Salomon · 7 years ago
  32. 6682ff2 Fix Metal build from recent command buffer change by Greg Daniel · 7 years ago
  33. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  34. e253831 Revert "Switch atlas clients over to using absolute texture coordinates" by Robert Phillips · 7 years ago
  35. e84c087 Switch atlas clients over to using absolute texture coordinates by Robert Phillips · 7 years ago
  36. 76323bc Threaded generation of software paths by Brian Osman · 7 years ago
  37. e46c8d0 Add a message when an op list fails to instantiate by Brian Osman · 7 years ago
  38. 73e7f80 GrTessellator: when sanitizing contours, remove non-finite points. by Stephen White · 7 years ago
  39. 3cf781d Switch GrSmallPath renderer over to always using integer texture coordinates by Robert Phillips · 7 years ago
  40. 5127998 Add an (optional) SkTaskGroup to GrContext by Brian Osman · 7 years ago
  41. 2cee283 Fix artifacts on tiny stroked paths scaled up a lot. by Stephen White · 7 years ago
  42. 9d90224 Revert "GrTessellator: when sanitizing contours, remove non-finite points." by Robert Phillips · 7 years ago
  43. 5141d21 Revert "Fix artifacts on tiny stroked paths scaled up a lot." by Robert Phillips · 7 years ago
  44. a184ac7 Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" by Brian Salomon · 7 years ago
  45. 407b342 Add GrPrepareCallback, always run at the start of flush by Brian Osman · 7 years ago
  46. 267641a Fix artifacts on tiny stroked paths scaled up a lot. by Stephen White · 7 years ago
  47. 620cc24 GrTessellator: when sanitizing contours, remove non-finite points. by Stephen White · 7 years ago
  48. 20af6d1 Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"" by Brian Salomon · 7 years ago
  49. 51fd6d8 Add GrMtlRenderTarget class by Greg Daniel · 7 years ago
  50. 1591c38 Use GrBackendObjectOwnership instead of GrVkImage::Wrapped by Greg Daniel · 7 years ago
  51. ceef4fb Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible" by Brian Salomon · 7 years ago
  52. 3fd2955 Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible by Brian Salomon · 7 years ago
  53. c7da146 Move DrawToTargetWithShapeMask to GrSoftwarePathRenderer by Brian Osman · 7 years ago
  54. 559f534 Add atrace events for bitmap uploads to Android framework builds. by Derek Sollenberger · 7 years ago
  55. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  56. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  57. 2af578d Add additional logging in GrRenderTargetOpList by Stan Iliev · 7 years ago
  58. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  59. edf3dc0 Cleanup tracing macros for use by the Android framework by Derek Sollenberger · 7 years ago
  60. 7f23543 Minor geometry processor clarification. by Brian Salomon · 7 years ago
  61. 3f5301b GrTessellator: fix for collinear out-of-range intersections. by Stephen White · 7 years ago
  62. 67cd673 Cache more aggressively in GrSoftwarePathRenderer for Android by Stan Iliev · 7 years ago
  63. 72a37be Fix string typing in generated code by Brian Osman · 7 years ago
  64. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  65. dbb9e36 Avoid converting drawImage/drawImageRect into drawBitmap calls by Derek Sollenberger · 7 years ago
  66. 5287518 Remove CHECK_SHOULD_DRAW from SkGpuDevice by Brian Salomon · 7 years ago
  67. 6382f45 Replace log2 with SkNextLog2 by Brian Osman · 7 years ago
  68. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  69. 8c326e9 Remove fStencilClearValue from Vulkan's CommandBufferInfo struct by Robert Phillips · 7 years ago
  70. b74ef03 Hide GrPaint copy constructor and add GrPaint::Clone and remove MoveOrNew and MoveOrCopy. by Brian Salomon · 7 years ago
  71. 8048822 Revert "Revert "Support single line objects and arrays"" by Brian Osman · 7 years ago
  72. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  73. bfd18cd Move GrAppliedClip into GrPipeline by Brian Salomon · 7 years ago
  74. 6504813 Remove accessRenderTarget calls in service of binding stencil buffer by Robert Phillips · 7 years ago
  75. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  76. a5a69cf Revert "Support single line objects and arrays" by Brian Osman · 7 years ago
  77. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  78. 54190c4 Revert "Store discard request on the opList and remove GrDiscardOp" by Robert Phillips · 7 years ago
  79. 6a7d56f Support single line objects and arrays by Brian Osman · 7 years ago
  80. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  81. b681a0f Store discard request on the opList and remove GrDiscardOp by Robert Phillips · 7 years ago
  82. e1fc9ac Improve float-based dither logic by Eric Karl · 7 years ago
  83. 74c627f Fix stencil clear load in Vulkan by Robert Phillips · 7 years ago
  84. 19e51dc Store GrRenderTarget in GrGpuCommandBuffer by Robert Phillips · 7 years ago
  85. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  86. 8a0044f Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType by Florin Malita · 7 years ago
  87. 65a88fa Add GrDebugMarkerOp by Robert Phillips · 7 years ago
  88. 95db9b3 Make bmp text position attribute be highp by Brian Salomon · 7 years ago
  89. b072bb6 CCPR: Process quadratic flat edges without soft msaa by Chris Dalton · 7 years ago
  90. 621ee98 Fix corner case in NonAAStrokeRectOp (stroke width > the rect's width or height) by Robert Phillips · 7 years ago
  91. 4a081e2 Add GrMtlTexture classes by Greg Daniel · 7 years ago
  92. 73d8fd9 Add a private API for writing the clip to the stencil by Stan Iliev · 7 years ago
  93. dcba08e Revert "Revert "support for 'half' types in sksl, plus general numeric type improvements"" by Ethan Nicholas · 7 years ago
  94. 1a39d3f Guard against D3D NaN/Infinity literals bug in color burn by Brian Osman · 7 years ago
  95. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  96. 21171e5 CCPR: Transform path points before handling curves by Chris Dalton · 7 years ago
  97. ce06e26 Make ProcessorCloneTest more robust, fix matrix conv. onIsEqual by Brian Salomon · 7 years ago
  98. 369e8b7 Fix cleanup on program creation failure by Robert Phillips · 7 years ago
  99. 0e96055 Revert "support for 'half' types in sksl, plus general numeric type improvements" by Ethan Nicholas · 7 years ago
  100. dff5d43 Guard against D3D NaN/Infinity literals bug by Brian Osman · 7 years ago