- 1119c87 cleanup and optimize rect intersect routines by reed · 10 years ago
- feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
- ce68627 Adding 3D lut color filter by sugoi · 10 years ago
- 4416267 Nested picture nanobench by fmalita · 10 years ago
- 4473be8 Clean up some benches that answer questions we're no longer asking. by mtklein · 10 years ago
- 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
- 5387c83 Revert of Benchmark designed to exercise fractional image scale/translation (patchset #2 of https://codereview.chromium.org/491793003/) by djsollen · 10 years ago
- 5fc2266 Benchmark designed to exercise fractional image scale/translation by humper · 10 years ago
- 7e5598a Added bench for grid of patches. by dandov · 10 years ago
- b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
- 3342ed5 Add rotated rects benchmarks by bsalomon · 10 years ago
- 02cafcc Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
- c855ca0 Revert of Remove gpu shader optimatization for solid white or trans black colors (https://codereview.chromium.org/375823005/) by egdaniel · 10 years ago
- 5f78d22 Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
- 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
- f372321 Add nanobench, a fresh look at our microbenchmark harness. by mtklein · 10 years ago
- 32492e8 delete disabled bench by mtklein · 10 years ago
- f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
- c2fce56 Add bench for rectanizers by robertphillips · 10 years ago
- 9a3cdbb Two new benches for ETC1 bitmaps. by krajcevski · 10 years ago
- c4e416c Add Memcpy32 bench. by commit-bot@chromium.org · 10 years ago
- 0d64356 Add a new bench that tests a simple image filter DAG. by senorblanco@chromium.org · 11 years ago
- 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
- 4fcc3ca Add GrSet class built on top of RedBlackTree by commit-bot@chromium.org · 11 years ago
- 38aeb0f DM: also run benches once. by commit-bot@chromium.org · 11 years ago
- d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
- 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 2e86551 Fold bench source file list into bench.gyp. by commit-bot@chromium.org · 11 years ago
- 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
- 126f7f5 Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values."" by reed@google.com · 11 years ago
- 7b05659 Add gms and benchmarks for drawing blurry round rects. by scroggo@google.com · 11 years ago
- 84e922b Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." by reed@google.com · 11 years ago
- ac9d306 speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values. by reed@google.com · 11 years ago
- 111fd11 Bench baseline for mostly 0 image. by scroggo@google.com · 11 years ago
- c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
- 8f42697 This bench attempts to recreate Chromium's Canvas_putImageData performance test to track down https://code.google.com/p/chromium/issues/detail?id=270649. by commit-bot@chromium.org · 11 years ago
- aade2e1 Add fullscreen rect bench by bsalomon@google.com · 11 years ago
- 350b4d5 Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter. by senorblanco@chromium.org · 11 years ago
- 602a1d7 add scaledimagecache by reed@google.com · 11 years ago
- a308883 Add bench for hairline paths. by egdaniel@google.com · 11 years ago
- 523521c reenable the scale benchmark, and only bench actual canvas draw commands by humper@google.com · 11 years ago
- b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
- 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
- 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
- bcb42ae add charsToGlyphs to SkTypeface by reed@google.com · 11 years ago
- 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
- 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
- 5f87975 Add benchmark for PremultiplyAlpha and UnpremultiplyAlpha in Skia by commit-bot@chromium.org · 11 years ago
- 8af0371 add bench for fontcache performance (measurement) by reed@google.com · 11 years ago
- c117cba add bench for sk_memset16/32 by reed@google.com · 11 years ago
- 1d2f631 add bench for blurred rectori case by robertphillips@google.com · 11 years ago
- 6670ab9 Added game-like bench marks by robertphillips@google.com · 11 years ago
- 5d71adf Adding new bench tests for lighting and blur by sugoi@google.com · 12 years ago
- 580a172 Added a few bench for some image filters by sugoi@google.com · 12 years ago
- 4775cba Perlin noise adjustments by sugoi@google.com · 12 years ago
- d61ba6e Benchmark to measure SkSurface copy on write performance by junov@chromium.org · 12 years ago
- d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 12 years ago
- 4a71997 Add chart bench. Review URL: https://codereview.appspot.com/7368051 by bsalomon@google.com · 12 years ago
- c3799ad Add a bench for SkBicubicImageFilter. by senorblanco@chromium.org · 12 years ago
- c1f9011 add benchmark for stroked drawRect/drawOval/drawRRect, to prepare for optimizing by reed@google.com · 12 years ago
- 633c32b optimize region::intersect when one wholly contains the other by reed@google.com · 12 years ago
- a3f1c8e add bench for sorting by mike@reedtribe.org · 12 years ago
- 8e679fe Added new bench to test out 1xN BitmapProcShaders by robertphillips@google.com · 12 years ago
- 7c7292c Added a new function to directly generate a blurred rectangle analytically. by humper@google.com · 12 years ago
- 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
- 1ca015b add bench for hairlines by reed@google.com · 12 years ago
- 3d407a1 add bench for drawBitmapRectToRect by reed@google.com · 12 years ago
- 9243526 Added bench to replicate Google spreadsheet-style table drawing by robertphillips@google.com · 12 years ago
- cc9471c Fix premul alpha problems w/matrix convolution filter, and re-enable the bench. by senorblanco@chromium.org · 12 years ago
- 79723f9 Unreviewed; build fix. by senorblanco@chromium.org · 12 years ago
- 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
- 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
- 981b33a Add R-Tree bench. Review URL: https://codereview.appspot.com/6497086 by rileya@google.com · 12 years ago
- 6806bda Added bench to test multiple readPixels case by robertphillips@google.com · 12 years ago
- d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- 9ed02b9 Augmenting SkDeferredCanvas notification interface to signal flushes and memory allocations by junov@chromium.org · 12 years ago
- dd39488 Avoid a loop in writeString and writePad by zeroing padding first. by scroggo@google.com · 12 years ago
- ef76060 Adding checksum to SkFlatData to accelerate SkPicture recording. by junov@chromium.org · 12 years ago
- a31b8bb by twiz@google.com · 12 years ago
- 4da34e3 Add GrMemoryPool as a helper to override operators new/delete by bsalomon@google.com · 12 years ago
- f2e91a3 Dilate & Erode benchmarks. Unlike the blur benchmarks (which test by tomhudson@google.com · 12 years ago
- dde718c Add bench to test the performance of creating a picture. by djsollen@google.com · 12 years ago
- ebd2496 change SkChunkAlloc to grow its allocations geometrically (not linearly) by reed@google.com · 12 years ago
- 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 12 years ago
- c56a83c add bench for SkPath::Iter and SkPath::RawIter by reed@google.com · 13 years ago
- 4aa1a70 add initial bench for dashing (more work to do) by reed@google.com · 13 years ago
- 8c2cc1a add RegionBench, in preparation for speeding up intersects and contains for chrome by reed@google.com · 13 years ago
- b8c3917 add bench for various interp techniques used in bitmapshader_matrix by reed@google.com · 13 years ago
- 809a2a9 Add a bench for picture playback. by djsollen@google.com · 13 years ago
- cc58651 add bench for shader+blitMask by reed@google.com · 13 years ago
- 410e9dc New SkMutex benchmark - used when we suspected mutex performance issues; by tomhudson@google.com · 13 years ago
- 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
- 6e5a45c add bench for building the font cache by reed@google.com · 13 years ago
- 57c4957 add bench for building aaclips by reed@google.com · 13 years ago
- 05d63ae add initial bench for drawVertices by reed@google.com · 13 years ago
- 71dd3e0 New benchmark for blitRect based on call frequency observed while scrolling by tomhudson@google.com · 13 years ago
- 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
- e05cc8e explicitly set opt level for mac-release delete obsolete FPS bench by reed@google.com · 13 years ago
- 1134f98 Refactor the bench and common gyp/gypi files to allow for building bench within by seanpaul@google.com · 13 years ago