platform/upstream/libSkiaSharp.git
2016-03-01 herbHandle spans in sampling.
2016-03-01 brianosmanRevert of Progress on gamma-correctness in the GPU...
2016-03-01 benjaminwagnerCheck bounds before casting float to integer in SampleP...
2016-03-01 msarettFix FrontBufferedStreamTest
2016-03-01 egdanielImplement various vulkan stencil clears and fix various...
2016-03-01 brianosmanProgress on gamma-correctness in the GPU backend. Fixed...
2016-03-01 robertphillipsMake GrDrawContext::internalDrawPath cons up its own...
2016-03-01 mtkleinturn on f16 and sRGB
2016-03-01 msarettFix bug in SkGifCodec / Switch SkImageDec tests to...
2016-03-01 cdaltonAdd cap and builder feature for multisample interpolation
2016-03-01 mtkleindm: gamma_correct: true/false -> "yes"/"no"
2016-03-01 caryclarkadd gm for distance field bug
2016-03-01 robertphillipsUnbust the old debugger
2016-03-01 caryclarkremove untested blit optimization
2016-03-01 joshualittMove some GrAuditTrail fuctions to cpp file
2016-03-01 reedisolate sk_sp from larger cl
2016-03-01 brianosmanSampleApp now displays gamma-correct content in "S32...
2016-03-01 joshualittSkDebugCanvas ignore batch bounds if they are offscreen
2016-03-01 herbAdd swizzle for rgb8888.
2016-03-01 mtkleinprint stack trace on crash, tweak formatting, _Exit...
2016-02-29 brianosmanRevert of Progress on gamma-correctness in the GPU...
2016-02-29 robertphillipsMove drawDRRect back to GrDrawContext
2016-02-29 brianosmanProgress on gamma-correctness in the GPU backend. Fixed...
2016-02-29 herbSimplify the poly union.
2016-02-29 herbFix overlooked bilerp fallback.
2016-02-29 joshualittfix minor bug drawing batch bounds by default
2016-02-29 bsalomonRemove internal calls to SkImage::getTexture
2016-02-29 joshualittFixup some of the batch info in skiaserve
2016-02-29 cblumeDisabling mipmap generation until anisotropic mipmap...
2016-02-29 bungemanImprove horizontal baseline detection.
2016-02-29 joshualittRender batch bounds as stroke rects
2016-02-29 cblumeThis CL adds glTexStorage support.
2016-02-29 borenetSwarming Bots: fix resource path
2016-02-29 borenetSwarming bots: Fix tester out dir
2016-02-29 mtkleinModernize SkSpinlock.
2016-02-29 borenetFix Swarming compile out dir
2016-02-29 mtkleinRevert of DM: disable ignored and very niche configs...
2016-02-29 fmalitaUse enclosing int rect for picture shader tiles
2016-02-29 herbFix uninitialized variable warning.
2016-02-29 caryclarkremove xmlparser includes from samples
2016-02-29 mtkleinhack up get_images_from_skps
2016-02-29 mtkleinDM: disable ignored and very niche configs on bots.
2016-02-29 borenetSwarming Tests: create tmp dir if it doesn't exist
2016-02-29 borenetSwarming tests: Fix uninteresting hash file path
2016-02-29 herbtile spans
2016-02-29 joshualittAdd abilitly to query audit trail for batches by draw op
2016-02-29 mtkleinAdd gamma_correct option field to dm.json
2016-02-29 yujieqinEnable RAW codec for Windows
2016-02-29 bsalomonRemove legacy Budgeted enum aliases from SkSurface
2016-02-29 mtkleinDM crash handler tweaks
2016-02-29 joshualittRevert of Add abilitly to query audit trail for batches...
2016-02-29 borenetAdd test_skia.py, isolates for test_skia, images, skps
2016-02-29 joshualittA bit more privacy for SkiaServe's Request
2016-02-29 joshualittAdd abilitly to query audit trail for batches by draw op
2016-02-28 reedmove drawextrapatheffect header into animator
2016-02-28 update-skpsUpdate SKP version
2016-02-28 reedremove unused view helpers
2016-02-27 reedupdate CMakeLists for views/aminated removal
2016-02-27 reedremove unused view files
2016-02-27 reedremove unneeded view subclasses
2016-02-27 rmistryAdd catapult to RecreateSKPs bot's PYTHONPATH
2016-02-27 mtkleinRevert of Enable RAW codec for Windows (patchset #8...
2016-02-27 brucedawsonRevert of Add non-inline SkRTreeFactory constructor...
2016-02-26 mtkleinDM: dm.json can be missing some final results
2016-02-26 mtkleinDM: support --config {f16,srgb}
2016-02-26 jvanverthSwitch float arrays to vecs for conical gradients
2016-02-26 cblumeCreating functions for uploading a mipmapped texture.
2016-02-26 egdanielMake GrVkStencilAttachment derive form GrVkImage
2016-02-26 egdanielFix memory crash in vulakn writeUniformBuffers
2016-02-26 cdaltonReplace fWillReadFragmentPosition with a bitfield
2016-02-26 brianosmanNew GM that exercises gamma-correctness in various...
2016-02-26 cdaltonInclude glGetMultisamplefv API
2016-02-26 bsalomonWhen a surface is backed by an external render target...
2016-02-26 jvanverthAdd back Vk files with LF endings
2016-02-26 brianosmanRevert of New GM that exercises gamma-correctness in...
2016-02-26 jvanverthRemove Vk files with spurious CRLFs
2016-02-26 robertphillipsMake GrRRectBlurEffect::onIsEqual include the roundrect...
2016-02-26 joshualittGet SkiaServe Request started off with a little privacy
2016-02-26 egdanielFix oval rendering in vulkan
2016-02-26 halcanarySkPDF/Test: detailed error messages in PDFDeflateWStrea...
2016-02-26 joshualittWire up /batches in skiaserve
2016-02-26 egdanielFix uniform buffer layout in vulkan
2016-02-26 joshualittAdd batchlist managment to GrAuditTrail
2016-02-26 egdanielAdd VkProgramDataManager back into to repo
2016-02-26 brianosmanNew GM that exercises gamma-correctness in various...
2016-02-26 egdanielTry to fix broken file by just deleting it.
2016-02-26 yujieqinEnable RAW codec for Windows
2016-02-26 caryclarkadd gm to illustrate bug
2016-02-26 caryclarkfix undefined signed shifts
2016-02-26 ericrkRevert of Skia Filter Quality and Scaling Metrics ...
2016-02-26 halcanarySkPDF: Let client re-encode JPGs if they want to
2016-02-25 egdanielFix createTexture calls in vk tests
2016-02-25 ethannicholasRevert of Make GrDrawContext::internalDrawPath cons...
2016-02-25 brianosmanFix copy-paste typo in comment.
2016-02-25 fmalita4f gradient negative-dx interval fixup for kMirror_TileMode
2016-02-25 robertphillipsMake GrDrawContext::internalDrawPath cons up its own...
2016-02-25 benjaminwagnerCheck scalar to fixed conversions with axes.
2016-02-25 bungemanFully check basis vectors for extent degeneracy.
2016-02-25 joshualittMove urlhandlers out of skiaserve.cpp
2016-02-25 ericrkSkia Filter Quality and Scaling Metrics
next