1. b6bed17 Convert FamilyData to Skia style field names. by bungeman · 10 years ago
  2. 7a3527d Do not leak FamilyData in Android SkFontMgr. by bungeman · 10 years ago
  3. 3af41fa Do not add indirection to XML_Parser. by bungeman · 10 years ago
  4. 7f14c9b Revert of Add device space "nudge" to gpu draws (patchset #6 id:90001 of https://codereview.chromium.org/877473005/) by robertphillips · 10 years ago
  5. e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 10 years ago
  6. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  7. c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 10 years ago
  8. b932999 Add device space "nudge" to gpu draws by robertphillips · 10 years ago
  9. 1872ad0 Remove unused globalRef/globalUnref. by scroggo · 10 years ago
  10. 06fb35f Remove always true if statement and commented out code in GrBitmapTextContext by qiankun.miao · 10 years ago
  11. 16a3f17 Clean up commented out code in GrDistanceFieldTextContext by qiankun.miao · 10 years ago
  12. c778904 share code between arcTo and addArc, update dox by reed · 10 years ago
  13. f9a4072 Conservative blob bounds cleanup by fmalita · 10 years ago
  14. f90ea01 reorg some path routines, preparing to switch arcs to conics by reed · 10 years ago
  15. 4f358fc Make SkWriter32::snapshotAsData() a dumb copy. by mtklein · 10 years ago
  16. 648238c Remove SkProxyCanvas. by scroggo · 10 years ago
  17. 65df6ed SkStream::read() only returns 0 at end. by scroggo · 10 years ago
  18. e702d97 Use draws instead of clears as temporary workaround for Qualcomm stencil clear bug by bsalomon · 10 years ago
  19. 52ee813 fix parsing SVG strings to paths with comma delimiters by caryclark · 10 years ago
  20. 5444393 Apply prePathMatrix in SkGpuDevice as view matrix preconcat when possible by bsalomon · 10 years ago
  21. 81aca54 Fix win64 warnings. by bsalomon · 10 years ago
  22. 402448d skia: blend32_16_row for neon version by mlee · 10 years ago
  23. 9cc2f26 Revert of Add device space "nudge" to gpu draws (patchset #5 id:70001 of https://codereview.chromium.org/877473005/) by robertphillips · 10 years ago
  24. e79d7b7 Revert of Remove 'f' from 0.05f in shader code (patchset #1 id:1 of https://codereview.chromium.org/888483002/) by robertphillips · 10 years ago
  25. 1726997 Remove 'f' from 0.05f in shader code by robertphillips · 10 years ago
  26. 2d55d07 Add device space "nudge" to gpu draws by robertphillips · 10 years ago
  27. f8dd076 Make char hash dynamic when needed. by herb · 10 years ago
  28. 40dab98 Use murmur3 finisher to improve font hash efficiency. by reed · 10 years ago
  29. 6af3147 Fixed clusterfuzz issue by sugoi · 10 years ago
  30. 5a3d92f Use distance fields for glyphs > 256 pt, before switching to paths. by jvanverth · 10 years ago
  31. 4d8da81 GrBatchPrototype by joshualitt · 10 years ago
  32. 9d91eb3 add more checks for computing clamp counts, remove dead code by reed · 10 years ago
  33. 772604c Add a flag to flush the canvases during SkMultiPictureDraw::draw(). by senorblanco · 10 years ago
  34. 3dc40ac Conservative SkTextBlob bounds. by fmalita · 10 years ago
  35. 073720e add a paranoid assert by mtklein · 10 years ago
  36. c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  37. 25b7611 Revert of patch from issue 885453002 at patchset 20001 (http://crrev.com/885453002#ps20001) (patchset #1 id:1 of https://codereview.chromium.org/881953002/) by mtklein · 10 years ago
  38. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  39. 95faa61 patch from issue 885453002 at patchset 20001 (http://crrev.com/885453002#ps20001) by mtklein · 10 years ago
  40. 6dbfb21 SSE4 opaque blend using intrinsics instead of assembly. by mtklein · 10 years ago
  41. 8ece6eb Remove unused methods from SkScalerContext. by bungeman · 10 years ago
  42. 52b64b4 SkFontHost_FreeType takes advantage of SkStreamAsset. by bungeman · 10 years ago
  43. e167f96 Fix GPU resource cache related assertions. by bsalomon · 10 years ago
  44. fdf7ccc Use highp for distance field texture coordinates. by jvanverth · 10 years ago
  45. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  46. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  47. dc14fa4 speedup mipmap building by reed · 10 years ago
  48. 36c57df Make stencil buffers uncached for uncached render target textures by kkinnunen · 10 years ago
  49. 2d80dd2 Revert of SSE4 opaque blend using intrinsics instead of assembly. (patchset #14 id:260001 of https://codereview.chromium.org/874863002/) by bungeman · 10 years ago
  50. 04bc91b SSE4 opaque blend using intrinsics instead of assembly. by mtklein · 10 years ago
  51. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  52. b041efe Remove clear function from SkGPipe by derekf · 10 years ago
  53. 80a61df Fix Morphology effects sourcing outside of the crop rect. by cwallez · 10 years ago
  54. 66e09a8 discard scratch render targets when they are recycled. by bsalomon · 10 years ago
  55. 98b0315 Alter gpu veto by robertphillips · 10 years ago
  56. 1d9e80f check effective cache-size for fixed-budget caches by reed · 10 years ago
  57. 356be2e Stop incorrectly setting the clip bit in GrCMM by bsalomon · 10 years ago
  58. c12b74d Collapse consecutive SkTableColorFilters by cwallez · 10 years ago
  59. 8d029a4 Don't do a pointless << 0. by mtklein · 10 years ago
  60. 65327ef Revert of Alter gpu veto (patchset #1 id:1 of https://codereview.chromium.org/875913002/) by robertphillips · 10 years ago
  61. 87a6a8e Alter gpu veto by robertphillips · 10 years ago
  62. 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
  63. dc0f408 Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns by kkinnunen · 10 years ago
  64. 96a857e initial preroll api by reed · 10 years ago
  65. 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
  66. f6be925 Fix Morphology effects sourcing outside of the crop rect. by cwallez · 10 years ago
  67. db558dd Zap the scratch key on non-RT textures when scratch textures are disabled. by bsalomon · 10 years ago
  68. 63c992f Fix the speeling of "purgeable" in Gr code by bsalomon · 10 years ago
  69. 6a14434 Cleanup SkPDFObject::emit* by halcanary · 10 years ago
  70. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  71. 2ff257b check for too-large rowBytes by reed · 10 years ago
  72. 8de5632 minor changes left out of http://crrev.com/873543002 by halcanary · 10 years ago
  73. c2f35b7 Allow unbudgeted resources to be recycled by the cache as scratch. by bsalomon · 10 years ago
  74. 1ea1ebc Remove GrBinHashKey by bsalomon · 10 years ago
  75. 016dffb Compile fix after Add specialized content key class for resources by kkinnunen · 10 years ago
  76. 530ea8e More changes to SkPDFShader to eliminate multiple inheritance! by halcanary · 10 years ago
  77. f803da1 add newImage API by reed · 10 years ago
  78. 7983bf9 more reinforcement that images never have zero width or height by reed · 10 years ago
  79. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  80. bc59ac6 Simplify SkPDFShader class. Now invalid objects are never created. by halcanary · 10 years ago
  81. 8f25c66 Initialize the pad memory in GrBufferAllocPool. by dongseong.hwang · 10 years ago
  82. 75de4f8 Put close_gif() in an anonymous namespace. by mtklein · 10 years ago
  83. 6d7e47a Muck with the right cinfo. by scroggo · 10 years ago
  84. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  85. b0dfb54 remove (unused) GatherPixelRefs by reed · 10 years ago
  86. 50282b4 fLuminance is unsed unless SK_GAMMA_APPLY_TO_A8 is defined by mtklein · 10 years ago
  87. 44af7ba Fix SkIStream nits. by bungeman · 10 years ago
  88. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  89. dcfb7cf Remove the need for asCoeff in SkXfermode. by egdaniel · 10 years ago
  90. 2dca817 Remove staging SkStream::unref(). by bungeman · 10 years ago
  91. 4daa6f6 Don't require -DSK_USE_POSIX_THREADS. by mtklein · 10 years ago
  92. aa7079b Revert of Muck with the right cinfo. (patchset #2 id:20001 of https://codereview.chromium.org/858333002/) by bungeman · 10 years ago
  93. 3629865 Muck with the right cinfo. by scroggo · 10 years ago
  94. a64c48f Move sync code to include/, switch from using platform define to a proxy header in core/ by mtklein · 10 years ago
  95. e6ea244 Use SkLazyPtr in SkPDFGraphicState.cpp by halcanary · 10 years ago
  96. 28b44e8 And change SkAutoTUnref<const SkStream to SkAutoTDelete. by scroggo · 10 years ago
  97. e58898e Remove another caller of SkRef(SkStream) by scroggo · 10 years ago
  98. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  99. ec7e12f Lcd request early check in SkFontHost_FreeType::onFilterRec. by bungeman · 10 years ago
  100. 17e7314 remove drawtype by joshualitt · 10 years ago