Clean up dead code: filter.
[platform/upstream/libSkiaSharp.git] / tools /
2015-11-18 mtkleinClean up dead code: filter.
2015-11-18 mtkleinClean up dead code: render_pdfs.
2015-11-17 msarettDisable testcase7.bmp on SkImageDecoder and clean up...
2015-11-16 mtkleinRevert of skstd -> std for unique_ptr (patchset #9...
2015-11-16 mtkleinskstd -> std for unique_ptr
2015-11-16 msarettDisable incomplete image tests in nanobench
2015-11-13 egdanielMove GrGLPrimitive/GeometryProc to GLSL
2015-11-13 cdaltonAdd visualbench option for nvpr stencil samples
2015-11-13 cdaltonFix visualbench flicker on triple buffered platforms
2015-11-13 cdaltonMake visualbench timing continuous for no-reset mode
2015-11-13 egdanielMove XferProcessors to glsl
2015-11-13 cdaltonAdd visualbench option to not reset between samples
2015-11-13 msarettMove SkBitmapRegionDecoder to include/android and src...
2015-11-13 msarettLock pixels again after dummy reset of pixel ref in...
2015-11-12 mtkleinSkAtomic: always use std::atomic
2015-11-12 mtkleinReplace SkFunction with std::function
2015-11-12 scroggoAdd include guards for SkBRDAllocator
2015-11-11 msarettMake BRD take advantage of zero initialized memory
2015-11-11 msarettChange quality settings on SkImageDecoder_libjpeg
2015-11-11 msarettAdd an Allocator interface that indicates if memory...
2015-11-10 msarettReorganize BRD code in new tools directory
2015-11-10 msarettDelete dead BitmapRegionDecoder code in tools
2015-11-10 joshualittParse command line arguments for sdl + android
2015-11-07 halcanaryComments Style: s/skbug.com/bug.skia.org/
2015-11-06 msarettRename SkBitmapRegionDecoder and Create function
2015-11-05 msarettSkBitmapRegionCodec needs to use the rowBytes on the...
2015-11-03 halcanarytools/git-sync-deps: speed up common case by skipping...
2015-11-03 mtkleinDM+VB: WallTimer -> SkTime::GetNSecs().
2015-11-02 irothEnable building Skia for iOS with bazel.
2015-11-02 benjaminwagnerIn BUILD.public, specify alwayslink for skia library.
2015-10-30 caryclarkMore conic-specific tests revealed a few conic-specific...
2015-10-30 bsalomonDon't run nvpr on TSAN bot
2015-10-29 benjaminwagnerFor BUILD.public, let SkPreConfig.h set SK_RELEASE...
2015-10-27 msarettMake DMSrcSink fail fatally when decodeRegion() fails...
2015-10-27 msarettAdd NewFromStream and getEncodedFormat to BitmapRegionD...
2015-10-27 msarettRefactor SkBitmapRegionDecoderInterface for Android
2015-10-26 cdaltonFlush GrContext between benchmark draw loops
2015-10-26 cdaltonAdd visualbench option for device-independent fonts
2015-10-26 benjaminwagnerEnable BUILD file compilation of skia and dm with ...
2015-10-23 mtkleinSkTime::GetNSecs()
2015-10-23 mtkleinRevert of SkTime::GetNSecs() (patchset #11 id:200001...
2015-10-23 mtkleinSkTime::GetNSecs()
2015-10-23 mtkleinRevert of SkTime::GetNSecs() (patchset #10 id:180001...
2015-10-22 mtkleinSkTime::GetNSecs()
2015-10-22 caryclarkRevert of SkTime::GetNSecs() (patchset #9 id:160001...
2015-10-22 mtkleinSkTime::GetNSecs()
2015-10-22 msarettImplementation of SkBitmapRegionDecoder using SkAndroid...
2015-10-22 caryclarkReland of path ops: fix conic weight and partial coinci...
2015-10-22 scroggoRevert of Suppression for valgrind bug (patchset #1...
2015-10-22 borenetStop running nanobench on GalaxyS4
2015-10-21 joshualittForce VisualBench to reset GLContext on GrContext reset
2015-10-21 borenetFix build targets for some bots
2015-10-21 caryclarkRevert of path ops: fix conic weight and partial coinci...
2015-10-20 mtkleinClean up some dead code.
2015-10-20 caryclarkThe remaining 1m skp bugs are asserts that can be harml...
2015-10-20 benjaminwagnerInclude resources directory in google3 sync.
2015-10-19 robertphillipsAdd SkTTopoSort
2015-10-19 bsalomonMisc: Don't run etc1 bench with invalid image and fix...
2015-10-19 robertphillipsAdd imgblur tool to assist BlurMaskFilter debugging
2015-10-17 mtkleinTest SkRemote on GCE bots.
2015-10-16 scroggoSuppression for valgrind bug
2015-10-16 caryclarkEnabling clip stack flattening exercises path ops.
2015-10-15 joshualittAdd NVPR to VisualBench
2015-10-15 benjaminwagnerAdd dm target to BUILD and refactor BUILD file. The...
2015-10-15 scroggoRenable image benchmarking
2015-10-15 joshualittsmall tidy of benchmarkstream
2015-10-14 joshualittRevert of small tidy of benchmarkstream (patchset ...
2015-10-14 joshualittsmall tidy of benchmarkstream
2015-10-14 joshualittCreate VisualStreamTimingModule
2015-10-12 msarettSkBitmapRegionCanvas bug fix
2015-10-12 msarettSkBitmapRegionDecoder clean-up
2015-10-09 bsalomonMove functions from SkGr to SkGrPriv.h
2015-10-09 scroggoFix codec memory leaks in nanobench
2015-10-09 msarettFill incomplete images in SkCodec parent class
2015-10-08 scroggoReland of Pass --images '' to nanobench to disable...
2015-10-08 scroggoRevert of Pass --images '' to nanobench to disable...
2015-10-06 egdanielBlacklisting imagefilterscropexpand on s4 since it...
2015-10-06 joshualittFix for visualbench loops forever
2015-10-06 joshualittnvpr removal from VisualBench base context
2015-10-05 joshualittCleanup timing state machine
2015-10-05 joshualittmove visual bench interactive module to timing state...
2015-10-05 mtkleinPass --images '' to nanobench to disable image benchmar...
2015-10-05 joshualittFactor out VisualBench timing code into a helper class
2015-10-02 halcanarySkPDF: remove suppression
2015-10-02 joshualittRevert of Blacklist GLVertexAttributesBench and GLVec4S...
2015-10-01 benjaminwagnerReland of Blacklist GLVertexAttributesBench and GLVec4S...
2015-10-01 bungemanBase SkAutoTUnref on skstd::unique_ptr.
2015-10-01 joshualittRevert of Blacklist GLVertexAttributesBench and GLVec4S...
2015-10-01 mtkleinBasic CPU support for VisualBench.
2015-10-01 mtkleinRemove const from `const int loops`.
2015-09-30 joshualittFix for nexus 5 crashing in GL benches
2015-09-30 scroggoMerge SkCodec with SkScanlineDecoder
2015-09-28 halcanaryDM: PDFSink sets rasterizer keyword
2015-09-28 reedRevert of change pixel-serializer to support reencoding...
2015-09-28 reedchange pixel-serializer to support reencoding existing...
2015-09-25 reedSkInstallDiscardablePixelRef is deprecated, enforce...
2015-09-24 joshualittstop scaling loops and improve warmup bench
2015-09-24 joshualittAdd warmup bench to visual bench
2015-09-24 benjaminwagnerBlacklist ReadPixels on GalaxyS4 due to skia:4368.
2015-09-23 benjaminwagnerBlacklist GLVertexAttributesBench and GLVec4ScalarBench...
next