1. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  2. 8b57524 add arcto patheffect by reed · 10 years ago
  3. a7a8b10 add sample for arcTo by reed · 10 years ago
  4. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  5. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  6. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  7. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  8. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  9. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  10. adc8d98 add sample to exercising hittesting by reed · 10 years ago
  11. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  12. 7c4cdd2 Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https://codereview.chromium.org/736583004/) by reed · 10 years ago
  13. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  14. 6be2aa9 wip for drawables by reed · 10 years ago
  15. 6a070dc experimental by reed · 10 years ago
  16. 7a72c67 add patch and clicktracking to lua by reed · 10 years ago
  17. 789e327 tell our grcontext to abandon its backend by reed · 10 years ago
  18. 89889b6 MultiPictureDraw is taskgroup aware. SampleApp is multipicturedraw aware. by reed · 10 years ago
  19. f11c574 Adding color cube to fuzzer by sugoi · 10 years ago
  20. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  21. f0b1710 fix some bit-rot in the ios port of sampleapp by reed · 10 years ago
  22. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  23. 9fbc3f3 add gradients and drawPaint to lua by reed · 10 years ago
  24. bdc49ae create and modify matrices in lua by reed · 10 years ago
  25. 0d76b95 add fade_slide transition to lua slides by reed · 10 years ago
  26. 09a1d67 add key handlers to lua by reed · 10 years ago
  27. 18ea777 allow for lua click handlers by reed · 10 years ago
  28. 09445a4 move test for lua into separate resource file by reed · 10 years ago
  29. ba5fb93 add drawImageRect to lua, update sample by reed · 10 years ago
  30. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  31. ddb5eca use SkDocument to capture pdfs from SampleApp 'e' by reed · 10 years ago
  32. f80bfed GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  33. 59c01e0 extra call to flush until brian can figure it out by reed · 10 years ago
  34. 4302ae9 add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts by reed · 10 years ago
  35. 9e96aa0 remove unused TextBufferDirection enum by reed · 10 years ago
  36. 85d3427 Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes pixel ops flag. (patchset #3 id:40001 of https://codereview.chromium.org/622663002/) by bsalomon · 10 years ago
  37. cf99b00 GrContext::copyTexture->GrContext::copySurface. by bsalomon · 10 years ago
  38. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  39. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  40. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  41. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  42. 5d9ab28 enable conservative clips for gpudevice by reed · 10 years ago
  43. 0397e9f use surface in SkView/SampleApp by reed · 10 years ago
  44. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  45. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  46. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  47. 8482504 make allocPixels throw on failure by reed · 10 years ago
  48. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  49. 23b406c Make SkGpuDevice constructors private. by bsalomon · 10 years ago
  50. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  51. 99ae881 remove (unused) scale parameter from measureText by reed · 10 years ago
  52. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  53. d1d3bae add an animated test to verify that high-quality identity scaling doesn't change the image by humper · 10 years ago
  54. cdf2db9 parameterize tesselation params by reed · 10 years ago
  55. 147476d fix hittest in Patch sample by reed · 10 years ago
  56. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  57. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  58. bc9845b Remove the single-sigma version of SkDropShadowImageFilter::Create(). by senorblanco · 10 years ago
  59. 17f0b6d share dm and command flags by caryclark · 10 years ago
  60. f568f6a git sample app working on iOS by caryclark · 10 years ago
  61. 285d375 remove dead code from sample by reed · 10 years ago
  62. dd52896 Remove SkPicture copy constructor by robertphillips · 10 years ago
  63. b17c764 Handle NULL typeface in SampleApp. by Ben Wagner · 10 years ago
  64. c846f4a Cleanup usage of GetResourcePath() after commit bcbc1788b478b1e54079318ad073e8490aa66fae. by tfarina · 10 years ago
  65. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  66. 8c0c7b0 remove unnecessary bitmapdevice references by reed · 10 years ago
  67. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  68. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
  69. fd117d8 Port SampleApp to SkCommandLineFlags. by mtklein · 10 years ago
  70. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  71. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  72. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  73. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  74. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  75. 73be51e remove unneeded inval by reed · 10 years ago
  76. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 10 years ago
  77. 901e96d Add Sample slide for Rectanizers by robertphillips · 10 years ago
  78. 97f5fc6 Allow SkPictureImageFilter to be serialized when not run cross-process. by senorblanco@chromium.org · 10 years ago
  79. 9a558d4 using real tiles when simulating tiling by commit-bot@chromium.org · 10 years ago
  80. 687a26d fix int->scalar warnings by reed@google.com · 10 years ago
  81. 1803f4eb new animated sample to show subpixel translate bug with high quality scaling by commit-bot@chromium.org · 10 years ago
  82. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  83. b859fe6 Fixing windows warnings by commit-bot@chromium.org · 10 years ago
  84. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  85. 067fe48 Adding new filters to fuzzer by commit-bot@chromium.org · 10 years ago
  86. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  87. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  88. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  89. 628ed0b Add Dashing gpu effect for simple dashed lines by commit-bot@chromium.org · 10 years ago
  90. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  91. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  92. 5970f62 re-land hide get/setLocalMatrix by commit-bot@chromium.org · 10 years ago
  93. e003aec remove unused Kernel33MaskFilter by commit-bot@chromium.org · 10 years ago
  94. d12de02 Revert of hide get/setLocalMatrix (https://codereview.chromium.org/279563002/) by commit-bot@chromium.org · 10 years ago
  95. 5adad32 hide get/setLocalMatrix by commit-bot@chromium.org · 10 years ago
  96. 95c2003 cleanup GrContext resource cache api by commit-bot@chromium.org · 10 years ago
  97. b2c82c9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  98. 8fae213 add localmatrix-shader by commit-bot@chromium.org · 10 years ago
  99. 2e74f9d remove code behind SK_SUPPORT_LEGACY_PROCXFERMODE by reed@google.com · 10 years ago
  100. fb6fefe fix cycle_colortypes so we can test 565 by commit-bot@chromium.org · 10 years ago