1. 605d952 GN: take over CommandBuffer bot by mtklein · 8 years ago
  2. 0e4a466 Use sk_careful_memcpy when writing optional conic weights for GrShape path data key. by bsalomon · 8 years ago
  3. 39ef7fb Add optional sw generated path coverage mask caching by bsalomon · 8 years ago
  4. 6699838 allow clip calls w/o op param, remove unnecessary kReplace ops by reed · 8 years ago
  5. df55827 Remove unused SkImage_Base and SkImage_Gpu onNewSurface methods by robertphillips · 8 years ago
  6. 2eda5b3 Conditionally insert gl_PointSize into shaders. by bsalomon · 8 years ago
  7. 7d05f32 Always use transfer_dst for buffers. by jvanverth · 8 years ago
  8. 38925aa Build tools on NoGPU bots. by mtklein · 8 years ago
  9. 04a44d0 Add a transient image filter cache to SkImage::makeWithFilter & PDF by brianosman · 8 years ago
  10. 3e8012e GN: is_skia_standalone by mtklein · 8 years ago
  11. 45f04b8 fix skia pathops fuzzers by caryclark · 8 years ago
  12. 67fa4e3 Make GrShape compute keys for short paths from path data instead of using the gen id. by bsalomon · 8 years ago
  13. 8eb43e5 Stop closing filled paths in GrShape by bsalomon · 8 years ago
  14. e4a9bd7 Add define of SK_ENABLE_VK_LAYERS to gn build by egdaniel · 8 years ago
  15. 71477bd Add setBounds to SkLiteDL for Android by liyuqian · 8 years ago
  16. 67ba29c Fix memory leaks reported by clang static analyzer. by sdefresne · 8 years ago
  17. 2695eaa Fix some GPU image filter code to preserve precision and color space by brianosman · 8 years ago
  18. 4d450d2 Remove SK_ADDING_src_ports_SkFontConfigInterface_cpp by bungeman · 8 years ago
  19. bef51c2 [SVGDom] Opacity optimization by fmalita · 8 years ago
  20. 768dc8f Blacklist serialize-8888 typefacerendering_pfaMac by mtklein · 8 years ago
  21. e9fb3d5 GN: fold :vulkan into :gpu. by mtklein · 8 years ago
  22. e918417 Revert of Stop closing filled paths in GrShape (patchset #1 id:1 of https://codereview.chromium.org/2355833002/ ) by fmalita · 8 years ago
  23. a5344ee Revert of [SVGDom] Opacity optimization (patchset #4 id:60001 of https://codereview.chromium.org/2353503005/ ) by borenet · 8 years ago
  24. a627b5c GN: add skia_use_mesa for OSMesa in tools. by mtklein · 8 years ago
  25. c549212 Attempt to fix nanobench upload by borenet · 8 years ago
  26. 89e6af6 Revert of Clear stencil buffer before using it for drawing (patchset #2 id:20001 of https://codereview.chromium.org/2342873004/ ) by stani · 8 years ago
  27. 65b8cb0 Fix VkWrapTests by jvanverth · 8 years ago
  28. 4ecf0d4 GM: add test for type1 font by halcanary · 8 years ago
  29. 7517e45 Disable framebuffer fetch on the Adreno5xx devices. by egdaniel · 8 years ago
  30. d5797b3 Fix possible divide by zero in vulkan granularity adjustments by egdaniel · 8 years ago
  31. ad001fd Stop closing filled paths in GrShape by bsalomon · 8 years ago
  32. 3dbb7b9 [SVGDom] Opacity optimization by fmalita · 8 years ago
  33. 15ba6d9 Disable failing unit tests on adreno vulkan by egdaniel · 8 years ago
  34. 594739c Use STDArray to for tracked resources in vulkan command buffer by egdaniel · 8 years ago
  35. 0ecd916 Revert of Skia recipe: Use [depot_tools]/gsutil.py instead of [depot_tools]/third_party/gsutil/gsutil (patchset #1 id:1 of https://codereview.chromium.org/2298293002/ ) by borenet · 8 years ago
  36. 06c35c0 GN: add skia_enable_gpu (default true) by mtklein · 8 years ago
  37. 60b7ab7 GN: compiler_prefix -> cc_wrapper by mtklein · 8 years ago
  38. 1905098 Snazzier dump log step on Android bots. by mtklein · 8 years ago
  39. 3e6cf87 Cleanup some sRGB TODOs, mostly around setting GrPaint flags correctly by brianosman · 8 years ago
  40. 9d54afc Support use of non-coherent memory allocations in Vulkan. by jvanverth · 8 years ago
  41. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  42. be9d821 Workaround for Adreno INITIALIZATION_FAILED bug by egdaniel · 8 years ago
  43. 388127f Fix a memory leak reported by clang static analyzer. by sdefresne · 8 years ago
  44. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  45. cae1be5 skia_enable_android_framework_defines in all code, public and private, optional and required. by mtklein · 8 years ago
  46. 37e2334 Auto-generate much of the help text for --config to reduce maintenance by brianosman · 8 years ago
  47. f44b493 Fix Win toolchain asset, fix script by borenet · 8 years ago
  48. 6d7e4e8 Harden LinearGradient4fContext by fmalita · 8 years ago
  49. 16b15dd Blacklist incomplete pngs on CG by msarett · 8 years ago
  50. 05a3eac SkASSERT firing because pointer wraps negative. by cblume · 8 years ago
  51. 4562f6e Add ability to pick a different gamut in GPU f16 or sRGB configs by brianosman · 8 years ago
  52. 304e674 Reland of Run SVGs through nanobench on all Perf bots (patchset #1 id:1 of https://codereview.chromium.org/2348563003/ ) by rmistry · 8 years ago
  53. 12c7563 Create GrVkCopyPipeline class by egdaniel · 8 years ago
  54. 0955b34 remove dead code around SK_ENABLE_CLIP_QUICKREJECT by reed · 8 years ago
  55. d5724b0 Add FrameworkDefs bot to the CQ. by mtklein · 8 years ago
  56. f15590f Skia recipe: Use [depot_tools]/gsutil.py instead of [depot_tools]/third_party/gsutil/gsutil by hinoka · 8 years ago
  57. 1ae0e01 Split SkFontConfigInterface globals and factory. by bungeman · 8 years ago
  58. 0262b5c Add adb support to skpbench by csmartdalton · 8 years ago
  59. 613664b Remove unnecessary assert in GrBatchAtlas. by jvanverth · 8 years ago
  60. 4b5179b skpbench by csmartdalton · 8 years ago
  61. e202bd8 SkPDF: SkBitSet gets reset() to make drop() better. by halcanary · 8 years ago
  62. 88987d8 Move vulkan spir-v compile call to GrVkUtil by egdaniel · 8 years ago
  63. 927ac9c Refactor vulkan buffer mapping and unmapping by egdaniel · 8 years ago
  64. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  65. 9f26281 To prep for removing CMake bots, take them off the CQ and presubmit. by mtklein · 8 years ago
  66. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  67. 122fac3 GN: remove old Android recipe code. by mtklein · 8 years ago
  68. 8716a8a add 'g' to fatbits by reed · 8 years ago
  69. cfea18a Delete unused coverage recipe code. by mtklein · 8 years ago
  70. 950fc6c Add F16 to the list of allowed formats in GaussianBlur by brianosman · 8 years ago
  71. 7cf4ae7 [SVGDom] Only apply opacity when needed by fmalita · 8 years ago
  72. 12f7527 Remove release asserts. by cblume · 8 years ago
  73. bbfe92b fix fuzzer bugs by caryclark · 8 years ago
  74. e7a7812 Whitespace change by rmistry · 8 years ago
  75. 5d1110e Update SKP version by update-skps · 8 years ago
  76. bdf3e5c [SVGDom] Improved DM sizing by fmalita · 8 years ago
  77. 67ac33e Remove SK_DECLARE_LEGACY_CREATE_FROM_FONTDATA. by bungeman · 8 years ago
  78. c6c81e1 Fix filling of incomplete images in SkSampledCodec by msarett · 8 years ago
  79. f59d18a SkPDF: Implement /ActualText to make text extraction correct. by halcanary · 8 years ago
  80. b9be979 format GN files, and invert if->config to config->if by mtklein · 8 years ago
  81. 54d9b66 Improve ColorStopOptimizer safety by tomhudson · 8 years ago
  82. b6318bf Compile the skia library for windows using gn. by herb · 8 years ago
  83. 3b294d5 Revert of SkPDF: Implement /ActualText to make text extraction correct. (patchset #11 id:220001 of https://codereview.chromium.org/2322403002/ ) by halcanary · 8 years ago
  84. 875b8f6 Sane use of FcPatternGetXXX in SkFontConfigInterface. by bungeman · 8 years ago
  85. e7904f3 Flesh out GN/Android run docs. by mtklein · 8 years ago
  86. dbd1634 SkPDF: Implement /ActualText to make text extraction correct. by halcanary · 8 years ago
  87. be7e3c0 Revert of Run SVGs through nanobench on all Perf bots (patchset #5 id:120001 of https://codereview.chromium.org/2343903002/ ) by rmistry · 8 years ago
  88. fcee510 Is it just me or is this logging just noise? by mtklein · 8 years ago
  89. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  90. bfef32f Build with GN on CT bots. by mtklein · 8 years ago
  91. 7a12b4f Improve join between the two RRects in SkRRectsGaussianEdgeShader by robertphillips · 8 years ago
  92. 9b6c58c Promote the N5 to the CQ for real. by mtklein · 8 years ago
  93. 1c58dcb Run SVGs through nanobench on all Perf bots. by rmistry · 8 years ago
  94. c326a38 Clear stencil buffer before using it for drawing by stani · 8 years ago
  95. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  96. 046cb56 GN: build get_images_from_skps. by mtklein · 8 years ago
  97. 94ddf54 Keeping asserts in release. by cblume · 8 years ago
  98. faf8203 Allow GrCaps access from GrDrawContext by bsalomon · 8 years ago
  99. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  100. a8370b2 Remove old SkGaussianEdgeShader code by jvanverth · 8 years ago