| Commit message (Expand) | Author | Age |
* | remove unused variable (isNaN) | reed@google.com | 2012-05-16 |
* | skdiff: only write out diff images that are included in index.html | epoger@google.com | 2012-05-16 |
* | Iter::next takes a bool (defaults to true for now) if we want to consume dege... | reed@google.com | 2012-05-16 |
* | Make skdiff use enumeration of result types instead of separate booleans for ... | epoger@google.com | 2012-05-16 |
* | Disable SSSE3 for Android x86 *ONLY*. | tomhudson@google.com | 2012-05-16 |
* | can't make the compute-bounds methods private yet :( | reed@google.com | 2012-05-16 |
* | perform quickReject in drawPoints (which is called by drawLine) just like we | reed@google.com | 2012-05-16 |
* | speedup SkRect::isFinite() (almost 2x) | reed@google.com | 2012-05-16 |
* | update dox for copy-constructor | reed@google.com | 2012-05-16 |
* | Added baseline golden master images for nexus s. | chudy@google.com | 2012-05-15 |
* | add computeFastBounds to SkPathEffect, so we can attempt quickReject | reed@google.com | 2012-05-15 |
* | Add (8) more benchmarks to capture performance of a pair of blit optimization | tomhudson@google.com | 2012-05-15 |
* | Adding baseline images for new complexclip2 variants and samplerstress GM | robertphillips@google.com | 2012-05-15 |
* | add clipped case for dashing to exercise quickReject | reed@google.com | 2012-05-15 |
* | update dox for measureText | reed@google.com | 2012-05-15 |
* | update baseline | reed@google.com | 2012-05-15 |
* | add new images for new test | reed@google.com | 2012-05-15 |
* | rebaseline after 3943 | reed@google.com | 2012-05-15 |
* | Updating complexclip2 baseline images in response to r3943 | robertphillips@google.com | 2012-05-15 |
* | make "Partial pixel coverage will be incorrectly blended" debug message condi... | reed@google.com | 2012-05-15 |
* | remove null-check in SKPath::Iter::next() -- not needed, and slows us down a ... | reed@google.com | 2012-05-15 |
* | Updated AAClips Sample slide and complexclip2 GM to exercise AA clipping | robertphillips@google.com | 2012-05-15 |
* | Convert AAClipCache's GrRects to GrIRects | robertphillips@google.com | 2012-05-15 |
* | for scalar==float, tis faster to always to MIN and MAX, than to put an ELSE | reed@google.com | 2012-05-15 |
* | Add self-test for skdiff, and remove date/time from skdiff output so it passes. | epoger@google.com | 2012-05-15 |
* | fix Fixed build | reed@google.com | 2012-05-15 |
* | Use x*0 instead of x!=x to detect non-finite values, since x*0 also detects i... | reed@google.com | 2012-05-15 |
* | add test for computing the bounds of an array of points (SkRect::set) | reed@google.com | 2012-05-15 |
* | pre allocate space for the result (guesstimation) so we don't spend extra time | reed@google.com | 2012-05-15 |
* | inline the fast case for AutoDrawLoop::next() so we don't slow down simple | reed@google.com | 2012-05-15 |
* | special-case filling narrow rects, where we can be faster than the SSE2 asm | reed@google.com | 2012-05-15 |
* | Minor refactoring/enhancement of GrSWMaskHelper to prepare for wider use | robertphillips@google.com | 2012-05-15 |
* | Rename tests/images dir as tests/skdiff | epoger@google.com | 2012-05-14 |
* | Fix warnings in GrGLInterface mac setup, ignoring proc addr returns. There sh... | bsalomon@google.com | 2012-05-14 |
* | Move coordDims, varyingDims onto GrGLShaderBuilder. | tomhudson@google.com | 2012-05-14 |
* | Attached ClipMaskManager to GPU resource freeing system | robertphillips@google.com | 2012-05-14 |
* | Fixes for Windows Release compiler complaints (overflow in const arith) | robertphillips@google.com | 2012-05-14 |
* | Created SW clip mask creation helper class (in GrSoftwarePathRenderer) | robertphillips@google.com | 2012-05-14 |
* | Debug Windows compiler complaint fixes | robertphillips@google.com | 2012-05-14 |
* | Android does not support pthread_cancel / pthread_testcancel. | bungeman@google.com | 2012-05-14 |
* | Images for testing skdiff tool | epoger@google.com | 2012-05-14 |
* | Add bench and test for SkRefCnt. | bungeman@google.com | 2012-05-14 |
* | Made clip mask cache use Scratch Texture system | robertphillips@google.com | 2012-05-14 |
* | update the nearly_integral calculation to be (a) faster, and (b) to correctly | reed@google.com | 2012-05-11 |
* | Remove a dead function and dead var that were incorrectly left in by previous... | bsalomon@google.com | 2012-05-11 |
* | Remove support for vertex attribute matrices | bsalomon@google.com | 2012-05-11 |
* | Extract ShaderCodeSegments from GrGLProgram into a new class, | tomhudson@google.com | 2012-05-11 |
* | only check for nearly-integral if we're a BW clip | reed@google.com | 2012-05-11 |
* | Discard absurd values (and log warnings) when graphing bench results. | epoger@google.com | 2012-05-11 |
* | fix SK_RESTRICT warnings related to overrides on windows | reed@google.com | 2012-05-11 |