summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2011-05-06use SkPoint, creating an alias for GrPointreed@google.com
2011-05-06Replace GrStringBuilder with SkString. First step in cleaning up the shader g...bsalomon@google.com
2011-05-05correctly compute coverage when an antialiased rect covers only 1 column of p...reed@google.com
2011-05-04add find()reed@google.com
2011-05-04fix precendence error (== binds tighter than &)reed@google.com
2011-05-04add debugging test for building SkDescriptorreed@google.com
2011-05-04Make the unix test app build.scroggo
2011-05-04remove deprecated getViewport/setViewportreed@google.com
2011-05-03updated pipereed@google.com
2011-05-03Add comparison and assignment to SkClipStack (and fix an optimization bug).vandebo@chromium.org
2011-05-02fix signed shift in blend32reed@google.com
2011-05-02disable lifecycle dumpsreed@google.com
2011-05-02add typefacecachereed@google.com
2011-04-29update doxreed@google.com
2011-04-29rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the patternmike@reedtribe.org
2011-04-27Add missing flattenable registrations and CreateProc() functions;tomhudson@google.com
2011-04-26make SkDeviceFactory reference countedmike@reedtribe.org
2011-04-25devolve flattening parameters to their base classesreed@google.com
2011-04-20code stylemike@reedtribe.org
2011-04-20code stylemike@reedtribe.org
2011-04-19code stylereed@google.com
2011-04-19optimize when we have a colorfilter, but no shader or xfermodereed@google.com
2011-04-18handle overflowreed@google.com
2011-04-18add fFx1 field, returning where to start the iterator for fCount1 rangereed@google.com
2011-04-15use SkClampRange to speedup clamp iteratorsreed@google.com
2011-04-15move headerreed@google.com
2011-04-15Upstream android changes.djsollen@google.com
2011-04-15experimentalmike@reedtribe.org
2011-04-14add SkCanvas::clear(SkColor color) to call the new virtual clear on device.reed@google.com
2011-04-14rename SkDevice::eraseColor to clear and make virtual.bsalomon@google.com
2011-04-14add reflection asColorMode to SkColorFilter (for gpu)reed@google.com
2011-04-14Add genID for SkBitmaps with raw pixelsbsalomon@google.com
2011-04-13fix asMode() to always succeed if the xfermode was built from a Modereed@google.com
2011-04-12return Coeff for kPlus_Mode and kMultiply_Modereed@google.com
2011-04-11add testing defines to test different blitters for antialiasing (RLE and mask)reed@google.com
2011-04-11code stylereed@google.com
2011-04-10code stylemike@reedtribe.org
2011-04-10balance sk_malloc with sk_free (instead of delete[]) in SkAutoUCS2mike@reedtribe.org
2011-04-10add init() to SkTLazy to create a default instancemike@reedtribe.org
2011-04-09coding stylemike@reedtribe.org
2011-04-09coding stylemike@reedtribe.org
2011-04-09coding style updatesmike@reedtribe.org
2011-04-09update coding style - no logic changemike@reedtribe.org
2011-04-08unbias fy in the gpu glyphproc, since skia has pre-added 1/2 to the valuereed@google.com
2011-04-08fix infinite loop if we have a drawfilter but no drawloopermike@reedtribe.org
2011-04-07Simplify drawloopers and drawfilters. This allows the canvas to keep itsreed@google.com
2011-04-07round the alphamul so we don't overflow a bytereed@google.com
2011-04-06use new template class SkTLazy for deferred paint initializationreed@google.com
2011-04-06Remove transitionary version of getAdvancedTypefaceMetrics. Webkit has been ...vandebo@chromium.org
2011-04-05Make SkFlate buffers statically sized (fixes Windows compile).vandebo@chromium.org