1. 1eea9fc Revert of Fix Morphology effects sourcing outside of the crop rect. (patchset #6 id:100001 of https://codereview.chromium.org/781153002/) by mtklein · 10 years ago
  2. f6be925 Fix Morphology effects sourcing outside of the crop rect. by cwallez · 10 years ago
  3. db558dd Zap the scratch key on non-RT textures when scratch textures are disabled. by bsalomon · 10 years ago
  4. 63c992f Fix the speeling of "purgeable" in Gr code by bsalomon · 10 years ago
  5. 6a14434 Cleanup SkPDFObject::emit* by halcanary · 10 years ago
  6. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  7. 2ff257b check for too-large rowBytes by reed · 10 years ago
  8. 8de5632 minor changes left out of http://crrev.com/873543002 by halcanary · 10 years ago
  9. c2f35b7 Allow unbudgeted resources to be recycled by the cache as scratch. by bsalomon · 10 years ago
  10. 1ea1ebc Remove GrBinHashKey by bsalomon · 10 years ago
  11. 016dffb Compile fix after Add specialized content key class for resources by kkinnunen · 10 years ago
  12. 530ea8e More changes to SkPDFShader to eliminate multiple inheritance! by halcanary · 10 years ago
  13. f803da1 add newImage API by reed · 10 years ago
  14. 7983bf9 more reinforcement that images never have zero width or height by reed · 10 years ago
  15. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  16. bc59ac6 Simplify SkPDFShader class. Now invalid objects are never created. by halcanary · 10 years ago
  17. 8f25c66 Initialize the pad memory in GrBufferAllocPool. by dongseong.hwang · 10 years ago
  18. 75de4f8 Put close_gif() in an anonymous namespace. by mtklein · 10 years ago
  19. 6d7e47a Muck with the right cinfo. by scroggo · 10 years ago
  20. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  21. b0dfb54 remove (unused) GatherPixelRefs by reed · 10 years ago
  22. 50282b4 fLuminance is unsed unless SK_GAMMA_APPLY_TO_A8 is defined by mtklein · 10 years ago
  23. 44af7ba Fix SkIStream nits. by bungeman · 10 years ago
  24. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  25. dcfb7cf Remove the need for asCoeff in SkXfermode. by egdaniel · 10 years ago
  26. 2dca817 Remove staging SkStream::unref(). by bungeman · 10 years ago
  27. 4daa6f6 Don't require -DSK_USE_POSIX_THREADS. by mtklein · 10 years ago
  28. aa7079b Revert of Muck with the right cinfo. (patchset #2 id:20001 of https://codereview.chromium.org/858333002/) by bungeman · 10 years ago
  29. 3629865 Muck with the right cinfo. by scroggo · 10 years ago
  30. a64c48f Move sync code to include/, switch from using platform define to a proxy header in core/ by mtklein · 10 years ago
  31. e6ea244 Use SkLazyPtr in SkPDFGraphicState.cpp by halcanary · 10 years ago
  32. 28b44e8 And change SkAutoTUnref<const SkStream to SkAutoTDelete. by scroggo · 10 years ago
  33. e58898e Remove another caller of SkRef(SkStream) by scroggo · 10 years ago
  34. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  35. ec7e12f Lcd request early check in SkFontHost_FreeType::onFilterRec. by bungeman · 10 years ago
  36. 17e7314 remove drawtype by joshualitt · 10 years ago
  37. d4742fa Reduce overhead of SkFontHost_FreeType::onFilterRec. by bungeman · 10 years ago
  38. b77e4b6 remove drawType from optState by joshualitt · 10 years ago
  39. fb62b3d SkPDFCanon by halcanary · 10 years ago
  40. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  41. 3e3b58d Add perspective divide when we're mapping down to a 2D varying by robertphillips · 10 years ago
  42. 14ed0fd Pre-cache fDirection and fConvexity for recorded SkPaths too. by mtklein · 10 years ago
  43. 59c6947 Upstream support for giflib >= 5.1. by mtklein · 10 years ago
  44. e1a828c Move SkFontMgr and SkFontStyle impls to own cpp. by bungeman · 10 years ago
  45. 5813616 Do more cleanup from xp changes by egdaniel · 10 years ago
  46. 873ad0e BUG=skia: by joshualitt · 10 years ago
  47. 94443b8 remove dead code after HQ change by reed · 10 years ago
  48. 83c8dec remove legacy flags for old image filtering by reed · 10 years ago
  49. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  50. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
  51. 2467d71 Remove a few unused statements. by cwallez · 10 years ago
  52. 4043d17 Broken dm fix by sugoi · 10 years ago
  53. 692135f YUV planes cache by sugoi · 10 years ago
  54. 2d02df7 remove unused SkAvoidXfermode by reed · 10 years ago
  55. 46d36f0 Refactor position computation to enable device space "nudge" by robertphillips · 10 years ago
  56. f7094c4 reorg filter quality cascade by reed · 10 years ago
  57. 7729e56 use log2(scale) to compute mip level by reed · 10 years ago
  58. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  59. b50ced7 Revert of use log2(scale) to compute mip level (patchset #7 id:120001 of https://codereview.chromium.org/849333002/) by reed · 10 years ago
  60. 15fd47f use log2(scale) to compute mip level by reed · 10 years ago
  61. 45fa447 new files for pathops geometric intersection by caryclark · 10 years ago
  62. 54f0e9d Add Xfer Processor for GrCustomXfermodes by egdaniel · 10 years ago
  63. 678c1b0 Fold alpha to the draw in savelayer-draw-restore patterns with non-opaque draw by kkinnunen · 10 years ago
  64. ca8e350 Revert "choose better mip level" by reed · 10 years ago
  65. 0063a9b Move XferEffects class to GrCustomXfermode file by egdaniel · 10 years ago
  66. b087879 SkPictureShader should handle negative scaling gracefully. by fmalita · 10 years ago
  67. 0c27897 Why are we afraid of saveLayer() bounds? by mtklein · 10 years ago
  68. 09544fc choose better mip level by reed · 10 years ago
  69. 04ea634 Add include before SK_SUPPORT_GPU in SkArithmeticMode_gpu.h to fix android build by egdaniel · 10 years ago
  70. 1a178ca Use device-space stroke width for SkDraw::drawRect() quick-reject by fmalita · 10 years ago
  71. b54fe40 fMaxTexCoords is unused in Release builds by mtklein · 10 years ago
  72. 89069a9 possible bug fix for nvpr by joshualitt · 10 years ago
  73. f351aa3 Add Arithmetic mode xp. by egdaniel · 10 years ago
  74. 26feeba separate out the scaline-choosing to simplify chooseProcs by reed · 10 years ago
  75. 16a04b8 Move Gpu ArithmeticMode xfer effect to _gpu files. by egdaniel · 10 years ago
  76. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  77. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  78. 95145a9 Switch to a more complete method of filtering hoisted layers by robertphillips · 10 years ago
  79. 38cd055 Do some minor pre cleanup work before converting all xfermodes to XPs. by egdaniel · 10 years ago
  80. 26a00de Remove incremental draw optimization from SkDebugCanvas by kkinnunen · 10 years ago
  81. 31b52b7 fix for winvdows nvpr by joshualitt · 10 years ago
  82. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  83. a7f1191 rename blitrow::proc and add (uncalled) hook for colorproc16 by reed · 10 years ago
  84. 3c1096f fix for FB fetch on nexus 10 ES3.0 by joshualitt · 10 years ago
  85. 5d17286 Revert of Switch to a more complete method of filtering hoisted layers (patchset #1 id:1 of https://codereview.chromium.org/842323003/) by robertphillips · 10 years ago
  86. 74668a8 Switch to a more complete method of filtering hoisted layers by robertphillips · 10 years ago
  87. 199ba8e namespace {} trick for SK_DECLARE_STATIC_ONCE by mtklein · 10 years ago
  88. 60f8353 Hide ARM assembly memset symbols. by torne · 10 years ago
  89. 6f07665 Simplify SkInstCnt by mtklein · 10 years ago
  90. c3796c7 Generic PDF shader fallback by fmalita · 10 years ago
  91. f361b71 In SkPDFDocument::emitPDF(), stop pre-calculating file offsets. by halcanary · 10 years ago
  92. 4ef0c8a remove NewTexture? by reed · 10 years ago
  93. 125ee60 Revert of Fix GPU clipped-AA vs. non-AA drawRect discrepancy (patchset #2 id:20001 of https://codereview.chromium.org/839883003/) by robertphillips · 10 years ago
  94. 933a03f Fix GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 10 years ago
  95. 4fc48af Change function signature of SkPDFObject::emitObject. by halcanary · 10 years ago
  96. 0899696 Fix overlap test for 64-bit pointers in SkMatrix by qiankun.miao · 10 years ago
  97. 815e9b5 Remove SK_SUPPORT_LEGACY_GRADIENT_PRECISION by fmalita · 10 years ago
  98. f5872d2 add stroke params to c api by reed · 10 years ago
  99. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  100. 4490da2 Can't include SkTypes.h from ports/ by Mike Klein · 10 years ago