1. dd39488 Avoid a loop in writeString and writePad by zeroing padding first. by scroggo@google.com · 12 years ago
  2. aa8483b SkSfntUtils should use public types. by bungeman@google.com · 12 years ago
  3. 7866228 land http://codereview.appspot.com/6353063/ by Lei by reed@google.com · 12 years ago
  4. fdd909c Added picture recording benchmark options to bench. by keyar@chromium.org · 12 years ago
  5. 6fc5699 Fixing type mask computation in SkMatrix to make it faster and make it so that matrices have the same type masks as their inverses. by junov@chromium.org · 12 years ago
  6. b698155 Fix variants in bench graphs. by bungeman@google.com · 12 years ago
  7. 7fe6409 change unique_paint_dictionary to change the paint randomly, instead of just by reed@google.com · 12 years ago
  8. 3a67a66 Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like by senorblanco@chromium.org · 12 years ago
  9. 142e1fe restore 4478 w/ fixed assert (no long need 8-byte alignment) by reed@google.com · 12 years ago
  10. fc8581b revert 4478 by reed@google.com · 12 years ago
  11. f8affe5 switch callers to SkChecksum::Compute (no 32/64 preference) by reed@google.com · 12 years ago
  12. 88db9ef add SkChecksum as a static class, for the replacement API by reed@google.com · 12 years ago
  13. f1d4695 add scaling factor for subclasses, to normalize running time a little better by reed@google.com · 12 years ago
  14. ead2b39 by bensong@google.com · 12 years ago
  15. af3d79a by bensong@google.com · 12 years ago
  16. ef76060 Adding checksum to SkFlatData to accelerate SkPicture recording. by junov@chromium.org · 12 years ago
  17. 1513f6e write my own os.path.abspath() to work around Win path-length limits by epoger@google.com · 12 years ago
  18. 3186847 Reduce iteration count on picture_playback benchmarks to bring their cost by tomhudson@google.com · 12 years ago
  19. 5b2e01c Add -o option to bench_graph_svg.py: write the output to a file rather than stdout by epoger@google.com · 12 years ago
  20. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  21. 4da34e3 Add GrMemoryPool as a helper to override operators new/delete by bsalomon@google.com · 12 years ago
  22. 357818c fix bogus assert by reed@google.com · 12 years ago
  23. bb0b67f Reverting r4239 & r4240 by robertphillips@google.com · 12 years ago
  24. d70f730 pass -fArray[i] instead of fArray[i], to skip a compiler optimization where it by reed@google.com · 12 years ago
  25. df9d6f1 add bench for SkScalarIsFinite by reed@google.com · 12 years ago
  26. 4bdfb8c Compiler complaints + some minor cleanup by robertphillips@google.com · 12 years ago
  27. a0116d5 Disable morphology benchmarks on fixed point builds. by tomhudson@google.com · 12 years ago
  28. f2e91a3 Dilate & Erode benchmarks. Unlike the blur benchmarks (which test by tomhudson@google.com · 12 years ago
  29. 258e0bf add bench for conical Gradient by reed@google.com · 12 years ago
  30. 19069a2 fix warnings on Mac in bench by caryclark@google.com · 12 years ago
  31. 0d10280 We often rgn-diff an area >= the other rgn. now we detect that and return empty by reed@google.com · 12 years ago
  32. dde718c Add bench to test the performance of creating a picture. by djsollen@google.com · 12 years ago
  33. f3a8d8e apply 10.p+32 -> (float)(1 << 23) fix from MathTest here as well by reed@google.com · 12 years ago
  34. 7f19241 add bench for floor variants by reed@google.com · 12 years ago
  35. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  36. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  37. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  38. ea6f683 add makedash_ variants to measure applying the dash (not drawing it) by reed@google.com · 12 years ago
  39. ebd2496 change SkChunkAlloc to grow its allocations geometrically (not linearly) by reed@google.com · 12 years ago
  40. a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 12 years ago
  41. a584aed perform quickReject in drawPoints (which is called by drawLine) just like we by reed@google.com · 12 years ago
  42. c3be34d Add (8) more benchmarks to capture performance of a pair of blit optimization by tomhudson@google.com · 12 years ago
  43. 4ad2275 add clipped case for dashing to exercise quickReject by reed@google.com · 12 years ago
  44. 63c5761 add test for computing the bounds of an array of points (SkRect::set) by reed@google.com · 12 years ago
  45. 4debcac Debug Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
  46. 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 12 years ago
  47. 3d8cd17 Discard absurd values (and log warnings) when graphing bench results. by epoger@google.com · 12 years ago
  48. ef85e3c add experimental variant of dashing, where we explicitly draw rects by reed@google.com · 12 years ago
  49. b1af07a Dialed back complexity of nested clip bench to bring time down to a reasonable level by robertphillips@google.com · 12 years ago
  50. 6bb99e3 Added new bench test for nested clips by robertphillips@google.com · 12 years ago
  51. 6d62df4 First pass at accelerating gpu-based AA clipping by robertphillips@google.com · 12 years ago
  52. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 12 years ago
  53. c56a83c add bench for SkPath::Iter and SkPath::RawIter by reed@google.com · 12 years ago
  54. 99a6ef4 add different stroke-widths to dash bench by mike@reedtribe.org · 12 years ago
  55. 4aa1a70 add initial bench for dashing (more work to do) by reed@google.com · 12 years ago
  56. 26dc5b6 always return a value by reed@google.com · 12 years ago
  57. 4b4f86d distinguish intersects-rect from intersects-rgn by reed@google.com · 12 years ago
  58. 46af7ef renormalize some loop counts for faster tests in regions by reed@google.com · 12 years ago
  59. 01049d5 rename containsrgn to containsrect, since that is what it is testing by reed@google.com · 12 years ago
  60. 515d998 make name lower-case, to match all other benches by reed@google.com · 12 years ago
  61. 71937d6 must return a value by reed@google.com · 12 years ago
  62. 50129db add contains xy test, adjust number of rects (using xor this time) by reed@google.com · 12 years ago
  63. 8c2cc1a add RegionBench, in preparation for speeding up intersects and contains for chrome by reed@google.com · 12 years ago
  64. 82a7bfc add defer canvas to bench by bsalomon@google.com · 13 years ago
  65. 13eaaaa Allow specifying multiple configs for bench, e.g. -config 8888 -config GPU. by tomhudson@google.com · 13 years ago
  66. 6853e80 Addressed more Windows compiler complaint issues by robertphillips@google.com · 13 years ago
  67. 1647a19 add circle benchmark by bsalomon@google.com · 13 years ago
  68. 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 13 years ago
  69. 86bb9b7 Add usage message and -h|--help arguments to bench. by tomhudson@google.com · 13 years ago
  70. a0b63b8 Reverting bench tests to pre-3546 (i.e., readding "Debug" option) with a SK_DEBUG guard by robertphillips@google.com · 13 years ago
  71. 39a058f Removing "Debug" option from bench tests to evaluate possible regression by robertphillips@google.com · 13 years ago
  72. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 13 years ago
  73. 0da3719 Added debug GL Interface. This interface tracks various GL objects in order to find leaks & invalid accesses. by robertphillips@google.com · 13 years ago
  74. af2313e Disable overly heavy benchmark - 15x slower than any other benchmark by tomhudson@google.com · 13 years ago
  75. b8c3917 add bench for various interp techniques used in bitmapshader_matrix by reed@google.com · 13 years ago
  76. 710c269 fix reorder initialization warning by djsollen@google.com · 13 years ago
  77. 809a2a9 Add a bench for picture playback. by djsollen@google.com · 13 years ago
  78. b9682d3 Change append to appendf for call sites with no format arguments. by vandebo@chromium.org · 13 years ago
  79. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  80. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  81. e50f736 Add a wide stroked line path benchmark to bench. It uses the same stroke width by senorblanco@chromium.org · 13 years ago
  82. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  83. 508824b Make null gl a top level config in bench by bsalomon@google.com · 13 years ago
  84. 5ae777d rename sk_float_isNaN to sk_float_isnan to match related functions by reed@google.com · 13 years ago
  85. 1607863 rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed by reed@google.com · 13 years ago
  86. 0be5eb7 add bench for computing isfinite of 4 values (targeted for SkRect) by reed@google.com · 13 years ago
  87. a069c8f speedup AAClip::setRegion (n^2 to n) add bench for setRegion by reed@google.com · 13 years ago
  88. 055af88 add test for drawPosText, to measure any difference it introduces given that by reed@google.com · 13 years ago
  89. 8caac64 Add fractional-radius blurs to blur benchmark. by tomhudson@google.com · 13 years ago
  90. cc58651 add bench for shader+blitMask by reed@google.com · 13 years ago
  91. 410e9dc New SkMutex benchmark - used when we suspected mutex performance issues; by tomhudson@google.com · 13 years ago
  92. 3d3dfe0 Fixes int to scalar warnings. This checkin changes the range of random matrix values in a benchmark but it is believed not to affect the runtime. by bsalomon@google.com · 13 years ago
  93. 073c907 use new PurgeFontCache() api by reed@google.com · 13 years ago
  94. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  95. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  96. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
  97. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
  98. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
  99. 8e372c9 custom memset32 to speed up erasing the offscreen when its width is small. by reed@google.com · 13 years ago
  100. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago