aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* 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
* start to replace onCreateDevice with onCreateCompatibleDeviceGravatar reed2014-11-12
* Restore bitmap dedup in SkPictureRecord. Cuts RAM usage of DM by half.Gravatar mtklein2014-11-12
* cleanup commentsGravatar reed2014-11-12
* Followup: remove unnecessary SkTRefArrayGravatar mtklein2014-11-12
* More cleanup: streamline paths and bitmaps.Gravatar mtklein2014-11-12
* Rename GrAccelData to SkLayerInfo and move it to src/coreGravatar robertphillips2014-11-12
* detect bad bitmaps during deserializationGravatar reed2014-11-12
* Revert of Sk4x_sse.h (patchset #18 id:330001 of https://codereview.chromium.o...Gravatar mtklein2014-11-12
* Start stripping out complicated parts of SkPicture{Record,Data}.Gravatar mtklein2014-11-12
* Move GrInvariantOutput out of GrProcessor and into its own class.Gravatar egdaniel2014-11-12
* Sk4x_sse.hGravatar mtklein2014-11-12
* Clean up CollectLayers codeGravatar robertphillips2014-11-12
* Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cppGravatar robertphillips2014-11-12
* experimentalGravatar reed2014-11-11
* modify nothingToDraw to notice filtersGravatar reed2014-11-11