aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* revert accidental change to lcd format prefGravatar reed@google.com2011-11-03
* create inline versions of common CGRect functions, since they appeared onGravatar reed@google.com2011-11-03
* custom memset32 to speed up erasing the offscreen when its width is small.Gravatar reed@google.com2011-11-03
* Fix for missing file from previous CL that broke the build.Gravatar djsollen@google.com2011-11-03
* Adding support to trunk for building Skia using the Android NDK.Gravatar djsollen@google.com2011-11-03
* speed up font cache creation (20x using FontScalerBench)Gravatar reed@google.com2011-11-02
* add bench for building the font cacheGravatar reed@google.com2011-11-02
* add hack for testing gSkSuppressFontCachePurgeSpewGravatar reed@google.com2011-11-02
* Line-endings only change (some windows line-endings snuck in)Gravatar bsalomon@google.com2011-11-02
* Make SkDevice::onReadPixels take a const& rather than const*Gravatar bsalomon@google.com2011-11-02
* Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...Gravatar bsalomon@google.com2011-11-02
* Revert r2584 (new test fails in fixed pt builds)Gravatar bsalomon@google.com2011-11-02
* Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...Gravatar bsalomon@google.com2011-11-02
* fix font id calculationGravatar caryclark@google.com2011-11-02
* up glyphcache hash table to 12bits (from 8bits).Gravatar reed@google.com2011-11-02
* [PDF] Add debug assert to detect failure of GDI cache hack.Gravatar vandebo@chromium.org2011-11-01
* remove tests for copyPixelsFrom (it is not gone)Gravatar reed@google.com2011-11-01
* remove unused copyPixelsFrom ... (copyPixelsTo is next on the chopping block)Gravatar reed@google.com2011-11-01
* fix monospace glyph bounds on LionGravatar caryclark@google.com2011-11-01
* add getDeviceSize() so callers won't need to call getDevice() so muchGravatar reed@google.com2011-11-01
* match blitH computation for coverage in new blitRect for supersamplerGravatar reed@google.com2011-11-01
* specialize blitRect in supersampler:Gravatar reed@google.com2011-10-31
* Delete DEPS.android in favor of a different approachGravatar epoger@google.com2011-10-31
* First attempt at DEPS.android fileGravatar epoger@google.com2011-10-31
* internalDrawBitmap is using kShaderTextureIdx. It should be kBitmapTextureIdx...Gravatar bsalomon@google.com2011-10-31
* Remove SK_OVERRIDE from func defnGravatar bsalomon@google.com2011-10-31
* support multiple (OR'd) -match parametersGravatar reed@google.com2011-10-31
* all for multiple --match foo args, which will be logically OR'd togetherGravatar reed@google.com2011-10-31
* implement blitRect for aaclip builder. This speeds up setRect by 15x (for 640...Gravatar reed@google.com2011-10-31
* add bench for building aaclipsGravatar reed@google.com2011-10-31
* Import all GMs as Samples.Gravatar bsalomon@google.com2011-10-31
* call blitRect in our convex scanconverter (next: take advantage of that in ourGravatar reed@google.com2011-10-31
* can't assume (ever :( ) that a 2-ptr src will convexGravatar reed@google.com2011-10-31
* don't assume a 2-point path is convex, unless its also not closedGravatar reed@google.com2011-10-31
* handle when initial edges don't agree on start-yGravatar mike@reedtribe.org2011-10-31
* PDF: Fix bug in weak pointer pattern.Gravatar vandebo@chromium.org2011-10-30
* be sure to erase complete (i.e. before the softclip)Gravatar mike@reedtribe.org2011-10-30
* Can't put a variable sized array of non-pod on the stack. Use SkAutoTDeleteAr...Gravatar mike@reedtribe.org2011-10-30
* Fix pure virtual call from destructor and turn VertBench back onGravatar bsalomon@google.com2011-10-28
* disable for now (brian is fixing)Gravatar reed@google.com2011-10-28
* add convex special case in scanconverter. about 10% faster for modest ovals a...Gravatar reed@google.com2011-10-28
* add initial bench for drawVerticesGravatar reed@google.com2011-10-28
* In debug builds, only run each benchmark 1 time (test for assertion-breakage,Gravatar tomhudson@google.com2011-10-28
* Instead of using fixed size for GPU context in benchmain, walk list ofGravatar tomhudson@google.com2011-10-28
* clean up, add test for soft-clipGravatar reed@google.com2011-10-28
* reload base after we call memmoveGravatar reed@google.com2011-10-28
* warning fixesGravatar bsalomon@google.com2011-10-27
* fix bad return type (should have been void)Gravatar reed@google.com2011-10-27
* Rebasline windows fixed point hairmodes Gravatar bsalomon@google.com2011-10-27
* Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac...Gravatar bsalomon@google.com2011-10-27