Merge pull request #24 from google/chrome/m54
[platform/upstream/libSkiaSharp.git] / bench /
2016-09-02 Matthew LeibowitzMerge pull request #21 from mono/merge-m54
2016-09-02 Matthew LeibowitzMerge pull request #20 from mono/gpu-support
2016-08-30 Matthew LeibowitzMerge branch 'chrome/m54' into merge-m54
2016-08-18 msarettBatched implementation of drawLattice() for GPU
2016-08-18 msarettRevert of Batched implementation of drawLattice() for...
2016-08-18 halcanarySkPDF: in-place font subsetting
2016-08-18 msarettBatched implementation of drawLattice() for GPU
2016-08-15 msarettOptimize color xforms when src and dst are matching
2016-08-12 msarettOptimized implementation of quickReject()
2016-08-12 mtkleinRevert of Optimized implementation of quickReject(...
2016-08-11 msarettOptimized implementation of quickReject()
2016-08-10 robertphillipsImplement GPU occluded blur mask filter
2016-08-10 mtkleinIn recording benches, record to and from the same format.
2016-08-10 hsternAdd time return argument to SkCurveMeasure's getPosTan...
2016-08-10 halcanaryRevert of Change mapRectScaleTranslate to pass args...
2016-08-10 reedChange mapRectScaleTranslate to pass args/ret by value
2016-08-08 hsternAdd initial CurveMeasure code
2016-08-08 mtkleinUse sse4.2 CRC32 instructions to hash when available.
2016-08-08 mtkleinupdate picture recording benchmarks to allow comparison...
2016-08-06 mtkleinSkLite*
2016-08-04 robertphillipsAdd new bench for occluded blurmaskfilter draws
2016-08-03 bungemanConvert SkAutoTUnref<SkData> to sk_sp<SkData>.
2016-08-03 msarettPerform color correction on png decodes
2016-08-03 fmenozziAdd new benchmark for testing special hard stop gradien...
2016-08-02 bungemanMove off SK_SUPPORT_LEGACY_DATA_FACTORIES.
2016-08-02 msarettAdd drawImageLattice() and drawBitmapLattice() APIs
2016-07-29 mtkleinSkRasterPipeline: new APIs for fusion
2016-07-29 halcanarySkPDF: PDFStream has-a not is-a PDFDict
2016-07-29 msarettFix various SkColorSpace bugs
2016-07-29 csmartdaltonAdd test configs for instanced rendering
2016-07-29 msarettAdd color space xform support to SkJpegCodec (includes...
2016-07-29 msarettRevert of Add color space xform support to SkJpegCodec...
2016-07-28 msarettAdd color space xform support to SkJpegCodec (includes...
2016-07-28 fmenozziAdd HardStopGradientBench_ScaleNumHardStops.cpp
2016-07-27 mtkleinClean up some unused atomic routines.
2016-07-26 brianosmanAlways supply a color space (sRGB for now) with F16
2016-07-23 Matthew LeibowitzMerge pull request #15 from mono/update-skia-m52
2016-07-21 msarettRemove unnecessary getColorSpace() API from SkCodec
2016-07-21 mtkleinCorrect sRGB <-> linear everywhere.
2016-07-20 mtkleinTune linear->sRGB constants to round-trip all bytes.
2016-07-19 msarettFix master-skia build
2016-07-19 msarettImprove naive SkColorXform to half floats
2016-07-18 Matthew LeibowitzMerge branch 'chrome/m53' into update-skia-m52
2016-07-18 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-15 msarettAdd capability for SkColorXform to output half floats
2016-07-15 halcanarySkPdf: smaller color serialization
2016-07-15 mtkleinAdd a bench to measure the best way to pack from int...
2016-07-13 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-13 mtkleinRemove bulk float <-> half routines. These are dead...
2016-07-13 robertphillipsRemove GrLayerHoister
2016-07-13 mtkleinUpdate SkOpts namespaces.
2016-07-12 mtkleinSkRasterPipeline preliminaries
2016-07-12 bungemanFactor code to rotate a canvas about a point.
2016-07-12 herbRemove bloat from SkBlend_opts.
2016-07-12 fmenozziAdd benchmarks for 3 and 4 colors (most common)
2016-07-11 msarettRevert of try to speed-up maprect + round2i + contains...
2016-07-11 reedtry to speed-up maprect + round2i + contains
2016-07-11 tomhudsonRemove obsolete bench analysis scripts
2016-07-11 fmenozziAdd HardStopGradientBench.cpp
2016-07-11 fmenozziRevert of Add HardStopGradientBench.cpp (patchset ...
2016-07-11 fmenozziAdd HardStopGradientBench.cpp
2016-07-10 reedRevert of change mapRectScaleTranslate to pass args...
2016-07-10 reedchange mapRectScaleTranslate to pass args/ret by value
2016-07-07 csmartdaltonBegin instanced rendering for simple shapes
2016-06-30 reedspeed up maprect for scale+trans case
2016-06-23 halcanarySkPDF: alloc less memory for strings
2016-06-21 reedupdate callers to not use SkColorProfileType
2016-06-21 msarettFix Mac clang linker
2016-06-21 msarettAdd --simpleCodec to nanobench flags to run a smaller...
2016-06-20 liyuqianBenchmark rotated rect with AA/noAA
2016-06-20 brianosmanRespect color type and gamma settings in nanobench...
2016-06-20 brianosmanMore removal of SkColorProfileType...
2016-06-20 msarettSupport sRGB dsts in opt code
2016-06-17 egdanielRevert of More removal of SkColorProfileType... (patchs...
2016-06-17 brianosmanMore removal of SkColorProfileType...
2016-06-17 Matthew LeibowitzMerge branch 'chrome/m52' into update-skia-m52
2016-06-16 brianosmanLots of progress on switching to SkColorSpace rather...
2016-06-16 brianosmanRevert of Lots of progress switching to SkColorSpace...
2016-06-16 brianosmanLots of progress on switching to SkColorSpace rather...
2016-06-16 msarettImplement fast, correct gamma conversion for color...
2016-06-10 reedrespect srgb gamma when building mips
2016-06-08 msarettOptimize color xforms with 2.2 gammas for SSE2
2016-06-08 halcanarySkLeanWindows.h: #include "Windows.h" fewer places
2016-06-06 msarettUse SK_TEST_QCMS to mark qcms test code
2016-06-03 msarettAdd color correction benchmark - with comparison to...
2016-06-02 brianosmanFix incorrect parameter in new benchmark.
2016-06-01 brianosmanRelease surface between runs to avoid seg fault
2016-06-01 brianosmanNew benchmark to measure GPU mip-mapping performance
2016-06-01 sdefresne[GN] Add support for disabling opts via SK_BUILD_NO_OPT...
2016-05-31 mbocSkTypeface::MakeFromName to take SkFontStyle.
2016-05-27 herbMove forceSRGB to SkCommonFlags.
2016-05-27 mtkleinClean up SkFloatBits
2016-05-26 reedadd --forceSRGB option to nanobench, to get all src...
2016-05-20 robertphillipsRetract GrRenderTarget from GrTestTarget
2016-05-20 bsalomonMake LinearSrcOverBench not crash in constructor when...
2016-05-18 msarettDelete SkBitmapRegionCanvas
2016-05-17 herbAdd tests and benches to support the sRGB blitter for...
2016-05-17 reedRevert of Add specialized sRGB blitter for SkOpts ...
2016-05-16 herbAdd tests and benches to support the sRGB blitter for...
2016-05-16 bsalomonRun GM benchs in bench mode
next