aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* make inline version of premultiply, to speed up gradient creation.Gravatar reed@google.com2011-06-30
* Revert r1768Gravatar epoger@google.com2011-06-30
* Enable WebKit/Chromium style logging for Skia.Gravatar tomhudson@google.com2011-06-30
* Adding the notion of a volatile bitmap to SkBitmap. Gravatar junov@google.com2011-06-30
* Roll gyp version from 907 to 936Gravatar epoger@google.com2011-06-30
* Fix bug where equality was used instead of assignment.Gravatar tomhudson@google.com2011-06-30
* SkStringPrintf helper fucntion + a new unit test for it.Gravatar tomhudson@google.com2011-06-30
* Fix LCD text filteringGravatar epoger@google.com2011-06-29
* Fix build for old versions of freetype without FT_Library_SetLcdFilterGravatar epoger@google.com2011-06-29
* Don't use the CreateWithData variant: not needed, and isn't available in chromeGravatar reed@google.com2011-06-29
* Change true and false to 1 and 0 in macros that are used to conditionally com...Gravatar bsalomon@google.com2011-06-29
* Fix valgrind reported issue, uninit mem in AutoReleaseGeometry::reset()Gravatar bsalomon@google.com2011-06-29
* extract a new factory when we get a new deviceGravatar reed@google.com2011-06-29
* add rebaselined version, now that we force font smoothingGravatar reed@google.com2011-06-29
* update now that we force font smoothing for the testsGravatar reed@google.com2011-06-29
* 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