- bbba168 nanobench: fix and simplify --samplingTime by mtklein · 9 years ago
- 35e5d1b Refactor SkBitmapRegionDecoderInterface for Android by msarett · 9 years ago
- e6d2024 Flush GrContext between benchmark draw loops by cdalton · 9 years ago
- cb7ba1e Make appending default precision be controled by GLSL by egdaniel · 9 years ago
- 3c8ceb7 Simplify linkages to Android framework internals by tomhudson · 9 years ago
- 7b87ee7 Image filters: simplify filterInputGPU(). by senorblanco · 9 years ago
- 472d44e Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
- 26ad17b Implementation of SkBitmapRegionDecoder using SkAndroidCodec by msarett · 9 years ago
- 899ba37 Revert of Add version string and force highp NDS transfrom to GLSLCaps (patchset #3 id:40001 of https://codereview.chromium.org/1417993004/ ) by egdaniel · 9 years ago
- cef4bce Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
- 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
- f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
- 74deb98 Valgrind experiment by msarett · 9 years ago
- 4dfdbb1 nanobench: Add some Valgrind failure paranoia. by mtklein · 9 years ago
- 423f646 Add SkTTopoSort by robertphillips · 9 years ago
- 2f8ac35 Misc: Don't run etc1 bench with invalid image and fix VS2015 build warning by bsalomon · 9 years ago
- 860e8a6 Renable image benchmarking by scroggo · 9 years ago
- fd2b067 Remove unnecessary allocation in nanobench by scroggo · 9 years ago
- 2da1a85 Stop benching PNG buildTileIndex by default by scroggo · 9 years ago
- fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
- e361781 Fix codec memory leaks in nanobench by scroggo · 9 years ago
- e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
- ab12c27 Update Subset benches to support interlacing and fix bugs by scroggo · 9 years ago
- 5ea95df Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" by reed · 9 years ago
- 95376a0 Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ ) by schenney · 9 years ago
- 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
- cb54e8e Cleanup timing state machine by joshualitt · 9 years ago
- 303fa35 Specify bench_type & source_type for image benches by scroggo · 9 years ago
- 98d2e2f Factor out VisualBench timing code into a helper class by joshualitt · 9 years ago
- b235168 S4 only has 8 texture units on the GLContext we create by joshualitt · 9 years ago
- a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
- 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
- 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
- 62a69c2 Move Mutexy things to private. by herb · 9 years ago
- e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
- 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
- 57b7671 use override to make the new xcode happier by reed · 9 years ago
- 8db65a6 stop scaling loops and improve warmup bench by joshualitt · 9 years ago
- 7d4b458 Add warmup bench to visual bench by joshualitt · 9 years ago
- 7f69144 Add nanobench tests for BitmapRegionDecoder by msarett · 9 years ago
- a16e8bc move mutex construction out of the benchmarks. by mtklein · 9 years ago
- 0d39d37 Delete the typefaces. by herb · 9 years ago
- 1052f51 Font cache stress test. by herb · 9 years ago
- d32087a Add shared mutex benchmark. by herb · 9 years ago
- bcfd511 Benchmark all mutex implementations. by herb · 9 years ago
- 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
- 5598b63 Convert unit tests, GMs from SkBitmapSource to SkImagesource by fmalita · 9 years ago
- 74bd953 discardable pixelrefs are gone, update tests accordingly by reed · 9 years ago
- eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
- 894a2e4 skia: Initialize value passed to GetShaderiv in GLBench by hendrikw · 9 years ago
- dde03ff Clean up remaining users of SkPMFloat by mtklein · 9 years ago
- afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
- 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 9c84b11 Add white variants to TextBench by mtklein · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
- 877a52a VisualBenchTest: Write JSON output by borenet · 9 years ago
- 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
- 216b643 private iterator to visit all resource cache entries by reed · 9 years ago
- c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 9 years ago
- 451af50 remove SkDeferredCanvas by reed · 9 years ago
- e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
- d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
- fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
- 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
- 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
- dea6e1c update image bench to test gpu and cpu images against raster surface by reed · 9 years ago
- 799a364 add bench for gpu-image -> cpu-surface by reed · 9 years ago
- 58fd2c8 Remove sk_memcpy32 by mtklein · 9 years ago
- 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
- 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
- 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
- 31b21f6 Small fix for visualbench by joshualitt · 9 years ago
- 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
- 891f0f3 Added GLVec4ScalarBench that doesn't use VAOs by wangyix · 9 years ago
- 004aebd Revert of Added a GLBench for testing performance of vec4 vs scalar for coverage in generated shaders. (patchset #6 id:90001 of https://codereview.chromium.org/1225383002/) by scroggo · 9 years ago
- 5ca41c1 Remove GrRedBlackTree by joshualitt · 9 years ago
- 3d32d76 Add new SkPoint3 class by robertphillips · 9 years ago
- c734e69 Added a glBench for testing performance of vec4 vs scalar coverage in generated shaders. by wangyix · 9 years ago
- cd8c499 Revert of Added a GLBench for testing performance of vec4 vs scalar for coverage in generated shaders. (patchset #4 id:40002 of https://codereview.chromium.org/1225383002/) by scroggo · 9 years ago
- 6104ced Added a glBench for testing performance of vec4 vs scalar coverage in generated shaders. by wangyix · 9 years ago
- 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
- f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
- 9b2cdbf4 Allow creating multiple scanline decoders. by scroggo · 10 years ago
- cc29d26 Have nanobench pay attention to --threads. by mtklein · 10 years ago
- eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 10 years ago
- 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 10 years ago
- d390110 Use kLow_SkFilterQuality in DrawBitmapAABench by fmalita · 10 years ago
- f0ebdd7 Add a bench for measuring drawBitmap anti-aliasing overhead by fmalita · 10 years ago
- 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 10 years ago
- c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 10 years ago
- 74a07db cleanup GLBenches by joshualitt · 10 years ago
- bd929d9 fix for angle by joshualitt · 10 years ago
- d711d11 Thread through a flag to force SkPicture::playback() when recording subpictures. by mtklein · 10 years ago
- f06c389 Benchmark to test cost for additional vertex attributes by joshualitt · 10 years ago
- 7f6283b Fix CodecSubset benches seg faults for kIndex8 by msarett · 10 years ago
- 962cc98 Add benchmarkstream to visualbench by joshualitt · 10 years ago
- 2757e3f Update blur image filter bench to have crop variation by bsalomon · 10 years ago
- 63a8285 Make nanobench zoom animation time based by cdalton · 10 years ago