platform/upstream/libSkiaSharp.git
2012-07-27 justinlin@google.comAdd virtual destructor to class with virtual functions.
2012-07-27 djsollen@google.comAlways store pixels of mutable bitmaps when recording...
2012-07-27 rileya@google.comRenamed and made public SkGradientShaderBases's 'common...
2012-07-27 reed@google.comrename private animator type SkImage to SkImageBitmapBa...
2012-07-27 epoger@google.comUpdate list of platforms to rebaseline
2012-07-27 rileya@google.comMove GPU gradients into src/effects/gradients.
2012-07-27 djsollen@google.comReapply "Remove Bitmaps Raw Pixel Support."
2012-07-27 reed@google.comrevert 4799-4801 -- red and blue are reversed on window...
2012-07-27 bsalomon@google.comSpecialize SkAutoTUnref on const T so that operator...
2012-07-27 reed@google.comuse SK_RESTRICT instead of __restrict__
2012-07-27 reed@google.comuse intptr_t to cast from ptr to int for masking low...
2012-07-27 reed@google.comland http://codereview.appspot.com/6327044/
2012-07-26 robertphillips... Added getConservativeBound helper function to GrClipData
2012-07-26 rileya@google.comMac build fix after gradient restructure/renaming.
2012-07-26 robertphillips... Windows compiler complaint cleanup
2012-07-26 epoger@google.comFirst stab at committing GM baselines for Shuttle_Ubunt...
2012-07-26 chudy@google.comKey Shortcuts for Zooming. Refactored some event propog...
2012-07-26 epoger@google.comFirst stab at committing GM baselines for shuttle_win7_...
2012-07-26 rileya@google.comSplit SkGradientShader into separate files for each...
2012-07-26 scroggo@google.comMake SkDeferredCanvas query SkGPipeWriter for space...
2012-07-26 bsalomon@google.comRemove texture/mask setters on GrPaint
2012-07-26 chudy@google.comGL Widget Alpha
2012-07-26 robertphillips... Altered Ganesh's clip stack plumbing to pass down new...
2012-07-26 robertphillips... Added ctor to SkClipStack and isEmpty method
2012-07-26 keyar@chromium.orgChanged to a class based method in passing around the...
2012-07-26 reed@google.comreject any paths that are not finite.
2012-07-26 reed@google.comexplicitly track if a path is finite or not
2012-07-26 borenet@google.comWhitespace change to trigger rebuild after slave script...
2012-07-26 reed@google.comrebaseline after gpu changes
2012-07-26 djsollen@google.comRevert "Remove Bitmaps Raw Pixel Support."
2012-07-26 borenet@google.comImplementing Color32 functions for Neon platforms.
2012-07-26 bsalomon@google.comFix reversed bilerp setting in GrTextContext in r4773
2012-07-26 skyostil@google.comCorrectly calculate remaining span length in Neon fallb...
2012-07-25 bsalomon@google.comMove filter/wrap out of GrSamplerState into GrTextureParams
2012-07-25 caryclark@google.comshape ops work in progress
2012-07-25 bsalomon@google.comRemove uniform names from top of GrGLProgram.cpp, build...
2012-07-25 junov@chromium.orgFixing canvas writePixels malfunctioning with SkDeferre...
2012-07-25 george@mozilla.comUse CGToScalar instead of SkFloatToScalar as CGFloat...
2012-07-25 george@mozilla.comFix SK_OVERRIDE for various versions of clang
2012-07-25 george@mozilla.comEnsure that all GNU-based systems are considered to...
2012-07-25 rileya@google.comRebaseline for single pixel radial gradient change...
2012-07-25 bsalomon@google.comDisable unused uniform assert due to texture matrices...
2012-07-25 bsalomon@google.comFix static assert on non-windows compilers(?)
2012-07-25 bsalomon@google.comAdd GL uniform manager
2012-07-25 junov@chromium.orgRefactoring how SkDeferredCanvas manages mutable bitmaps
2012-07-25 rileya@google.comUse asNewCustomStage instead of asABitmap in SkGpuDevic...
2012-07-25 bungeman@google.comAdd SkScalarPow.
2012-07-25 bungeman@google.comPrevent MipMaps from crashing.
2012-07-25 borenet@google.comFix Android build for new toolchain
2012-07-25 reed@google.comexperimental only
2012-07-25 caryclark@google.comshape ops work in progress
2012-07-24 robertphillips... Added isIntersectionOfRects to SkClipStack
2012-07-24 tomhudson@google.comUse GrMemoryPool to manage GrCustomStage allocations.
2012-07-24 bungeman@google.comFix Android build broken due to changes in r4741.
2012-07-24 scroggo@google.comAvoid a loop in writeString and writePad by zeroing...
2012-07-24 bungeman@google.comSplit SkGlyph into its own header.
2012-07-24 borenet@google.comRevert r4671
2012-07-24 borenet@google.comRevert r5667
2012-07-24 robertphillips... Added requires_AA method to GrClipMaskManager.cpp to...
2012-07-24 caryclark@google.comshape ops work in progress
2012-07-24 bsalomon@google.comFix npot bitmap tiling
2012-07-24 bungeman@google.comRemove SkSfntUtils, as it is not longer used.
2012-07-24 bungeman@google.comSkSfntUtils should use public types.
2012-07-24 tomhudson@google.comFix TableColorFilter memory leak.
2012-07-24 robertphillips... Rebaselining to address r4730 (using SkClipStack's...
2012-07-24 bungeman@google.comSkTextBox to use public interfaces for line layout.
2012-07-24 robertphillips... Added bound computation to SkClipStack
2012-07-24 reed@google.comland http://codereview.appspot.com/6353063/ by Lei
2012-07-24 tomhudson@google.comReplace new with SkNEW in more effects classes.
2012-07-23 caryclark@google.comshape ops work in progress
2012-07-23 epoger@google.comwhitespace change to trigger Skia buildbots after maste...
2012-07-23 robertphillips... Gave GrClip an SkClipStack-style iterator
2012-07-23 djsollen@google.comRemove Bitmaps Raw Pixel Support.
2012-07-23 reed@google.comupdate images after gpu changes
2012-07-23 reed@google.comuse SkTRefArray to share readonly data between pictures
2012-07-23 reed@google.comadd protected method for internal_dispose overrides...
2012-07-23 junov@chromium.orgResponse to post-commit review comments on r4714
2012-07-23 reed@google.comupdate images after gpu change
2012-07-23 reed@google.comremoving incorrect image
2012-07-23 scroggo@google.comIn SkWriter32::writeString, initialize all memory reserved.
2012-07-23 junov@chromium.orgFix unbound memory consumption problem with run away...
2012-07-23 caryclark@google.comshape ops work in progress
2012-07-22 reed@google.comcheck for memory leaks in debug-build
2012-07-21 reed@google.comuse SkData to share between record and playback
2012-07-21 reed@google.cominclude <new> since we use placement-new
2012-07-21 reed@google.comadd SkTRefArray, in hopes that it will enable more...
2012-07-20 keyar@chromium.orgAdded picture recording benchmark options to bench.
2012-07-20 keyar@chromium.orgrender_pictures can now do tiling based rendering.
2012-07-20 bsalomon@google.comAdd a ton of GPU baseline images.
2012-07-20 epoger@google.comwhitespace change to trigger Skia buildbots after maste...
2012-07-20 rileya@google.comAdded asNewCustomStage to SkShader and implemented...
2012-07-20 tomhudson@google.comFix build break in r4694: move reset() call before...
2012-07-20 rileya@google.comRebaseline Nexus S gradient GMs for bilinear filtering...
2012-07-20 borenet@google.comAdd flag to skip pipe on select GMs
2012-07-20 junov@chromium.orgReverting r4695
2012-07-20 borenet@google.comDisable bitmapcopy gm on Android
2012-07-20 junov@chromium.orgTry turning on the SkGPipe path in SkDeferredCanvas
2012-07-20 tomhudson@google.comRemove easily-removable uses of setTexture(), instead...
2012-07-20 bsalomon@google.comRemove assertion when texture matrix is unused
2012-07-20 robertphillips... Made clarifying renamings to SkClipStack's iterators...
next