1. b92b706 Revert of Make SkPixelRef::isLocked() debug-only, remove related dead code. (patchset #1 id:1 of https://codereview.chromium.org/940083002/) by reed · 10 years ago
  2. 8c92dc1 Remove unused parameters to SkDocument::CreatePDF by halcanary · 10 years ago
  3. 8e65712 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 10 years ago
  4. 87fa631 Rename onGetPixelsEnum back to onGetPixels. by scroggo · 10 years ago
  5. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  6. 07327bf move SkPDFD*.h from include to src by halcanary · 10 years ago
  7. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  8. 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 10 years ago
  9. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  10. 5a105ff Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  11. 0aa9479 Use SkAutoSTMalloc in GrResourceKey by bsalomon · 10 years ago
  12. 9488648 Expose method to retrieve CTFont by dominik.rottsches · 10 years ago
  13. cd6ca9e Make SkImage::getTexture() const by kkinnunen · 10 years ago
  14. e4ef1ca Revert of Use uint16s for texture coordinates when rendering text. (patchset #5 id:80001 of https://codereview.chromium.org/917373002/) by reed · 10 years ago
  15. f320e04 Use an array of nonpurgeable resources in GrResourceCache by bsalomon · 10 years ago
  16. 1e4e814 SK_NO_FLATE by mtklein · 10 years ago
  17. 9f2d157 Make GrResourceCache use a priority queue of purgeable resources. by bsalomon · 10 years ago
  18. 9e779d4 add gm for path-arcs, and catch degenerate arc in conic-case by reed · 10 years ago
  19. 3ad6570 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  20. f87fe78 use common impl for drawTextOnPath by reed · 10 years ago
  21. 059034d Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  22. 523cda3 Remove android specific srcPath from SkPath by djsollen · 10 years ago
  23. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  24. 9e447c0 remove unneeded preroll by reed · 10 years ago
  25. 43466a1 Multi-string shaders by joshualitt · 10 years ago
  26. b8a82f2 Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/) by joshualitt · 10 years ago
  27. 1c3c2d8 Multi-string shaders by joshualitt · 10 years ago
  28. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  29. f7c2d55 Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation. by egdaniel · 10 years ago
  30. 0864908 Make SkImageGenerator::getPixels() return an enum. by scroggo · 10 years ago
  31. 2b816ba Revert of Use dst copies in porter duffer XP to correctly render certain blends. (patchset #4 id:60001 of https://codereview.chromium.org/914003003/) by egdaniel · 10 years ago
  32. 997c635 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  33. 5788faa Fix SkComposeImageFilter's bounds computation and offset handling by ajuma · 10 years ago
  34. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  35. f89f60f [SkSVGDevice] Full font family support by fmalita · 10 years ago
  36. 0a62ad7 Revert of I cannot remember what the race here actually was. (patchset #1 id:1 of https://codereview.chromium.org/922873002/) by mtklein · 10 years ago
  37. 71409c8 I cannot remember what the race here actually was. by mtklein · 10 years ago
  38. 05d9044 optional res-scale parameter to getFillPath by reed · 10 years ago
  39. 979e0ea Spin off SkTHashTable, SkTHashMap, SkTHashSet by mtklein · 10 years ago
  40. 90b5c0c Expose SkPathRef::unique through SkPath. by djsollen · 10 years ago
  41. e998b7f Move SkOSFile::Iter impls into ports. by bungeman · 10 years ago
  42. 3740972 Make null GL context use callback to make current by bsalomon · 10 years ago
  43. bb0502e Support multiple null GL contexts on a thread. by bsalomon · 10 years ago
  44. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  45. c3c6943 Fix append_fallback_font_families_for_locale. by bungeman · 10 years ago
  46. 3632f84 Add tests for STArray swap by bsalomon · 10 years ago
  47. 454fa71 check for nonfinites in rrects by reed · 10 years ago
  48. e85a32d Clean up clipping code a bit by robertphillips · 10 years ago
  49. 1b9c8bb Only instance-count in SK_DEVELOPER builds (our debug builds, not Chrome's) by mtklein · 10 years ago
  50. e72a80d Port SkLazyPtr to new SkAtomics.h by mtklein · 10 years ago
  51. 01f797f SkAtomics: add asserts for valid memory orders. by mtklein · 10 years ago
  52. 41d4f09 Move GrXferProcessor subclasses into cpp files by egdaniel · 10 years ago
  53. 2aafe6f Add SkSVGCanvas by fmalita · 10 years ago
  54. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
  55. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  56. 02c8fd0 Move SVG parser files under {include,src}/svg/parser/ by fmalita · 10 years ago
  57. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  58. c4e8772 Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2 id:20001 of https://codereview.chromium.org/903993002/) by reed · 10 years ago
  59. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  60. 7fa87cd Add factory for Android font manager. by bungeman · 10 years ago
  61. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  62. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  63. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  64. de358a9 BUG=skia: by joshualitt · 10 years ago
  65. e73da40 add length parameter to addText, to match attr values by reed · 10 years ago
  66. d2a6f4e More cleanup around GrContext, textures, and SkGr.cpp by bsalomon · 10 years ago
  67. b0df8be return reference to cache instead of copying the mask by reed · 10 years ago
  68. 1a481fe [SkSVGDevice] Initial clipping support by fmalita · 10 years ago
  69. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  70. 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
  71. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  72. 2340dcb Remove unused and unimplemented abstract functions from GrRenderTarget by kkinnunen · 10 years ago
  73. fe3f260 [SkSVGDevice] Initial text support by fmalita · 10 years ago
  74. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  75. 7b274c7 Port SkRefCnt.h to new SkAtomics.h by mtklein · 10 years ago
  76. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  77. 563ff60 make getContentKey() available in GrGpuResource public interface by bsalomon · 10 years ago
  78. 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
  79. 85ed2db make getContentKey() available in GrGpuResource public interface by bsalomon · 10 years ago
  80. e67164d DM: wire up --leaks / -l again by mtklein · 10 years ago
  81. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  82. a669bc7 Atomics overhaul. by mtklein · 10 years ago
  83. 3d91aad Disable LCD text when rasterizing SkPictureShader tiles. by fmalita · 10 years ago
  84. 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
  85. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  86. 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
  87. 4181492 export SkImageInfo by reed · 10 years ago
  88. e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 10 years ago
  89. aea85dc Disable the noisiest /analyze warning in Chrome. ~3,700/12,000 by brucedawson · 10 years ago
  90. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  91. c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 10 years ago
  92. 1872ad0 Remove unused globalRef/globalUnref. by scroggo · 10 years ago
  93. 5d2fd44 Remove unused hasLocalMatrix. by scroggo · 10 years ago
  94. 527b287 Update comment for SkMallocPixelRef::NewWithProc. by scroggo · 10 years ago
  95. c778904 share code between arcTo and addArc, update dox by reed · 10 years ago
  96. 4f358fc Make SkWriter32::snapshotAsData() a dumb copy. by mtklein · 10 years ago
  97. 648238c Remove SkProxyCanvas. by scroggo · 10 years ago
  98. 3bd12ef Fix wrapped content keys for npot textures. by bsalomon · 10 years ago
  99. 772604c Add a flag to flush the canvases during SkMultiPictureDraw::draw(). by senorblanco · 10 years ago
  100. 3dc40ac Conservative SkTextBlob bounds. by fmalita · 10 years ago