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