1. d5d27d9 use conics for arcTo by reed · 10 years ago
  2. 8e85761 Fixed array read error by sugoi · 10 years ago
  3. 61adb1b more gms for conics by reed · 10 years ago
  4. 57f27bd Revert of nanobench: lazily decode bitmaps in .skps. (patchset #1 id:1 of https://codereview.chromium.org/743613005/) by mtklein · 10 years ago
  5. 1b6b626 nanobench: lazily decode bitmaps in .skps. by mtklein · 10 years ago
  6. 31223e0 cull edges that are to the right of the clip by reed · 10 years ago
  7. 70a8ca8 add rounded-join option to bigpath bench by reed · 10 years ago
  8. 5a2a5e7 Revert of Make the glyph array entries inline. (patchset #11 id:190001 of https://codereview.chromium.org/885903002/) by mtklein · 10 years ago
  9. 41d4f09 Move GrXferProcessor subclasses into cpp files by egdaniel · 10 years ago
  10. c89f6fb Salvage the SampleApp portion of the ill-fated "nudge" CL by robertphillips · 10 years ago
  11. 9396d84 skoodle1 by jcgregorio · 10 years ago
  12. e3ecde1 Remove unnecessary assignment by qiankun.miao · 10 years ago
  13. b4c29ac Make the glyph array entries inline. BUG=skia: by herb · 10 years ago
  14. 4e534d0 Update SKP version by skia.buildbots · 10 years ago
  15. e6b1a60 Remove opaque versions of Color32_D565 by henrik.smiding · 10 years ago
  16. 4f66d5b turns out the newlines matter by Mike Klein · 10 years ago
  17. b486083 one day i will bother to look at the markdown rendering by Mike Klein · 10 years ago
  18. b8d4635 documentation: formatting site/dev/contrib/c++11 by halcanary · 10 years ago
  19. 067f8ab Update SKP version by skia.buildbots · 10 years ago
  20. 01d3319 Faster edge re-sort by reed · 10 years ago
  21. 5cc0f6c Update SKP version by skia.buildbots · 10 years ago
  22. 0692c5f Revert of Faster edge re-sort, drop trailing edges (patchset #2 id:20001 of https://codereview.chromium.org/907623002/) by reed · 10 years ago
  23. 2322115 Faster edge re-sort, drop trailing edges by reed · 10 years ago
  24. c319d07 Revert of faster edge re-sort, drop trailing edges (patchset #4 id:60001 of https://codereview.chromium.org/891613003/) by reed · 10 years ago
  25. 70f0004 simple fix to close batches on anything push to the GrIODB recorder by joshualitt · 10 years ago
  26. 38f1c00 faster edge re-sort, drop trailing edges by reed · 10 years ago
  27. 37a4736 add bench for very big paths by reed · 10 years ago
  28. 2aafe6f Add SkSVGCanvas by fmalita · 10 years ago
  29. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
  30. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  31. 02c8fd0 Move SVG parser files under {include,src}/svg/parser/ by fmalita · 10 years ago
  32. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  33. 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
  34. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  35. 7fa87cd Add factory for Android font manager. by bungeman · 10 years ago
  36. 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
  37. 5245cb4 Update SKP version by skia.buildbots · 10 years ago
  38. 339cdbf migrate more samples over to SkAnimTImer by reed · 10 years ago
  39. 27f398f Convex batch by joshualitt · 10 years ago
  40. 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
  41. f71b4c1 whitespace by joshualitt · 10 years ago
  42. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  43. 2fdd29d Document my current understanding of C++11 in Skia. by mtklein · 10 years ago
  44. 797f58a GM for http://skbug.com/3398 by halcanary · 10 years ago
  45. 6dee2ad Try again to use a C++11 feature in DM as a canary. by mtklein · 10 years ago
  46. f3cdce7 Build in C++11 mode on Unix-like bots. by mtklein · 10 years ago
  47. 8d9225b Suppress another FontConfig 'leak'. by bungeman · 10 years ago
  48. de358a9 BUG=skia: by joshualitt · 10 years ago
  49. 528f97f Update SKP version by skia.buildbots · 10 years ago
  50. 63af144 Fix GIF transparency. by jei.mayol · 10 years ago
  51. 7404c09 force a build by mtklein · 10 years ago
  52. e73da40 add length parameter to addText, to match attr values by reed · 10 years ago
  53. a9d9de4 [SkSVGDevice] drawTextOnPath() support by fmalita · 10 years ago
  54. 12753cc [SkSVGDevice] Add support for more stroke params by fmalita · 10 years ago
  55. d2a6f4e More cleanup around GrContext, textures, and SkGr.cpp by bsalomon · 10 years ago
  56. ba18f91 No more caching volatile bitmaps by sugoi · 10 years ago
  57. f162012 Fix casting bug in GrArithmeticXP by egdaniel · 10 years ago
  58. 8842556 Make npot resizing work properly for bmps that are explicitly texture backed. by bsalomon · 10 years ago
  59. b0df8be return reference to cache instead of copying the mask by reed · 10 years ago
  60. 1a481fe [SkSVGDevice] Initial clipping support by fmalita · 10 years ago
  61. b9d4d27 Revert of Build in C++11 mode on Unix-like bots. (patchset #4 id:60001 of https://codereview.chromium.org/868233008/) by mtklein · 10 years ago
  62. 779e496 Build in C++11 mode on Unix-like bots. by mtklein · 10 years ago
  63. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  64. 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
  65. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  66. 3b7f7b0 Fix the URL for previewing Markdown changes. by tfarina · 10 years ago
  67. d3780c5 Update SKP version by skia.buildbots · 10 years ago
  68. 2340dcb Remove unused and unimplemented abstract functions from GrRenderTarget by kkinnunen · 10 years ago
  69. fe3f260 [SkSVGDevice] Initial text support by fmalita · 10 years ago
  70. d5163e2 fixing GrBatch leak by joshualitt · 10 years ago
  71. 7bc18b7 Hairline batch by joshualitt · 10 years ago
  72. 5224ba7 Dash using vertex attributes for interval and stroke width by joshualitt · 10 years ago
  73. 6429fd1 Cleanup the android scripts. by djsollen · 10 years ago
  74. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  75. bf015c3 add textual overview by reed · 10 years ago
  76. 7b274c7 Port SkRefCnt.h to new SkAtomics.h by mtklein · 10 years ago
  77. 65fd599 Build in C++11 mode on Macs. by mtklein · 10 years ago
  78. 1575cdf Remove link to Push application. by tfarina · 10 years ago
  79. da5bcab remove remaining parts of SkExample by caryclark · 10 years ago
  80. c9fed24 add new Skia team member to committers list by hcm · 10 years ago
  81. 0f5f967 Save and temp dst and src FBO on GrGLGpu and use the temp FBOs for copySurface if needed. by egdaniel · 10 years ago
  82. 46c77f7 Revert of Hairline batch (patchset #17 id:360001 of https://codereview.chromium.org/876673002/) by joshualitt · 10 years ago
  83. 7e80c88 Land Ben's 32-bit symlink script. by Mike Klein · 10 years ago
  84. 4c93a12 Fix references to https://sites.google.com/site/skiadocs/. by Thiago Farina · 10 years ago
  85. 658d55c Hairline batch by joshualitt · 10 years ago
  86. 532faa9 [SkSVGDevice] Initial shader/gradient support by fmalita · 10 years ago
  87. 1ca3e01 Whitespace change to test new compile bots by Ravi Mistry · 10 years ago
  88. fef4c32 Update SKP version by skia.buildbots · 10 years ago
  89. b12ea41 Add texture create/upload stats and make nanobench have explicit gpu stats flag by bsalomon · 10 years ago
  90. 9bf4e5b Revert of Make the glyph array entries inline. (patchset #10 id:170001 of https://codereview.chromium.org/885903002/) by bsalomon · 10 years ago
  91. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  92. cb3f504 Revert of Hairline batch (patchset #16 id:300001 of https://codereview.chromium.org/876673002/) by joshualitt · 10 years ago
  93. 4c08f16 Make the glyph array entries inline. BUG=skia: by herb · 10 years ago
  94. 563ff60 make getContentKey() available in GrGpuResource public interface by bsalomon · 10 years ago
  95. 6eff870 Hairline batch by joshualitt · 10 years ago
  96. b1b823a Whitespace change to test new GCE compile bot by Ravi Mistry · 10 years ago
  97. 5711ca3 Whitespace change to test new GCE compile bot by Ravi Mistry · 10 years ago
  98. f4a61f8 Whitespace change to test new GCE compile bot by Ravi Mistry · 10 years ago
  99. 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
  100. 85ed2db make getContentKey() available in GrGpuResource public interface by bsalomon · 10 years ago