Added bindings for SkPixelSerializer
[platform/upstream/libSkiaSharp.git] / src /
2017-08-21 Matthew LeibowitzAdded bindings for SkPixelSerializer
2017-08-14 Brian OsmanReplace log2 with SkNextLog2
2017-08-11 Matthew LeibowitzWe have to use portable code with SkJumper on tvOS
2017-08-10 Matthew LeibowitzA few more type changes...
2017-08-10 Matthew LeibowitzThe C++ now compiles
2017-08-10 Matthew LeibowitzThese files appear to have been mis-merged
2017-08-10 Matthew LeibowitzMerge branch 'chrome/m60' into update-m60
2017-07-28 Ben WagnerClip FreeType glyph bitmap to mask.
2017-07-17 Ben WagnerCheck first deserialized verb of path is a move.
2017-07-11 Matthew LeibowitzAdditional colorspace APIs
2017-07-10 Matthew LeibowitzMerge branch 'xamarin-mobile-bindings' into update-m59
2017-07-10 Matthew LeibowitzMerge branch 'chrome/m59' into update-m59
2017-07-05 Ben WagnerLoad FreeType glyph bitmap before emboldening.
2017-06-22 Robert Phillips[M60 cherry pick] Suppress rendererability of kAlpha8...
2017-06-16 Eric KarlReland DeferredTextureImageData low-bit-depth/dithering...
2017-06-16 Mike ReedFix use of uninitialized value in SkColor4Shader::Creat...
2017-06-07 Robert Phillips[M60 cherry-pick] Disable deferred proxies for M60...
2017-05-31 Robert Phillips[M60 cherry pick] Initialize rects in SkValidatingReadB...
2017-05-30 Stephen WhiteGrTessellator: fix for three edges becoming collinear...
2017-05-25 Matt Sarett[m59] dither when converting to 4444
2017-05-25 Brian SalomonRevert "Clear atlas textures at creation in Chrome"
2017-05-25 Greg DanielInitialize blit framebuffer in GL even if not doing...
2017-05-24 Mike Reedadd stage for gaussian alpha to rgba for shadows
2017-05-24 Florin MalitaRevert "SkShaderBase"
2017-05-24 Florin MalitaSkShaderBase
2017-05-24 Greg DanielAllow for non opaque colors for src-over lcd fallback...
2017-05-24 Hal CanarySkStream: DynamicMemoryWStream gets writeToAndReset
2017-05-24 Florin MalitaSkSTArenaAlloc
2017-05-24 Mike ReedUse rasterpipeline for drawVertices
2017-05-24 Mike Kleinbetter extend: alloc once, no recursion
2017-05-24 Mike Kleininline SkArenaAlloc::allocObject()
2017-05-24 Derek SollenbergerAdd GrContext API to report the number of purgeable...
2017-05-24 Brian SalomonClear atlas textures at creation in Chrome
2017-05-24 Mike Kleinadd a bulk shader path through SkRasterPipelineBlitter
2017-05-24 Mike KleinSkRasterPipeline in SkArenaAlloc
2017-05-24 Mike Reedmove all details for dashing into impl
2017-05-24 Brian SalomonUpdated workaround for Intel 6xxx clear to 0/1 bug
2017-05-23 Brian SalomonRevert "Revert "Add a flag to GrSurfaceFlags that requi...
2017-05-23 Brian OsmanFix flag collision in GrDrawVerticesOp
2017-05-23 Christopher CameronMake SkPictureImageFilter::drawPictureAtLocalResolution...
2017-05-23 Leon Scroggins IIIFix alpha in webp bug introduced with animation
2017-05-23 Greg DanielReally disable srgb on nexus player vulkan
2017-05-23 Mike KleinDither copies when decreasing precision below 32-bit.
2017-05-23 Brian SalomonRevert "Add a flag to GrSurfaceFlags that requires...
2017-05-23 Mike Reedadd default arg so android can bulid
2017-05-23 Mike KleinRevert "add knob to turn off fancy SkJumper features"
2017-05-23 Greg DanielDisable srgb on vulkan nexus player
2017-05-23 Brian SalomonAdd a flag to GrSurfaceFlags that requires the texture...
2017-05-23 Christopher CameronDon't pass uniform arrays in GrGLNonlinearColorSpaceXfo...
2017-05-23 Mike Kleinmove sk_memset?? to SkOpts
2017-05-23 Mike Kleinadd knob to turn off fancy SkJumper features
2017-05-23 Mike Reedcolor-correct patch
2017-05-23 Leon Scroggins IIIAdd animation support to SkWebpCodec
2017-05-23 Mike Kleinsimpler portable round()
2017-05-23 Jim Van VerthFix TSAN error for shadow cache
2017-05-23 Leon ScrogginsRevert "sk_fgetsize to not use ftell."
2017-05-23 Robert PhillipsRemove compressed (ETC1) texture support from Ganesh...
2017-05-23 Mike Kleinremove min from repeat and mirror generally
2017-05-23 Mike Kleinretry tilers against 1
2017-05-22 Greg DanielRemove setting of alpha coverage in text ops when in...
2017-05-22 Jim Van VerthCache ambient and spot shadows at a canonical position
2017-05-22 Greg DanielFix to lcd blending in ganesh
2017-05-22 Mike KleinRevert "Revert "mark SkRasterPipelineBlitter final""
2017-05-22 Brian OsmanRevert "Remove compressed (ETC1) texture support from...
2017-05-22 Brian OsmanRevert "Revert "fix ubsan warning""
2017-05-22 Brian OsmanRevert "We can mask load and store with just AVX."
2017-05-22 Brian OsmanRevert "add tilers against 1"
2017-05-22 Brian OsmanRevert "mark SkRasterPipelineBlitter final"
2017-05-22 Brian OsmanRevert "fix ubsan warning"
2017-05-22 Brian SalomonRemove kZeroCopy_GrSurfaceFlag
2017-05-22 Mike Kleinfix ubsan warning
2017-05-22 Mike Reedadd helper static to SkColorSpaceXform
2017-05-22 Jim Van VerthAdd serialization support for drawShadowRec
2017-05-22 Robert PhillipsRemove compressed (ETC1) texture support from Ganesh
2017-05-22 Mike Kleinmark SkRasterPipelineBlitter final
2017-05-22 Mike Kleinadd tilers against 1
2017-05-22 Robert PhillipsAdd fixes & test for isConfigTexturable and isConfigRen...
2017-05-22 Brian OsmanSwitch to SkVertices version of drawVertices
2017-05-22 Mike KleinWe can mask load and store with just AVX.
2017-05-22 Mike Kleinadd compile, use it in blitter
2017-05-22 Mike Kleinrefactor SkRasterPipelineBlitter
2017-05-22 Mike Kleinsome basic speed ups for SkRasterPipeline::append()
2017-05-22 Hal CanarySkPDF: eliminate unnecessary clip for each page
2017-05-21 Brian SalomonRevert "Revert "Remove GrSurfaceDesc member from GrSurf...
2017-05-20 Mike Kleintidy up dither stage
2017-05-20 Mike Kleinstreamline SkRasterPipeline::run()
2017-05-20 Mike KleinRevert "dither copies when decreasing precision"
2017-05-20 Mike Kleindither copies when decreasing precision
2017-05-19 Matt SarettSkWebpEncoder: use bgra for lossless and yuv for lossy
2017-05-19 Greg DanielUpdate Porter Duff analysis to match LCD logic.
2017-05-19 Mike Reedstage version of vertices
2017-05-19 Ethan Nicholasminor skslc bugfixes
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
next