platform/upstream/libSkiaSharp.git
2016-08-15 fmenozziAdd specialized code for hard stop gradients on GPU
2016-08-15 halcanaryDocumentation: Important things on front page
2016-08-15 caryclarkincrease small allocator limit to encompass compose...
2016-08-14 msarettWebp has_alpha is a hint only
2016-08-14 msarettAssert fDeviceClipBounds is always empty when clip...
2016-08-14 gogilPrevent overflows when using gamma_alloc_size
2016-08-14 update-skpsUpdate SKP version
2016-08-12 csmartdaltonRemove stencil settings param from stencilPath()
2016-08-12 fmalita[SVGDom] SVGPong sample app
2016-08-12 dvonbeckRe-adding analytical GeoProc for rectangles
2016-08-12 halcanaryRevert of Exact Ganesh Gradients for Special Cases...
2016-08-12 fmalita[SVGDom] <polygon> & <polyline> support
2016-08-12 egdanielAllow vulkan to upload data to testing textures with...
2016-08-12 vjiaoblackAdded PointLights to SkLights::Light
2016-08-12 jvanverthAdd Android Shadow sample
2016-08-12 jcgregorioAdd extracting GM comments to the housekeeper bot.
2016-08-12 msarettOptimized implementation of quickReject()
2016-08-12 halcanarySkPDF: Subset Type3 (fallback) font
2016-08-12 rmistryTurn on SVGs for all Test bots
2016-08-12 fmenozziRemove generalized gradient code
2016-08-12 kjlubickCreate gradient fuzzers
2016-08-12 mtkleinRevert of Optimized implementation of quickReject(...
2016-08-12 halcanaryRevert of Exact Ganesh Gradients for Special Cases...
2016-08-11 egdanielRevert of Fix 4444 on Vulkan devices who don't support...
2016-08-11 bsalomonOnly open X Display once for all test GLX contexts
2016-08-11 msarettOptimized implementation of quickReject()
2016-08-11 dvonbeckLightingShader and NormalSource comment and style fixes
2016-08-11 halcanaryRevert of SkPDF: Subset Type3 (fallback) font (patchset...
2016-08-11 egdanielFix 4444 on Vulkan devices who don't support RGBA_4444
2016-08-11 rmistryUse SVGs CIPD package and use SVG as a DM source.
2016-08-11 fmenozziRemove generalized gradient code
2016-08-11 halcanarySkPDF: Subset Type3 (fallback) font
2016-08-11 brianosmanMove GrAtlasTextContext to GrDrawingManager, so we...
2016-08-11 caryclarkstart working on tiger again
2016-08-11 bsalomonAvoid creating full screen clear batches when there...
2016-08-11 msarettDelete quickRejectY()
2016-08-11 fmalita[SVGDom] Add more presentation attributes.
2016-08-11 bsalomonImprovements to build_command_buffer.py
2016-08-11 robertphillipsAlways give simple circular rrects a shot at being...
2016-08-11 egdanielFix crash in viewer on certain android devices
2016-08-11 mtkleinGN: take over some exisiting bots
2016-08-11 bsalomonInline fast path for GrPaint::isConstantBlendedColor...
2016-08-11 mtkleinSkLiteDL: turn vtable sideways
2016-08-11 jvanverthClean up Xlib viewer
2016-08-11 reedfix memory leak, remake Imageshader to use sk_sp
2016-08-11 reedadd legacy flag
2016-08-11 reedadd legacy flag for google3
2016-08-11 jcgregorioRemove a useless call: Calling lineVec.dot(qPts[0])
2016-08-11 reedRevert of SkLiteDL: turn vtable sideways (patchset...
2016-08-11 reedDeserialize pictures with custom image-deserializer
2016-08-11 fmalita[SVGDom] Add rx/ry support for <rect>
2016-08-10 rmistryUpdate VERSION of "svg" asset.
2016-08-10 hsternAdd constructor to DashInfo to enable initializer lists
2016-08-10 hsternAdd better bounds checks for getTime to fix perf debug...
2016-08-10 bsalomonAdd a full clear method to GrDrawTarget.
2016-08-10 fmalitaAdd a SkTLazy copy assignment operator
2016-08-10 mtkleinSkLiteDL: turn vtable sideways
2016-08-10 fmalita[SVGDom] Disable verbose parsing messages be default
2016-08-10 robertphillipsImplement GPU occluded blur mask filter
2016-08-10 reedupdate textblob api to use sk_sp
2016-08-10 fmenozziRevert "Remove generalized gradient code"
2016-08-10 bsalomonAdd more error printing to know why command buffer...
2016-08-10 mtkleinIn recording benches, record to and from the same format.
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-10 halcanaryRevert 386ba54 and 4ab47e0 : perf debug assert.
2016-08-10 hsternFastpath lines in SkCurveMeasure
2016-08-10 csmartdaltonAdd flag for window rectangles to GrRenderTarget
2016-08-10 hsternRefactor SkCurveMeasure to use existing eval code
2016-08-10 halcanarySkGradientShader.cpp: fix build when SK_SUPPORT_GPU=0
2016-08-10 csmartdaltonFix SkDEBUGCODE to accept commas
2016-08-10 bungemanRemove no longer existing friend.
2016-08-10 fmenozziRemove generalized gradient code
2016-08-10 jcgregorioPackage Go 1.6.2 in CIPD
2016-08-10 robertphillipsRevert of Create blurred RRect mask on GPU (rather...
2016-08-10 mtkleinconstexpr NaN,+Inf,-Inf
2016-08-10 egdanielCheck allignment of sub heap allocation in vulkan
2016-08-10 hsternAdd time return argument to SkCurveMeasure's getPosTan...
2016-08-10 mtkleinRoll GN: gn format is --in-place by default
2016-08-10 mtkleinDefault GR_GL_FUNCTION_TYPE to __stdcall on Windows.
2016-08-10 rmistryAdd "svg" asset
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-10 halcanaryRevert of Change mapRectScaleTranslate to pass args...
2016-08-10 rmistrySVG tool that downloads SVGs from a txt file into a...
2016-08-10 reedremove support for serializing bitmaps in old format
2016-08-10 reedChange mapRectScaleTranslate to pass args/ret by value
2016-08-10 robertphillipsRevert of Create blurred RRect mask on GPU (rather...
2016-08-10 fmalitaPrevent degenerate linear gradient instantiation
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-10 halcanarySkPDF: bikeshed: use `auto` less
2016-08-10 halcanaryRevert of Store mipmap levels in deferred texture image...
2016-08-09 mtkleinconstexpr infinity
2016-08-09 mtkleinallocate memory manually in SkLiteDL
2016-08-09 mtkleinSkLiteDL: add some missing std::move()
2016-08-09 brianosmanRestore scratch texture reuse on Adreno.
2016-08-09 rmistryMove ct_skps recipe from tools repo to Skia repo.
2016-08-09 cblumeStore mipmap levels in deferred texture image
2016-08-09 halcanarySkPDF: SkPDFFont organization changes.
2016-08-09 csmartdaltonInclude EXT_window_rectangles API
2016-08-09 mtkleinUse SkNVRefCnt for a couple common types.
2016-08-09 mtkleinSkLiteDL: tiny perf tweak
next