Added the api to inform the device that the bitmap has changed
[platform/upstream/libSkiaSharp.git] / include /
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-14 Matthew LeibowitzUpdating the C API to match the C++ layer
2017-03-12 Matthew LeibowitzMake C API compatible with -Wstrict-prototypes
2017-03-12 Matthew LeibowitzMerge branch 'chrome/m57' into update-m57
2017-03-07 Matthew LeibowitzAdded binding for bit shifts
2017-03-02 Matthew LeibowitzDifferentiate between unpremultiplied color and premult...
2017-02-28 Matthew LeibowitzFix typo
2017-02-25 Hal CanarySkRegion deserialization more robust
2017-02-24 Matthew LeibowitzAdded C API for SkData::MakeWithProc
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-13 Matthew LeibowitzAdded GrContext::resetContext to the C API
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-28 Matthew LeibowitzSeparate the public bits for the C PI and C++ API
2017-01-20 Matthew LeibowitzMerge pull request #47 from google/chrome/m56
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 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 SarettRespect full precision for RGB16 PNGs
2017-01-18 Mike ReedRevert "move device headers to core"
2017-01-17 Tyler Hoeflickeradd mask image alloc dealloc functions
2017-01-17 Mike Reedmove device headers to core
2017-01-17 Joe GregorioRevert "Continue making Ganesh use absolute texture...
2017-01-17 Matthew LeibowitzAdded support for PDF metadata
2017-01-17 Robert PhillipsContinue making Ganesh use absolute texture coordinates
2017-01-17 Brian SalomonSimplify GrProcOptInfo initialization.
2017-01-17 Mike Reedhide getClipStack
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-14 Matthew LeibowitzFixes for the return types
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 Herb DerbyFix syntax error for adjusting old stdc++ headers.
2017-01-13 Brian OsmanRemove (unused) YUV API from SkPixelRef
2017-01-13 Jim Van VerthMove Android shadow rendering interface to util library.
2017-01-13 Brian SalomonRemove most modifiers of processors on GrPipelineBuilder
2017-01-13 Herb DerbyIntroduce SkArenaAlloc - should be fast for POD types...
2017-01-13 Brian SalomonDelay SkPaint->GrPaint conversion in text rendering.
2017-01-13 Florin MalitaRevert "Revert "Hide SkCanvas getDevice() & getTopDevic...
2017-01-13 Robert PhillipsMinor Ganesh refFoo cleanup
2017-01-13 Robert PhillipsTry out refFoo pattern on GrRenderTargetContext
2017-01-13 Florin MalitaRevert "Hide SkCanvas getDevice() & getTopDevice()}"
2017-01-13 Florin MalitaHide SkCanvas getDevice() & getTopDevice()}
2017-01-13 Matthew LeibowitzMerge pull request #44 from google/chrome/m56
2017-01-13 Yuqian LiRevert "Reland https://skia-review.googlesource.com...
2017-01-13 Matt SarettUse RasterPipeline to support full precision on 16...
2017-01-12 Yuqian LiReland https://skia-review.googlesource.com/c/6091/
2017-01-12 Matt SarettRevert "Use RasterPipeline to support full precision...
2017-01-12 Hal Canaryrm -r {include,src}/animator
2017-01-12 Hal Canarycleanup after 95e3c05
2017-01-12 Matt SarettUse RasterPipeline to support full precision on 16...
2017-01-12 Mike ReedrefFoo variant for getters that naturally have a sk_sp
2017-01-12 Brian OsmanCleanup GrPixelConfig helper functions
2017-01-12 Brian OsmanRemove second version of SkImageInfo2GrPixelConfig
2017-01-12 Brian OsmanRemove kIndex_8_GrPixelConfig
2017-01-11 Brian SalomonFix undefined GrIORef test method on Chrome win bot
2017-01-11 Brian SalomonMake GrPaints move their GrProcessor ownership into...
2017-01-11 Mike Reedmove SkTRegister.h into tools
2017-01-11 Ben WagnerRemove SK_LEGACY_FONTMGR_FACTORY.
2017-01-11 Hal CanarySkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
2017-01-11 Kevin LubickRevert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
2017-01-11 Brian SalomonAdd test for processor->resource ref/io counts
2017-01-11 Hal CanarySkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
2017-01-11 Mike Reedmove SkDraw.h to core
2017-01-10 Brian OsmanAdd Gray8 pixel config
2017-01-10 Hal CanaryRemove last of SK_SUPPORT_LEGACY_IMAGE_ENCODER_CLASS
2017-01-10 Brian OsmanRevert "Add Gray8 pixel config"
2017-01-10 Hal CanaryClean up unused SK_SUPPORT_LEGACY_IMAGE_ENCODER_CLASS...
2017-01-10 Mike Reedsupport external raster handles
2017-01-10 Ben WagnerRemove SkUseTestFontConfigFile.
2017-01-10 Brian OsmanAdd Gray8 pixel config
2017-01-09 Brian SalomonMove resource ref/io manipulation from GrProgramElement...
2017-01-09 Matt SarettAllow constrained and unconstrained picture-images
2017-01-09 Brian SalomonRemove unused unique ID from GrProgramElement
2017-01-09 Brian SalomonSeparate SkArithmeticImageFilter from SkXfermodeImageFi...
next