skia2/bench
2016-10-12 11:46:07 -07:00
..
AAClipBench.cpp abstract name of clipping ops, to transtion to a more restricted set 2016-09-20 08:42:39 -07:00
AlternatingColorPatternBench.cpp
AndroidCodecBench.cpp change SkStreams to work with sk_sp<SkData> instead of SkData* 2016-09-12 12:01:44 -07:00
AndroidCodecBench.h Convert SkAutoTUnref<SkData> to sk_sp<SkData>. 2016-08-03 13:32:32 -07:00
BenchLogger.cpp
BenchLogger.h
Benchmark.cpp
Benchmark.h
BezierBench.cpp
BigPathBench.cpp
BitmapBench.cpp Factor code to rotate a canvas about a point. 2016-07-12 15:01:19 -07:00
BitmapRectBench.cpp
BitmapRegionDecoderBench.cpp change SkStreams to work with sk_sp<SkData> instead of SkData* 2016-09-12 12:01:44 -07:00
BitmapRegionDecoderBench.h Convert SkAutoTUnref<SkData> to sk_sp<SkData>. 2016-08-03 13:32:32 -07:00
BitmapScaleBench.cpp
BlurBench.cpp
BlurImageFilterBench.cpp
BlurOccludedRRectBench.cpp Implement GPU occluded blur mask filter 2016-08-10 16:25:25 -07:00
BlurRectBench.cpp
BlurRectsBench.cpp
BlurRoundRectBench.cpp benchmarks: Avoid brackets and commas in test names. 2016-08-29 13:33:04 -07:00
ChartBench.cpp
check_bench_regressions.py
ChecksumBench.cpp Use sse4.2 CRC32 instructions to hash when available. 2016-08-08 09:06:28 -07:00
ChromeBench.cpp
CmapBench.cpp
CodecBench.cpp change SkStreams to work with sk_sp<SkData> instead of SkData* 2016-09-12 12:01:44 -07:00
CodecBench.h Convert SkAutoTUnref<SkData> to sk_sp<SkData>. 2016-08-03 13:32:32 -07:00
CodecBenchPriv.h
ColorCodecBench.cpp Add SkColorSpaceXform to the public API 2016-10-11 12:15:03 -07:00
ColorCodecBench.h Improve naive SkColorXform to half floats 2016-07-19 09:07:55 -07:00
ColorCubeBench.cpp
ColorFilterBench.cpp
ColorPrivBench.cpp
ControlBench.cpp
CoverageBench.cpp
DashBench.cpp
DisplacementBench.cpp
DrawBitmapAABench.cpp
DrawLatticeBench.cpp Fix nanobench crashes 2016-09-30 13:09:01 -07:00
EncoderBench.cpp Convert SkAutoTUnref<SkData> to sk_sp<SkData>. 2016-08-03 13:32:32 -07:00
FontCacheBench.cpp
FontScalerBench.cpp
FSRectBench.cpp
GameBench.cpp
GeometryBench.cpp
GLBench.cpp Turned on SkSL->GLSL compiler 2016-10-12 06:39:56 -07:00
GLBench.h Turned on SkSL->GLSL compiler 2016-10-12 06:39:56 -07:00
GLInstancedArraysBench.cpp Turned on SkSL->GLSL compiler 2016-10-12 06:39:56 -07:00
GLVec4ScalarBench.cpp fixed GLVec4ScalarBench 2016-10-12 11:46:07 -07:00
GLVertexAttributesBench.cpp Turned on SkSL->GLSL compiler 2016-10-12 06:39:56 -07:00
GMBench.cpp
GMBench.h
GradientBench.cpp
GrMemoryPoolBench.cpp
GrMipMapBench.cpp Lots of progress on switching to SkColorSpace rather than SkColorProfileType 2016-06-16 13:03:24 -07:00
GrResourceCacheBench.cpp
gUniqueGlyphIDs.h
HairlinePathBench.cpp
HardStopGradientBench_ScaleNumColors.cpp Add HardStopGradientBench_ScaleNumHardStops.cpp 2016-07-28 10:59:49 -07:00
HardStopGradientBench_ScaleNumHardStops.cpp Add HardStopGradientBench_ScaleNumHardStops.cpp 2016-07-28 10:59:49 -07:00
HardStopGradientBench_SpecialHardStops.cpp Add new benchmark for testing special hard stop gradient cases 2016-08-03 12:12:19 -07:00
ImageBench.cpp
ImageCacheBench.cpp
ImageCacheBudgetBench.cpp More NoGPU compile fixes 2016-09-15 08:33:02 -07:00
ImageFilterCollapse.cpp
ImageFilterDAGBench.cpp Add a transient image filter cache to SkImage::makeWithFilter & PDF 2016-09-21 09:46:57 -07:00
InterpBench.cpp
LightingBench.cpp
LineBench.cpp
MagnifierBench.cpp
MathBench.cpp *SkTCast<int*>(float*) -> memcpy 2016-09-29 15:48:04 +00:00
Matrix44Bench.cpp
MatrixBench.cpp Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2 id:20001 of https://codereview.chromium.org/2138943002/ ) 2016-08-10 07:13:21 -07:00
MatrixConvolutionBench.cpp
MeasureBench.cpp Add time return argument to SkCurveMeasure's getPosTan, rename to getPosTanTime 2016-08-10 07:45:31 -07:00
MemoryBench.cpp
MemsetBench.cpp
MergeBench.cpp
microbench.json
MipMapBench.cpp respect srgb gamma when building mips 2016-06-10 11:41:47 -07:00
MorphologyBench.cpp
MutexBench.cpp
nanobench.cpp Make global use-analytic-AA bit threadsafe. 2016-10-04 20:13:31 +00:00
nanobench.h Lots of progress on switching to SkColorSpace rather than SkColorProfileType 2016-06-16 13:03:24 -07:00
nanobenchAndroid.cpp
nanobenchAndroid.h
pack_int_uint16_t_Bench.cpp Add a bench to measure the best way to pack from int to uint16_t with SSE. 2016-07-15 07:45:53 -07:00
PatchBench.cpp benchmarks: Avoid brackets and commas in test names. 2016-08-29 13:33:04 -07:00
PatchGridBench.cpp
PathBench.cpp Benchmark rotated rect with AA/noAA 2016-06-20 14:05:27 -07:00
PathIterBench.cpp
PDFBench.cpp SkPDF: in-place font subsetting 2016-08-18 14:22:52 -07:00
PerlinNoiseBench.cpp
PictureNestingBench.cpp
PictureOverheadBench.cpp No \n in bench names. 2016-09-13 13:27:13 -07:00
PicturePlaybackBench.cpp
PremulAndUnpremulAlphaOpsBench.cpp
QuickRejectBench.cpp Optimized implementation of quickReject() 2016-08-12 08:29:08 -07:00
ReadPixBench.cpp
RecordingBench.cpp In recording benches, record to and from the same format. 2016-08-10 12:09:34 -07:00
RecordingBench.h In recording benches, record to and from the same format. 2016-08-10 12:09:34 -07:00
RectanizerBench.cpp
RectBench.cpp Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" 2016-10-05 17:33:03 -07:00
RectoriBench.cpp
RefCntBench.cpp Clean up some unused atomic routines. 2016-07-27 08:40:45 -07:00
RegionBench.cpp
RegionContainBench.cpp
RepeatTileBench.cpp
ResultsWriter.h
RotatedRectBench.cpp Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" 2016-10-05 17:33:03 -07:00
RTreeBench.cpp
ScalarBench.cpp
ShaderMaskBench.cpp
ShapesBench.cpp Begin instanced rendering for simple shapes 2016-07-07 08:49:11 -07:00
Sk4fBench.cpp
SkBlend_optsBench.cpp Turn on -Wundefined-reinterpret-cast. 2016-09-26 17:43:47 +00:00
SkGlyphCacheBench.cpp SkTypeface::MakeFromName to take SkFontStyle. 2016-05-31 11:42:37 -07:00
SkLinearBitmapPipelineBench.cpp update callers to not use SkColorProfileType 2016-06-21 10:28:14 -07:00
SKPAnimationBench.cpp
SKPAnimationBench.h
SKPBench.cpp
SKPBench.h
skpbench.json
SkRasterPipelineBench.cpp Just add the F16 bench from https://skia-review.googlesource.com/c/2860/ 2016-10-03 19:32:09 +00:00
SortBench.cpp
StrokeBench.cpp
SwizzleBench.cpp
TableBench.cpp
TextBench.cpp
TextBlobBench.cpp Use sk_sp text blob APIs 2016-09-13 10:00:23 -07:00
TileBench.cpp
TileImageFilterBench.cpp
TopoSortBench.cpp
VertBench.cpp
WritePixelsBench.cpp
WriterBench.cpp
Xfer4fBench.cpp
XferF16Bench.cpp
XfermodeBench.cpp Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" 2016-10-05 17:33:03 -07:00