aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PictureTest.cpp
Commit message (Expand)AuthorAge
...
* Expose API for whether an SkPicture contains textGravatar ajuma2014-08-18
* Rename GPUAccelData to GrAccelDataGravatar robertphillips2014-08-18
* Fix end-of-pattern matching for Skia recording optimization.Gravatar dneto2014-07-30
* Fix alpha textures in NV ES3 contexts on Windows.Gravatar bsalomon2014-07-17
* Remove Skia's use of the default SkPicture constructor and multi-cloneGravatar Robert Phillips2014-07-13
* Remove SkPicture copy constructorGravatar robertphillips2014-07-13
* Rename SkPicturePlayback to SkPictureDataGravatar robertphillips2014-07-01
* SaveFlags be-goneGravatar Florin Malita2014-06-30
* Deprecate SkPicture::clone().Gravatar mtklein2014-06-27
* remove unnecessary bitmapdevice referencesGravatar reed2014-06-27
* No one uses SkPicture::swap.Gravatar Mike Klein2014-06-23
* Fix error revealed by Android unit testGravatar robertphillips2014-06-10
* Remove SkPicture::kUsePathBoundsForClip_RecordingFlagGravatar robertphillips2014-06-09
* No longer limit SkPictureRecorder::partialReplay to AndroidGravatar robertphillips2014-06-08
* Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)Gravatar robertphillips2014-06-04
* Remove legacy picture recordingGravatar robertphillips2014-06-03
* Add a way for the gpu veto to report back the reason why it said noGravatar commit-bot@chromium.org2014-05-30
* Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...Gravatar commit-bot@chromium.org2014-05-30
* Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)Gravatar commit-bot@chromium.org2014-05-29
* setConfig -> setInfoGravatar commit-bot@chromium.org2014-05-29
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-05-28
* add replay entry point to SkPictureRecorder for AndroidGravatar commit-bot@chromium.org2014-05-27
* hide discardable factory from public imagegenerator apiGravatar commit-bot@chromium.org2014-05-27
* Ensure playing back a picture always balances saves and restoresGravatar commit-bot@chromium.org2014-05-19
* comment out info4 test until Rob can fix itGravatar reed@google.com2014-05-14
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-05-09
* Fix rendering artifacts in pull-saveLayers-forward modeGravatar commit-bot@chromium.org2014-05-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-05-07
* Infrastructure changes to support pull-saveLayers-forward taskGravatar commit-bot@chromium.org2014-05-06
* Revert r14571 (Infrastructure changes to support pull saveLayers forward task...Gravatar robertphillips@google.com2014-05-05
* Infrastructure changes to support pull-saveLayers-forward taskGravatar commit-bot@chromium.org2014-05-05
* Fix r14368 (First pass at GPU veto) for non-GPU buildsGravatar robertphillips@google.com2014-04-25
* First pass at GPU vetoGravatar commit-bot@chromium.org2014-04-24
* Staging for cleanup of SkPicture-related headersGravatar robertphillips@google.com2014-04-18
* Staged removal of SkPicture-derived classesGravatar commit-bot@chromium.org2014-04-17
* Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public APIGravatar commit-bot@chromium.org2014-04-16
* split SkPictureRecorder out of SkPictureGravatar robertphillips@google.com2014-04-13
* Convert SkPicture's generation ID to a unique IDGravatar commit-bot@chromium.org2014-04-07
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-04-03
* Add generation ID to SkPictureGravatar robertphillips@google.com2014-04-02
* Add a means of extracting active operations from SkPictureGravatar commit-bot@chromium.org2014-03-18
* Give PictureTest more verbose error messages.Gravatar commit-bot@chromium.org2014-03-05
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-01
* add new onClip* methods to SkCanvasGravatar robertphillips@google.com2014-02-28
* Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.ch...Gravatar robertphillips@google.com2014-02-28
* add new onClip* methods to SkCanvasGravatar robertphillips@google.com2014-02-28
* Add unit test for unbalanced save and restores in pictures.Gravatar commit-bot@chromium.org2014-02-13
* replace setConfig+allocPixels with single callGravatar mike@reedtribe.org2014-02-13
* SkPictureRecord: silently do nothing for non-drawable SkBitmaps.Gravatar commit-bot@chromium.org2014-02-10
* add SkCanvas constructor that explicitly creates no_config with dimensionsGravatar commit-bot@chromium.org2014-01-31