1. 63c992f Fix the speeling of "purgeable" in Gr code by bsalomon · 10 years ago
  2. a3ca15c Remove deprecated SkSurface::NewRenderTarget factories by bsalomon · 10 years ago
  3. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  4. c2f35b7 Allow unbudgeted resources to be recycled by the cache as scratch. by bsalomon · 10 years ago
  5. 4dffede Fix self assigment in GrResourceKey by bsalomon · 10 years ago
  6. 1ea1ebc Remove GrBinHashKey by bsalomon · 10 years ago
  7. f803da1 add newImage API by reed · 10 years ago
  8. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  9. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  10. b0dfb54 remove (unused) GatherPixelRefs by reed · 10 years ago
  11. 44af7ba Fix SkIStream nits. by bungeman · 10 years ago
  12. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  13. dcfb7cf Remove the need for asCoeff in SkXfermode. by egdaniel · 10 years ago
  14. 2dca817 Remove staging SkStream::unref(). by bungeman · 10 years ago
  15. a64c48f Move sync code to include/, switch from using platform define to a proxy header in core/ by mtklein · 10 years ago
  16. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  17. 1c60dfe Reland https://codereview.chromium.org/860333002 with fix for test failures. by bsalomon · 10 years ago
  18. 988018c Revert of Make GrScratchKey memory buffer correct size on copy (patchset #1 id:1 of https://codereview.chromium.org/860333002/) by mtklein · 10 years ago
  19. 711ef48 Make GrScratchKey memory buffer correct size on copy by kkinnunen · 10 years ago
  20. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  21. 5813616 Do more cleanup from xp changes by egdaniel · 10 years ago
  22. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  23. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
  24. 07f2697 Remove unused TileGridInfo by weiliangc · 10 years ago
  25. 2d02df7 remove unused SkAvoidXfermode by reed · 10 years ago
  26. 46d36f0 Refactor position computation to enable device space "nudge" by robertphillips · 10 years ago
  27. 7729e56 use log2(scale) to compute mip level by reed · 10 years ago
  28. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  29. 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
  30. 15fd47f use log2(scale) to compute mip level by reed · 10 years ago
  31. 54f0e9d Add Xfer Processor for GrCustomXfermodes by egdaniel · 10 years ago
  32. 0063a9b Move XferEffects class to GrCustomXfermode file by egdaniel · 10 years ago
  33. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  34. 38cd055 Do some minor pre cleanup work before converting all xfermodes to XPs. by egdaniel · 10 years ago
  35. 3f915c0 upstream google3 include paths for jsoncpp by mtklein · 10 years ago
  36. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  37. a7f1191 rename blitrow::proc and add (uncalled) hook for colorproc16 by reed · 10 years ago
  38. e55fb17 Allow -DGOOGLE3 to bypass our normal platform intrinsic dispatch. by mtklein · 10 years ago
  39. 199ba8e namespace {} trick for SK_DECLARE_STATIC_ONCE by mtklein · 10 years ago
  40. 6f07665 Simplify SkInstCnt by mtklein · 10 years ago
  41. 4ef0c8a remove NewTexture? by reed · 10 years ago
  42. f5872d2 add stroke params to c api by reed · 10 years ago
  43. 0846f1b remove (dead) SK_SUPPORT_LEGACY_DRAWDATA and SK_SUPPORT_LEGACY_CANVAS_VIRTUAL by reed · 10 years ago
  44. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  45. 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 10 years ago
  46. 281ecc2 need to rebaseline (changed) c_gms, update dox by reed · 10 years ago
  47. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  48. 23d4320 Adding check on input count by sugoi · 10 years ago
  49. f4e5995 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  50. 690fc59 Revert of It is dangerous to ignore SkRect::intersect's return value (patchset #6 id:100001 of https://codereview.chromium.org/833943002/) by robertphillips · 10 years ago
  51. 7e44bb1 Remove macros that make it look like it's a good idea to not be able to flatten. by mtklein · 10 years ago
  52. 152f524 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  53. ac8d8b8 revert buildbot breaker by caryclark · 10 years ago
  54. 783fe16 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  55. 8ea6dab Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/) by reed · 10 years ago
  56. 66b29a6 Remove SkPDFDocument and SkPDFDevice from the public headers. by halcanary · 10 years ago
  57. 7ef1972 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  58. b5d818a will write a custom one for blink later by reed · 10 years ago
  59. efdac51 Revert "Remove SkPDFDocument and SkPDFDevice from the public headers." by reed · 10 years ago
  60. 8b1f761 Remove SkPDFDocument and SkPDFDevice from the public headers. by halcanary · 10 years ago
  61. 2b6ab61 Remove SkPath::asRect by robertphillips · 10 years ago
  62. 91b0a35 Cleanup isRect variants by robertphillips · 10 years ago
  63. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  64. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  65. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  66. f8d1874 add toString to SkImage by reed · 10 years ago
  67. c4fda92 remove unused drawData by reed · 10 years ago
  68. b2497c2 change API contract: disallow zero-sized images or surfaces by reed · 10 years ago
  69. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  70. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  71. 4f662e6 Update stroke path to use rect returned from isRect (to fix trailing moveTo bug) by robertphillips · 10 years ago
  72. 40d4bd8 removing coord change matrices by joshualitt · 10 years ago
  73. b0ae649 Add device space skshader GM to test kDevice_GrCoordSet by bsalomon · 10 years ago
  74. b2a5d7e add image-from-codec to c api by reed · 10 years ago
  75. 0eafc9b add maskfilter to c api by reed · 10 years ago
  76. e371989 add picture to c api by reed · 10 years ago
  77. 0acf1b4 add private flag for sprite-as-bitmap by reed · 10 years ago
  78. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  79. 16c8f14 Remove last trace of SK_LEGACY_ENCODE_BITMAP by scroggo · 10 years ago
  80. d990e2f add testing flag to ignore saveLayer bounds by reed · 10 years ago
  81. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  82. 2d73d80 remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code by reed · 10 years ago
  83. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  84. 3b40ee6 remove dead SK_SUPPORT_LEGACY_N32_NAME code by reed · 10 years ago
  85. f65f0b9 remove dead SK_SUPPORT_LEGACY_GRTYPES dead by reed · 10 years ago
  86. f7430cc removed dead SK_SUPPORT_LEGACY_DRAWTEXT_VIRTUAL code by reed · 10 years ago
  87. c8a2131 undef SK_SUPPORT_LEGACY_GRADIENT_FACTORIES to fix callers by reed · 10 years ago
  88. ec57b54 remove dead SK_SUPPORT_LEGACY_DEVICE_CLEAR code by reed · 10 years ago
  89. fa4f6cb Cleanup: More override fixes - include version. by tfarina · 10 years ago
  90. 5e8b168 remove dead SK_LEGACY_ENCODE_BITMAP flag by reed · 10 years ago
  91. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  92. 290c09b initial changes to add local matrix to primitive processor by joshualitt · 10 years ago
  93. 53b9e2e add const to encodePixels pixel parameter by reed · 10 years ago
  94. b64e569 Remove legacy Picture defines. by scroggo · 10 years ago
  95. c262582 Remove the low hanging fruit with coord change matrices by joshualitt · 10 years ago
  96. 8aacf20 Fill SkRRect::fType proactively. by mtklein · 10 years ago
  97. 68331cd remove dead code behind SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL by reed · 10 years ago
  98. 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
  99. 309d4d5 Remove GrCoordTransform::kPosition_CoordSet by bsalomon · 10 years ago
  100. a3cbc28 remove dead code for SK_SUPPORT_LEGACY_TEXTRENDERMODE by reed · 10 years ago