1. 8c326e9 Remove fStencilClearValue from Vulkan's CommandBufferInfo struct by Robert Phillips · 7 years ago
  2. b74ef03 Hide GrPaint copy constructor and add GrPaint::Clone and remove MoveOrNew and MoveOrCopy. by Brian Salomon · 7 years ago
  3. 92e6cc6 Some performance tweaks for DAA by Yuqian Li · 7 years ago
  4. 8048822 Revert "Revert "Support single line objects and arrays"" by Brian Osman · 7 years ago
  5. 31c075e Avoid errors about re-defining __STDC_FORMAT_MACROS by Brian Osman · 7 years ago
  6. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  7. c2f876b Replace interp() with clut_{3,4}D stages. by Mike Klein · 7 years ago
  8. bfd18cd Move GrAppliedClip into GrPipeline by Brian Salomon · 7 years ago
  9. 6504813 Remove accessRenderTarget calls in service of binding stencil buffer by Robert Phillips · 7 years ago
  10. 5eb8fc5 No chop at y extrema for cubics by Yuqian Li · 7 years ago
  11. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  12. a5a69cf Revert "Support single line objects and arrays" by Brian Osman · 7 years ago
  13. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  14. 6a14edc Remove SkColorLookUpTable::interp3D(). by Mike Klein · 7 years ago
  15. 54190c4 Revert "Store discard request on the opList and remove GrDiscardOp" by Robert Phillips · 7 years ago
  16. dd3feee Move gFDot6INVERSE definition to cpp file by Yuqian Li · 7 years ago
  17. 6a7d56f Support single line objects and arrays by Brian Osman · 7 years ago
  18. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  19. a07e430 add gamma stage by Mike Klein · 7 years ago
  20. b681a0f Store discard request on the opList and remove GrDiscardOp by Robert Phillips · 7 years ago
  21. e1fc9ac Improve float-based dither logic by Eric Karl · 7 years ago
  22. 74c627f Fix stencil clear load in Vulkan by Robert Phillips · 7 years ago
  23. 19e51dc Store GrRenderTarget in GrGpuCommandBuffer by Robert Phillips · 7 years ago
  24. 69fd008 Added SkJSONWriter by Brian Osman · 7 years ago
  25. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  26. 3404207 use rasterpipeline for images if matrix is >= scale+translate by Mike Reed · 7 years ago
  27. 4d011be Remove unneeded GrGradientEffect Tegra3 workaround by Florin Malita · 7 years ago
  28. 1af6d68 added canUseFractForNegativeValues to standalone shader caps by Ethan Nicholas · 7 years ago
  29. b12e178 rewrite SkColorLookUpTable::interpDimension() by Mike Klein · 7 years ago
  30. 3b30c4f Relocate gradient negative fract() workaround to GLSLCodeGenerator by Florin Malita · 7 years ago
  31. 26308e1 Remove last uses of SkTypeface::style() in Skia. by Ben Wagner · 7 years ago
  32. 50d0d05 add an invert stage for inverse CMYK -> CMYK by Mike Klein · 7 years ago
  33. 34335c5 Streamline GrGradientEffect mirror tiling by Florin Malita · 7 years ago
  34. b81a8b9 Consolidate GrGradientEffect analytical impls by Florin Malita · 7 years ago
  35. e9bf6dc Don't compare against uninit edge in SkPath::conservativelyContainsRect by Brian Salomon · 7 years ago
  36. 8a0044f Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType by Florin Malita · 7 years ago
  37. c6c10b4 Remove SkTypeface::Style from fuzzers and lua. by Ben Wagner · 7 years ago
  38. 65a88fa Add GrDebugMarkerOp by Robert Phillips · 7 years ago
  39. 95db9b3 Make bmp text position attribute be highp by Brian Salomon · 7 years ago
  40. 8aeec29 simplify shaderbase -- remove shaderproc -- no measurable speed diff by Mike Reed · 7 years ago
  41. 2045e3b Avoid int overflow in LinearGradientContext::shade4_dx_clamp by Florin Malita · 7 years ago
  42. b072bb6 CCPR: Process quadratic flat edges without soft msaa by Chris Dalton · 7 years ago
  43. 522101f Remove SK_NO_ANALYTIC_AA by Yuqian Li · 7 years ago
  44. 54043a0 Flush threaded device when reaching max queue size by Yuqian Li · 7 years ago
  45. 1aa731a remove unused shadeSpanAlpha -- handled by rasterpipeline by Mike Reed · 7 years ago
  46. 6dd8cf1 Remove SkLightingShader and associated classes by Robert Phillips · 7 years ago
  47. 35ee0e0 clean up useage of SkFloatBits by Mike Reed · 7 years ago
  48. eb66959 Revert "Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType" by Florin Malita · 7 years ago
  49. b86aaeb Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType by Florin Malita · 7 years ago
  50. 621ee98 Fix corner case in NonAAStrokeRectOp (stroke width > the rect's width or height) by Robert Phillips · 7 years ago
  51. 4a081e2 Add GrMtlTexture classes by Greg Daniel · 7 years ago
  52. 36f054a GrGradientEffect::onIsEqual() must also consider tiling by Florin Malita · 7 years ago
  53. 121ad19 Update SkClipStack's bound computation by Robert Phillips · 7 years ago
  54. f60e162 clamp_1 is also a no-op with 8-bit lowp by Mike Klein · 7 years ago
  55. 5910ed3 15-bit lowp is dead, long live 8-bit lowp by Mike Klein · 7 years ago
  56. 49fd5d5 Disable Delta AA for MSVC for now by Yuqian Li · 7 years ago
  57. b6705c2 Add support for object creation/snapshot/deletion events by Brian Osman · 7 years ago
  58. 29dbae9 same 16->8 bit packing trick for SSE2/SSE4.1 by Mike Klein · 7 years ago
  59. 1a2e3e1 Store float and byte constant colors. by Mike Klein · 7 years ago
  60. 16776df funnel all constant colors through append_constant_color() by Mike Klein · 7 years ago
  61. 073073e Rename append_uniform_color() to append_constant_color(). by Mike Klein · 7 years ago
  62. c18ab88 _very_ minor srcover speedup by Mike Klein · 7 years ago
  63. e7f89fc improve HSW 16->8 bit pack by Mike Klein · 7 years ago
  64. 255607f 8-bit hacking by Mike Klein · 7 years ago
  65. 73d8fd9 Add a private API for writing the clip to the stencil by Stan Iliev · 7 years ago
  66. dcba08e Revert "Revert "support for 'half' types in sksl, plus general numeric type improvements"" by Ethan Nicholas · 7 years ago
  67. 1a39d3f Guard against D3D NaN/Infinity literals bug in color burn by Brian Osman · 7 years ago
  68. 8289306 Revert "remove another SkConvertPixels "fast path"" by Mike Klein · 7 years ago
  69. 5b6c7c6 Delete legacy radial gradient impl by Florin Malita · 7 years ago
  70. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  71. 545630b Fix sweep gradient tiling w/ makeColorSpace by Florin Malita · 7 years ago
  72. db96f25 Reduce SORT_THRESHOLD to 256 by Yuqian Li · 7 years ago
  73. 706a076 remove another SkConvertPixels "fast path" by Mike Klein · 7 years ago
  74. 21171e5 CCPR: Transform path points before handling curves by Chris Dalton · 7 years ago
  75. 5a9a981 Tiling support for SkSweepGradient by Florin Malita · 7 years ago
  76. ce06e26 Make ProcessorCloneTest more robust, fix matrix conv. onIsEqual by Brian Salomon · 7 years ago
  77. 369e8b7 Fix cleanup on program creation failure by Robert Phillips · 7 years ago
  78. 0e96055 Revert "support for 'half' types in sksl, plus general numeric type improvements" by Ethan Nicholas · 7 years ago
  79. d310879 fixed missing INT_MAX definition by Ethan Nicholas · 7 years ago
  80. 249ee1f clamp to 0 in repeat and mirror image tilers by Mike Klein · 7 years ago
  81. dff5d43 Guard against D3D NaN/Infinity literals bug by Brian Osman · 7 years ago
  82. 93061b5 support for 'half' types in sksl, plus general numeric type improvements by Ethan Nicholas · 7 years ago
  83. 4bd3b09 Assert text passed to canvas is initialized. by Ben Wagner · 7 years ago
  84. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  85. 8514ebf Allow RegionOp to be used for stenciling by Brian Salomon · 7 years ago
  86. e779ab1 Remove unused code for index 8 by Brian Osman · 7 years ago
  87. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  88. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  89. 0576a45 Add GrMtlUtil class by Greg Daniel · 7 years ago
  90. 96271cd Require clone() be implemented by GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  91. f3ce7e3 More GrPipeline cleanup. by Brian Salomon · 7 years ago
  92. 179849e Fix premul state in from_srgb in convert_with_pipeline by Christopher Cameron · 7 years ago
  93. 0500eba Remove union from SkFontStyle. by Ben Wagner · 7 years ago
  94. 49f58a3 Add asserts to SkBlurImageFilter flatten & CreateProc by Robert Phillips · 7 years ago
  95. 1380bb4 Don't draw text with zero glyph counts as paths by Jim Van Verth · 7 years ago
  96. c722f79 clang on windows support by Mike Klein · 7 years ago
  97. 66e393c longer is better by Cary Clark · 7 years ago
  98. d9b6773 disable single threaded debugging code by Cary Clark · 7 years ago
  99. 972b2f6 Initialize GrPipeline at construction. by Brian Salomon · 7 years ago
  100. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago