aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* explicitly enable font smoothing, in case your mac is hooked to a monitorGravatar reed@google.com2011-06-29
* remove last vestiges of intentional breakGravatar epoger@google.com2011-06-29
* fix intentional breakGravatar epoger@google.com2011-06-29
* another intentional breakGravatar epoger@google.com2011-06-29
* fix intentional breakGravatar epoger@google.com2011-06-29
* intentional error to exercise buildbot emailsGravatar epoger@google.com2011-06-29
* oops, these are the "correct" initial pdf baselinesGravatar reed@google.com2011-06-29
* add initial pdf gm images. These have not be manually checked for correctness.Gravatar reed@google.com2011-06-29
* create bitmaps from pdf output for comparison purposes (mac only at the moment)Gravatar reed@google.com2011-06-29
* fix bitmapinfoGravatar reed@google.com2011-06-28
* add mac utility to turn a pdf into a bitmapGravatar reed@google.com2011-06-28
* Parse SampleApp command line for a test name. If an argument is passed toGravatar senorblanco@chromium.org2011-06-28
* Add base-linux and base-linux-fixed images for lcdtext test in gmGravatar epoger@google.com2011-06-28
* Add baseline images for new lcdtext within gmGravatar epoger@google.com2011-06-28
* make toplevel Makefile pass MAKEFLAGS to out/MakefileGravatar epoger@google.com2011-06-28
* Fix Mac compile - missing comma.Gravatar vandebo@chromium.org2011-06-28
* Fix core text font metrics - scale to em size and convert float to intGravatar vandebo@chromium.org2011-06-28
* Create new lcdtext page within gmGravatar epoger@google.com2011-06-28
* Guard against 0 tolerance in curve subdivision.Gravatar tomhudson@google.com2011-06-28
* Change output format of dump() to make VS2008 happy.Gravatar tomhudson@google.com2011-06-28
* fix sign/unsigned warningsGravatar reed@google.com2011-06-28
* remove unused and untested SkPath::subdivide()Gravatar reed@google.com2011-06-28
* fix exceeds_dist: don't double the loop counter (the caller has done that)Gravatar reed@google.com2011-06-28
* Adding support for shadows when drawing bitmaps with skia gpu deviceGravatar junov@google.com2011-06-27
* fix div-by-zero (triggers debugging assert when scalar=fixed) and add masterGravatar reed@google.com2011-06-27
* Fix compiler warning triggered by non-understanding of assert.Gravatar vandebo@chromium.org2011-06-27
* add test for degenerate 2point gradients (needs pdf and gpu fixes)Gravatar reed@google.com2011-06-27
* add ptr/len and SkData versions of Deflate()Gravatar reed@google.com2011-06-27
* remove obsolete text codepathsGravatar reed@google.com2011-06-27
* fix warnings (signed/unsigned, initialization order, parens)Gravatar reed@google.com2011-06-27
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* Add a zlib target that the pdf target can depend on.Gravatar vandebo@chromium.org2011-06-24
* Modified the iOS pdf data code to use steam.copytoData()Gravatar yangsu@google.com2011-06-24
* update doxGravatar reed@google.com2011-06-24
* use general SkWStream for parameterGravatar reed@google.com2011-06-24
* move common code into shared helper functionGravatar reed@google.com2011-06-24
* fix warning about SkPoint initializationGravatar reed@google.com2011-06-24
* Fix bad merge which broke compiles.Gravatar tomhudson@google.com2011-06-24
* roll back r1705Gravatar epoger@google.com2011-06-24
* replace detach/getStream apis on dynamicwstream with SkDataGravatar reed@google.com2011-06-24
* Alternate approach to enabling PDF in gm (gyp changes)Gravatar epoger@google.com2011-06-24
* Fixed include statements to correctly link mac/ios librariesGravatar yangsu@google.com2011-06-24
* Added mutex in GetDefaultFont and added the default font to the FontCache whe...Gravatar yangsu@google.com2011-06-24
* New benchmark for SkMatrix::computeType().Gravatar tomhudson@google.com2011-06-24
* fix null fFontRef in GetDefaultFont()Gravatar reed@google.com2011-06-24
* add (disabled) tests for common anglesGravatar reed@google.com2011-06-24
* Updated the references to iOS util files in the iOSSampleApp project fileGravatar yangsu@google.com2011-06-24
* Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and ...Gravatar yangsu@google.com2011-06-24
* Add additional source types to xfer mode test.Gravatar vandebo@chromium.org2011-06-24
* Added helper methods for changing samples, getting sample titles, and extract...Gravatar yangsu@google.com2011-06-24