1. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  2. 6f2753d add bench for sprite-like drawing w/ imagefilters by reed · 9 years ago
  3. cb0d5c9 Add currScanline() getter to SkCodec API by msarett · 9 years ago
  4. 2b1516f Update documentation for SkFontMgr methods. by erikchen · 9 years ago
  5. e2725f5 Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ ) by scroggo · 9 years ago
  6. 4f11b1b Stop disabling fixed test by scroggo · 9 years ago
  7. 54ed1ed Match libjpeg-turbo name change in Android by msarett · 9 years ago
  8. 26489ef Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  9. 222b30d Make building with clang documentation a bit easier to find by kjlubick · 9 years ago
  10. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  11. 73063dc Add transfer buffer support. by jvanverth · 9 years ago
  12. c2e0ac4 Don't use the Sk4f gradient impl without SIMD by fmalita · 9 years ago
  13. 53c5d5f Revert of Add transfer buffer support. (patchset #9 id:160001 of https://codereview.chromium.org/1490473003/ ) by egdaniel · 9 years ago
  14. 404816e Fix ODR violation. by benjaminwagner · 9 years ago
  15. 7850eb2 API to support native scaling by image-generator by reed · 9 years ago
  16. dc5685a Wire up resource cache stats dumping in nanobench by joshualitt · 9 years ago
  17. 7384d07 Wire up new define in buildbot_spec by joshualitt · 9 years ago
  18. 8fd844f reset shader compilations for stats by joshualitt · 9 years ago
  19. fa498fe Add transfer buffer support. by jvanverth · 9 years ago
  20. f16f88b Create a define for nanobench builds to dump stats by joshualitt · 9 years ago
  21. 0711bdb drawSprite and drawImage+clip should draw the same w/ an imagefilter applied. This gm exercises that invariant. by reed · 9 years ago
  22. 5c05d10 Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  23. 3b8c0a9 Add gpuStatsDump to nanobench GPU bots by joshualitt · 9 years ago
  24. dadfc24 skstd -> std for unique_ptr by mtklein · 9 years ago
  25. 954cbc1 Reduce use of GrRenderTarget in GrTextContexts by robertphillips · 9 years ago
  26. c60b310 Modify iOSShell-gyp to generate unique bundle identifier by stephana · 9 years ago
  27. e45c81c Began logging more gpu stats from nanobench by joshualitt · 9 years ago
  28. 6ee690e Remove plumbing of clipRect thoughout the TextContexts by robertphillips · 9 years ago
  29. 7d5105c Allow SkAndroidCodec to use SkPngChunkReader by msarett · 9 years ago
  30. 2e8fec7 Revert of Simplify draw one glyph (patchset #3 id:40001 of https://codereview.chromium.org/1403573002/ ) by herb · 9 years ago
  31. f34b293 Add in shader blending for CoverageSetOp XP by egdaniel · 9 years ago
  32. 7bceedc Retract GrRenderTarget a bit by robertphillips · 9 years ago
  33. c1da4d0 Update CMakeLists.txt to exclude SkFontConfigInterface_direct_*. by bungeman · 9 years ago
  34. 2211a7b Fix Google3 fonts. Use fontconfig rather than custom_directory_factory. Add Google3 font caching. by benjaminwagner · 9 years ago
  35. 001e744 Replace D1G with a simpler implementation. by herb · 9 years ago
  36. aa0df4e Add an SkPath conic conversion utility. by fmalita · 9 years ago
  37. 0cbe7ee CMake, include/: changes to make fiddle 2.0 better by halcanary · 9 years ago
  38. 9323dc6 Revert of Fix Android framework build (patchset #1 id:1 of https://codereview.chromium.org/1491563003/ ) by scroggo · 9 years ago
  39. a0a024e Revert of Make NVPR a GL context option instead of a GL context (patchset #2 id:20001 of https://codereview.chromium.org/1448883002/ ) by bsalomon · 9 years ago
  40. cb6cb21 Fix Android framework build by scroggo · 9 years ago
  41. c19247f check that SSE2 is available before using __vectorcall by lsalzman · 9 years ago
  42. 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 9 years ago
  43. eeebdb5 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  44. 1e2913e Fix stroking of zero length paths with end caps on NVPR by kkinnunen · 9 years ago
  45. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  46. 362c900 Disable using dev bounds in Gr clip reduction code. by Brian Salomon · 9 years ago
  47. b775e91 add more conservative check for wayward divide by caryclark · 9 years ago
  48. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  49. d1c94a4 CMake: generate skia.h and skia_{compile|link}_arguments.txt by halcanary · 9 years ago
  50. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  51. 0cf5ecb CMake: generate SkUserConfig.hh by halcanary · 9 years ago
  52. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  53. b151480 Add documentation for Status bot filters by borenet · 9 years ago
  54. 0d81b29 Fix bug in reads fragment position on gpu. by egdaniel · 9 years ago
  55. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  56. e066df9 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  57. 70e8dfc skstd -> std for unique_ptr by mtklein · 9 years ago
  58. b9a1e34 Support wbmp that are supported by SkImageDecoder by scroggo · 9 years ago
  59. 0e7029e Clean up Ganesh path render a little bit by robertphillips · 9 years ago
  60. 09f8e1b Update SKP version by update-skps · 9 years ago
  61. f152463 Include conic weights in GrPath cache kSimpleVolatilePathDomain keys by kkinnunen · 9 years ago
  62. 8444913 Don't use SkRect::MakeLargest() for clip bounds in image filter tests. by senorblanco · 9 years ago
  63. 4a24398 Fix SkMergeImageFilter crop rect computation. by senorblanco · 9 years ago
  64. 43432f3 Add frame_larger_than_image.gif to blacklist by msarett · 9 years ago
  65. 8b6ab36 tools/git-sync-deps: handle changing origin by halcanary · 9 years ago
  66. 11a7f7f Remove SkDrawProcs by herb · 9 years ago
  67. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  68. 6868c3f optimize the disable-caching case for SkImage::readPixels by reed · 9 years ago
  69. ca3e240 Whitespace change to trigger bots after gsutil change by borenet · 9 years ago
  70. 39f0538 Add sniff for rect, oval & rrect to SkCanvas::clipPath by robertphillips · 9 years ago
  71. baf8fcb Add offscreen mode to visualbench by cdalton · 9 years ago
  72. 0f6cca8 Optimize visualbench offscreen blits by cdalton · 9 years ago
  73. bda2643 Change XPS to use find and place glyph. by herb · 9 years ago
  74. ff55b49 Sniff out rects, ovals & rrects in SkGpuDevice::drawPath by robertphillips · 9 years ago
  75. 7b94c14 Generate list of GPU contexts outside ImageTest tests by kkinnunen · 9 years ago
  76. 5c2cbf2 Cherry pick one more commit into libjpeg-turbo by msarett · 9 years ago
  77. 3d2e654 Upgrade debugger to print more SkPath info (isOval & isRRect) by robertphillips · 9 years ago
  78. 4870e6d skia: Holding onto the image in the benchmark causes issues by hendrikw · 9 years ago
  79. 514450c Clarify when oval & rrects get devolved to paths in SkGpuDevice/GrDrawContext boundary by robertphillips · 9 years ago
  80. b68ce74 Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE. by mtklein · 9 years ago
  81. d14c39e Whitespace change to trigger android automerger by Derek Sollenberger · 9 years ago
  82. 0a0605d Appeasing the compilers by egdaniel · 9 years ago
  83. 813351f Fix for recent SrcOver XP Change by egdaniel · 9 years ago
  84. bf07455 Make stencil and cover path rendering have more reasonable bounds. by bsalomon · 9 years ago
  85. 50aa15b Remove unecessary GetGlyphIdMetrics call by joshualitt · 9 years ago
  86. 898e02e Move command line print above parse in VisualBench by joshualitt · 9 years ago
  87. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  88. 60ce86d Move GrAtlasTextBatch blob regeneration to template by joshualitt · 9 years ago
  89. 0955303 scaling API on SkPixmap by reed · 9 years ago
  90. 512e437 Add stroking support to distance field path renderer by jvanverth · 9 years ago
  91. db4758c Restrict query bounds for reduce clip to dev bounds by bsalomon · 9 years ago
  92. 266f24a Switch Skia's libjpeg-turbo to 1.4.2 by msarett · 9 years ago
  93. b8b479b use malloc/calloc/free instead of moz_malloc/moz_calloc/moz_free in ports/SkMemory_mozalloc.cpp by lsalzman · 9 years ago
  94. dfd7d48 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  95. 0618915 skstd -> std for unique_ptr by mtklein · 9 years ago
  96. 125f19a Avoid devolving to a path when conservative clipping with RRects by robertphillips · 9 years ago
  97. 2b46913 Take span len into account when determining whether gradient is vertical by fmalita · 9 years ago
  98. cf98fa9 Add SkPngChunkReader. by scroggo · 9 years ago
  99. 93c69ff Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ ) by scroggo · 9 years ago
  100. 4b95961 Revert of Switch Skia's libjpeg-turbo to 1.4.2 (patchset #2 id:160001 of https://codereview.chromium.org/1469553002/ ) by msarett · 9 years ago