| Commit message (Expand) | Author | Age |
... | |
* | Create macro for registering classes for deserialization | djsollen@google.com | 2012-03-26 |
* | Cleanup Macros arround static initializers for SkFlattenable. | djsollen@google.com | 2012-03-23 |
* | Move SkBitSet to utils. | vandebo@chromium.org | 2012-03-21 |
* | Utils must not depend on Views. | bungeman@google.com | 2012-03-21 |
* | Re-attempting Linux debug GL interface compiler complaint fix. | robertphillips@google.com | 2012-03-21 |
* | Upstream changes from Android repository. | djsollen@google.com | 2012-03-21 |
* | reverting r3268 because of test failures | junov@chromium.org | 2012-02-28 |
* | build fix | junov@chromium.org | 2012-02-28 |
* | SkDeferredCanvas, performance: small refactor to remove unnecessary condition... | junov@chromium.org | 2012-02-28 |
* | Coding style corrections in SkDeferredCanvas.cpp: brace placement, 80col, etc. | junov@chromium.org | 2012-02-24 |
* | Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri... | junov@chromium.org | 2012-02-24 |
* | reverting r3257 because of gm failure. | junov@chromium.org | 2012-02-24 |
* | Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri... | junov@chromium.org | 2012-02-24 |
* | Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not... | bungeman@google.com | 2012-02-24 |
* | add SkCreateDataProviderFromStream to SkCGUtils | reed@google.com | 2012-02-24 |
* | Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULL | junov@chromium.org | 2012-02-23 |
* | Change append to appendf for call sites with no format arguments. | vandebo@chromium.org | 2012-02-21 |
* | Added BSD license language where missing. | caryclark@google.com | 2012-02-17 |
* | Merge changes from the android repo upstream to Skia | djsollen@google.com | 2012-02-15 |
* | Adding missing SkIntToScalar to resolve DeferredCanvas unit test failures wit... | junov@chromium.org | 2012-02-13 |
* | Adding API and unit testing for deferred canvas clearing/purging | junov@chromium.org | 2012-02-13 |
* | Fix CFBundleIdentifier of SampleApp | epoger@google.com | 2012-02-10 |
* | Move SkBase64 to utils, allow user defined encoding. | bungeman@google.com | 2012-02-07 |
* | Fixing backing store access in SkDeferredCanvas. | junov@chromium.org | 2012-02-07 |
* | Removing some dead code in SkDeferredCanvas | junov@chromium.org | 2012-02-03 |
* | Adding a flush method to SkCanvas | junov@chromium.org | 2012-01-30 |
* | Formatting cleanup: remove extra whitespace | vandebo@chromium.org | 2012-01-28 |
* | add formatting to suppress compiler warning | caryclark@google.com | 2012-01-27 |
* | Adding class SkDeferredCanvas for deferred rendering. | junov@google.com | 2012-01-18 |
* | remove one un-needed static initializer | digit@google.com | 2012-01-10 |
* | remove as these are replaced by SkJSON | mike@reedtribe.org | 2012-01-05 |
* | add count(), fix bad llist logic in remove() | mike@reedtribe.org | 2012-01-04 |
* | add Object::remove, some dox, leak debugging code | mike@reedtribe.org | 2012-01-04 |
* | experiment #2 for JSON data | mike@reedtribe.org | 2012-01-02 |
* | add experimental class for json | mike@reedtribe.org | 2011-12-31 |
* | remove SkOSWindow_Win.cpp (has been replaced by SkOSWindow_win.cpp [lowercase... | bsalomon@google.com | 2011-12-01 |
* | Remove suffixes from SK_wGL macros | bsalomon@google.com | 2011-12-01 |
* | Add SkWGLExtensionInterface for dealing with WGL extensions | bsalomon@google.com | 2011-12-01 |
* | fix mac warnings | caryclark@google.com | 2011-11-23 |
* | Update files to use SK_BUILD_FOR_ANDROID. | djsollen@google.com | 2011-11-08 |
* | Adding support to trunk for building Skia using the Android NDK. | djsollen@google.com | 2011-11-03 |
* | Can't put a variable sized array of non-pod on the stack. Use SkAutoTDeleteAr... | mike@reedtribe.org | 2011-10-30 |
* | warning fixes | bsalomon@google.com | 2011-10-27 |
* | Fix cmdline argument passing in SampleApp/Mac. | senorblanco@chromium.org | 2011-10-26 |
* | move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty... | bsalomon@google.com | 2011-10-13 |
* | Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile a... | bsalomon@google.com | 2011-10-12 |
* | add bool argument to canvas' clipRect and clipPath for antialiasing | reed@google.com | 2011-10-12 |
* | Bug fixes: | suyang1 | 2011-10-10 |
* | Add xps device to skia. | bungeman@google.com | 2011-10-10 |
* | Fix some VS2010 warnings | bsalomon@google.com | 2011-09-29 |