platform/upstream/libSkiaSharp.git
2015-05-29 bsalomonRemove GrContext from GrDrawTarget
2015-05-29 bsalomonRemove GrContext from GrClipMaskCache
2015-05-29 bungemanAdd Em test font.
2015-05-29 caryclarkuse inline version of eval quad if tangent is not needed
2015-05-29 joshualittRemoving GrAutoMalloc
2015-05-29 bsalomonAdd direct getter for GrCaps to GrContext.
2015-05-29 reedadd bench for building strokes
2015-05-29 joshualittdelete experimental path renderers
2015-05-29 joshualittadd context override of GeometryBufferMapThreshold
2015-05-28 reedadd assert that the pixelref really did success in...
2015-05-28 joshualittRevert of small CL to experiment with 'disabling' memor...
2015-05-28 rmistryWhitespace change to test bugdroid
2015-05-28 joshualittsmall CL to experiment with 'disabling' memory mapping
2015-05-28 bsalomonRevert of Add direct getter for GrCaps to GrContext...
2015-05-28 bsalomonAdd direct getter for GrCaps to GrContext.
2015-05-28 robertphillipsBreak GrTextContext's reliance on SkGpuDevice
2015-05-28 reedsimplify RawIter - don't return a pt in kClose
2015-05-27 cdaltonImplement Porter Duff XP with a blend table
2015-05-27 halcanaryBetter comments in SkXfermodeInterpretation
2015-05-27 joshualittrevert reordering
2015-05-27 bsalomonAdd caps overrides to GMs
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.
next