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