aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* SkRecord: outline methods that are not called O(N) times.Gravatar mtklein2014-11-24
* option to return drawable from recordingGravatar reed2014-11-24
* Add support for hoisting layers in pictures drawn with a matrixGravatar robertphillips2014-11-24
* Add Sk prefix to CreateBitmapShader.Gravatar mtklein2014-11-24
* Remove Picture deletion listeners.Gravatar mtklein2014-11-24
* SkPicture::SnapshotArray doesn't really stand to benefit from refcounting.Gravatar mtklein2014-11-21
* Switch SkBitmapProcState's SkFractionalInt to 32.32.Gravatar mtklein2014-11-21
* Watch out for SkFixed overflow in SkMipMap.cpp.Gravatar mtklein2014-11-21
* SkData -> SkPicture::SnapshotArrayGravatar mtklein2014-11-21
* All the small packing tweaks mentioned in the bug.Gravatar mtklein2014-11-21
* simplify uniqueID code in pictureGravatar reed2014-11-21
* Add MultiPictureDraw to nanobenchGravatar robertphillips2014-11-21
* Revert of Add MultiPictureDraw to nanobench (patchset #7 id:120001 of https:/...Gravatar robertphillips2014-11-21
* Add MultiPictureDraw to nanobenchGravatar robertphillips2014-11-21
* Revert of SkCanvas::clear() should call down to devices even when the clip is...Gravatar fmalita2014-11-20
* Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()Gravatar fmalita2014-11-20
* Add SkNVRefCnt, prune down SkPicture's sizeGravatar mtklein2014-11-20
* SkRecord: Pack SkRegion::Op and AA bit together.Gravatar mtklein2014-11-20
* SkCanvas::clear() should call down to devices even when the clip is empty.Gravatar mtklein2014-11-20
* Stop overloading internal_dispose in SkTextBlob and SkDataGravatar bsalomon2014-11-20
* Make sure pictures draw Clears even when the clip is empty.Gravatar mtklein2014-11-20
* Preventing division by 0 in non-separable blend mode shaders.Gravatar rosca2014-11-20
* Implement SkPicture::bytesUsed() for SkRecord backendGravatar tomhudson2014-11-19
* No need to short circuit the query rect here anymore.Gravatar mtklein2014-11-19
* Allow pictures to have a full boundsGravatar reed2014-11-19
* Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...Gravatar reed2014-11-19
* allow pictures to have a full boundsGravatar reed2014-11-19
* add roundOut that returns its resultGravatar reed2014-11-19
* wip for drawablesGravatar reed2014-11-18
* SkVarAlloc::approxBytesAllocated()Gravatar mtklein2014-11-18
* Prune SkRTreeGravatar mtklein2014-11-18
* Revert of SkVarAlloc::approxBytesAllocated (patchset #5 id:80001 of https://c...Gravatar mtklein2014-11-18
* SkVarAlloc::approxBytesAllocated()Gravatar mtklein2014-11-18
* don't normalize after perspective concatGravatar reed2014-11-18
* Fix yet another convexicator issueGravatar robertphillips2014-11-17
* Make BBH parameter to SkRecordComputeLayers and SkRecordFillBounds optionalGravatar robertphillips2014-11-17
* More SkPicture cleanupGravatar mtklein2014-11-17
* Don't pass null to memcmp.Gravatar mtklein2014-11-14
* remove unused kLCD_MaskFormatGravatar reed2014-11-13
* Observe surface LCD settings in SkBaseDevice::drawTextBlob()Gravatar fmalita2014-11-13
* Cap SkVarAlloc's desired block at 64K.Gravatar mtklein2014-11-13
* Remove SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX.Gravatar bungeman2014-11-13
* Cleanup public includes directory.Gravatar djsollen2014-11-13
* Deparameterize SkVarAlloc.Gravatar mtklein2014-11-13
* rename filterTextFlags to disableLCDGravatar reed2014-11-13
* Revert of Deparameterize SkVarAlloc. (patchset #6 id:100001 of https://codere...Gravatar mtklein2014-11-13
* Deparameterize SkVarAlloc.Gravatar mtklein2014-11-13
* Rename onCreateDevice -> onCreateCompatibleDeviceGravatar fmalita2014-11-13
* Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of http...Gravatar reed2014-11-13
* SkVarAllocGravatar mtklein2014-11-12