platform/upstream/libSkiaSharp.git
2015-05-27 bungemanUse SkTArray instead of SkSTArray in movable.
2015-05-27 emmaleerNew CodeSrc* draw mode kScanline_Subset_Mode
2015-05-27 robertphillipsMove SkGpuDevice::internalDrawPath to GrBlurUtils:...
2015-05-27 joshualittFall back to older inorder buffer if we have NVPR
2015-05-27 joshualittRevert of Fall back to older inorder buffer if we have...
2015-05-27 joshualittFall back to older inorder buffer if we have NVPR
2015-05-27 joshualittenable reordering
2015-05-27 joshualittCL to add setFullscreen and setVsync to SkWindow
2015-05-27 halcanarySkPDF: with opaque draws, treat SRC mode as SRC_OVER
2015-05-27 emmaleerfixing onSkipScanlines png error
2015-05-27 reeddon't use accessBitmap
2015-05-26 robertphillipsUnblock DEPS roll by remove SkAutoTUnref from GrDrawContext
2015-05-26 tomhudsonFix SkAndroidSDKCanvas virtuals
2015-05-26 reedspeculative revert change to pixmap for bitmapscaler
2015-05-26 joshualittreal fix for textblob use after gpu free
2015-05-26 bsalomonSplit GrCaps impl out into its own cpp
2015-05-26 robertphillipsSplit drawing functionality out of GrContext and into...
2015-05-26 reedchange internals over to SkPixmap and stop using access...
2015-05-26 bsalomonMove DstCoordTexture to GrXP, rename and remove the...
2015-05-26 joshualittReorder across clears
2015-05-26 halcanarysync-and-gyp: make smarter
2015-05-26 stephanaDisabling ~path_hairline in iOS nanobench
2015-05-26 reedremove unneeded device:lockpixels
2015-05-25 kkinnunenAvoid creating GrGLPath to the resource cache when...
2015-05-24 skia.buildbotsUpdate SKP version
2015-05-24 reeddeprecate calling lockPixels
2015-05-23 reedmove readPixels from bitmap -> pixmap
2015-05-23 reedremove bitmaps entirely from sprite blits (as source)
2015-05-23 bungemanRevert of Implement Porter Duff XP with a blend table...
2015-05-23 bungemanRevert of Fix LCD coverage regression in GrPorterDuffXP...
2015-05-23 mtkleinEveryone gets a namespace {}.
2015-05-22 bungemanRevert of Move DstCoordTexture to GrXP, rename and...
2015-05-22 bsalomonMove DstCoordTexture to GrXP, rename and remove the...
2015-05-22 cdaltonFix LCD coverage regression in GrPorterDuffXPFactory
2015-05-22 bsalomonStore context options on caps.
2015-05-22 joshualittfix for atlas is abandoned text corruption
2015-05-22 mtkleinSimpler version of Plus w/ AA. ~25% faster too.
2015-05-22 bsalomonRevert of Store context options on caps. (patchset...
2015-05-22 bsalomonStore context options on caps.
2015-05-22 reeduse SkPixmap inside sprite blitters
2015-05-22 cdaltonImplement Porter Duff XP with a blend table
2015-05-22 joshualittTrivial patch to set a max lookback on reordering
2015-05-22 stephanaBUG=skia:
2015-05-22 mtkleinMove Sk4px Xfermode code to a header so we can use...
2015-05-22 jcgregorioAdd more detail on how DM checksums are done.
2015-05-22 bsalomonRemove init from GrGLContextInfo and caps classes
2015-05-22 reedadd SkPixmap and external locking to bitmaps
2015-05-22 bsalomonrename GrDrawTargetCaps.h to GrCaps.h and move to include
2015-05-22 bsalomonMove GrPath(Range) creation to ResourceProvider.
2015-05-22 caryclarkremove SK_LEGACY_STROKE_CURVES
2015-05-22 mtkleinRe-proc SkBlitRow::Color32 for ARM.
2015-05-22 jvanverthFurther work on sRGB support.
2015-05-22 mtkleinRevert of Re-proc SkBlitRow::Color32 for ARM. (patchset...
2015-05-22 kkinnunenMark SkPaths created by GrContext fallback draw logic...
2015-05-22 mtkleinRe-proc SkBlitRow::Color32 for ARM.
2015-05-21 joshualittRemove uniform view matrix from GrGLPrimitiveProcessor...
2015-05-21 mtkleinFix Plus
2015-05-21 reedremove unused SkBitmap::scrollRect API
2015-05-21 ochangAdd mode validation to PtProcRec::init.
2015-05-21 mtkleinClean up Sk4f xfermodes and covered _SSE2 xfermodes.
2015-05-21 stephanaTemporarily disable nanobench to see what else is in...
2015-05-21 Eric BorenWhitespace change to trigger builds
2015-05-21 mtkleinAdd PlusMergesAA GM
2015-05-21 cdaltonMake mixed samples contingent on auxiliary extensions
2015-05-21 halcanarySkBlockMemoryStream implements peek()
2015-05-21 jvanverthAdd RGBA half float texture format.
2015-05-21 reedadd assert that the lock-count on pixelref is balanced
2015-05-21 kkinnunenMove font loading in gm tests and benches out of constr...
2015-05-21 kkinnunenImprove caching of special case paths in GrStencilAndCo...
2015-05-20 senorblancoUse high precision vertex attributes.
2015-05-20 reedpurge imagefilter cache so we can better track leaks
2015-05-20 reedcheck for big sizes in NewData
2015-05-20 mtkleinDon't serialize SkPictures in SkPictureShaders when...
2015-05-20 robertphillipsFix for bisector computation bug in GrAAConvexTessellator
2015-05-20 mtkleinHave SkPicture inherit from SkRefCnt.
2015-05-20 mtkleinMake SkEmptyPicture a singleton.
2015-05-20 mtkleinMore efficient SkRecorder::flushMiniRecorder()
2015-05-20 bungemanSort build files for consistent link order.
2015-05-20 bungemanFont variations.
2015-05-20 caryclarkfix win 8 bot
2015-05-20 stephanaUnmount before app-install
2015-05-20 fsDon't fail SkMergeImageFilter if one of the inputs...
2015-05-19 joshualittsmall cleanup of GrAtlas
2015-05-19 bungemanRevert of small cleanup of GrAtlas (patchset #2 id...
2015-05-19 joshualittsmall cleanup of GrAtlas
2015-05-19 joshualittAdding immediate mode draw target for debug
2015-05-19 reedimplement --quiet for DM
2015-05-19 kkinnunenAdd a newline to the font load debug message
2015-05-19 mtkleinSketch splitting SkPicture into an interface and SkBigP...
2015-05-19 caryclarkhandle large conic strokes better
2015-05-19 halcanaryDocumentation: SkCanvas API
2015-05-19 bsalomonrename GrDrawTargetCaps to GrCaps
2015-05-19 joshualittPreliminary attempt to remove batch tracker
2015-05-19 joshualittRevert of Preliminary attempt to remove batch tracker...
2015-05-19 joshualittPreliminary attempt to remove batch tracker
2015-05-19 stephanaThis allows to restart the device.
2015-05-19 robertphillipsFix GrAARectRenderer's handling of unsorted nested...
2015-05-19 kkinnunenImprove caching of dashed paths in GrStencilAndCoverPat...
2015-05-19 kkinnunenMake GrResourceCache perf less sensitive to key length...
2015-05-19 kkinnunenImprove NVPR stroke accuracy to fix thick strokes
next