1. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  2. 0b2a189 Fix code that left shifts a negative value. This has undefined behavior. by benjaminwagner · 9 years ago
  3. 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
  4. 07e2692 SkResourceCache::GetAllocator() index8 and other color types handling by aleksandar.stojiljkovic · 9 years ago
  5. 60029a5 Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  6. 6f79709 prune unused SkNx features by mtklein · 9 years ago
  7. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  8. cf1d198 Revert of Update Layer Hoisting to store its atlas texture in the resource cache (patchset #6 id:100001 of https://codereview.chromium.org/1406013006/ ) by robertphillips · 9 years ago
  9. 42597bc Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  10. 7f97a76 Avoid hang in OncePtr test with --threads 1 by kkinnunen · 9 years ago
  11. 07b41eb Update RecordReplaceDraw unit test by robertphillips · 9 years ago
  12. 67b8b5e Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" (patchset #1 id:1 of https://codereview.chromium.org/1410343011/ ) by reed · 9 years ago
  13. 501b734 Combine native sampling with sampling by scroggo · 9 years ago
  14. 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  15. 7600183 SkScan_Antihair: assert in debug and potentialy lost last pixels by aleksandar.stojiljkovic · 9 years ago
  16. 952ebfe path ops: fix fuzz-found divide by zero by caryclark · 9 years ago
  17. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  18. ef784fb More conic-specific tests revealed a few conic-specific bugs. Because javascript / canvas make visualizing conics tricky, new native tools are required. by caryclark · 9 years ago
  19. 3377975 Make SkTextBlob::RunIterator public. by halcanary · 9 years ago
  20. 27c1728 Update CodexTest for 565 by scroggo · 9 years ago
  21. 40732b3 SkRecord refactor: fill bounds array instead of BBH directly by mtklein · 9 years ago
  22. ef27d89 Use SkSwizzler to convert from CMYK by scroggo · 9 years ago
  23. b7f1251 Revert of Use SkSwizzler to convert from CMYK (patchset #4 id:60001 of https://codereview.chromium.org/1411083009/ ) by scroggo · 9 years ago
  24. 450ee8f Use SkSwizzler to convert from CMYK by scroggo · 9 years ago
  25. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  26. ed0935a Reland of path ops: fix conic weight and partial coincidence (patchset #1 id:1 of https://codereview.chromium.org/1408923003/ ) by caryclark · 9 years ago
  27. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  28. 0214173 Stop creating static GrProcessor instances by bsalomon · 9 years ago
  29. f428df1 Revert of path ops: fix conic weight and partial coincidence (patchset #5 id:80001 of https://codereview.chromium.org/1413763002/ ) by caryclark · 9 years ago
  30. ef33b1e The remaining 1m skp bugs are asserts that can be harmlessly by caryclark · 9 years ago
  31. a1bde7d Remove SkThread::setProcessorAffinity() by mtklein · 9 years ago
  32. 7d974f5 Modifications to get 'blaze build -c opt //third_party/skia/HEAD/...' to work. by benjaminwagner · 9 years ago
  33. 423f646 Add SkTTopoSort by robertphillips · 9 years ago
  34. 80803ff Fix SkSwizzler bug by msarett · 9 years ago
  35. 26ad22a Enabling clip stack flattening exercises path ops. by caryclark · 9 years ago
  36. c8d1dd4 SkTHash: hash from fnptr to functor type by mtklein · 9 years ago
  37. 0b01da7 Fix TextBlobTest valgrind error by fmalita · 9 years ago
  38. 9ae8fe1 [SkTextBlob] Remove incorrect builder assert by fmalita · 9 years ago
  39. 66a82f3 SkPDF: fall back on paths for unembeddable fonts. by halcanary · 9 years ago
  40. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  41. f028003 change more effects to only expose factories by reed · 9 years ago
  42. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  43. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  44. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  45. 2c3b218 Focus SkScaledCodec on BitmapRegionDecoder by scroggo · 9 years ago
  46. 5ea95df Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" by reed · 9 years ago
  47. 95376a0 Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ ) by schenney · 9 years ago
  48. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  49. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  50. cc7f305 SkScaledCodec should implement onRewind() by msarett · 9 years ago
  51. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  52. 77a53de Base SkAutoTUnref on skstd::unique_ptr. by bungeman · 9 years ago
  53. 4d06ae6 Enable image is opaque test seems to pass now by joshualitt · 9 years ago
  54. 7a14b31 SkPDF: Implement drawImage*() properly by halcanary · 9 years ago
  55. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  56. f0c9865 Add support for light dumps in SkTraceMemoryDump interface. by ssid · 9 years ago
  57. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  58. 05302f8 Handle inverted rects in SkRRect creation methods by robertphillips · 9 years ago
  59. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  60. c56c6ef SkImage::NewFromBitmap works with Index8 by halcanary · 9 years ago
  61. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  62. 449d9b7 simplify code in SkRecords.h by mtklein · 9 years ago
  63. c9e190d Revert of change pixel-serializer to support reencoding existing data (patchset #5 id:80001 of https://codereview.chromium.org/1373683003/ ) by reed · 9 years ago
  64. 0869267 Add cast and assignment operators to SkAtomic. by herb · 9 years ago
  65. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  66. 209c162 SkBlockMemoryStream: correct test in getMemoryBase(). by halcanary · 9 years ago
  67. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  68. d114645 SkInstallDiscardablePixelRef is deprecated, enforce that by reed · 9 years ago
  69. 89438a1 Fix leak in ResourceCache test by Brian Salomon · 9 years ago
  70. c6363ef Make methods on GrGpuResource safe to call on abandoned resource by bsalomon · 9 years ago
  71. 38ddbad Mangle output var in GrGLFragmentProcessor::emitChild by bsalomon · 9 years ago
  72. dd42e5c Revert "Revert of remove unused SkCachingPixelRef (patchset #1 id:1 of https://codereview.chromium.org/1364743002/ )" by reed · 9 years ago
  73. ef2e4ac looking for fuzz failure by caryclark · 9 years ago
  74. f12a167 SkPDF: add basic metadata support by halcanary · 9 years ago
  75. 60c73d5 Revert of remove unused SkCachingPixelRef (patchset #1 id:1 of https://codereview.chromium.org/1364743002/ ) by benjaminwagner · 9 years ago
  76. 70d58b7 remove unused SkCachingPixelRef by reed · 9 years ago
  77. cc334b3 fix DM? by mtklein · 9 years ago
  78. 8ff6ca6 Disable dithering in libjpeg-turbo for 565 decodes by msarett · 9 years ago
  79. 3b0d532 Purge cached resources on SkImage destruction. by fmalita · 9 years ago
  80. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  81. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  82. 2ed7d50 remove racy tests, as they assume the cache can't be purged behind their back by reed · 9 years ago
  83. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  84. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  85. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  86. 2fd18f2 disable test for all quality levels, since it is driver dependent by reed · 9 years ago
  87. 34482bb add test for skbug.com/4351 by reed · 9 years ago
  88. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  89. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  90. 98ed7b6 create SkBitmapProvider to abstract images and bitmaps by reed · 9 years ago
  91. 5598b63 Convert unit tests, GMs from SkBitmapSource to SkImagesource by fmalita · 9 years ago
  92. 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago
  93. 23cb88c Speculative fix for uninitialized bitmap mem in ImageFilterTest by fmalita · 9 years ago
  94. 5dd918b Suppress test_imagegenerator_factory by fmalita · 9 years ago
  95. 48392b7 fix leaked generator by reed · 9 years ago
  96. cd56f81 SkImageSource by fmalita · 9 years ago
  97. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  98. b5b6032 Test that GrFragmentProcessors work without input colors. by bsalomon · 9 years ago
  99. 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
  100. 72c58e7 Test that GrFragmentProcessors work without input colors. by bsalomon · 9 years ago