1. a4e13c8 Fix GPU-less build. by bsalomon@google.com · 12 years ago
  2. 51a6286 Add a function that computes a reduced representation of the clip stack. by bsalomon@google.com · 12 years ago
  3. 971aca7 change SkDrawFilter::filter to return a bool, where false means don't-draw by reed@google.com · 12 years ago
  4. db3f0fd must always include another skia header (unless you're SkTypes.h). In this case, by reed@google.com · 12 years ago
  5. a8a3b3d check for bad enum use when adding contours by reed@google.com · 12 years ago
  6. 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
  7. 53007a2 choose correct blitrow proc based on global alpha by reed@google.com · 12 years ago
  8. 53ec73d Visualize bitmaps in debugger by robertphillips@google.com · 12 years ago
  9. 1c9c0d3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  10. 223137f Remove GrRandom API in favor of SkRandom. by tfarina@chromium.org · 12 years ago
  11. 729e1c4 shape ops work in progress by caryclark@google.com · 12 years ago
  12. f74dd16 Add self-test that reveals SkChecksum weakness by epoger@google.com · 12 years ago
  13. 4473765 Fixed some compilation problems with debugger with robertphillips by rmistry@google.com · 12 years ago
  14. c19468e add default: to fix warning by reed@google.com · 12 years ago
  15. 6dec8fc Add drawing of paths to debugger by robertphillips@google.com · 12 years ago
  16. 5347de1 Simple change to remove unnecessary #define statement. by sugoi@google.com · 12 years ago
  17. b2e138c fix typo: must use modified join in case the miterlimit forces us to use bevel by reed@google.com · 12 years ago
  18. 04fdaa1 use direction from isRect in strokeRect, and only stroke if it is closed by reed@google.com · 12 years ago
  19. 7775fd5 Deferred canvas can now be flushed if an image is beyond a certain size to avoid a costly image copy. by sugoi@google.com · 12 years ago
  20. f68154a Add isRect variant that returns path closure and direction. by caryclark@google.com · 12 years ago
  21. f276fa7 limit the rects width/height as well as its coords, when avoiding too-large by reed@google.com · 12 years ago
  22. bfe9037 detect wrapped rect in path by caryclark@google.com · 12 years ago
  23. b0a327e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  24. 158c595 add SK_IGNORE_NEW_STROKERECT guard by reed@google.com · 12 years ago
  25. b9971cb fix regression from 6510 -- respect kStrokeAndFill setting for stroked rects by reed@google.com · 12 years ago
  26. 9903395 test for StrokeAndFill as well in this GM by reed@google.com · 12 years ago
  27. 6bb92bc detect gigantoid matrices, and do nothing to avoid wacky overflows from float -> int by reed@google.com · 12 years ago
  28. 4e7ba6a Correct A8 gamma on Mac. by bungeman@google.com · 12 years ago
  29. 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
  30. a544f29 Additional OpenType tables. https://codereview.appspot.com/6850075/ by bungeman@google.com · 12 years ago
  31. 336b4da Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymmetrical blurs (this bug cancels itself out, but I thought it might be confusing for future readers). Use correct stride in asymmetrical blurs (this is a real bug). by senorblanco@chromium.org · 12 years ago
  32. 2cda387 Fix clang warning in GMSampleView.h by tfarina@chromium.org · 12 years ago
  33. f6c9a5b add restore() to SkAutoCanvasRestore by reed@google.com · 12 years ago
  34. 7ba591e shape ops work in progress by caryclark@google.com · 12 years ago
  35. 3458716 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  36. 866ff87 Reverting r6489 to fix compiler error in Chrome by robertphillips@google.com · 12 years ago
  37. 07784a0 skip very large rects (for now) until we can pre-clip them to avoid floating by reed@google.com · 12 years ago
  38. f11cf9f Add SkMatrix44::setColMajord, etc. by vollick@chromium.org · 12 years ago
  39. 8a1cdae Breakdown profile time by command type in the overview pane by robertphillips@google.com · 12 years ago
  40. e0d44ff Add support for new glShaderSource() signature from Khronos. Disabled by default. by senorblanco@chromium.org · 12 years ago
  41. 15393c7 Add missing SK_API define. by tfarina@chromium.org · 12 years ago
  42. 276a295 Add support for SkImageRef_ashmem. by djsollen@google.com · 12 years ago
  43. d163636 Added Reload icon by robertphillips@google.com · 12 years ago
  44. 8e41a16 Add original resources back and update code to match by robertphillips@google.com · 12 years ago
  45. dab9b4f use SkPath::isNestedRects() to apply blurred nine-patch by reed@google.com · 12 years ago
  46. 4f65a77 Fix a memory leak in skdiff that happens when the by scroggo@google.com · 12 years ago
  47. e099bc4 3 minor fixes for debugger by robertphillips@google.com · 12 years ago
  48. 808b70f modify gm to have a non-uniform donut for testing by reed@google.com · 12 years ago
  49. 8e2999f Protect against unref/ref of stencil buffer. by bsalomon@google.com · 12 years ago
  50. 56f233a add two nested rect detector to path by caryclark@google.com · 12 years ago
  51. 1542354 Revert r6469, "Turn on separable blur." by senorblanco@chromium.org · 12 years ago
  52. e7a709a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. ec7bf37 Whitespace change to trigger rebuild after network hiccup by borenet@google.com · 12 years ago
  54. 013c5d9 In SkBitmapHeap, defer adding owners for new bitmaps. by scroggo@google.com · 12 years ago
  55. 6ec1526 shape ops work in progress by caryclark@google.com · 12 years ago
  56. 2c48c5e Turn on separable blur. by senorblanco@chromium.org · 12 years ago
  57. 4ce738b Extract transform_scanline_XXXX functions into transform_scanline.h for code-sharing by epoger@google.com · 12 years ago
  58. 886b25f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  59. c438130 Separable blur: subpixel blurring. We approximate intermediate values of blur for even kernel sizes by using a kernel of size N offset to the left in the first pass, a kernel of size N offset to the right in the second pass, and a centered kernel of size N + 1 in the third pass. This required adding support for asymmetrical radii to the box blur. by senorblanco@chromium.org · 12 years ago
  60. 59d968f use correct blend proc instead of fourbyteinterp, since the src may not be opaque by reed@google.com · 12 years ago
  61. aef7361 flag the GM if we're in deferred-canvas mode, to work-around bug trying to by reed@google.com · 12 years ago
  62. 13201e7 fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go faster by reed@google.com · 12 years ago
  63. b1c42bb shape op work in progress by caryclark@google.com · 12 years ago
  64. 1588974 use #if SK_SUPPORT_GPU to guard references to gpudevice by mike@reedtribe.org · 12 years ago
  65. 92aa756 use gpu surface to match canvas by mike@reedtribe.org · 12 years ago
  66. 884e60b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  67. 908276b Reorder the separable blur passes into XXX/YYY, with an image transpose on the last pass of each group. This results in continuguous memory reads in all passes, giving a 22% speedup on theverge.skp over the previous separable implementation, and a 30%-50% improvement over the existing implementation (depending on platform). by senorblanco@chromium.org · 12 years ago
  68. 0561a3c need this for prev. cl by reed@google.com · 12 years ago
  69. 2d078b6 add bench for srcmode by reed@google.com · 12 years ago
  70. 60712f3 use DEF_BENCH() macro to clean up factory registrations -- no other change by reed@google.com · 12 years ago
  71. 86eca47 draw offscreen so we can see the alpha-channel we are writing by reed@google.com · 12 years ago
  72. fe830a4 Fix debugger crash when SK_PICTURE_PROFILING_STUBS isn't defined by robertphillips@google.com · 12 years ago
  73. 82b4f32 whitespace by epoger@google.com · 12 years ago
  74. a4f8137 update srcmode GM to include aa/bw and gradients by reed@google.com · 12 years ago
  75. 2bde91d Add profiling to debugger by robertphillips@google.com · 12 years ago
  76. 5dd85a4 add gm for srcmode (and clearmode) in prep for optimization work by reed@google.com · 12 years ago
  77. 0f5891c remove (unused) debugging global by reed@google.com · 12 years ago
  78. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  79. 7a722f0 silence excessive printf noise from SkScalerContext_FreeType::generateMetrics for glyph out-of-range. by mike@reedtribe.org · 12 years ago
  80. b3b6a60 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  81. 9b21c25 Add SkMatrix44::setTranspose by vollick@chromium.org · 12 years ago
  82. 57cff8d shape ops work in progress by caryclark@google.com · 12 years ago
  83. 459e662 Remove a warning for comparing signed and unsigned integers. by scroggo@google.com · 12 years ago
  84. 260eae5 move setDevice() to protected: in preparation for its eventual demise by reed@google.com · 12 years ago
  85. cd5f7e2 mark SkCanvas::setDevice as DEPRECATED -- need to remove all callers in chrome by reed@google.com · 12 years ago
  86. cec8de6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  87. 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
  88. fbb0ed9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  89. 454008a comment-only change to gm/tests/run.sh by epoger@google.com · 12 years ago
  90. 72fac35 Build fix. Unreviewed. by senorblanco@chromium.org · 12 years ago
  91. 9a5b570 Allow SkPicture-derived classes install their own SkPicturePlayback-derived object by robertphillips@google.com · 12 years ago
  92. 71f0f34 A new implementation of mask blurs, using separable X/Y passes. Disabled for now. by senorblanco@chromium.org · 12 years ago
  93. 5596a69 Add support for SK_MSCALAR_IS_FLOAT by vollick@chromium.org · 12 years ago
  94. a09e883 Update filter tool to allow input directory. by djsollen@google.com · 12 years ago
  95. c3c8216 Fix linux compiler error with the debugger app. by djsollen@google.com · 12 years ago
  96. 6f6dfb4 Added profiling stubs to SkPicturePlayback by robertphillips@google.com · 12 years ago
  97. 3959a76 Changing the visibility of SkMatrix44::determinant(). by vollick@chromium.org · 12 years ago
  98. 30c174b Make SkPath cache the result of cheapComputeDirection. by bsalomon@google.com · 12 years ago
  99. 000e2fe Removing files accidently submitted by Skia_Periodic_House_Keeping by rmistry@google.com · 12 years ago
  100. 20fb0c7 add tests for degenerate serifs to computeDirection by reed@google.com · 12 years ago