aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* 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
* Use size_t for rowBytes.Gravatar scroggo@google.com2013-02-25
* Always round text position correctly.Gravatar bungeman@google.com2013-02-25
* Remove SkSerializationHelpers.Gravatar scroggo@google.com2013-02-22
* Create SkLazyPixelRef which performs lazy decoding.Gravatar scroggo@google.com2013-02-22
* remove obsolete build flags:Gravatar reed@google.com2013-02-22
* Avoid an unitialized warning on linux.Gravatar scroggo@google.com2013-02-22
* Fix a warning on Android.Gravatar scroggo@google.com2013-02-22
* Fix a warning on linux.Gravatar scroggo@google.com2013-02-22
* remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPTGravatar reed@google.com2013-02-22
* remove obsolete build flag SK_IGNORE_SETLINE_FIXGravatar reed@google.com2013-02-22
* New SkRectShaderImageFilter image filterGravatar sugoi@google.com2013-02-21
* Fix compare of scalar against (int) kMaxTValue.Gravatar reed@google.com2013-02-20
* remove experimental code that accidentally got deliveredGravatar robertphillips@google.com2013-02-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-16
* non-SK_DEVELOPER-mode patch for r7752Gravatar robertphillips@google.com2013-02-15
* Add NOOP "command" to picture formatGravatar robertphillips@google.com2013-02-15
* Fix for skp chunk sizes when clips are used outside of any saveGravatar robertphillips@google.com2013-02-15
* Now store chunk size in skp file formatGravatar robertphillips@google.com2013-02-15
* Move SkPaint::toString from debugger to SkPaintGravatar robertphillips@google.com2013-02-14
* call through to to the virtual drawPath from drawOval, for subclasses (e.g. pdf)Gravatar reed@google.com2013-02-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-09
* Adding comments based on review https://codereview.appspot.com/7300072/Gravatar junov@chromium.org2013-02-08
* Adding option to SkTileGrid for specifying border pixels.Gravatar junov@chromium.org2013-02-08
* Fix errors when compiling with -Wall -Werror on Android.Gravatar djsollen@google.com2013-02-07
* Implement support for origin-TopLeft render targets in GL backend.Gravatar scroggo@google.com2013-02-05