| Commit message (Expand) | Author | Age |
... | |
* | Adding support to trunk for building Skia using the Android NDK. | djsollen@google.com | 2011-11-03 |
* | Remove SK_OVERRIDE from func defn | bsalomon@google.com | 2011-10-31 |
* | Import all GMs as Samples. | bsalomon@google.com | 2011-10-31 |
* | be sure to erase complete (i.e. before the softclip) | mike@reedtribe.org | 2011-10-30 |
* | clean up, add test for soft-clip | reed@google.com | 2011-10-28 |
* | Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac... | 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 |
* | Fix some warnings on VS2010 | bsalomon@google.com | 2011-10-24 |
* | enable soft clipping (yikes) | reed@google.com | 2011-10-24 |
* | update to use new api (offset -> translate) | reed@google.com | 2011-10-13 |
* | Bug fixes: | suyang1 | 2011-10-10 |
* | add sample for clipping | reed@google.com | 2011-10-10 |
* | Add per-vertex coverage field, use in AA rects when alpha tweak is not valid,... | bsalomon@google.com | 2011-10-10 |
* | Fixed signed/unsigned comparison warnings in empty path gm/sample | bsalomon@google.com | 2011-10-10 |
* | implement region-ops | reed@google.com | 2011-10-10 |
* | check-point for aaclip | reed@google.com | 2011-10-06 |
* | Fixup rendering of empty paths (including inverted fills) | bsalomon@google.com | 2011-10-05 |
* | check-point for aaclip | reed@google.com | 2011-10-05 |
* | splitscreen for black and white versions | reed@google.com | 2011-09-28 |
* | Simplify specification of default interface | bsalomon@google.com | 2011-09-16 |
* | SampleApp: fixing bad ref counting on non dynamically allocated object | junov@google.com | 2011-09-13 |
* | Add 'K' to SampleApp to trigger animated perspective rendering | bsalomon@google.com | 2011-09-08 |
* | fix INHERITED to match class | reed@google.com | 2011-09-08 |
* | add test for hairlines and xfermodes | reed@google.com | 2011-09-08 |
* | Revert accidental change to sample code | bsalomon@google.com | 2011-09-07 |
* | Improve gpu path subdiv with perspective, remove tolerance scale, fix comment | bsalomon@google.com | 2011-09-07 |
* | use drawBitmapNine instead of SkNinePatch utils | reed@google.com | 2011-09-07 |
* | reimage ninepatch-stretch with white bg (for easier printing) | reed@google.com | 2011-09-06 |
* | update sample to test stretching + and - amounds | reed@google.com | 2011-09-06 |
* | Add GrAAHairLinePathRenderer | bsalomon@google.com | 2011-08-30 |
* | rolling back the experimental rollbacks in r2178-2179 | epoger@google.com | 2011-08-26 |
* | Experimental revert of 2170 to see if the buildbot issues are somehow related. | tomhudson@google.com | 2011-08-26 |
* | Remove compiler warnings (gcc on Linux). | tomhudson@google.com | 2011-08-25 |
* | test subpixeltext | reed@google.com | 2011-08-23 |
* | Make GrGLInterface a per-GrContext refcounted object rather than a global | bsalomon@google.com | 2011-08-19 |
* | Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to sr... | bsalomon@google.com | 2011-08-17 |
* | Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" | vandebo@chromium.org | 2011-08-16 |
* | Make GrDrawTarget.h and GrPathRenderer.h be private headers | bsalomon@google.com | 2011-08-16 |
* | Added Debugger to Sample App, off by default | yangsu@google.com | 2011-08-12 |
* | add serialization to SkLayerRasterizer | reed@google.com | 2011-08-09 |
* | use common subclass SkPath2DPathEffect, which can be serialized | reed@google.com | 2011-08-09 |
* | Removed networking dependencies from SampleApp, Pipe now off by default | yangsu@google.com | 2011-08-08 |
* | Added transitions and net pipe to SampleApp, updated gyp files | yangsu@google.com | 2011-08-08 |
* | disable test | reed@google.com | 2011-08-04 |
* | retool SkEvent to own its target ID or target proc | reed@google.com | 2011-08-04 |
* | Set up global options for SampleApp and now allows SampleApp to request menu ... | yangsu@google.com | 2011-08-02 |
* | cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its... | bsalomon@google.com | 2011-07-29 |
* | More variable initializations and curly braces to avoid Linux compiler | tomhudson@google.com | 2011-07-29 |
* | Fixing the ignore transform flag in Ganesh with mask filter and drawBitmap | junov@google.com | 2011-07-28 |