Fix advances for aliased text with DirectWrite.
[platform/upstream/libSkiaSharp.git] / src /
2017-04-21 Ben WagnerFix advances for aliased text with DirectWrite.
2017-04-21 Matthew LeibowitzAdded some members
2017-03-25 Matthew LeibowitzUse SkArithmeticImageFilter directly
2017-03-24 Matthew LeibowitzAdded the api to inform the device that the bitmap...
2017-03-23 Matthew LeibowitzAdded some more surface members
2017-03-21 Matthew LeibowitzBindings for encoding the pixels under a pixmap
2017-03-21 Matthew LeibowitzAllow creation of an initialized data
2017-03-21 Matthew LeibowitzAdded some more stream members
2017-03-20 Matthew LeibowitzAdded the bindings for XPS documents
2017-03-20 Matthew LeibowitzMerge pull request #52 from mono/update-m57
2017-03-16 Matthew LeibowitzA few changes for UWP
2017-03-14 Matthew LeibowitzWe must ensure that we include SkTypes.h before doing...
2017-03-14 Matthew LeibowitzUpdating the C API to match the C++ layer
2017-03-12 Matthew LeibowitzMerge branch 'chrome/m57' into update-m57
2017-03-07 Brian SalomonDon't batch circles and circular rrects beyond index...
2017-03-07 Matthew LeibowitzAdded binding for bit shifts
2017-03-02 Matthew LeibowitzDifferentiate between unpremultiplied color and premult...
2017-02-25 Hal CanarySkRegion deserialization more robust
2017-02-24 Matthew LeibowitzAdded C API for SkData::MakeWithProc
2017-02-21 Matthew LeibowitzRemove glx.h
2017-02-17 Matthew LeibowitzMerge pull request #51 from google/chrome/m56
2017-02-17 Matthew LeibowitzAdded almost all the members of SkImage to the C API
2017-02-16 Matthew LeibowitzMerge pull request #49 from mono/optional-gpu
2017-02-14 Matthew LeibowitzGrGLInterface is a struct not a class
2017-02-13 Matthew LeibowitzAdded GrContext::resetContext to the C API
2017-02-13 Matthew LeibowitzGLX is now loaded at runtime to reduce dependencies
2017-02-13 Matthew LeibowitzSupport for building SK_SUPPORT_GPU=0
2017-02-13 Matthew LeibowitzFixes skia bug 6232
2017-02-11 Matthew LeibowitzAdded binding for SkCanvas::drawVertices
2017-02-11 Matthew LeibowitzAdded C bindings for SkMatrix44
2017-02-09 Matt SarettFix swapped interpretation of c and e in SkColorSpace_I...
2017-02-07 Matthew LeibowitzAdded some more path members
2017-02-06 Matthew LeibowitzAdded C API for SkBitmap::extractAlpha
2017-02-06 Matthew LeibowitzC bindings for SkBitmap::extractSubset
2017-02-06 Matthew LeibowitzAdded C API for SkCodec scanline decoding
2017-02-06 Matthew LeibowitzAdded C API for SkBitmap::getAddrX
2017-02-04 Matthew LeibowitzAdded the flags to the SkBlurMaskFilter
2017-02-03 Matthew LeibowitzAdded C bindings for SkFontMgr
2017-02-01 Matthew LeibowitzMerge pull request #48 from google/chrome/m56
2017-01-24 Matt SarettAllow conversion from non-opaque to opaque [chrome...
2017-01-23 Eric KarlDisable mipmap pre-generation path
2017-01-23 Jim Van VerthFix perf regression with SDF paths
2017-01-23 Jim Van Verth[M56] More fixes for distance field paths
2017-01-20 Matthew LeibowitzMerge pull request #47 from google/chrome/m56
2017-01-19 Herb DerbyRevert "Fix reset and deleting behavior."
2017-01-19 Matthew Leibowitzadded to enums
2017-01-19 Matthew LeibowitzMerge pull request #46 from Tylerflick/skmask-bindings
2017-01-19 Matthew LeibowitzAdded C binding for the 3DView
2017-01-18 Herb DerbyFix reset and deleting behavior.
2017-01-18 Lee Salzmanensure path bounds after rounding contain path edges...
2017-01-18 Yuqian LiReject horizontal edges in FDot6 precision
2017-01-18 Matt SarettRevert "Disallow readPixels() conversions from untagged...
2017-01-18 Yuqian LiRevert concave AAA
2017-01-18 Matt SarettDisallow readPixels() conversions from untagged srcs...
2017-01-18 Brian SalomonRename GrProcOptInfo::addProcessors to analyzeProcessors
2017-01-18 Brian SalomonAdd class GrProcessorSet which represents color and...
2017-01-18 Robert PhillipsMove read/write-Pixels up to GrSurfaceContext
2017-01-18 Matt SarettRevert "Respect full precision for RGB16 PNGs"
2017-01-18 Matt SarettRevert "Revert "SkImageInfoValidConversion (part 2)""
2017-01-18 Matt SarettRespect full precision for RGB16 PNGs
2017-01-18 Yuqian LiTurn on concave analytic AA
2017-01-18 Matt SarettRevert "SkImageInfoValidConversion (part 2)"
2017-01-18 Tyler Hoeflickerfix compile errors
2017-01-18 Mike ReedRevert "move device headers to core"
2017-01-17 Tyler Hoeflickeradd mask image alloc dealloc functions
2017-01-17 Brian OsmanFix code that relied on readPixels not doing color...
2017-01-17 Mike Reedmove device headers to core
2017-01-17 Joe GregorioRevert "Continue making Ganesh use absolute texture...
2017-01-17 Matt SarettSkImageInfoValidConversion (part 2)
2017-01-17 Matthew LeibowitzAdded support for PDF metadata
2017-01-17 Florin Malita[M56] Fix SkImageFilterCache race
2017-01-17 Mike KleinSkSplicer: no need for AI. Clang is good at this.
2017-01-17 Brian SalomonPass GrAppliedClip to pipeline creation.
2017-01-17 Robert PhillipsContinue making Ganesh use absolute texture coordinates
2017-01-17 Brian OsmanRevert "Revert "Enforce our rules about valid images...
2017-01-17 Matt SarettReland "Add SkImageInfoValidConversion() and SkImageInf...
2017-01-17 Brian SalomonSimplify GrProcOptInfo initialization.
2017-01-17 Mike Kleinadd and test SkFixed15::to_u8()
2017-01-17 Stephen WhiteGrTessellator: fix for disappearing thin path.
2017-01-17 Mike KleinSkSplicer: fix a typo in srcover stage.
2017-01-17 Ethan Nicholasdo/while loops in SPIR-V no longer cause an assertion...
2017-01-17 Matthew LeibowitzAdd canvas annotations
2017-01-17 Tyler Hoeflickeralign mask changes with mono api style
2017-01-16 Tyler Hoeflickeradd install mask signature to c bitmap api
2017-01-16 Tyler Hoeflickeradd skmask to c api
2017-01-16 Jim Van VerthSplit ShadowMaskFilter into separate ambient and spot...
2017-01-16 Herb DerbyRemove SkFallbackAlloc and SkFixedAlloc.
2017-01-16 Matthew LeibowitzMerge branch 'xamarin-svg-canvas' into xamarin-mobile...
2017-01-15 Brian OsmanRevert "Add SkImageInfoValidConversion() and SkImageInf...
2017-01-14 Brian OsmanRevert "Enforce our rules about valid images when makin...
2017-01-14 Brian OsmanEnforce our rules about valid images when making textures
2017-01-14 Matthew LeibowitzCopy the array contents to avoid warnings when using...
2017-01-14 Matthew LeibowitzFixes for the return types
2017-01-14 Mike ReedRevert "Exercise concave analytic AA"
2017-01-14 Yuqian LiExercise concave analytic AA
2017-01-13 Mike ReedRevert "move SkDevice.h and SkBitmapDevice.h contents...
2017-01-13 Mike Reedmove SkDevice.h and SkBitmapDevice.h contents in to...
2017-01-13 Robert PhillipsUse GrRenderTargetContext::readPixels in GrTextureToYUV...
2017-01-13 Brian OsmanRemove (unused) YUV API from SkPixelRef
2017-01-13 Mike KleinSkSplicer: implement load_tables and matrix_3x4
next