1. 58e389b Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 9 years ago
  2. 4280366 Add getColorSpace to GrTextureProducer by brianosman · 9 years ago
  3. 6e21efd Probably no need for GM self-tests now that GM doesn't exist. by mtklein · 9 years ago
  4. 7445e86 Dust-off SkXMLParser by fmalita · 9 years ago
  5. 59779ae remove unused TableMaskFilter by reed · 9 years ago
  6. 494c2b6 Fix a bug in the Clamp in X direction tiling. by herb · 9 years ago
  7. 970587b Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilter by robertphillips · 9 years ago
  8. 771a190 Build Expat on all platforms by fmalita · 9 years ago
  9. 4c7e117 Remove dead flag from SkPictureRecorder by robertphillips · 9 years ago
  10. 64bbad3 Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset #7 id:120001 of https://codereview.chromium.org/2145663003/ ) by mtklein · 9 years ago
  11. 3296bee Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 9 years ago
  12. 7cf36cc Stop testing texture-backed bitmaps in drawbitmaprect GM by bsalomon · 9 years ago
  13. b1792f1 Rewrite GrTextureMipMapInvalidationTest using SkImage by bsalomon · 9 years ago
  14. cfc79fe Added premulFourChannelColor to GrInvariantOutput by dvonbeck · 9 years ago
  15. 1433c67 Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRef by bsalomon · 9 years ago
  16. 016e51f Add verb field in scraping scripts by fmenozzi · 9 years ago
  17. 201364c Remove unit test that tests subsetting texture backed bitmaps. by bsalomon · 9 years ago
  18. 67c6c8e Fix leak when DFPR fails to draw path by bsalomon · 9 years ago
  19. abda35d GrBufferAllocPool: use _throw calloc() if unchecked. by mtklein · 9 years ago
  20. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 9 years ago
  21. a2e0837 Stop testing texture-backed bitmaps in bleed GMs by bsalomon · 9 years ago
  22. 6d6b6ad Make GrBatchAtlas robust against attempts to add large rects. by bsalomon · 9 years ago
  23. 50ead53 Update RT views and framebuffer in vulkan after mipmaping by egdaniel · 9 years ago
  24. 990dbc8 Add Texture2D and Sampler GrSLTypes by egdaniel · 9 years ago
  25. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 9 years ago
  26. f382b48 Disable aliased font test on iOS. by bungeman · 9 years ago
  27. 9f01276 move GrPixelRef headers to private (as we work to eliminate them) by reed · 9 years ago
  28. 97f6cd5 Pre-crop filled rects to avoid scissor by csmartdalton · 9 years ago
  29. 0d2c234 Fix SkFixedDiv macro by liyuqian · 9 years ago
  30. 05c73b7 Remove bulk float <-> half routines. These are dead code. by mtklein · 9 years ago
  31. dda5445 Remove GrLayerHoister by robertphillips · 9 years ago
  32. e92badc Revert of SkSL performance improvements (patchset #6 id:140001 of https://codereview.chromium.org/2131223002/ ) by msarett · 9 years ago
  33. 16ef465 Fix ASAN bot by msarett · 9 years ago
  34. d8f0988 Specifying master names with "master." prefix is deprecated by rmistry · 9 years ago
  35. 77d6f7d use gpu-image instead of wrapping in a bitmap for specialimage by reed · 9 years ago
  36. 8294556 Disable embedded bitmap test on iOS. by bungeman · 9 years ago
  37. b1b12f8 handle large conic weights by reed · 9 years ago
  38. 99f942e Fix vertex count estimate in GrTessellator. by senorblanco · 9 years ago
  39. 485a120 Add resource provider flag to avoid client-side buffers by csmartdalton · 9 years ago
  40. 6c3ada9 Turn back on nanobench on Debug trybots. by mtklein · 9 years ago
  41. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 9 years ago
  42. 0e1161d Never allow dither for non-legacy (sRGB or F16) targets. by brianosman · 9 years ago
  43. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 9 years ago
  44. dd57dd7 Fix various issues with instanced rendering precision by csmartdalton · 9 years ago
  45. 0caee17 Replace switch statements in instanced vertex shaders by csmartdalton · 9 years ago
  46. b3772dc Fix GL shader sources getting truncated by ADB log by csmartdalton · 9 years ago
  47. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 9 years ago
  48. 0abddf7 SkRasterPipeline: simplify impl and remove need to rewire stages by mtklein · 9 years ago
  49. f461e7c Try blacklisting RAW images on Nexus 9 by msarett · 9 years ago
  50. 0358a6a Update SkOpts namespaces. by mtklein · 9 years ago
  51. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 9 years ago
  52. e3aea10 Remove user specified typeface id. by bungeman · 9 years ago
  53. ba3880f Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of https://codereview.chromium.org/2132073002/ ) by msarett · 9 years ago
  54. 634b430 Add a function to convert a texture backed SkImage to raster. by bsalomon · 9 years ago
  55. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 9 years ago
  56. c460020 Run the Vulkan config on nanobench for Vulkan bots by borenet · 9 years ago
  57. e25faf3 Fix option name typo by liyuqian · 9 years ago
  58. 7c70d7c center glyphs for text-on-path-via-rsxform by reed · 9 years ago
  59. 6373c95 Monitor profile tool, now with Windows support, too! by brianosman · 9 years ago
  60. 281b33f SkRasterPipeline preliminaries by mtklein · 9 years ago
  61. 7438bfc Factor code to rotate a canvas about a point. by bungeman · 9 years ago
  62. 2edf0c6 Remove bloat from SkBlend_opts. by herb · 9 years ago
  63. 7d3ff71 Add Sk4f_RoundToInt by msarett · 9 years ago
  64. 90ccfba Fix Lua bugs, nit name change by fmenozzi · 9 years ago
  65. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 9 years ago
  66. 2052f31 Enable SkTaskGroup threading in monobench. by mtklein · 9 years ago
  67. 54d500f Add benchmarks for 3 and 4 colors (most common) by fmenozzi · 9 years ago
  68. 86de59f Pre-crop filled rects to avoid scissor by csmartdalton · 9 years ago
  69. f119796 tools/SkShaper: SkStream->blob by halcanary · 9 years ago
  70. 7f2c85e Add hard stop count by fmenozzi · 9 years ago
  71. e7d15fe Update documents/scripts for SampleApp removal by liyuqian · 9 years ago
  72. 1264472 remove unused parameter to make android happy (when this header is moved to private) by reed · 9 years ago
  73. e1d2007 Respect --match for samples and jpgs in viewer by brianosman · 9 years ago
  74. 9fd67a1 SkSL performance improvements (plus a couple of minor warning fixes) by ethannicholas · 9 years ago
  75. 5dba301 Use hintgasp font when testing rendering. by bungeman · 9 years ago
  76. aeadcdf Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of https://codereview.chromium.org/2132073002/ ) by msarett · 9 years ago
  77. 8792e52 tools/fiddle: remove unused fiddler.go by halcanary · 9 years ago
  78. afb8539 Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001 of https://codereview.chromium.org/2133413002/ ) by msarett · 9 years ago
  79. bed41af Revert of Fix compile error on MSAN bot (patchset #1 id:1 of https://codereview.chromium.org/2142653002/ ) by msarett · 9 years ago
  80. 76c52ac Fix compile error on MSAN bot by msarett · 9 years ago
  81. 7969838 Pre-crop filled rects to avoid scissor by csmartdalton · 9 years ago
  82. 8a74f13 tools/SkShaper: factor shaping out of using_skia_and_harfbuzz by halcanary · 9 years ago
  83. 203a993 Handle negative scale in SkDropShadowImageFilter::onFilterNodeBounds. by jbroman · 9 years ago
  84. b42b785 try to speed-up maprect + round2i + contains by reed · 9 years ago
  85. 7e602c2 hacking on a single-benchmark tool by mtklein · 9 years ago
  86. c90bc40 Simplify GrDefaultPathRenderer a tiny bit by robertphillips · 9 years ago
  87. 8e37530 Simplify MSAA path renderer by robertphillips · 9 years ago
  88. 00dd453 Reduce size of LinearBitmapPipeline from 281K to 134K, but keep the same speed. by herb · 9 years ago
  89. f3bc76a Fix MIPS32r2 + DSP2 builders after NDK update. by mtklein · 9 years ago
  90. 63d1441 Remove obsolete bench analysis scripts by tomhudson · 9 years ago
  91. 5608e2e Clean up hyper-local SkCpu feature test experiment. by mtklein · 9 years ago
  92. d6767aa Add HardStopGradientBench.cpp by fmenozzi · 9 years ago
  93. ffa185d Revert of Add HardStopGradientBench.cpp (patchset #3 id:40001 of https://codereview.chromium.org/2131643002/ ) by fmenozzi · 9 years ago
  94. 810efb5 Delay initialization of free list in SkTLList until first use of list by bsalomon · 9 years ago
  95. d0d652e Add HardStopGradientBench.cpp by fmenozzi · 9 years ago
  96. 3b3ee20 Do not use the deprecated CQ_EXTRA_TRYBOTS by rmistry · 9 years ago
  97. 8a6d232 ndk: r11c -> r12b by mtklein · 9 years ago
  98. 6006f67 Make all color xforms 'fast' (step 1) by msarett · 9 years ago
  99. 6af677f Changed SkLightingShader API to take in a shader as color source by dvonbeck · 9 years ago
  100. 3ab14ca Fix misplaced guard by robertphillips · 9 years ago