aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
* add (temp) SkFontLCDConfig class to hold LCD getters/setters. This will allowGravatar reed@google.com2013-03-12
* Refactor PictureRecord optimization & added saveLayer/save/clipR/DBM*/restore...Gravatar robertphillips@google.com2013-03-12
* Removed unused parametersGravatar sugoi@google.com2013-03-12
* fix handling of stroked cubics when we exhaust our recursion limit.Gravatar reed@google.com2013-03-12
* fix missing ! typo when we switched to skip() helper function.Gravatar reed@google.com2013-03-11
* add (mac) test for ttcindex in SkFontStreamGravatar reed@google.com2013-03-11
* Unreviewed build fix.Gravatar sugoi@google.com2013-03-11
* Removed unused parametersGravatar sugoi@google.com2013-03-11
* doh. must dynamically allocate space for reading large(r) TTC header when ttc...Gravatar reed@google.com2013-03-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-11
* Add a map from index to SkFlatData* in SkFlatDictionaryGravatar robertphillips@google.com2013-03-10
* Upstream changes from Android.Gravatar djsollen@google.com2013-03-08
* remove dead/#if 0/if (0) code blocks. no change to compiled output.Gravatar reed@google.com2013-03-08
* PDF: add support for named destinations.Gravatar epoger@google.com2013-03-08
* Make GrGLEffects use an interface to append their code.Gravatar bsalomon@google.com2013-03-07
* land https://chromiumcodereview.appspot.com/12440004/Gravatar reed@google.com2013-03-07
* Put SkPictureRecord saveLayer optimization behind a compiler flagGravatar robertphillips@google.com2013-03-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-06
* Revert r8000 due to failures on some buildbotsGravatar epoger@google.com2013-03-06
* PDF: add support for named destinations Gravatar epoger@google.com2013-03-06
* start to plumb ttcIndex into fonthost. For now just add to SkFontStream and i...Gravatar reed@google.com2013-03-05
* rewind at the start of each FontStream api (since we rewinding internally any...Gravatar reed@google.com2013-03-05
* Added support for non-separable blending modes.Gravatar commit-bot@chromium.org2013-03-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-05
* Fix an unused variable warning.Gravatar scroggo@google.com2013-03-04
* Initialize bounds even if the text length is zero.Gravatar djsollen@google.com2013-03-04
* refactor fonthost_tables into wrapper (fonthost) and impl (fontstream)Gravatar reed@google.com2013-03-04
* short-circuit if the requested typeface matches what we've been given.Gravatar reed@google.com2013-03-04
* Change random number generator for 'tests' to SkMWCRandom. Also removes some Gravatar jvanverth@google.com2013-03-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-03
* move some of the impl in fonthost into typeface virtualsGravatar mike@reedtribe.org2013-03-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-02
* Reland r7918 & r7916Gravatar robertphillips@google.com2013-03-01
* Revert r7918 & r7916 due to Linux rendering issuesGravatar robertphillips@google.com2013-03-01
* Fix for Mac compiler problem in 7916Gravatar robertphillips@google.com2013-03-01
* Fix for skp chunk sizes when clips are used outside of any saveGravatar robertphillips@google.com2013-03-01
* Collapse saveLayer/drawBitmapRect/restore trios to drawBitmapRect when possibleGravatar robertphillips@google.com2013-03-01
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-01
* Make SkTDArray accessors const-friendly.Gravatar commit-bot@chromium.org2013-02-28
* Only print error message in debug mode.Gravatar scroggo@google.com2013-02-28
* Sort GL extension strings and search to find.Gravatar bsalomon@google.com2013-02-27
* Change SkTileGride geometry calculations to match the Chromium compositor.Gravatar junov@chromium.org2013-02-27
* Fixed sk_getMetrics_utf32_xy functionGravatar sugoi@google.com2013-02-26
* Fix a bunch of warnings, mainly around rowBytes.Gravatar scroggo@google.com2013-02-25
* remove duplicate impl for getFileName() on SkFDStreamGravatar reed@google.com2013-02-25
* add --tmpDir foo option to tests, to allow unittests that want to write/read ...Gravatar reed@google.com2013-02-25
* don't #include <unistd.h> if we're windowsGravatar reed@google.com2013-02-25
* don't try to access filedescriptors on windowsGravatar reed@google.com2013-02-25
* move SkFDStream out of images into coreGravatar reed@google.com2013-02-25
* Remove bogus ability for creating an SkPicturePlayback to fail.Gravatar scroggo@google.com2013-02-25