1. 340f307 Fix webp compile warnings on windows by msarett · 9 years ago
  2. 29553b3 Revert of drawBitmapImage can batch across AA rects (patchset #5 id:80001 of https://codereview.chromium.org/1293543002/ ) by joshualitt · 9 years ago
  3. 0d4bcea drawBitmapImage can batch across AA rects by joshualitt · 9 years ago
  4. 4a75dd3 Update SKP version by rmistry · 9 years ago
  5. 8a41adb support both box and circle lcd by reed · 9 years ago
  6. 5f629b4 show LCD on max fat-zoom by reed · 9 years ago
  7. 0b3a28b Update SKP version by rmistry · 9 years ago
  8. fb28cd2 Revert[7] "move some public headers into private" by reed · 9 years ago
  9. bb88674 increase zoom in fatbits by reed · 9 years ago
  10. e027169 Revert[6] "move some public headers into private" by reed · 9 years ago
  11. a83eead Revert of stop dropping AA when rect stays rect (patchset #8 id:140001 of https://codereview.chromium.org/1295523002/ ) by joshualitt · 9 years ago
  12. f5fb939 SkPDF: Move SkFlate into src/pdf (part 3/3) by halcanary · 9 years ago
  13. 9a106ba A bit of misc cleanup. by mtklein · 9 years ago
  14. 090ae8e fix valgrind issue by joshualitt · 9 years ago
  15. 40ac15a fix viewmatrix mapping in AAFillRect by joshualitt · 9 years ago
  16. 540e488 Add include paths in gputest.gyp for use by additional gpu tests. by egdaniel · 9 years ago
  17. 820bffb Build all GMs on Android. by mtklein · 9 years ago
  18. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  19. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  20. 1bef9f5 stop dropping AA when rect stays rect by joshualitt · 9 years ago
  21. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  22. 2ba7099 Add GM to test drawing atlas case by joshualitt · 9 years ago
  23. 6fbdeef Revert of Paranoid temporary check that Chrome's building with SSE2 on all Windows builders. (patchset #1 id:1 of https://codereview.chromium.org/1283183004/ ) by mtklein · 9 years ago
  24. b157917 SkScaledCodec class by emmaleer · 9 years ago
  25. e844530 Paranoid temporary check that Chrome's building with SSE2 on all Windows builders. by mtklein · 9 years ago
  26. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
  27. 8f4fe37 some catchup CL revisions by reed · 9 years ago
  28. 7e6d9c0 Every pixel ref gets its own mutex. by mtklein · 9 years ago
  29. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  30. 00ba1e0 Belt and suspenders for colors in DrawAtlasBatch test by jvanverth · 9 years ago
  31. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  32. 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago
  33. 5a16cf6 Normalize SkXfermode_opts.h argument order as d,s[,aa]. by mtklein · 9 years ago
  34. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  35. 1acf250 Fix for VALGRIND DrawAtlas test issue. by jvanverth · 9 years ago
  36. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  37. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  38. e516e4f fix up batch_spew by joshualitt · 9 years ago
  39. 9c80b5f Move GrRectBatch to GrBWFillRectBatch and make internal by joshualitt · 9 years ago
  40. d5b7563 add SkImage::NewFromPicture and a GM to test it by reed · 9 years ago
  41. e7d4b2f Simplify parameters passed to path renderers by robertphillips · 9 years ago
  42. 15f4951 add asserts on Sk4px::Map functions that our arrays are non-null. by mtklein · 9 years ago
  43. 272b748 Minor fix to not save the modeling space rect by joshualitt · 9 years ago
  44. 2d56303 Move willColorBlendWithDst from pipeline builder to GrPipelineOptimizations. by bsalomon · 9 years ago
  45. 7ef45a1 Added mangleString member and onBefore*, onAfter* functions to GrGLFragmentShaderBuilder by wangyix · 9 years ago
  46. c8d3f57 Fail early in GrPipeline::CreateAt() if XP creation fails by bsalomon · 9 years ago
  47. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
  48. cc1229c Revert "Revert[4] "move some public headers into private"" by reed · 9 years ago
  49. 0010945 Revert of Normalize SkXfermode_opts.h argument order as d,s[,aa]. (patchset #1 id:1 of https://codereview.chromium.org/1289903002/ ) by mtklein · 9 years ago
  50. 72440a3 Use forwarding with SkTLazy::init. by bungeman · 9 years ago
  51. 65bd7ae Add gyp support for new GPU backend by jvanverth · 9 years ago
  52. 9bc3954 Refactor helper function for SkBitmapShader to GrFragmentProcessor by joshualitt · 9 years ago
  53. 33e00db Revert[4] "move some public headers into private" by reed · 9 years ago
  54. 27801bf broken bots war by joshualitt · 9 years ago
  55. a50e17a Add support for a new GPU interface by jvanverth · 9 years ago
  56. 082e329 Revert of Refactor to put SkXfermode_opts inside SK_OPTS_NS. (patchset #1 id:1 of https://codereview.chromium.org/1286093004/ ) by mtklein · 9 years ago
  57. 147dc06 Add GrAARectBatch which can handle a local matrix by joshualitt · 9 years ago
  58. c3021ed Add override to GrAAFillRectBatch::onCombineIfPossible by bsalomon · 9 years ago
  59. d9e5715 SkPDF: Move SkFlate into src/pdf (part 1/3) [reland] by halcanary · 9 years ago
  60. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  61. 6028a84 Normalize SkXfermode_opts.h argument order as d,s[,aa]. by mtklein · 9 years ago
  62. b07bee3 Refactor to put SkXfermode_opts inside SK_OPTS_NS. by mtklein · 9 years ago
  63. 58d890b All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in preorder by wangyix · 9 years ago
  64. cc34c41 Revert of SkPDF: Move SkFlate into src/pdf (part 1/3) (patchset #1 id:1 of https://codereview.chromium.org/1285913002/ ) by halcanary · 9 years ago
  65. d1bc574 Update CodexTest to test valid_alpha. by scroggo · 9 years ago
  66. 5a4d235 Revise DrawAtlasBatch to get rid of one copy when generating the batch. by jvanverth · 9 years ago
  67. 69a9689 Remove trace marker support from GrBufferedDrawTarget by bsalomon · 9 years ago
  68. d0375bc Fix bmp RLE "bug" by msarett · 9 years ago
  69. e14c1fe SkPDF: Move SkFlate into src/pdf (part 1/3) by halcanary · 9 years ago
  70. 65cc3e4 C API: add radial, sweep, and two-point conical gradient shaders by halcanary · 9 years ago
  71. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  72. 4b5472b Add ability to pass in an optional path to additional unit tests to run. by egdaniel · 9 years ago
  73. 37eb184 Move AAFillRect into CPP for templatization by joshualitt · 9 years ago
  74. 9cdcabe Revert[3] "move some public headers into private" by reed · 9 years ago
  75. 9d20ee5 Revert[2] "move some public headers into private" by reed · 9 years ago
  76. a387a11 Make GrBatch carry its own GrPipeline by bsalomon · 9 years ago
  77. 3bff474 Hopefully fix ios bots BUG=skia: by msarett · 9 years ago
  78. 2ccdb63 SkPDF: clean up overuse of SK_SUPPORT_PDF by halcanary · 9 years ago
  79. fcaaade Switching Skia to chromium's libjpeg-turbo by msarett · 9 years ago
  80. 7cdfa8a decrement lockcount if we failed to get pixels by reed · 9 years ago
  81. 4d0d81a Add high resolution WallTimer to SampleApp by jvanverth · 9 years ago
  82. 8ee06f2 SkPDF: allow PDF module to be disabled in DM and SampleApp by halcanary · 9 years ago
  83. 4cf9e7e Revert "move some public headers into private" by reed · 9 years ago
  84. eedf0fb move some public headers into private by reed · 9 years ago
  85. 95d7913 Move Perf documentation to the testing section by hcm · 9 years ago
  86. 5ac42ea Make initBatchTracker private, move towards pipeline on batch by bsalomon · 9 years ago
  87. 4977983 Sk4px blit mask. by mtklein · 9 years ago
  88. c699873 Remove GrPipelineOptimizations member from GrPipeline by bsalomon · 9 years ago
  89. b7ee1bf trivial CL to add drawBatch to GrDrawContext by joshualitt · 9 years ago
  90. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  91. fb69bb3 Fix to call SkDelete_array instead of SkDelete to fix ASAN error. by egdaniel · 9 years ago
  92. 2a5ca89 Revert of [TextBlob] Fall back to TightRunBounds when the font bounds are empty (patchset #1 id:1 of https://codereview.chromium.org/1284693002/ ) by egdaniel · 9 years ago
  93. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  94. 7fc2a26 Move GrStrokeRectBatch creation to behind factory by joshualitt · 9 years ago
  95. ecd1a69 Create GrRectBatchFactory by joshualitt · 9 years ago
  96. 9d144ac This is a speculative fix for the crash on IOS TBR=mtklein by egdaniel · 9 years ago
  97. d6b99cc [TextBlob] Fall back to TightRunBounds when the font bounds are empty by fmalita · 9 years ago
  98. 9ff6425 move Stroke Rect and AAFill Rect to their own file by joshualitt · 9 years ago
  99. 3a26fc8 Ensure that android "release" apps are signed with debug key by djsollen · 9 years ago
  100. 4f2b331 SkPDF: add assert for that SkWStream behaves. by halcanary · 9 years ago