1. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  2. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  3. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  4. 2340dcb Remove unused and unimplemented abstract functions from GrRenderTarget by kkinnunen · 10 years ago
  5. fe3f260 [SkSVGDevice] Initial text support by fmalita · 10 years ago
  6. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  7. 7b274c7 Port SkRefCnt.h to new SkAtomics.h by mtklein · 10 years ago
  8. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  9. 563ff60 make getContentKey() available in GrGpuResource public interface by bsalomon · 10 years ago
  10. 9b44026 Revert of make getContentKey() available in GrGpuResource public interface (patchset #2 id:20001 of https://codereview.chromium.org/886313005/) by stephana · 10 years ago
  11. 85ed2db make getContentKey() available in GrGpuResource public interface by bsalomon · 10 years ago
  12. e67164d DM: wire up --leaks / -l again by mtklein · 10 years ago
  13. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  14. a669bc7 Atomics overhaul. by mtklein · 10 years ago
  15. 3d91aad Disable LCD text when rasterizing SkPictureShader tiles. by fmalita · 10 years ago
  16. e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 10 years ago
  17. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  18. 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 10 years ago
  19. 4181492 export SkImageInfo by reed · 10 years ago
  20. e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 10 years ago
  21. aea85dc Disable the noisiest /analyze warning in Chrome. ~3,700/12,000 by brucedawson · 10 years ago
  22. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  23. c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 10 years ago
  24. 1872ad0 Remove unused globalRef/globalUnref. by scroggo · 10 years ago
  25. 5d2fd44 Remove unused hasLocalMatrix. by scroggo · 10 years ago
  26. 527b287 Update comment for SkMallocPixelRef::NewWithProc. by scroggo · 10 years ago
  27. c778904 share code between arcTo and addArc, update dox by reed · 10 years ago
  28. 4f358fc Make SkWriter32::snapshotAsData() a dumb copy. by mtklein · 10 years ago
  29. 648238c Remove SkProxyCanvas. by scroggo · 10 years ago
  30. 3bd12ef Fix wrapped content keys for npot textures. by bsalomon · 10 years ago
  31. 772604c Add a flag to flush the canvases during SkMultiPictureDraw::draw(). by senorblanco · 10 years ago
  32. 3dc40ac Conservative SkTextBlob bounds. by fmalita · 10 years ago
  33. e167f96 Fix GPU resource cache related assertions. by bsalomon · 10 years ago
  34. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  35. 0a482f4 Fix Chrome build by robertphillips · 10 years ago
  36. 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
  37. 96a857e initial preroll api by reed · 10 years ago
  38. 63c992f Fix the speeling of "purgeable" in Gr code by bsalomon · 10 years ago
  39. a3ca15c Remove deprecated SkSurface::NewRenderTarget factories by bsalomon · 10 years ago
  40. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  41. c2f35b7 Allow unbudgeted resources to be recycled by the cache as scratch. by bsalomon · 10 years ago
  42. 4dffede Fix self assigment in GrResourceKey by bsalomon · 10 years ago
  43. 1ea1ebc Remove GrBinHashKey by bsalomon · 10 years ago
  44. f803da1 add newImage API by reed · 10 years ago
  45. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  46. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  47. b0dfb54 remove (unused) GatherPixelRefs by reed · 10 years ago
  48. 44af7ba Fix SkIStream nits. by bungeman · 10 years ago
  49. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  50. dcfb7cf Remove the need for asCoeff in SkXfermode. by egdaniel · 10 years ago
  51. 2dca817 Remove staging SkStream::unref(). by bungeman · 10 years ago
  52. a64c48f Move sync code to include/, switch from using platform define to a proxy header in core/ by mtklein · 10 years ago
  53. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  54. 1c60dfe Reland https://codereview.chromium.org/860333002 with fix for test failures. by bsalomon · 10 years ago
  55. 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
  56. 711ef48 Make GrScratchKey memory buffer correct size on copy by kkinnunen · 10 years ago
  57. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  58. 5813616 Do more cleanup from xp changes by egdaniel · 10 years ago
  59. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  60. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
  61. 07f2697 Remove unused TileGridInfo by weiliangc · 10 years ago
  62. 2d02df7 remove unused SkAvoidXfermode by reed · 10 years ago
  63. 46d36f0 Refactor position computation to enable device space "nudge" by robertphillips · 10 years ago
  64. 7729e56 use log2(scale) to compute mip level by reed · 10 years ago
  65. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  66. 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
  67. 15fd47f use log2(scale) to compute mip level by reed · 10 years ago
  68. 54f0e9d Add Xfer Processor for GrCustomXfermodes by egdaniel · 10 years ago
  69. 0063a9b Move XferEffects class to GrCustomXfermode file by egdaniel · 10 years ago
  70. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  71. 38cd055 Do some minor pre cleanup work before converting all xfermodes to XPs. by egdaniel · 10 years ago
  72. 3f915c0 upstream google3 include paths for jsoncpp by mtklein · 10 years ago
  73. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  74. a7f1191 rename blitrow::proc and add (uncalled) hook for colorproc16 by reed · 10 years ago
  75. e55fb17 Allow -DGOOGLE3 to bypass our normal platform intrinsic dispatch. by mtklein · 10 years ago
  76. 199ba8e namespace {} trick for SK_DECLARE_STATIC_ONCE by mtklein · 10 years ago
  77. 6f07665 Simplify SkInstCnt by mtklein · 10 years ago
  78. 4ef0c8a remove NewTexture? by reed · 10 years ago
  79. f5872d2 add stroke params to c api by reed · 10 years ago
  80. 0846f1b remove (dead) SK_SUPPORT_LEGACY_DRAWDATA and SK_SUPPORT_LEGACY_CANVAS_VIRTUAL by reed · 10 years ago
  81. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  82. 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 10 years ago
  83. 281ecc2 need to rebaseline (changed) c_gms, update dox by reed · 10 years ago
  84. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  85. 23d4320 Adding check on input count by sugoi · 10 years ago
  86. f4e5995 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  87. 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
  88. 7e44bb1 Remove macros that make it look like it's a good idea to not be able to flatten. by mtklein · 10 years ago
  89. 152f524 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  90. ac8d8b8 revert buildbot breaker by caryclark · 10 years ago
  91. 783fe16 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  92. 8ea6dab Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/) by reed · 10 years ago
  93. 66b29a6 Remove SkPDFDocument and SkPDFDevice from the public headers. by halcanary · 10 years ago
  94. 7ef1972 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  95. b5d818a will write a custom one for blink later by reed · 10 years ago
  96. efdac51 Revert "Remove SkPDFDocument and SkPDFDevice from the public headers." by reed · 10 years ago
  97. 8b1f761 Remove SkPDFDocument and SkPDFDevice from the public headers. by halcanary · 10 years ago
  98. 2b6ab61 Remove SkPath::asRect by robertphillips · 10 years ago
  99. 91b0a35 Cleanup isRect variants by robertphillips · 10 years ago
  100. 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