aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Provide last resort for fCapHeight in SkFontHost_FreeType::onGetAdvancedTypef...Gravatar bungeman@google.com2013-12-19
* Accept displacement with no displacement inputGravatar commit-bot@chromium.org2013-12-19
* Add detection of mip supportGravatar commit-bot@chromium.org2013-12-19
* Move distance field font code into GrDistanceFieldTextContext.Gravatar commit-bot@chromium.org2013-12-19
* fix win buildGravatar reed@google.com2013-12-19
* remove unused SkFixed and SkFract functionsGravatar reed@google.com2013-12-19
* Add cast to fix Win* compile complaint/failureGravatar commit-bot@chromium.org2013-12-19
* Get rid of DEFINE_TESTCLASS() macro.Gravatar tfarina@chromium.org2013-12-18
* Remove SkBitmapAlphaThresholdShaderGravatar commit-bot@chromium.org2013-12-18
* Android now uses Harfbuzz-NG. No need to keep code specific to the old versio...Gravatar commit-bot@chromium.org2013-12-18
* fix off-by-one error with rotated HQ scalingGravatar commit-bot@chromium.org2013-12-18
* Add cast to fix Win* compile complaint/failureGravatar robertphillips@google.com2013-12-18
* Address memory leak in SkScaledImageCacheGravatar robertphillips@google.com2013-12-18
* Revert of https://codereview.chromium.org/93703004/Gravatar commit-bot@chromium.org2013-12-18
* Expose more SkPaint fields in Lua API.Gravatar commit-bot@chromium.org2013-12-18
* Add Options to SkDecodingImageGenerator, simplify API.Gravatar halcanary@google.com2013-12-18
* Update bench pictures to time image decode & upload costsGravatar robertphillips@google.com2013-12-18
* replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b)Gravatar reed@google.com2013-12-18
* Split atomic and mutex implementations and make inlinable.Gravatar bungeman@google.com2013-12-18
* remove last remnant of SK_SCALAR_IS_FIXED codeGravatar reed@google.com2013-12-18
* move SkScalarMean into its only caller, reducing out public API exposureGravatar reed@google.com2013-12-18
* [PDF] Fix clipping in xfermode improvement.Gravatar commit-bot@chromium.org2013-12-17
* Fixing valgrind errorGravatar commit-bot@chromium.org2013-12-17
* Fixed more fuzzer issuesGravatar commit-bot@chromium.org2013-12-17
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Prevent crash in Lua bindings.Gravatar commit-bot@chromium.org2013-12-17
* Tweaks in how to apply bitmap filter levels in GPU.Gravatar commit-bot@chromium.org2013-12-16
* Remove an assert that assumes too much.Gravatar scroggo@google.com2013-12-16
* Supports the cap height for FreeType even when TT OS2 version is 1.Gravatar bungeman@google.com2013-12-16
* Use GrTextureDomain in GrBicubicEffect to perform non-bleeding HQ filter draw...Gravatar commit-bot@chromium.org2013-12-16
* remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOA...Gravatar reed@google.com2013-12-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-16
* Fix some presubmit warnings.Gravatar tfarina@chromium.org2013-12-14
* Use SkScalar when aligning glyphs in user space.Gravatar bungeman@google.com2013-12-13
* remove SkScalarCompare type and headerGravatar reed@google.com2013-12-13
* Update all callsites to use info for pixelrefsGravatar reed@google.com2013-12-13
* Improved SkPathRef interface securityGravatar robertphillips@google.com2013-12-13
* Allow 0-width SkBitmap in setConfig.Gravatar halcanary@google.com2013-12-13
* Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) ...Gravatar robertphillips@google.com2013-12-13
* Mac 10.6 compiler fix for r12665 (Remove duplicate impl for SkImageInfo flatt...Gravatar robertphillips@google.com2013-12-13
* Remvoe duplicate impl for SkImageInfo flatteningGravatar reed@google.com2013-12-13
* Revert "Revert of https://codereview.chromium.org/112783004/"Gravatar reed@google.com2013-12-13
* Implement an SkPicture image filter source. This is required for the external...Gravatar senorblanco@chromium.org2013-12-12
* Move segment mask from SkPath to SkPathRefGravatar robertphillips@google.com2013-12-12
* be sure to unlock the discardablememory before deleting itGravatar reed@google.com2013-12-12
* Revert "Implement an SkPicture image filter source. This is required for the ...Gravatar senorblanco@chromium.org2013-12-12
* Implement an SkPicture image filter source. This is required for the external...Gravatar senorblanco@chromium.org2013-12-12
* Fixed a displacement issueGravatar commit-bot@chromium.org2013-12-12
* detect if the scaledimagecache returns a purged bitmapGravatar reed@google.com2013-12-12