1. bada644 Make all colorfilter methods const, in preparation for declaring them by reed@google.com · 12 years ago
  2. 30da745 Mark all methods on SkXfermode as const, in preparation for declaring all by reed@google.com · 12 years ago
  3. 82ec0b0 Allow setting a scaleFactor in bench_pictures (and render_pictures). by scroggo@google.com · 12 years ago
  4. 6d87557 3on/3off dashing optimization by robertphillips@google.com · 12 years ago
  5. 33352d9 Roll out r6843 to hopefully fix Windows builds by epoger@google.com · 12 years ago
  6. 3b98bfd Address comments for r6822: https://codereview.appspot.com/6946052/ by borenet@google.com · 12 years ago
  7. 5f8c8f4 Adding missing oval and roundedRect primitives to SkBBoxRecord by junov@chromium.org · 12 years ago
  8. 6b18d24 Limit the maximum number of dash segments per path by fmalita@google.com · 12 years ago
  9. 6c0e522 Add --writeJsonSummary option to gm by epoger@google.com · 12 years ago
  10. 2882c57 Fix SampleApp busted images with --picture on windows. by bsalomon@google.com · 12 years ago
  11. b3470c8 Fix line rendering with TileGrid and Rtree by junov@chromium.org · 12 years ago
  12. 9be5727 detect out-of-memory when we try to create a mask offscreen by reed@google.com · 12 years ago
  13. d0deb4f shape ops work in progress by caryclark@google.com · 12 years ago
  14. ec93bf9 add 4th test by reed@google.com · 12 years ago
  15. 5138638 change delta to 5, to better show the inset trend by mike@reedtribe.org · 12 years ago
  16. c3442d5 move inset out of SkRRect.h for now, and add experimental versions to gm by mike@reedtribe.org · 12 years ago
  17. 3707164 add gm for rrect, and rrect.inset/outset by mike@reedtribe.org · 12 years ago
  18. 5bff6ec if CG fails to decode an image, check to see if it was a problem in the colorspace by mike@reedtribe.org · 12 years ago
  19. a7aedfe Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  20. 4ef4f4a Improving comment in SkTileGrid::search by junov@chromium.org · 12 years ago
  21. 12310e4 Add new "aarects" bench to establish baseline for aa rect drawing by robertphillips@google.com · 12 years ago
  22. d4a1567 Replacing alloca call in SkTileGrid with SkAutoSMalloc by junov@chromium.org · 12 years ago
  23. 54cae70 Build fix for windows chromium bots. by junov@chromium.org · 12 years ago
  24. ddf36e7 Fix bench_pictures.cfg and add sanity check by borenet@google.com · 12 years ago
  25. 441a005 Fix r6808 fix & some compiler warnings by robertphillips@google.com · 12 years ago
  26. f7ef56d call lock-pixels once we know we're a sprite by reed@google.com · 12 years ago
  27. b68addd Use the stencil buffer to avoid temporary alpha clip masks. by bsalomon@google.com · 12 years ago
  28. ea03360 add per-draw checks for lockcounts by reed@google.com · 12 years ago
  29. 8234e54 Only run bench_pictures once for debug builds by borenet@google.com · 12 years ago
  30. de1fc47 use DEF_GM by reed@google.com · 12 years ago
  31. 61b05dc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. ffbe903 Fix compiler warning as error bug by robertphillips@google.com · 12 years ago
  33. f81f97e Optimized implementation of SkMatrix44::preScale by shawnsingh@chromium.org · 12 years ago
  34. a641f3f reland 6798 w/ fix for bitmap-as-mask pixel-locking by reed@google.com · 12 years ago
  35. cbcef70 Provide an option to bench drawing individual tiles in bench_pictures. by scroggo@google.com · 12 years ago
  36. c4013c1 In the config name, report the viewport, if one is provided. by scroggo@google.com · 12 years ago
  37. 135e16c revert 6798 (assert in GM) by reed@google.com · 12 years ago
  38. 2a3f08b add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled) by reed@google.com · 12 years ago
  39. c0d5e54 Allow bench_pictures to have its viewport set on the command line. by scroggo@google.com · 12 years ago
  40. 1adcf88 Goal: ensure we always balance lock/unlock pixels calls. by reed@google.com · 12 years ago
  41. 9f13174 Fix oversights in r6793. by bsalomon@google.com · 12 years ago
  42. 8d67c07 Use GrDrawTarget::AutoClipRestore to set temporary irect clips. by bsalomon@google.com · 12 years ago
  43. 04b5468 Fix Android SampleApp by djsollen@google.com · 12 years ago
  44. cf939ae Add a state bit to GrDrawState that forces coverage to be blended. by bsalomon@google.com · 12 years ago
  45. 8ffb704 Add the original path renderer files and some support files from Android. by jvanverth@google.com · 12 years ago
  46. e7bd5f4 shape ops work in progress by caryclark@google.com · 12 years ago
  47. dd335ae Change to BDS license (as we did with all the other files that were Apache) by reed@google.com · 12 years ago
  48. 4d3f3cd Fix android build by removing references to the old sampleApp by djsollen@google.com · 12 years ago
  49. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  50. 4c1f091 kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043 by reed@google.com · 12 years ago
  51. 8f0ca06 Fixing clip region test in deferred canvas, used to determine whether a draw operation occludes the entire canvas. by junov@chromium.org · 12 years ago
  52. 9973a8a Matrix inversion optimizations and benchmark; originally by whunt@google.com. by tomhudson@google.com · 12 years ago
  53. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  54. bfa0401 Use double precision when iterating in SkDashPathEffect::filterPath() by fmalita@google.com · 12 years ago
  55. b79103a Set git to ignore .android_config by scroggo@google.com · 12 years ago
  56. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  57. 1558d68 Add bench_pictures config Review URL: https://codereview.appspot.com/6873073 by borenet@google.com · 12 years ago
  58. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  59. 9b0fd9a part of prev CL for rrect by reed@google.com · 12 years ago
  60. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  61. 8cdf0f5 Adding quickContains API method to SkClipStack by junov@chromium.org · 12 years ago
  62. 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 12 years ago
  63. ca47aae Minor cleanup by robertphillips@google.com · 12 years ago
  64. fb883bf Fix generation of random two point gradients for program unit test. by bsalomon@google.com · 12 years ago
  65. c7b4be7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  66. 41e850f Fixing logic error in deferred canvas unittest. by junov@chromium.org · 12 years ago
  67. 1adad34 use new enum-constructors by reed@google.com · 12 years ago
  68. ef818a4 Fix for Mac-specific OpenGL == complaint in GrGLProgram.cpp by robertphillips@google.com · 12 years ago
  69. 57a54e3 Add SkMatrix44 constructor that allows user to control the initialization by vollick@chromium.org · 12 years ago
  70. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  71. 6f92862 When cloning picture, use a bitmap heap to avoid flattening bitmaps. by scroggo@google.com · 12 years ago
  72. dee54be optimize for paints that don't require deep copy during clone by reed@google.com · 12 years ago
  73. 7f805ff Disable failing test on android. by bsalomon@google.com · 12 years ago
  74. 84239fb mark our unflattened bitmap as immutable (just as picture deserialization does) by reed@google.com · 12 years ago
  75. 5a34fd3 add '--mode clone' option to bench_pictures by reed@google.com · 12 years ago
  76. 907ef6c don't convert clipPath -> clipRect if the path is inverse-filled by reed@google.com · 12 years ago
  77. 7c9d539 In SKP serialization, use existing encoded data. by scroggo@google.com · 12 years ago
  78. edf32d5 Fixing SkClipStack::clipDevPath so that it will not convert rectangular paths to rectangle clips if inverse fill. by junov@chromium.org · 12 years ago
  79. 0d3d09e shape ops work in progress by caryclark@google.com · 12 years ago
  80. 796763e Reapply (r6718) with fix for compiler error on linux. by djsollen@google.com · 12 years ago
  81. 570a48c revert Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by djsollen@google.com · 12 years ago
  82. 57c29f7 Reapply r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by djsollen@google.com · 12 years ago
  83. 9f3e9a5 shape ops work in progress by caryclark@google.com · 12 years ago
  84. f8b1ebc add helpers for isTranslate and isScaleTranslate by mike@reedtribe.org · 12 years ago
  85. c1f224a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  86. f97593c Revert "Added the following 3 features to sample app." by djsollen@google.com · 12 years ago
  87. bcedc22 Added the following 3 features to sample app. by djsollen@google.com · 12 years ago
  88. d3d377f Update filter tool to write out paths to .cpp file by robertphillips@google.com · 12 years ago
  89. 5f97114 Make debugger profiling honor deleted commands by robertphillips@google.com · 12 years ago
  90. c6b3e48 Improve handling of inverse clip paths in GrClipMaskManager. by bsalomon@google.com · 12 years ago
  91. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 12 years ago
  92. 7346df5 utils.gyp: add SkCityHash.h, delete SkConsistentChecksum.h by epoger@google.com · 12 years ago
  93. f56225c speedup peek32() when the offset is in the last block (fTail) by reed@google.com · 12 years ago
  94. 0b6dc19 Rebaseline script: check for .git and .svn in the current directory as well. Add mesa to list of configs to update. by senorblanco@chromium.org · 12 years ago
  95. 4595426 cache fontmetrics in picture-record by reed@google.com · 12 years ago
  96. 8f30fb7 add cityhash to SVN dependencies, not just DEPS file by epoger@google.com · 12 years ago
  97. b485832 Mark 64-bit constants as ULL to fix broken 32-bit Mac 10.6 build by epoger@google.com · 12 years ago
  98. c52295f mark bitmaps as immutable as we deserialize them into picture-playback by reed@google.com · 12 years ago
  99. d27fe34 comment-only fix by epoger@google.com · 12 years ago
  100. 0bba6bd Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS) by epoger@google.com · 12 years ago