1. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  2. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  3. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  4. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  5. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  6. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  7. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  8. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  9. 216b643 private iterator to visit all resource cache entries by reed · 9 years ago
  10. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  11. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  12. 8a41adb support both box and circle lcd by reed · 9 years ago
  13. 5f629b4 show LCD on max fat-zoom by reed · 9 years ago
  14. bb88674 increase zoom in fatbits by reed · 9 years ago
  15. 4d0d81a Add high resolution WallTimer to SampleApp by jvanverth · 9 years ago
  16. 8ee06f2 SkPDF: allow PDF module to be disabled in DM and SampleApp by halcanary · 9 years ago
  17. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  18. 2dcc759 use kFast_SrcRectConstraint to match drawAtlas semantics by reed · 9 years ago
  19. fd3d87c simulate drawatlas by reed · 9 years ago
  20. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  21. 093b4e8 - allow for stepping through a picture with 'n' and 'p' by reed · 9 years ago
  22. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  23. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  24. a9652ac Address some SkLightingShader TODOs by robertphillips · 9 years ago
  25. 6b38eab add helper to create RSXform w/ anchorPt by reed · 9 years ago
  26. 640898f Update SkLightingShader to take a localMatrix by robertphillips · 9 years ago
  27. 5f865b9 Move LightingShader to effects by robertphillips · 9 years ago
  28. b542bae Rename GrInOrderDrawBuffer to GrBufferedDrawTarget by joshualitt · 9 years ago
  29. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  30. b7069e9 Compile with VS2015. by bungeman · 9 years ago
  31. 6531c36 Generate platform specific fontmgr gm. by caryclark · 9 years ago
  32. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  33. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  34. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  35. 3d32d76 Add new SkPoint3 class by robertphillips · 9 years ago
  36. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  37. d17a329 Add normal map sample by jvanverth · 9 years ago
  38. 426388e Revert of Add normal map sample (patchset #6 id:100001 of https://codereview.chromium.org/1212813009/) by robertphillips · 9 years ago
  39. 8e0da72 Add normal map sample by jvanverth · 9 years ago
  40. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  41. ca10953 implement drawAtlas natively on gpu-device by reed · 9 years ago
  42. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  43. 00b621c Add sk_parallel_for() by mtklein · 9 years ago
  44. 822ace9 Use SkPaintFilterCanvas for SampleApp paint filtering by fmalita · 9 years ago
  45. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  46. 56263c7 delete (unused) TransparentShader by reed · 9 years ago
  47. a76b7a3b remove SK_LEGACY_STROKE_CURVES by caryclark · 9 years ago
  48. 612f70d handle large conic strokes better by caryclark · 9 years ago
  49. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  50. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  51. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  52. beedb81 add DeferredCanvas mode to SampleApp by reed · 9 years ago
  53. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  54. ca1a22e Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1060703003/) by reed · 9 years ago
  55. bdb0bf5 Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) by jcgregorio · 9 years ago
  56. aab35d9 remove unused (by clients) SkPathUtils by reed · 9 years ago
  57. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  58. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  59. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  60. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  61. 94b4ee8 (starting with mtklein's 966503002 mod to 963593003) fix casts by caryclark · 9 years ago
  62. a84cff9 Revert of fix casts (patchset #1 id:1 of https://codereview.chromium.org/979453004/) by mtklein · 9 years ago
  63. 9e73a84 (starting with mtklein's 966503002 mod to 963593003) fix casts by caryclark · 9 years ago
  64. 63c684a fuzzer fixes by caryclark · 9 years ago
  65. 1297ecf flip stroke to chrome compatible define by caryclark · 9 years ago
  66. 0ab326f move GMSampleView into its own cpp by reed · 9 years ago
  67. f7f79d2 remove dead code from sampleapp, trim bad asserts by reed · 9 years ago
  68. 04e4d08 This uses quad approximations of the outer and inner paths describing a stroke. Cubics and conics' thick strokes are approximated with quads as well. by caryclark · 9 years ago
  69. 25d9c15 Pass Rendertarget into context. by joshualitt · 9 years ago
  70. 88c748a update sampleapp for stroking experiment by caryclark · 9 years ago
  71. 9e447c0 remove unneeded preroll by reed · 9 years ago
  72. bb0502e Support multiple null GL contexts on a thread. by bsalomon · 9 years ago
  73. 61adb1b more gms for conics by reed · 9 years ago
  74. c89f6fb Salvage the SampleApp portion of the ill-fated "nudge" CL by robertphillips · 10 years ago
  75. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  76. 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
  77. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  78. 339cdbf migrate more samples over to SkAnimTImer by reed · 10 years ago
  79. bf015c3 add textual overview by reed · 10 years ago
  80. 76113a9 add SkAnimTimer, SPACE = pause/resume, ESP = stop by reed · 10 years ago
  81. d9adfe6 allow GMs to animate by reed · 10 years ago
  82. 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
  83. e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 10 years ago
  84. c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 10 years ago
  85. b932999 Add device space "nudge" to gpu draws by robertphillips · 10 years ago
  86. f75a130 enable subpixel text on the subpixel translate sample by humper · 10 years ago
  87. 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
  88. 2d55d07 Add device space "nudge" to gpu draws by robertphillips · 10 years ago
  89. 40dab98 Use murmur3 finisher to improve font hash efficiency. by reed · 10 years ago
  90. 7defaa6 Add ClipDrawMatch SampleApp slide by robertphillips · 10 years ago
  91. b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 10 years ago
  92. 878fa02 Factor out checkerboard function in gm and sampleapp into tools. by halcanary · 10 years ago
  93. 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
  94. 96a857e initial preroll api by reed · 10 years ago
  95. 7a2c8f3 Fix SampleApp picture-mode transform. by fmalita · 10 years ago
  96. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  97. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
  98. 2d02df7 remove unused SkAvoidXfermode by reed · 10 years ago
  99. 09519db fatbits for all 4 views by reed · 10 years ago
  100. afdbedb add sample for filter quality by reed · 10 years ago