Comment out lcd assert to make GLPrograms test happy
[platform/upstream/libSkiaSharp.git] / src /
2017-05-19 Greg DanielComment out lcd assert to make GLPrograms test happy
2017-05-19 Greg DanielFix gpu lcd blending to semi-correctly handle alpha...
2017-05-19 Matt SarettTemporarily use default webp encode method for bzl
2017-05-19 Mike Reeddetect (and preserve) if patch colors are opaque
2017-05-19 Eric KarlUpdated workaround for Intel 6xxx clear to 0/1 bug
2017-05-18 Robert PhillipsRevert "Update clearOp for split-OpList world"
2017-05-18 Jim Van VerthRemove ambient and spot mask filters.
2017-05-18 Robert PhillipsUpdate clearOp for split-OpList world
2017-05-18 Greg DanielRevert "Remove GrSurfaceDesc member from GrSurface."
2017-05-18 Florin MalitaHide SkPerlinNoiseShader impl details
2017-05-18 Brian SalomonRemove GrSurfaceDesc member from GrSurface.
2017-05-18 Robert PhillipsSwitch over GrDiscardOp to IORef-ing the GrRenderTarget...
2017-05-18 Chris DaltonAdd drawArraysBaseVertexIsBroken flag
2017-05-18 Robert PhillipsAdd check for incorrect opList splits
2017-05-18 Brian SalomonRevert "Revert "Remove GrSurface::desc() method.""
2017-05-18 Matt SarettExpand small tables in SkColorSpaceXform_A2B
2017-05-18 Mike KleinPre-cache SkPath's genID in PreCachedPath too
2017-05-18 Matt SarettFix SkImage::onMakeColorSpace() for subset lazy images
2017-05-18 Florin MalitaRemove unused SkZeroShaderContext
2017-05-18 Brian SalomonMove MIP color mode from GrSurfaceProxy to GrTextureProxy
2017-05-18 Greg DanielRevert "Remove GrSurface::desc() method."
2017-05-18 Mike KleinSkPath -> PreCachedPath
2017-05-17 Matt SarettSkColorSpace_ICC: classify two entry tables as linear
2017-05-17 Brian SalomonRemove GrSurface::desc() method.
2017-05-17 Brian OsmanAdd GM to verify that drawX == (path.addX, drawPath)
2017-05-17 Greg DanielRevert "Add GM to verify that drawX == (path.addX,...
2017-05-17 Brian SalomonReplace most uses of GrSurface::desc() with conifg...
2017-05-17 Brian SalomonRemove GrSurfaceDesc member from GrSurfaceProxy.
2017-05-17 Brian OsmanAdd GM to verify that drawX == (path.addX, drawPath)
2017-05-17 Ethan Nicholasskslc SPIR-V mod support
2017-05-17 Brian OsmanAdjust start and end points of arcs based on CTM
2017-05-17 Greg DanielFix for amd copy as draws on vulkan
2017-05-17 Ethan Nicholasskslc comma operator and optimizer fixes
2017-05-17 Mike Kleinscalarize SkGradientShader stop setup
2017-05-17 Matt SarettDelete legacy image generator API flag
2017-05-17 Robert PhillipsRemove RenderTarget pointer from GrRenderTargetOpList...
2017-05-17 Brian SalomonRemove static initializer of GrProcessorSet::gEmpty
2017-05-17 Mike Kleinremove some stray semicolons
2017-05-17 Mike Reedmove shadows to device virtual
2017-05-17 Brian SalomonRemove GrSurfaceProxy::desc()
2017-05-17 Jim Van VerthFix inset for ambient tessellated shadows
2017-05-17 Robert PhillipsRevert "Convert DstTexture to DstProxy"
2017-05-17 Robert PhillipsConvert DstTexture to DstProxy
2017-05-17 Matt SarettAdd support for webp lossless compression
2017-05-16 Greg DanielEnable vulkan copies as draws for everything but qualcomm
2017-05-16 Mike Kleintry Herb's new to_srgb
2017-05-16 Mike Reedmove files out of private, and fix up callers to IWYU
2017-05-16 Brian SalomonRemove GrRenderTargetContext::desc()
2017-05-16 Greg DanielRequire copy as draws for vulkan cross context image...
2017-05-16 Mike Kleinclamp to premul in dither
2017-05-16 Brian OsmanRemove Windows Intel blacklisting of cross context...
2017-05-16 Herb DerbyMove lambdas to statics.
2017-05-16 Florin MalitaAlways use raster pipeline for SkSweepGradient
2017-05-15 Mike Kleinfix windows detection in SkExecutor.cpp
2017-05-15 Greg DanielEnable CrossContextTextureSupport on vulkan
2017-05-15 Brian SalomonConvert GrOvalOpFactory from GrLegacyMeshDrawOp to...
2017-05-15 Mike Kleinfix SkJumper radial gradient precision
2017-05-15 Mike Reedcheck for no_paint and remove some drawdrawable special...
2017-05-15 Jim Van VerthAllow shadow zParams to be applied to affine transforma...
2017-05-15 Brian SalomonRemove kCheckAllocation_GrSurfaceFlags.
2017-05-15 Chris DaltonConvert GrMesh back to a class
2017-05-15 Robert PhillipsRename finishOpList to finishFlush and call it less...
2017-05-15 Mike Kleinadd unaligned_store()
2017-05-15 Jim Van VerthAdd filled occluders to shadow_utils GM, take 2
2017-05-15 Brian SalomonAttempt to work around iOS varying limit in GLPrograms...
2017-05-15 Herb DerbyAdd evenly spaced stops and unify gradient contexts
2017-05-15 Mike Reedcomposeshader stages
2017-05-15 Mike Reedmove impl for drawvertices into separate file
2017-05-15 Matt SarettAllow numerical color spaces with legacy rendering
2017-05-13 Brian OsmanSort all user-supplied rects before computeFastBounds
2017-05-12 Robert PhillipsSwitch ImageStorageAccess over to GrTextureProxies
2017-05-12 Brian SalomonInclude non-legacy GrMeshDrawOps in GLPrograms test.
2017-05-12 Mike Reedimplement 4f for composeshader
2017-05-12 Mike Kleinfix SkJumperHSL blend modes
2017-05-12 Mike Kleinfix legacy/SkRasterPipeline SkHighContrastFilter
2017-05-12 Brian SalomonModify SkEventTracer::SetInstance to fail rather than...
2017-05-12 Matt SarettAdd new SkImageGenerator::getPixels() API, deprecate...
2017-05-12 Brian SalomonMake GrRenderTarget[(Proxy)|(Context)]? advertise a...
2017-05-12 Mike Reedfold matrices together for tricolor
2017-05-12 Brian OsmanCleanup SkImageGenerator, add missing fns to GrBackendT...
2017-05-12 Matt SarettPass alphaType to append_gamut_transform() to inform...
2017-05-12 Robert PhillipsSplit up opLists (take 3)
2017-05-12 Mike Kleinrefactor gradient stage names
2017-05-12 Mike KleinRevert "Evenly space gradient stage."
2017-05-11 Matt SarettFix Ubuntu-Clang-x86_64-Release-Mini
2017-05-11 Jim Van VerthClassify spot shadows for general shapes
2017-05-11 herbEvenly space gradient stage.
2017-05-11 Mike Kleinproposed: inclusive gradients, exclusive images
2017-05-11 Mike Kleinspin off: always clamp linear gradients
2017-05-11 Robert PhillipsSetup for another attempt to split up opLists
2017-05-11 Brian OsmanFix GPU text colors when color spaces are involved
2017-05-11 Brian OsmanRemove SkCrossContextImageData and all support code
2017-05-11 Mike Kleinremove TODO in SkGradientShader.cpp
2017-05-11 Brian SalomonWorkaround for Intel 6xxx clear to opaque black bug
2017-05-11 Jim Van VerthFix transparent ambient shadows
2017-05-11 Jim Van VerthFix transparent ambient for perspective shadows
2017-05-11 Matt SarettAdd SkJpegEncoder and SkWebpEncoder to public API
2017-05-11 Mike KleinAdd a way to force raster pipeline blitter.
2017-05-11 Greg DanielAdd some swizzle checks to vulkan backend
2017-05-11 Florin MalitaA8 fast path for raster clip masks
next