platform/upstream/libSkiaSharp.git
2012-08-16 bensong@google.comcleaned up algorithm codes and added 25th percentile...
2012-08-16 bsalomon@google.comRebaseline gm due to r5136
2012-08-16 scroggoFix a memory leak in SkBitmapHeap.
2012-08-16 bsalomon@google.comMake all GrContext draws go through the draw buffer.
2012-08-16 reed@google.comadd SK_ENABLE_CLIP_QUICKREJECT option (currently disabled)
2012-08-16 scroggo@google.comFix a parenthesis bug.
2012-08-16 bungeman@google.comRemove SK_FONTHOST_WIN_DW define.
2012-08-16 reed@google.comwe have no subclasses, so change protected to private.
2012-08-16 bsalomon@google.comFix assertion in in order draw buffer
2012-08-16 bungeman@google.comDon't try to build SkFontHost_win_dw.cpp on non-Windows...
2012-08-16 bungeman@google.comDirectWrite font host for skia.
2012-08-16 reed@google.comadd SkClipStack::clipEmpty() as an optimized way to...
2012-08-16 bsalomon@google.comFix overrun in aa rect renderer
2012-08-16 bsalomon@google.comFix uninitialized color filter data on GrPaint
2012-08-16 robertphillips... Compilation fix for r5123 (disabling template inst...
2012-08-16 robertphillips... Extended Inst counting to find "unknown" leaked object...
2012-08-16 robertphillips... Replaced TextureCacheEntry with GrTexture* and a back...
2012-08-16 epoger@google.comskdiff: recurse over subdirectories, unless --norecurse...
2012-08-15 reed@google.comchange tiling to 16 tiles instead of 4
2012-08-15 scroggo@google.comProvide a key to go to the previous slide in SampleApp.
2012-08-15 junov@chromium.orgFixing a deferred canvas optimization that purges pendi...
2012-08-15 scroggo@google.comUse SkCanvas::concat instead of SkCanvas::setMatrix...
2012-08-15 bensong@google.comadded representation to xhtml title.
2012-08-15 bensong@google.comfixes elif bug.
2012-08-15 bensong@google.comadds flag for choosing bench representative algorithm.
2012-08-15 scroggo@google.comSkip tiled drawing in GM for magnifier image filter.
2012-08-15 robertphillips... Added virtual destructor to SkColorSpaceLuminance
2012-08-15 reed@google.comadd 't' to toggle tiling modes
2012-08-15 robertphillips... Addressed Windows compiler complaints
2012-08-14 keyar@chromium.orgGrContextFactory can now expose the GLContext it is...
2012-08-14 bsalomon@google.comrevert r5100 experiment
2012-08-14 rileya@google.comRevert GrTextureStripAtlas change due to performance...
2012-08-14 rileya@google.comFix for GPU-less Linux build: move #include GrTextureSt...
2012-08-14 rileya@google.comMade gradient effects use GrTextureStripAtlas.
2012-08-14 bsalomon@google.comTemporary change to bench on android to run limited...
2012-08-14 scroggo@google.comEnsure that Pipe does not crash when attempting to...
2012-08-14 rmistry@google.comFixing source files that do not have newlines at the...
2012-08-14 reed@google.comprivatize SkScalerContext.h
2012-08-14 chudy@google.comBug Fix: Fixes transformation bug where debugger locked...
2012-08-14 chudy@google.comBug Fix: Fixes incremental drawing in conjunction with...
2012-08-14 chudy@google.comRefactored inspector widget such that creating custom...
2012-08-14 scroggo@google.comFix broken test.
2012-08-14 scroggo@google.comMove write buffer flags used by SkFlataData::Create...
2012-08-14 reed@google.comTo allow forward declarations, move SkScalerContext...
2012-08-14 bsalomon@google.comReduce number of paths created by benchs
2012-08-14 scroggo@google.comRemove baseline for flaky test.
2012-08-14 reed@google.comprivatize SkDescriptor.h
2012-08-14 scroggo@google.comIn SkGPipeCanvas, rename fSharedHeap to fBitmapHeap
2012-08-14 bsalomon@google.comMake SkTArray consider only the new count and reserve...
2012-08-14 chudy@google.comBug Fix: Resets the users zoom and translation every...
2012-08-14 scroggo@google.comUse SkBitmapHeap for shaders in SkGPipe.
2012-08-14 scroggo@google.comCheck in r5063 again, along with fix for tests.
2012-08-14 bsalomon@google.comReduce allocations in RandomPathBench
2012-08-14 tomhudson@google.comClean up most clang warnings outside animator/
2012-08-14 junov@chromium.orgAugmenting SkDeferredCanvas notification interface...
2012-08-14 reed@google.comadd LF at the end, for clanginess
2012-08-14 bsalomon@google.comAdd inst counting to bench and count SkPaths
2012-08-14 mike@reedtribe.orgdelete empty file
2012-08-14 mike@reedtribe.orgoops, revert the flake on the win shuttle
2012-08-14 mike@reedtribe.orgremove as flake?
2012-08-13 bsalomon@google.comStop bench from leaking
2012-08-13 rileya@google.comMac 10.6 build fix: got rid of now-unecessary GrTexture...
2012-08-13 rileya@google.comAdded GrTextureStripAtlas object.
2012-08-13 bungeman@google.comCorrectly linearize Windows AA from ClearType.
2012-08-13 tomhudson@google.comRevert r5063 until unit tests can be fixed.
2012-08-13 robertphillips... Move resize functionality out of createAndLockTexture...
2012-08-13 robertphillips... Split cache-specific fields out of GrTextureDesc
2012-08-13 bsalomon@google.comReduce path_copy iteration count, hopefully allows...
2012-08-13 scroggo@google.comUse the SkBitmapHeap to handle SkBitmaps in SkGPipe...
2012-08-13 tomhudson@google.com(Attempt to) fix Android build from r5056, thanks to...
2012-08-13 tomhudson@google.comFix Windows build from r5056.
2012-08-13 robertphillips... Updated gpu.gyp to move GrCacheID.h from src\gpu to...
2012-08-13 bsalomon@google.comFix GPU-less build from r5056.
2012-08-13 chudy@google.comEffects Bug Fix
2012-08-13 bsalomon@google.comAdd a zoom filter to Skia. This will be used on ChromeO...
2012-08-13 digit@google.comarm: dynamic NEON support for SkBitmapProcState functions.
2012-08-13 bsalomon@google.comAdds a bunch of benchmarks around creating, transformin...
2012-08-13 mike@reedtribe.orgsuppress pip for now, since we use locally-defined...
2012-08-13 mike@reedtribe.orgadjust size to match the content
2012-08-13 mike@reedtribe.orgmove texteffects from Sample to gm
2012-08-13 mike@reedtribe.orgprivatize SkBuffer.h
2012-08-12 mike@reedtribe.orgprivatize SkRefDict.h
2012-08-12 mike@reedtribe.orgprivatize SkGlyph.h
2012-08-12 mike@reedtribe.orgprivatize SkPtrRecorder.h
2012-08-12 mike@reedtribe.orgrefactor some subclasses in SkFlattenable.h into SkPtrR...
2012-08-12 mike@reedtribe.orgprivatize SkDeviceProfile.h
2012-08-12 mike@reedtribe.orgrevert arith change, until I can rebaseline all the...
2012-08-12 mike@reedtribe.orguse premul macro to pack components
2012-08-10 tomhudson@google.comFix handling of infinite bounds during "fast transforms".
2012-08-09 borenet@google.comEnable 32/64-bit gyp switch on Linux
2012-08-09 reed@google.comprivatize SkBlitter.h
2012-08-09 reed@google.comremove unused local var (warning fix)
2012-08-09 reed@google.comprivatize SkScan.h
2012-08-09 reed@google.comuse SkRegion instead of SkScan/SkBlitter, as we want...
2012-08-09 caryclark@google.comshape ops work in progress
2012-08-09 robertphillips... Added method of getting top genID from SkClipStack
2012-08-09 reed@google.comremove SkShape (unused)
2012-08-09 borenet@google.comSet bench/gm/tests as explicit dependencies of SkiaAndr...
2012-08-09 robertphillips... Added resource domain to GrTextureDesc
2012-08-09 mike@reedtribe.orgprivatize SkEdgeClipper.h
next