| Commit message (Expand) | Author | Age |
* | remove tests for copyPixelsFrom (it is not gone) | reed@google.com | 2011-11-01 |
* | remove unused copyPixelsFrom ... (copyPixelsTo is next on the chopping block) | reed@google.com | 2011-11-01 |
* | fix monospace glyph bounds on Lion | caryclark@google.com | 2011-11-01 |
* | add getDeviceSize() so callers won't need to call getDevice() so much | reed@google.com | 2011-11-01 |
* | match blitH computation for coverage in new blitRect for supersampler | reed@google.com | 2011-11-01 |
* | specialize blitRect in supersampler: | reed@google.com | 2011-10-31 |
* | Delete DEPS.android in favor of a different approach | epoger@google.com | 2011-10-31 |
* | First attempt at DEPS.android file | epoger@google.com | 2011-10-31 |
* | internalDrawBitmap is using kShaderTextureIdx. It should be kBitmapTextureIdx... | bsalomon@google.com | 2011-10-31 |
* | Remove SK_OVERRIDE from func defn | bsalomon@google.com | 2011-10-31 |
* | support multiple (OR'd) -match parameters | reed@google.com | 2011-10-31 |
* | all for multiple --match foo args, which will be logically OR'd together | reed@google.com | 2011-10-31 |
* | implement blitRect for aaclip builder. This speeds up setRect by 15x (for 640... | reed@google.com | 2011-10-31 |
* | add bench for building aaclips | reed@google.com | 2011-10-31 |
* | Import all GMs as Samples. | bsalomon@google.com | 2011-10-31 |
* | call blitRect in our convex scanconverter (next: take advantage of that in our | reed@google.com | 2011-10-31 |
* | can't assume (ever :( ) that a 2-ptr src will convex | reed@google.com | 2011-10-31 |
* | don't assume a 2-point path is convex, unless its also not closed | reed@google.com | 2011-10-31 |
* | handle when initial edges don't agree on start-y | mike@reedtribe.org | 2011-10-31 |
* | PDF: Fix bug in weak pointer pattern. | vandebo@chromium.org | 2011-10-30 |
* | be sure to erase complete (i.e. before the softclip) | mike@reedtribe.org | 2011-10-30 |
* | Can't put a variable sized array of non-pod on the stack. Use SkAutoTDeleteAr... | mike@reedtribe.org | 2011-10-30 |
* | Fix pure virtual call from destructor and turn VertBench back on | bsalomon@google.com | 2011-10-28 |
* | disable for now (brian is fixing) | reed@google.com | 2011-10-28 |
* | add convex special case in scanconverter. about 10% faster for modest ovals a... | reed@google.com | 2011-10-28 |
* | add initial bench for drawVertices | reed@google.com | 2011-10-28 |
* | In debug builds, only run each benchmark 1 time (test for assertion-breakage, | tomhudson@google.com | 2011-10-28 |
* | Instead of using fixed size for GPU context in benchmain, walk list of | tomhudson@google.com | 2011-10-28 |
* | clean up, add test for soft-clip | reed@google.com | 2011-10-28 |
* | reload base after we call memmove | reed@google.com | 2011-10-28 |
* | warning fixes | bsalomon@google.com | 2011-10-27 |
* | fix bad return type (should have been void) | reed@google.com | 2011-10-27 |
* | Rebasline windows fixed point hairmodes | bsalomon@google.com | 2011-10-27 |
* | Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac... | bsalomon@google.com | 2011-10-27 |
* | Extract GrDrawTarget::DrState into independent GrDrawState struct. | tomhudson@google.com | 2011-10-27 |
* | Fix leak, reset not called in ~GrTAllocator | bsalomon@google.com | 2011-10-27 |
* | now we trim the aaclip after building it, to ensure that it has tight bounds | reed@google.com | 2011-10-27 |
* | Remove warnings (trailing \, signed vs unsigned, parenthesization). | tomhudson@google.com | 2011-10-27 |
* | New benchmark for blitRect based on call frequency observed while scrolling | tomhudson@google.com | 2011-10-27 |
* | Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa | bsalomon@google.com | 2011-10-27 |
* | Fix cmdline argument passing in SampleApp/Mac. | senorblanco@chromium.org | 2011-10-26 |
* | add test for rgn-ops. some disable for now as they don't work (yet) | reed@google.com | 2011-10-26 |
* | add header to document debug-vs-release, fixed-vs-float | reed@google.com | 2011-10-26 |
* | fix new test to work in fixed-point | reed@google.com | 2011-10-26 |
* | add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top | reed@google.com | 2011-10-26 |
* | remove unhelpful pixel cache in blitV | reed@google.com | 2011-10-25 |
* | Move helper functions out of header file, write new genProgram helpers. | tomhudson@google.com | 2011-10-25 |
* | rebaseline after Color32 fix | reed@google.com | 2011-10-25 |
* | rebaselines for Color32 earlier fix | reed@google.com | 2011-10-25 |
* | check-point for convex scan-converter (disabled for now) | reed@google.com | 2011-10-25 |