1. a115b77 Remove obsolete mac_gpu by sergiyb · 10 years ago
  2. 748ca3b Sketch DM refactor. by mtklein · 10 years ago
  3. 0063a9b Move XferEffects class to GrCustomXfermode file by egdaniel · 10 years ago
  4. b087879 SkPictureShader should handle negative scaling gracefully. by fmalita · 10 years ago
  5. 114c3cd Revert of Sketch DM refactor. (patchset #45 id:850001 of https://codereview.chromium.org/788243008/) by mtklein · 10 years ago
  6. c563172 more GMs to rebase? by Mike Klein · 10 years ago
  7. 709d2c3 Sketch DM refactor. by mtklein · 10 years ago
  8. 8eadff1 these GM names are ridiculous by Mike Klein · 10 years ago
  9. 0c27897 Why are we afraid of saveLayer() bounds? by mtklein · 10 years ago
  10. 09544fc choose better mip level by reed · 10 years ago
  11. fc5ad3c Update SKP version by skia.buildbots · 10 years ago
  12. 04ea634 Add include before SK_SUPPORT_GPU in SkArithmeticMode_gpu.h to fix android build by egdaniel · 10 years ago
  13. 1a178ca Use device-space stroke width for SkDraw::drawRect() quick-reject by fmalita · 10 years ago
  14. 6e87913 Update SKP version by skia.buildbots · 10 years ago
  15. 05efbfe Update SKP version by skia.buildbots · 10 years ago
  16. 8703b53 Rebaseline 6 GMs after crrev.com/841763005 by fmalita · 10 years ago
  17. 1ceacff a few ignores for nvprmsaa4 by joshualitt · 10 years ago
  18. b31f0fb update images after texture cache change by Brian Salomon · 10 years ago
  19. b54fe40 fMaxTexCoords is unused in Release builds by mtklein · 10 years ago
  20. 89069a9 possible bug fix for nvpr by joshualitt · 10 years ago
  21. afdbedb add sample for filter quality by reed · 10 years ago
  22. f351aa3 Add Arithmetic mode xp. by egdaniel · 10 years ago
  23. 26feeba separate out the scaline-choosing to simplify chooseProcs by reed · 10 years ago
  24. bd2059a fix link reference in docs by jcgregorio · 10 years ago
  25. 0c2dc21 Add reference material for the style of markdown we use. by jcgregorio · 10 years ago
  26. 16a04b8 Move Gpu ArithmeticMode xfer effect to _gpu files. by egdaniel · 10 years ago
  27. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  28. 028b98a Add repro GM for GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 10 years ago
  29. 7c348a8 DM can see into src/gpu. No need for relative include. by mtklein · 10 years ago
  30. 2c0e8f1 Remove self-assignment in a test. by mtklein · 10 years ago
  31. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  32. 95145a9 Switch to a more complete method of filtering hoisted layers by robertphillips · 10 years ago
  33. 38cd055 Do some minor pre cleanup work before converting all xfermodes to XPs. by egdaniel · 10 years ago
  34. b47bba7 upstream hooking into google3 crash handler for better stacktraces by mtklein · 10 years ago
  35. 8018e68 Update SKP version by skia.buildbots · 10 years ago
  36. 3f915c0 upstream google3 include paths for jsoncpp by mtklein · 10 years ago
  37. 26a00de Remove incremental draw optimization from SkDebugCanvas by kkinnunen · 10 years ago
  38. cfdc0e3 debugger: SW rasterize the picture only when it changes by kkinnunen · 10 years ago
  39. 63121f0 delete the dreaded TransitionView by reed · 10 years ago
  40. 812c028 rebase + ignores by joshualitt · 10 years ago
  41. 9b7eb11 rebase of expectations by joshualitt · 10 years ago
  42. 31b52b7 fix for winvdows nvpr by joshualitt · 10 years ago
  43. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  44. a7f1191 rename blitrow::proc and add (uncalled) hook for colorproc16 by reed · 10 years ago
  45. e55fb17 Allow -DGOOGLE3 to bypass our normal platform intrinsic dispatch. by mtklein · 10 years ago
  46. 3c1096f fix for FB fetch on nexus 10 ES3.0 by joshualitt · 10 years ago
  47. bb928a0 Add pageset for ugamsolutions.com by rmistry · 10 years ago
  48. 5d17286 Revert of Switch to a more complete method of filtering hoisted layers (patchset #1 id:1 of https://codereview.chromium.org/842323003/) by robertphillips · 10 years ago
  49. 963b832 allow simple by mtklein · 10 years ago
  50. 74668a8 Switch to a more complete method of filtering hoisted layers by robertphillips · 10 years ago
  51. 199ba8e namespace {} trick for SK_DECLARE_STATIC_ONCE by mtklein · 10 years ago
  52. 60f8353 Hide ARM assembly memset symbols. by torne · 10 years ago
  53. 6f07665 Simplify SkInstCnt by mtklein · 10 years ago
  54. c3796c7 Generic PDF shader fallback by fmalita · 10 years ago
  55. f361b71 In SkPDFDocument::emitPDF(), stop pre-calculating file offsets. by halcanary · 10 years ago
  56. 7e78378 Update SKP version by skia.buildbots · 10 years ago
  57. 4ef0c8a remove NewTexture? by reed · 10 years ago
  58. 125ee60 Revert of Fix GPU clipped-AA vs. non-AA drawRect discrepancy (patchset #2 id:20001 of https://codereview.chromium.org/839883003/) by robertphillips · 10 years ago
  59. 933a03f Fix GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 10 years ago
  60. f62c634 SIMPLE_GM generates less code by halcanary · 10 years ago
  61. 4fc48af Change function signature of SkPDFObject::emitObject. by halcanary · 10 years ago
  62. 0899696 Fix overlap test for 64-bit pointers in SkMatrix by qiankun.miao · 10 years ago
  63. 815e9b5 Remove SK_SUPPORT_LEGACY_GRADIENT_PRECISION by fmalita · 10 years ago
  64. 4f22bea Update SKP version by skia.buildbots · 10 years ago
  65. ef0b4e7 Update SKP version by skia.buildbots · 10 years ago
  66. f5872d2 add stroke params to c api by reed · 10 years ago
  67. 9e398f7 add --rasterPDF flag to DM by halcanary · 10 years ago
  68. 07394ca Update SKP version by skia.buildbots · 10 years ago
  69. 0846f1b remove (dead) SK_SUPPORT_LEGACY_DRAWDATA and SK_SUPPORT_LEGACY_CANVAS_VIRTUAL by reed · 10 years ago
  70. a91dc31 Document some skia perf interesting queries. by jcgregorio · 10 years ago
  71. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  72. 4490da2 Can't include SkTypes.h from ports/ by Mike Klein · 10 years ago
  73. 8b50ac2 Use error-checking mutexes in Debug builds. by mtklein · 10 years ago
  74. 15bfc6c rebaseline after conic change by reed · 10 years ago
  75. d0256a2 PictureNestingBench: stay in ints. by mtklein · 10 years ago
  76. fcfea99 Upstream custom freetype embolding strength from Android by djsollen · 10 years ago
  77. 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 10 years ago
  78. 9250543 rebaseline NexusPlayer after conic fix by reed · 10 years ago
  79. 9b2cf52 remove unneeded flags by reed · 10 years ago
  80. e34d6bd Update SKP version by skia.buildbots · 10 years ago
  81. 8f3519a Add a favicon for docs. by jcgregorio · 10 years ago
  82. aa6286e rebaseline after crrev.com/840653002 by halcanary · 10 years ago
  83. da9170f Modify transparency_check GM to always tile correctly. by halcanary · 10 years ago
  84. 7c3bace Add Linux quick start docs by jcgregorio · 10 years ago
  85. 00e0814 rebaseline after change to GM:c_gms by reed · 10 years ago
  86. 549f879 SkPDFImage no longer caches a unpremul version of N32 bitmaps. by halcanary · 10 years ago
  87. 343c2f4 Adding user doc section and core files for new site by hcm · 10 years ago
  88. 36a86db remove flags that are now in chrome's SkUserConfig.h by reed · 10 years ago
  89. 57f192d Allow non-atlasable layer to still be hoisted by robertphillips · 10 years ago
  90. 3b4b66c Work around changes in OSX 10.10. by bungeman · 10 years ago
  91. 9558f65 rebaseline after changing GM by reed · 10 years ago
  92. 266044f Update SKP version by skia.buildbots · 10 years ago
  93. eabd0d7 Revert of Cache blur mask for rects which can not break into nine-patch (patchset #10 id:200001 of https://codereview.chromium.org/729463002/) by qiankun.miao · 10 years ago
  94. 5a5b4e9 Cache blur mask for rects which can not break into nine-patch by qiankun.miao · 10 years ago
  95. 281ecc2 need to rebaseline (changed) c_gms, update dox by reed · 10 years ago
  96. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  97. 23d4320 Adding check on input count by sugoi · 10 years ago
  98. a7976be Add Alpha fade GM. by halcanary · 10 years ago
  99. f4e5995 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  100. a27b82d Remove distance field generation and storage from SkGlyphCache. by jvanverth · 10 years ago