| Commit message (Expand) | Author | Age |
* | 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 |
* | Remove tesselated path renderer and supporting code, glu, and libtess target | bsalomon@google.com | 2012-05-11 |
* | Split createAlphaClipMask in two to allow reuse with SW-only path | robertphillips@google.com | 2012-05-11 |
* | add dox for Shaders, and how the paint's alpha modulates the shader's colors. | reed@google.com | 2012-05-11 |
* | lazily make a copy of the paint when choosing a blitter. For simple draws, | reed@google.com | 2012-05-11 |
* | inline isEmpty and isRect (faster) | reed@google.com | 2012-05-11 |
* | use mapPoints instead of mapXY for the 2 corners of a rect (faster) | reed@google.com | 2012-05-11 |
* | Set no rtti option to avoid warnings on Android. | djsollen@google.com | 2012-05-11 |
* | fix for r3903 compilation issue | robertphillips@google.com | 2012-05-11 |
* | Made clip mask cache reuse depend on mask size/bounds (instead of render targ... | robertphillips@google.com | 2012-05-11 |
* | Fix for Android ClipCache unit test crash | robertphillips@google.com | 2012-05-10 |
* | Reactivate SSSE3 optimizations, undoing r3770. | tomhudson@google.com | 2012-05-10 |
* | Reverting r3898 due to Android failures | robertphillips@google.com | 2012-05-10 |
* | Use a NDK-compliant way of reading locale. | djsollen@google.com | 2012-05-10 |
* | Re-enabling ClipCache unit test which now runs on Xoom w/ new tool chain | robertphillips@google.com | 2012-05-10 |
* | add experimental variant of dashing, where we explicitly draw rects | reed@google.com | 2012-05-10 |
* | Fixed GrContext.cpp Windows compiler complaints | robertphillips@google.com | 2012-05-10 |
* | Warn if return values from SkRect's Make* methods are ignored | robertphillips@google.com | 2012-05-10 |
* | add SkPath::isLine(), similar to isRect() | reed@google.com | 2012-05-10 |
* | remove (unused) reference to SkStrokePathEffect | reed@google.com | 2012-05-10 |
* | move SkStrokePathEffect into hiding for now, as its functionality is rethought. | reed@google.com | 2012-05-10 |
* | Windows build fixes from r3887. | tomhudson@google.com | 2012-05-10 |
* | Added documentation of stage/TU allocation | robertphillips@google.com | 2012-05-10 |
* | Move convolution from code in GrGLProgram to new GrConvolutionEffect | tomhudson@google.com | 2012-05-10 |
* | Disabled new ClipCache unit test pending investigation of Android failures | robertphillips@google.com | 2012-05-09 |
* | Added stack to AA clip mask cache | robertphillips@google.com | 2012-05-09 |
* | [PDF] Ensure that filling single line paths (with no area) does not draw anyt... | vandebo@chromium.org | 2012-05-09 |
* | Dialed back complexity of nested clip bench to bring time down to a reasonabl... | robertphillips@google.com | 2012-05-09 |
* | rebaseline for MacPro after EXACT aa coverage change | reed@google.com | 2012-05-09 |
* | rebaseline MacPro gm images from EXACT aa coverage change | reed@google.com | 2012-05-09 |
* | Added new bench test for nested clips | robertphillips@google.com | 2012-05-09 |
* | rebaseline after switching to EXACT aa coverage | reed@google.com | 2012-05-09 |
* | commented-out test for exact aa coverage | reed@google.com | 2012-05-09 |
* | don't define SK_USE_LEGACY_AA_COVERAGE, so that we can get the more exact | reed@google.com | 2012-05-09 |
* | invert sense of conditional EXACT_COVERAGE, renaming to LEGACY_AA_COVERAGE | reed@google.com | 2012-05-09 |
* | remove obsolete comments | reed@google.com | 2012-05-09 |
* | add assert | reed@google.com | 2012-05-09 |
* | remove dead conditional | reed@google.com | 2012-05-09 |
* | experimental faster sort | reed@google.com | 2012-05-09 |
* | add flag/hint to PlatformGetSpecific. If true, then the caller requires that | reed@google.com | 2012-05-08 |
* | allow SkAutoTUnref to be used syntactially as the object is refs | reed@google.com | 2012-05-08 |
* | Check in lists of trybots that are appropriate to run in various circumstances. | epoger@google.com | 2012-05-08 |