Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
8b6394c24f755db39936e4e5111a3f251cc56857
/
bench
d4e1c35
nanobench: Use device independent font flag for GPU configs
by kkinnunen
· 9 years ago
5ec26ae
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
bd500f0
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ )
by bsalomon
· 9 years ago
57599fe
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
36693b5
Add 4f linear gradient benches
by fmalita
· 9 years ago
1e44051
SkPDF/Bench: add bench for SkPDFSharedStream (deflate)
by halcanary
· 9 years ago
1abea46
SkPDF/Bench: add bench for SkPDFCreateBitmapObject
by halcanary
· 9 years ago
8f7b0b2
simplify/unify xferproc api
by reed
· 9 years ago
d0c4e09
Add dest type hint to SkShader::ContextRec
by fmalita
· 9 years ago
8d9f2e4
Add ContextRec param to SkShader::contextSize()
by fmalita
· 9 years ago
31c45bb
Fix nanobench SKP flushes between loops
by cdalton
· 9 years ago
129ed1c
lots of sRGB and F16 blits
by reed
· 9 years ago
ed54504
Switch to pixmap in API.
by herb
· 9 years ago
dd9ffea
make SkPM4f private
by reed
· 9 years ago
c5eddd7
Add bilerp filtering.
by herb
· 9 years ago
b65fcd4
Don't you just feel bad every time you type 'delete'?
by mtklein
· 9 years ago
32f1908
Further reduction of GPU workload in shapes benchmarks. Hopefully this squelches the random crashes on Mali 400.
by brianosman
· 9 years ago
bf521ff
Move SkTArray to include/private.
by bungeman
· 9 years ago
82709da
Delete KTX tests to fix Android build
by msarett
· 9 years ago
134ad3e
Fix name creation scope.
by herb
· 9 years ago
91e457d
Fix "^" in --match flag for nanobench SKPs
by cdalton
· 9 years ago
8715d47
Make SkPicture/SkImageGenerator default to SkCodec
by msarett
· 9 years ago
feec878
Simplified linear pipeline.
by herb
· 9 years ago
048494c
clean up more dead code
by mtklein
· 9 years ago
b8c97ba
Further reduce the number of primitives in the donut tests. Avoids crashes on iOS.
by brianosman
· 9 years ago
8445102
Add AndroidCodecBench to time scaled decodes
by msarett
· 9 years ago
4a6e40d
Add bench and gm for shapes
by cdalton
· 9 years ago
1de415f
Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ )
by kjlubick
· 9 years ago
026388a
Make SkPicture/SkImageGenerator default to SkCodec
by scroggo
· 9 years ago
126626e
Sk4f: add floor()
by mtklein
· 9 years ago
c023210
Revert of Sk4f: add floor() (patchset #3 id:40001 of https://codereview.chromium.org/1685773002/ )
by mtklein
· 9 years ago
86c6c49
Sk4f: add floor()
by mtklein
· 9 years ago
77aa62c
Slim down Sk4fRoundtrip benches.
by mtklein
· 9 years ago
d2ed622
start experimenting with 64bit frame-buffers
by reed
· 9 years ago
a525cb1
skeleton for float <-> half optimized procs
by mtklein
· 9 years ago
3ebd050
Create a thermal manager class and wire it in to nanobench behind a flag
by joshualitt
· 9 years ago
7a5ada8
Support --dryRun in nanobench to get a list of benchmarks.
by brianosman
· 9 years ago
c5c322d
Optimize CMYK->RGBA (BGRA) transform for jpeg decodes
by msarett
· 9 years ago
2d340f2
could not resist: fast sse float <--> u16
by mtklein
· 9 years ago
0957424
SSE optimizations for GrayAlpha -> RGBA/BGRA Premul/Unpremul
by msarett
· 9 years ago
8673714
Treat bad values passed to --images as a fatal error
by scroggo
· 9 years ago
65dfd2f
Add --benchType and --sourceType to nanobench.
by mtklein
· 9 years ago
ef5252e
extend gm to test aa[] parameter on xfer4f procs
by reed
· 9 years ago
2eff71c
NEON optimizations for gray -> RGBA (or BGRA) conversions
by msarett
· 9 years ago
f46d8a6
increase inner-loop for xfer4 benches to reduce variance
by reed
· 9 years ago
507ef6d
SkNx Load/store: take any pointer.
by mtklein
· 9 years ago
395eabe
float components in xfermodes
by reed
· 9 years ago
ad38ed6
Revert of Treat bad values passed to --images as a fatal error (patchset #17 id:320001 of https://codereview.chromium.org/1611323004/ )
by scroggo
· 9 years ago
f2b340f
Consolidate SK_CRASH and sk_throw into SK_ABORT
by djsollen
· 9 years ago
fbc1e29
starter procs for blending with pm4f
by reed
· 9 years ago
817c72a
Fix broken Android framework builds
by djsollen
· 9 years ago
7579786
Treat bad values passed to --images as a fatal error
by scroggo
· 9 years ago
c47635e
Adding support for parsing extended gpu config parameters in nanobench
by svaisanen
· 9 years ago
0edf169
Stop testing SkImageDecoder in DM/nanobench
by scroggo
· 9 years ago
8d61f0d
Add pre_log option to nanobench; make this option default true in nanobench_flags.py and dm_flags.py.
by benjaminwagner
· 9 years ago
f1b8b6a
Use NEON optimizations for RGB -> RGB(FF) or BGR(FF) in SkSwizzler
by msarett
· 9 years ago
8bf7b79
Refactor swizzle names and types.
by mtklein
· 9 years ago
aa97a84
Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ )
by djsollen
· 9 years ago
4c5cd7d
Consolidate SK_CRASH and sk_throw into SK_ABORT
by djsollen
· 9 years ago
01836ad
Revert to old behavior for swap buffers
by joshualitt
· 9 years ago
5352015
Make nanobench --outResultsFile only work with Release builds.
by mtklein
· 9 years ago
bc161d6
Valgrind is not a fan of uninitialized Src pixels.
by mtklein
· 9 years ago
0b64b98
update mipbuilder bench to exercise all 4 procs
by reed
· 9 years ago
3396fb5
test pow2 and non mipbuilders
by reed
· 9 years ago
a36c710
add explicit bench for raw bitmapscaler
by reed
· 9 years ago
e5cf2c6
Have nanobench report bench median sample time too.
by mtklein
· 9 years ago
6f0ff91
apply --match to image file names too, like we do for .skps
by mtklein
· 9 years ago
c146aa6
Add --zero_init to simulate zero-initialized memory in CodecBench
by mtklein
· 9 years ago
55c86ab
test+bench new swizzle SkOpts
by mtklein
· 9 years ago
c7796b9
Make CodecBench test kPremul and kUnpremul
by msarett
· 9 years ago
38ce0a7
Add missing include for sleep
by scroggo
· 9 years ago
3405800
Make SkGLContext lifetime more well-defined
by kkinnunen
· 9 years ago
3c14681
Add a bench to test SkTileImageFilter.
by senorblanco
· 9 years ago
54e2ca5
Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ )
by jcgregorio
· 9 years ago
830e012
Make SkGLContext lifetime more well-defined
by kkinnunen
· 9 years ago
279c786
If we swap its arguments, SkTaskGroup::batch() _is_ sk_parallel_for.
by mtklein
· 9 years ago
c149f0e
On Valgrind bots, print a message every 20 minutes
by msarett
· 9 years ago
3e980c3
Add config options to run different GPU APIs to dm and nanobench
by kkinnunen
· 9 years ago
20b4ca1
Append '\n' character to nanobench error message
by cdalton
· 9 years ago
0f515bd
Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ )
by rmistry
· 9 years ago
9ebc3f0
Add config options to run different GPU APIs to dm and nanobench
by kkinnunen
· 9 years ago
5e1ddb1
Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ )
by reed
· 9 years ago
2d6ba66
Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ )
by reed
· 9 years ago
d63f60a
change all factories to return their base-class
by reed
· 9 years ago
4dabf83
Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ )
by joshualitt
· 9 years ago
c8b4336
Add config options to run different GPU APIs to dm and nanobench
by kkinnunen
· 9 years ago
e80eb92
Add default ctor to SkMask
by robertphillips
· 9 years ago
789fd99
Remove Subset*Benches
by scroggo
· 9 years ago
da420b9
Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ )
by reed
· 9 years ago
3270467
Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ )
by reed
· 9 years ago
4657ce2
remove drawSprite from canvas
by reed
· 9 years ago
6f37b4a
Unify some SkNx code
by mtklein
· 9 years ago
4ff653c
Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ )
by reed
· 9 years ago
e13ca32
Add config options to run different GPU APIs to dm and nanobench
by kkinnunen
· 9 years ago
4664650
remove explicit 'f' in glbench shader
by joshualitt
· 9 years ago
467ddc0
SkBlurImageFilter returns input when sigma = 0
by xidachen
· 9 years ago
565901d
Switch SkAutoMalloc to SkAutoTMalloc to avoid cast
by scroggo
· 9 years ago
5219fd9
Make NVPR a GL context option instead of a GL context
by kkinnunen
· 9 years ago
e36ec87
SkBitmap::installPixels(const SkPixmap&);
by halcanary
· 9 years ago
9d66696
Revert of Make NVPR a GL context option instead of a GL context (patchset #9 id:160001 of https://codereview.chromium.org/1448883002/ )
by borenet
· 9 years ago
Next »