aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Linear-time implementation of willPlaybackBitmaps(), computed & cachedGravatar tomhudson2014-07-05
* Adding 64 bit checksGravatar sugoi2014-07-03
* move SkChecksum and SkEmptyShader to privateGravatar reed2014-07-03
* Remove SK_IGNORE_FASTER_TEXT_FIX.Gravatar Ben Wagner2014-07-02
* Remove A8_LCD luminance hack.Gravatar jvanverth2014-07-01
* correctly plumb through explicit rowbytes for allocPixelsGravatar reed2014-07-01
* Rename SkPicturePlayback to SkPictureDataGravatar robertphillips2014-07-01
* Adjust the alpha type for pixelRefs.Gravatar scroggo2014-07-01
* stop calling SkCanvas::getDeviceGravatar reed2014-06-30
* Begin atlasingGravatar robertphillips2014-06-30
* SaveFlags be-goneGravatar Florin Malita2014-06-30
* Revert of Begin atlasing (https://codereview.chromium.org/354533004/)Gravatar robertphillips2014-06-29
* Begin atlasingGravatar robertphillips2014-06-29
* add a second interface to the resizer to exactly match what Chrome expects. ...Gravatar humper2014-06-28
* add rowbytes option to allocPixelsGravatar reed2014-06-28
* writepixels needs to bump genIDGravatar reed2014-06-27
* Deprecate SkPicture::clone().Gravatar mtklein2014-06-27
* Switch SkPDFStream's internal storage from SkStream to SkDataGravatar halcanary2014-06-27
* change gpudevice and pdfdevice to inherit from basedeviceGravatar reed2014-06-27
* Refactor bitmap scaler to make it easier to migrate rest of chrome to use itGravatar humper2014-06-27
* Fix RRect tranform bugGravatar robertphillips2014-06-27
* Mark SkBBoxHierarchyRecord destructor as virtualGravatar tomhudson2014-06-27
* delete code for SK_SUPPORT_LEGACY_GETTOTALCLIPGravatar reed2014-06-27
* Add noinline for GCC 4.6, which seems to vectorize after inlining.Gravatar mtklein2014-06-25
* Narrow disabled vectorization further to just ConvolveHorizontally.Gravatar mtklein2014-06-25
* try release onlyGravatar Mike Klein2014-06-25
* disable on naclGravatar Mike Klein2014-06-25
* Focus disabled optimizations on just BGRAConvolve2D, and only 32-bit.Gravatar mtklein2014-06-25
* Move allocation of texture from SkGpuDevice to GrLayerCacheGravatar robertphillips2014-06-24
* Support serialization in SkRecord-backed SkPictures.Gravatar mtklein2014-06-24
* Prune some dead code from SkPicture.cpp.Gravatar mtklein2014-06-24
* add path dump testGravatar caryclark2014-06-24
* Tick off some TODOs:Gravatar Mike Klein2014-06-24
* No one uses SkPicture::swap.Gravatar Mike Klein2014-06-23
* Enable basic drawing with SkRecord-based pictures.Gravatar Mike Klein2014-06-23
* Use smart pointers to make SkPictureRecorder lifetimes less manual.Gravatar Mike Klein2014-06-23
* Revert of Revert of Fix SkPaint::measureText for stroked hairline text (https...Gravatar rmistry2014-06-23
* Revert of Fix SkPaint::measureText for stroked hairline text (https://coderev...Gravatar rmistry2014-06-23
* Fix SkPaint::measureText for stroked hairline textGravatar kkinnunen2014-06-22
* Re-land "Fix external SkImageFilter caching with clips."Gravatar senorblanco2014-06-20
* speed up rgn building by inlining memcmp for 32bit valuesGravatar reed2014-06-20
* Undef FloatToFixed and FixedToFloat as well in SkConvolver to avoid confusion...Gravatar george2014-06-20
* Revert "Fix external SkImageFilter caching with clips."Gravatar senorblanco2014-06-19
* [PDF] Fix font embedding restrictions.Gravatar vandebo2014-06-19
* Revert of remove guarded code - there are no more callers (https://codereview...Gravatar reed2014-06-18
* Fix external SkImageFilter caching with clips.Gravatar senorblanco2014-06-18
* remove guarded code - there are no more callersGravatar reed2014-06-18
* Remove dashing from gpu vetoGravatar egdaniel2014-06-18
* Add EXPERIMENTAL_beginRecording() for SkRecord-based recording.Gravatar mtklein2014-06-17
* move some headers out of publicGravatar reed2014-06-17