aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Expand)AuthorAge
* Turn off DM --pre_log on the bots. Too spammy.Gravatar mtklein2016-02-24
* added 'visible' attribute to skiaserve JSONGravatar ethannicholas2016-02-23
* Run no CPU benches in Debug trybots.Gravatar mtklein2016-02-22
* added mode=cpu|gpu to skiaserve JSONGravatar ethannicholas2016-02-22
* Add vulkan files into skia repo. This is an incomplete backend with only part...Gravatar Greg Daniel2016-02-22
* Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://c...Gravatar egdaniel2016-02-22
* Add vulkan files into skia repo. This is an incomplete backend with only part...Gravatar Greg Daniel2016-02-22
* DM: remove unnecessary use of std::functionGravatar mtklein2016-02-19
* add back some basic configs to MSAN botGravatar mtklein2016-02-19
* added /enableGPU command to skiaserveGravatar ethannicholas2016-02-19
* GrAuditTrail can now be enabled/disabled at runtimeGravatar ethannicholas2016-02-18
* MSAN: cut down to greenGravatar mtklein2016-02-18
* fixed SkDrawCommand JSON generationGravatar ethannicholas2016-02-18
* added server-side breakpoint support to skiaserveGravatar ethannicholas2016-02-18
* Make build_command_buffer.py work on WindowsGravatar bsalomon2016-02-18
* Move SkTDArray to private.Gravatar bungeman2016-02-18
* Make build_command_buffer.py work on Mac and Windows.Gravatar bsalomon2016-02-18
* Move SkTArray to include/private.Gravatar bungeman2016-02-17
* converted skiaserve PNGs from RGBA to RGBGravatar ethannicholas2016-02-17
* Add batch information to jsonGravatar joshualitt2016-02-17
* Add a script to build and copy the command buffer shared library. This script...Gravatar bsalomon2016-02-17
* Revert of further skiaserve image performance improvements (patchset #1 id:1 ...Gravatar ethannicholas2016-02-17
* Make SkPicture/SkImageGenerator default to SkCodecGravatar msarett2016-02-17
* further skiaserve image performance improvementsGravatar ethannicholas2016-02-17
* MSAN: build libc++ with MSAN, link to it.Gravatar mtklein2016-02-16
* tuned skiaserve's png output for better performanceGravatar ethannicholas2016-02-16
* skiaserve: Change alpha setting from GET to POST.Gravatar jcgregorio2016-02-16
* Setup for -Fast GCE bot.Gravatar mtklein2016-02-16
* Adding a tool to get images from skpsGravatar msarett2016-02-12
* Make SkJpegCodec compatible with libjpegGravatar msarett2016-02-12
* Put all XSAN bots on the same DEPS-sourced build of Clang.Gravatar mtklein2016-02-12
* added clip visualization to skiaserveGravatar ethannicholas2016-02-12
* skiaserve now retains the graphics context rather than creating a new one eac...Gravatar ethannicholas2016-02-12
* fixed SkDebugCanvas' handling of drawPictureGravatar ethannicholas2016-02-12
* fixed off-by-one error in skiaserve /cmdGravatar ethannicholas2016-02-11
* enable ThermalManager on AndroidGravatar joshualitt2016-02-11
* integrated SkDebugCanvas JSON support with UrlDataManagerGravatar ethannicholas2016-02-11
* wire up new json code in skiaserveGravatar joshualitt2016-02-11
* fix for gpu valgrind botGravatar joshualitt2016-02-11
* skiaserve: Fix /cmd/N and /cmd/N[0|1], the response was never queued.Gravatar jcgregorio2016-02-10
* added JSON support for various lesser-used featuresGravatar ethannicholas2016-02-10
* added SkDebugCanvas::toJSONGravatar ethannicholas2016-02-10
* added some missing static modifiersGravatar ethannicholas2016-02-10
* Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:...Gravatar kjlubick2016-02-10
* Make SkPicture/SkImageGenerator default to SkCodecGravatar scroggo2016-02-10
* Fix for mips buildGravatar joshualitt2016-02-10
* Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas.Gravatar ethannicholas2016-02-10
* Revert of Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanva...Gravatar caryclark2016-02-10
* Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas.Gravatar ethannicholas2016-02-09
* moved debugger support files from src/utils/debugger to tools/debuggerGravatar ethannicholas2016-02-09