index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
Commit message (
Expand
)
Author
Age
*
Clean up some unused atomic routines.
mtklein
2016-07-27
*
Always supply a color space (sRGB for now) with F16
brianosman
2016-07-26
*
Remove unnecessary getColorSpace() API from SkCodec
msarett
2016-07-21
*
Correct sRGB <-> linear everywhere.
mtklein
2016-07-20
*
Tune linear->sRGB constants to round-trip all bytes.
mtklein
2016-07-20
*
Fix master-skia build
msarett
2016-07-19
*
Improve naive SkColorXform to half floats
msarett
2016-07-19
*
Add capability for SkColorXform to output half floats
msarett
2016-07-15
*
SkPdf: smaller color serialization
halcanary
2016-07-15
*
Add a bench to measure the best way to pack from int to uint16_t with SSE.
mtklein
2016-07-15
*
Remove bulk float <-> half routines. These are dead code.
mtklein
2016-07-13
*
Remove GrLayerHoister
robertphillips
2016-07-13
*
Update SkOpts namespaces.
mtklein
2016-07-13
*
SkRasterPipeline preliminaries
mtklein
2016-07-12
*
Factor code to rotate a canvas about a point.
bungeman
2016-07-12
*
Remove bloat from SkBlend_opts.
herb
2016-07-12
*
Add benchmarks for 3 and 4 colors (most common)
fmenozzi
2016-07-12
*
Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001...
msarett
2016-07-11
*
try to speed-up maprect + round2i + contains
reed
2016-07-11
*
Remove obsolete bench analysis scripts
tomhudson
2016-07-11
*
Add HardStopGradientBench.cpp
fmenozzi
2016-07-11
*
Revert of Add HardStopGradientBench.cpp (patchset #3 id:40001 of https://code...
fmenozzi
2016-07-11
*
Add HardStopGradientBench.cpp
fmenozzi
2016-07-11
*
Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1...
reed
2016-07-10
*
change mapRectScaleTranslate to pass args/ret by value
reed
2016-07-10
*
Begin instanced rendering for simple shapes
csmartdalton
2016-07-07
*
speed up maprect for scale+trans case
reed
2016-06-30
*
SkPDF: alloc less memory for strings
halcanary
2016-06-23
*
update callers to not use SkColorProfileType
reed
2016-06-21
*
Fix Mac clang linker
msarett
2016-06-21
*
Add --simpleCodec to nanobench flags to run a smaller set of benchmarks
msarett
2016-06-21
*
Benchmark rotated rect with AA/noAA
liyuqian
2016-06-20
*
Respect color type and gamma settings in nanobench GPU configs
brianosman
2016-06-20
*
More removal of SkColorProfileType...
brianosman
2016-06-20
*
Support sRGB dsts in opt code
msarett
2016-06-20
*
Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of http...
egdaniel
2016-06-17
*
More removal of SkColorProfileType...
brianosman
2016-06-17
*
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
brianosman
2016-06-16
*
Revert of Lots of progress switching to SkColorSpace rather than SkColorProfi...
brianosman
2016-06-16
*
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
brianosman
2016-06-16
*
Implement fast, correct gamma conversion for color xforms
msarett
2016-06-16
*
respect srgb gamma when building mips
reed
2016-06-10
*
Optimize color xforms with 2.2 gammas for SSE2
msarett
2016-06-08
*
SkLeanWindows.h: #include "Windows.h" fewer places
halcanary
2016-06-07
*
Use SK_TEST_QCMS to mark qcms test code
msarett
2016-06-06
*
Add color correction benchmark - with comparison to qcms
msarett
2016-06-03
*
Fix incorrect parameter in new benchmark.
brianosman
2016-06-02
*
Release surface between runs to avoid seg fault
brianosman
2016-06-01
*
New benchmark to measure GPU mip-mapping performance
brianosman
2016-06-01
*
[GN] Add support for disabling opts via SK_BUILD_NO_OPTS define.
sdefresne
2016-06-01
[next]