1. 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago
  2. 79bd2ae Minor fix to attaching stencils by egdaniel · 9 years ago
  3. f5d1b2d Add viewer mode to VisualBench. by jvanverth · 9 years ago
  4. 014ffdb Parallel cache. by herb · 9 years ago
  5. 474df7f Add documentation of cs.skia.org. by benjaminwagner · 9 years ago
  6. 23cb88c Speculative fix for uninitialized bitmap mem in ImageFilterTest by fmalita · 9 years ago
  7. 935121b Let's try building the example app on the bots too. by mtklein · 9 years ago
  8. 5d2be0d cmake_build is a bash script. by Mike Klein · 9 years ago
  9. 5dd918b Suppress test_imagegenerator_factory by fmalita · 9 years ago
  10. 2bcab82 remove code from SK_SUPPORT_LEGACY_NEWFROMGENERATOR, eliminates caller of deprecated SkInstallDiscardablePixelRef by reed · 9 years ago
  11. 48392b7 fix leaked generator by reed · 9 years ago
  12. cd56f81 SkImageSource by fmalita · 9 years ago
  13. 506c802 Add helper for creating leaf FPs inside GrFP::TestCreate functions by bsalomon · 9 years ago
  14. 07344a5 Revert of SkPx: new approach to fixed-point SIMD (patchset #9 id:160001 of https://codereview.chromium.org/1317233005/ ) by mtklein · 9 years ago
  15. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  16. 37497dc Update SkWhitelistChecksums.cpp with the checksums of the fonts on the CT slave machines. by rmistry · 9 years ago
  17. 82c93b4 SkPx: new approach to fixed-point SIMD by mtklein · 9 years ago
  18. b5b6032 Test that GrFragmentProcessors work without input colors. by bsalomon · 9 years ago
  19. 0faed58 cmake_build: support SKIA_OUT and BUILDTYPE by mtklein · 9 years ago
  20. 59ce45f Revert of Test that GrFragmentProcessors work without input colors. (patchset #2 id:20001 of https://codereview.chromium.org/1341853002/ ) by bsalomon · 9 years ago
  21. 72c58e7 Test that GrFragmentProcessors work without input colors. by bsalomon · 9 years ago
  22. 3833daa Fix GPU-only snapping bug in mask blur rendering by robertphillips · 9 years ago
  23. efd50da impl preroll for all image backends by reed · 9 years ago
  24. 5a744b7 Have SkVarAlloc::alloc() use sk_malloc_throw. by mtklein · 9 years ago
  25. a46ada5 SkValidatingReadBuffer: make sure we don't call readTypeface(). by mtklein · 9 years ago
  26. 8725e53 fix leak in test by reed · 9 years ago
  27. 995b4bd be sure to use cached bitmap when we need to upload something to make a texture by reed · 9 years ago
  28. a22eabe CMake bot script by mtklein · 9 years ago
  29. 3a100d3 we must own/free the generator, even if we fail to return a cacherator by reed · 9 years ago
  30. 56f38fb disable kIndex_8 gpu support for now -- seems to always be slower by reed · 9 years ago
  31. 74bd953 discardable pixelrefs are gone, update tests accordingly by reed · 9 years ago
  32. 4c9281d remove dead code not mentioned in any GYP by mtklein · 9 years ago
  33. 89bdca7 Update SKP version by update-skps · 9 years ago
  34. 4d5b676 formalize generate->bitmap by reed · 9 years ago
  35. 94cf37f remove obsolete samples by reed · 9 years ago
  36. 94475cd sync-and-gyp: Update shell script to correct the syntax of functions by Hal Canary · 9 years ago
  37. eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
  38. 102081a move GrGLPathProcessor back into GrPathProcessor by joshualitt · 9 years ago
  39. c4a83e2 support colortables in cacherator by reed · 9 years ago
  40. d8dd47b remove path specific program building classes by joshualitt · 9 years ago
  41. 212aab0 Provide link to worker logs. by benjaminwagner · 9 years ago
  42. e7afc2d Start trying to collapse path program stuff by joshualitt · 9 years ago
  43. 6efbe05 Remove jpegs with uninitialized memory from Gold by msarett · 9 years ago
  44. 465283c Remove batchtracker by joshualitt · 9 years ago
  45. ae48877 increase resource image-cache size to test perf by reed · 9 years ago
  46. 951d854 Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://codereview.chromium.org/1264103003/ ) by jyasskin · 9 years ago
  47. 83da2e2 Revert of use new shuffle to speed up affine matrix mappts (patchset #3 id:40001 of https://codereview.chromium.org/1333983002/ ) by mtklein · 9 years ago
  48. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  49. e70afc9 use new shuffle to speed up affine matrix mappts by mtklein · 9 years ago
  50. 2bd5d02 Add simd.md to document Skia SIMD code / plans. by mtklein · 9 years ago
  51. 83e599a Correct a possible free after use. by herb · 9 years ago
  52. a1c0ee4 SkNx_shuffle by mtklein · 9 years ago
  53. e66fec2 fix missing clipmaskmanager by Brian Salomon · 9 years ago
  54. a10bb86 make a shallow-copy so we don't get racy trying to lock/unlock our private bitmap by reed · 9 years ago
  55. eef3c5b Fix texture creation on stencil format test code by egdaniel · 9 years ago
  56. 4e8a09d Port SkMatrix opts to SkOpts. by mtklein · 9 years ago
  57. b3b9aec Remove GrClipTarget by bsalomon · 9 years ago
  58. ad792c1 Simplify installation of pipeling into GrDrawBatch in GrDrawTarget by bsalomon · 9 years ago
  59. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  60. 512be53 Cleanup GrDrawTarget now that all paths lead to GrBatch by bsalomon · 9 years ago
  61. 4a37d08 Port SkBlitRow::Color32 to SkOpts. by mtklein · 9 years ago
  62. d69ece6 DM: add --key and --properties to PNG description field. by mtklein · 9 years ago
  63. a82bf95 Fix leak of path ranges by bsalomon · 9 years ago
  64. ff1d547 Calculate pixel config and stencil fmt pairs once per pixel config. by egdaniel · 9 years ago
  65. 6c6f658 Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
  66. 059dffa There's a set probability that a linear pipeline of random procs will be created (old behavior), or a pipeline with a single proc tree (added behavior). by wangyix · 9 years ago
  67. ce79a3a Initialize subrun variables to make Valgrind happy by jvanverth · 9 years ago
  68. 32ab260 Revert of Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessin… (patchset #1 id:1 of https://codereview.chromium.org/1329313002/ ) by bsalomon · 9 years ago
  69. eb662bc Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
  70. cb1ccfd SK_API on GrWrapTextureInBitmap by bsalomon · 9 years ago
  71. 8e74046 Remove race. by herb · 9 years ago
  72. 25507d9 fix leaked picture by reed · 9 years ago
  73. 9583ab9 don't peek w/o first acquiring the lock by reed · 9 years ago
  74. 6651a32 Reland of more zero-length changes for svg compatibility (patchset #1 id:1 of https://codereview.chromium.org/1334543002/ ) by caryclark · 9 years ago
  75. 809e5af Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired. by wangyix · 9 years ago
  76. bf29888 Parallel cache. by herb · 9 years ago
  77. 7628967 add picture-image variant by reed · 9 years ago
  78. 61a81e3 Mimic Chrome better in our GYPs. by mtklein · 9 years ago
  79. 4228c1f switch over to using images by reed · 9 years ago
  80. 9a50174 Specialize SkOncePtr<T[]>. by mtklein · 9 years ago
  81. af2533a Make GrProcessorDataManager a noop by joshualitt · 9 years ago
  82. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  83. 5ca4fa3 Revert of more zero-length changes for svg compatibility (patchset #6 id:100001 of https://codereview.chromium.org/1330623003/ ) by caryclark · 9 years ago
  84. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  85. 336cda3 wire up incNumDraws by joshualitt · 9 years ago
  86. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  87. 157e648 Detach cache in DF routines rather than passing it in. by jvanverth · 9 years ago
  88. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  89. d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 9 years ago
  90. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  91. 62fb1ba more zero-length changes for svg compatibility by caryclark · 9 years ago
  92. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  93. a5783ae Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
  94. 036fd8e Added TestCreate for SkComposeShader; will pick two random child procs that don't have children of their own. This prevents creating an arbitrarily large tree of procs. Also, it will choose a random coefficient mode for the xfermode. by wangyix · 9 years ago
  95. 894a2e4 skia: Initialize value passed to GetShaderiv in GLBench by hendrikw · 9 years ago
  96. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  97. 87a5c9f Add number of draws to GrGpu stats by joshualitt · 9 years ago
  98. 00c3252 Update documentation of colors on Status. by benjaminwagner · 9 years ago
  99. 0f0af23 Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE" by reed · 9 years ago
  100. 90e8ab7 Re-enable nvpr text rendering in DM. by bsalomon · 9 years ago