aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
* SkTextBlob shader space workaround.Gravatar fmalita2014-09-19
* Restore old behavior of SkTypeface::CreateFromTypeface.Gravatar bungeman2014-09-18
* Changes to remove program effects builderGravatar joshualitt2014-09-18
* Simplify a little in SkRecords.h:Gravatar mtklein2014-09-18
* update to accommodate latest clang in chrome toolchainGravatar caryclark2014-09-18
* Serialize the font index.Gravatar bungeman2014-09-18
* Use SkBitmapCache to optimize readPixels on a texture-backed bitmapGravatar piotaixr2014-09-17
* Add SkMiniData.Gravatar mtklein2014-09-17
* hide deviceproperties, prepare the way for surfacepropsGravatar reed2014-09-17
* Add onGetFamilyName to SkTypeface.Gravatar bungeman2014-09-17
* Ensure blob typeface information survives SkGPipe serialization.Gravatar fmalita2014-09-16
* when we disable lcd for impl reasons, add kGenA8 to document the original intentGravatar reed2014-09-16
* Turn disable or delete optimizations that don't have any effect.Gravatar mtklein2014-09-16
* allow SkBitmapCache to operate on a local instance, for testabilityGravatar reed2014-09-16
* Fix bug in layer hoisting transition to SkRecord backendGravatar robertphillips2014-09-16
* Fix convexicator bugGravatar robertphillips2014-09-16
* removing GrDrawEffectGravatar joshualitt2014-09-16
* Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.c...Gravatar joshualitt2014-09-16
* removing GrDrawEffectGravatar joshualitt2014-09-16
* SkRecord: clean up comments and 4 bytes per SkRecord.Gravatar mtklein2014-09-15
* SkPicture::PathCounter is O(N^2) for pictures nested N deep. Fix that.Gravatar mtklein2014-09-15
* Change SkResourceCache to take a Visitor inside its find().Gravatar reed2014-09-15
* Fix recording of saveLayout with unusual Xfermodes.Gravatar dneto2014-09-15
* Revert of Change SkResourceCache to take a Visitor inside its find(). (patchs...Gravatar reed2014-09-15
* Add flag to call SkRecordOptimize on new pictures.Gravatar mtklein2014-09-15
* add dumpHex() option to SkPathGravatar caryclark2014-09-15
* Change SkResourceCache to take a Visitor inside its find().Gravatar reed2014-09-15
* remove 'experimental' from using hash tables in resourcecacheGravatar reed2014-09-14
* Add support for the Rec601 YUV color space to GrYUVtoRGBEffect.Gravatar rileya2014-09-12
* use SkData::NewUninitializedGravatar reed2014-09-12
* Add more debugging for newly failing assert (DM on Xoom bots).Gravatar Mike Klein2014-09-12
* remove confusing/unused stream methodsGravatar reed2014-09-12
* add PurgeResourceCache to track leaksGravatar reed2014-09-11
* Make SkBitmapCache remove invalid bitmaps from the SkResourceCache.Gravatar danakj2014-09-11
* SkData can allocate room for its contents in the same blockGravatar reed2014-09-11
* Delay any SkRecordOptimize until after SkRecord has stuck.Gravatar mtklein2014-09-10
* Fix a bug in Save-Restore no-op optimization.Gravatar mtklein2014-09-10
* Remove a layer of indirection and code from SkFontHost.Gravatar bungeman2014-09-10
* Fixed void* to uint64_t cast on win64 in TraceID.Gravatar cjacek2014-09-10
* make set3DMask virtual, so we can safely notify the shadercontextGravatar reed2014-09-10
* Revert of Revert of allow canvas to force conservative clips (for speed) (pat...Gravatar reed2014-09-09
* Revert of allow canvas to force conservative clips (for speed) (patchset #7 i...Gravatar reed2014-09-09
* Allow SkCanvas to be initialized to force conservative rasterclips. This has ...Gravatar reed2014-09-09
* Outset the stroke width when computing the bounds for drawing a stroked rect,...Gravatar george2014-09-09
* SkRasterClip::quickReject doesn't need to check for emptiness as SkIRect::Int...Gravatar george2014-09-09
* Remove a linear search in SkPictureRecord::addTextBlob.Gravatar jbroman2014-09-08
* Turn on the save-layer optimization.Gravatar mtklein2014-09-08
* Turn on all pixel-perfect SkRecord optimizations.Gravatar mtklein2014-09-08
* move rasterclip_ helper into rasterclipGravatar reed2014-09-05
* "NULL !=" = NULLGravatar bsalomon2014-09-05