1. 9466379 Include GLTestContext_command_buffer.cpp in G3 build. by Mike Klein · 8 years ago
  2. a76554d Revert of Create special surfaces according to original device (not always in N32) (patchset #9 id:160001 of https://codereview.chromium.org/2349373004/ ) by brianosman · 8 years ago
  3. 1cd88c4 use SkCanvas::ClipOp by Mike Reed · 8 years ago
  4. 623ef92 Json ide script for gn to output cmake. by bungeman · 8 years ago
  5. 53c3808 Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  6. 27a3aa5 Make GrRenderableConfigForColorSpace argument const by brianosman · 8 years ago
  7. f23dc49 Add swarming task for nanobench upload by borenet · 8 years ago
  8. 27c015d split tight quads and conics by caryclark · 8 years ago
  9. 5a9c2f1 sRGB cleanup in image filters. Ensure we configure paints correctly. by brianosman · 8 years ago
  10. c68e8924 It is possible to try and draw to an unsupported format. Let this go. by brianosman · 8 years ago
  11. 2a4d1e1 SkPDF: do not assert when openStream return nullptr by halcanary · 8 years ago
  12. d14df7c document.close from bool to void by reed · 8 years ago
  13. ae6e486 Revert of Some Vulkan memory fixes and cleanup (patchset #2 id:20001 of https://codereview.chromium.org/2356343003/ ) by jvanverth · 8 years ago
  14. 5414be0 G instead of R, thanks Gold by msarett · 8 years ago
  15. 1c10607 don't close a contour with a line if nothing's there by caryclark · 8 years ago
  16. c5850e9 Some Vulkan memory fixes and cleanup by jvanverth · 8 years ago
  17. 3d89a7c Update Chrome section to include Skia roll/sheriff/bug info by hcm · 8 years ago
  18. 8c17097 Make AALinearizingConvexPathRenderer able to handle stroke and fill by robertphillips · 8 years ago
  19. e2e87f3 Change implementation of flush-count based GrGpuResource purging by bsalomon · 8 years ago
  20. 5745d79 skpbench fixes for linux by csmartdalton · 8 years ago
  21. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  22. 5f54434 Remove assert that current color is never used. by bungeman · 8 years ago
  23. d454609 Support for color-spaces with multi-stop (texture) gradients by brianosman · 8 years ago
  24. ecbc526 GN: build skiaserve by mtklein · 8 years ago
  25. bac1046 Reland of ix for conic fuzz (patchset #1 id:1 of https://codereview.chromium.org/2361473004/ ) by caryclark · 8 years ago
  26. 08b3455 Revert of fix for conic fuzz (patchset #3 id:40001 of https://codereview.chromium.org/2350263003/ ) by caryclark · 8 years ago
  27. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  28. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  29. 90939aa Run commandbuffer config on CommandBuffer Perf bots. by mtklein · 8 years ago
  30. 415a14d Clean up dead code. by mtklein · 8 years ago
  31. 921bc67 Is char* or uintptr_t easier to read? by cblume · 8 years ago
  32. 02472dd Add recipe support for Intel HD Graphics 530. by benjaminwagner · 8 years ago
  33. 9340c26 Do not quickReject until virtual drawPatch by msarett · 8 years ago
  34. e7bb5b2 fix next kevin fuzz by caryclark · 8 years ago
  35. ac78863 fix for conic fuzz by caryclark · 8 years ago
  36. d1d6281 speed up debug dm by caryclark · 8 years ago
  37. d7a9db6 Add hardware monitoring to skpbench by csmartdalton · 8 years ago
  38. 50537e4 Add Jobs to tasks.json by borenet · 8 years ago
  39. 605d952 GN: take over CommandBuffer bot by mtklein · 8 years ago
  40. 0e4a466 Use sk_careful_memcpy when writing optional conic weights for GrShape path data key. by bsalomon · 8 years ago
  41. 39ef7fb Add optional sw generated path coverage mask caching by bsalomon · 8 years ago
  42. 6699838 allow clip calls w/o op param, remove unnecessary kReplace ops by reed · 8 years ago
  43. df55827 Remove unused SkImage_Base and SkImage_Gpu onNewSurface methods by robertphillips · 8 years ago
  44. 2eda5b3 Conditionally insert gl_PointSize into shaders. by bsalomon · 8 years ago
  45. 7d05f32 Always use transfer_dst for buffers. by jvanverth · 8 years ago
  46. 38925aa Build tools on NoGPU bots. by mtklein · 8 years ago
  47. 04a44d0 Add a transient image filter cache to SkImage::makeWithFilter & PDF by brianosman · 8 years ago
  48. 3e8012e GN: is_skia_standalone by mtklein · 8 years ago
  49. 45f04b8 fix skia pathops fuzzers by caryclark · 8 years ago
  50. 67fa4e3 Make GrShape compute keys for short paths from path data instead of using the gen id. by bsalomon · 8 years ago
  51. 8eb43e5 Stop closing filled paths in GrShape by bsalomon · 8 years ago
  52. e4a9bd7 Add define of SK_ENABLE_VK_LAYERS to gn build by egdaniel · 8 years ago
  53. 71477bd Add setBounds to SkLiteDL for Android by liyuqian · 8 years ago
  54. 67ba29c Fix memory leaks reported by clang static analyzer. by sdefresne · 8 years ago
  55. 2695eaa Fix some GPU image filter code to preserve precision and color space by brianosman · 8 years ago
  56. 4d450d2 Remove SK_ADDING_src_ports_SkFontConfigInterface_cpp by bungeman · 8 years ago
  57. bef51c2 [SVGDom] Opacity optimization by fmalita · 8 years ago
  58. 768dc8f Blacklist serialize-8888 typefacerendering_pfaMac by mtklein · 8 years ago
  59. e9fb3d5 GN: fold :vulkan into :gpu. by mtklein · 8 years ago
  60. e918417 Revert of Stop closing filled paths in GrShape (patchset #1 id:1 of https://codereview.chromium.org/2355833002/ ) by fmalita · 8 years ago
  61. a5344ee Revert of [SVGDom] Opacity optimization (patchset #4 id:60001 of https://codereview.chromium.org/2353503005/ ) by borenet · 8 years ago
  62. a627b5c GN: add skia_use_mesa for OSMesa in tools. by mtklein · 8 years ago
  63. c549212 Attempt to fix nanobench upload by borenet · 8 years ago
  64. 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
  65. 65b8cb0 Fix VkWrapTests by jvanverth · 8 years ago
  66. 4ecf0d4 GM: add test for type1 font by halcanary · 8 years ago
  67. 7517e45 Disable framebuffer fetch on the Adreno5xx devices. by egdaniel · 8 years ago
  68. d5797b3 Fix possible divide by zero in vulkan granularity adjustments by egdaniel · 8 years ago
  69. ad001fd Stop closing filled paths in GrShape by bsalomon · 8 years ago
  70. 3dbb7b9 [SVGDom] Opacity optimization by fmalita · 8 years ago
  71. 15ba6d9 Disable failing unit tests on adreno vulkan by egdaniel · 8 years ago
  72. 594739c Use STDArray to for tracked resources in vulkan command buffer by egdaniel · 8 years ago
  73. 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
  74. 06c35c0 GN: add skia_enable_gpu (default true) by mtklein · 8 years ago
  75. 60b7ab7 GN: compiler_prefix -> cc_wrapper by mtklein · 8 years ago
  76. 1905098 Snazzier dump log step on Android bots. by mtklein · 8 years ago
  77. 3e6cf87 Cleanup some sRGB TODOs, mostly around setting GrPaint flags correctly by brianosman · 8 years ago
  78. 9d54afc Support use of non-coherent memory allocations in Vulkan. by jvanverth · 8 years ago
  79. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  80. be9d821 Workaround for Adreno INITIALIZATION_FAILED bug by egdaniel · 8 years ago
  81. 388127f Fix a memory leak reported by clang static analyzer. by sdefresne · 8 years ago
  82. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  83. cae1be5 skia_enable_android_framework_defines in all code, public and private, optional and required. by mtklein · 8 years ago
  84. 37e2334 Auto-generate much of the help text for --config to reduce maintenance by brianosman · 8 years ago
  85. f44b493 Fix Win toolchain asset, fix script by borenet · 8 years ago
  86. 6d7e4e8 Harden LinearGradient4fContext by fmalita · 8 years ago
  87. 16b15dd Blacklist incomplete pngs on CG by msarett · 8 years ago
  88. 05a3eac SkASSERT firing because pointer wraps negative. by cblume · 8 years ago
  89. 4562f6e Add ability to pick a different gamut in GPU f16 or sRGB configs by brianosman · 8 years ago
  90. 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
  91. 12c7563 Create GrVkCopyPipeline class by egdaniel · 8 years ago
  92. 0955b34 remove dead code around SK_ENABLE_CLIP_QUICKREJECT by reed · 8 years ago
  93. d5724b0 Add FrameworkDefs bot to the CQ. by mtklein · 8 years ago
  94. f15590f Skia recipe: Use [depot_tools]/gsutil.py instead of [depot_tools]/third_party/gsutil/gsutil by hinoka · 8 years ago
  95. 1ae0e01 Split SkFontConfigInterface globals and factory. by bungeman · 8 years ago
  96. 0262b5c Add adb support to skpbench by csmartdalton · 8 years ago
  97. 613664b Remove unnecessary assert in GrBatchAtlas. by jvanverth · 8 years ago
  98. 4b5179b skpbench by csmartdalton · 8 years ago
  99. e202bd8 SkPDF: SkBitSet gets reset() to make drop() better. by halcanary · 8 years ago
  100. 88987d8 Move vulkan spir-v compile call to GrVkUtil by egdaniel · 8 years ago