| Commit message (Expand) | Author | Age |
* | Reverting r1775 at Mike and Brian's request | epoger@google.com | 2011-07-01 |
* | export SkAutoSTMalloc (for multi-dll chrome build) | bsalomon@google.com | 2011-07-01 |
* | Reworks r1770 so that users who have replaced SkUserConfig don't have to | tomhudson@google.com | 2011-07-01 |
* | Fixing several issues with rendering blurred bitmaps with Ganesh | junov@google.com | 2011-06-30 |
* | Remove GrAuto*Malloc, replace with SkAuto*Malloc | bsalomon@google.com | 2011-06-30 |
* | fix asserts in new premul inline function | reed@google.com | 2011-06-30 |
* | make inline version of premultiply, to speed up gradient creation. | reed@google.com | 2011-06-30 |
* | Enable WebKit/Chromium style logging for Skia. | tomhudson@google.com | 2011-06-30 |
* | Adding the notion of a volatile bitmap to SkBitmap. | junov@google.com | 2011-06-30 |
* | SkStringPrintf helper fucntion + a new unit test for it. | tomhudson@google.com | 2011-06-30 |
* | add mac utility to turn a pdf into a bitmap | reed@google.com | 2011-06-28 |
* | Parse SampleApp command line for a test name. If an argument is passed to | senorblanco@chromium.org | 2011-06-28 |
* | remove unused and untested SkPath::subdivide() | reed@google.com | 2011-06-28 |
* | add ptr/len and SkData versions of Deflate() | reed@google.com | 2011-06-27 |
* | remove obsolete text codepaths | reed@google.com | 2011-06-27 |
* | remove drawShape from canvas api | reed@google.com | 2011-06-27 |
* | update dox | reed@google.com | 2011-06-24 |
* | use general SkWStream for parameter | reed@google.com | 2011-06-24 |
* | replace detach/getStream apis on dynamicwstream with SkData | reed@google.com | 2011-06-24 |
* | New benchmark for SkMatrix::computeType(). | tomhudson@google.com | 2011-06-24 |
* | Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and ... | yangsu@google.com | 2011-06-24 |
* | add (replacing SkDataRef) | reed@google.com | 2011-06-24 |
* | rename public SkDataRef to SkData | reed@google.com | 2011-06-24 |
* | Added platform specific includes | yangsu@google.com | 2011-06-23 |
* | add copyToData() to dyanamicwstream | reed@google.com | 2011-06-23 |
* | Wrap SkStreams in IStreams instead of copying data around. | bungeman@google.com | 2011-06-23 |
* | Unify handleTouch and handleClick in SampleApp. | Scroggo | 2011-06-22 |
* | Add support for 8 bits/component glyphs, to | caryclark@google.com | 2011-06-22 |
* | Fix a batch of coverity defects, uninitialized class fields. | vandebo@chromium.org | 2011-06-21 |
* | Fix some problems detected by coverity. | vandebo@chromium.org | 2011-06-21 |
* | Remove createDevice decl from SkProxyCanvas.h. Impl has already been removed ... | bsalomon@google.com | 2011-06-21 |
* | Add option in flattening to write factory names inline, as we are recording. | reed@google.com | 2011-06-21 |
* | change string read/write to store length as full 32-bit value. This simplifies | reed@google.com | 2011-06-21 |
* | Add a way to save to PDF in SampleApp on Android and elsewhere. | Scroggo | 2011-06-21 |
* | Changed mac specific files to use ApplicationServices rather than Carbon | yangsu@google.com | 2011-06-21 |
* | update dox | reed@google.com | 2011-06-21 |
* | Add GrRenderTexture cons for gpu dev. Remove factory from gpu device. | bsalomon@google.com | 2011-06-17 |
* | Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL... | bsalomon@google.com | 2011-06-17 |
* | Modified Pipe Reader to read an atom at a time | yangsu@google.com | 2011-06-16 |
* | make SkDevice constructors explicit between offscreen and on/direct | reed@google.com | 2011-06-16 |
* | First pass at improving temporary tex/rt reuse | bsalomon@google.com | 2011-06-16 |
* | Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance war... | epoger@google.com | 2011-06-15 |
* | Increase compatibility with clang, mostly around SK_RESTRICT. | tomhudson@google.com | 2011-06-15 |
* | Improvements to the SampleApp (primarily Android). | Scroggo | 2011-06-15 |
* | style and warnings | reed@google.com | 2011-06-14 |
* | add SkDataRef (for future use) | reed@google.com | 2011-06-14 |
* | Updates to the Android SampleApp | djsollen@google.com | 2011-06-13 |
* | add row/col major getters, plus unit-tests | reed@google.com | 2011-06-13 |
* | move into utils | reed@google.com | 2011-06-13 |
* | add 2nd parameter to SkFontHost::NextLogicalFont() | reed@google.com | 2011-06-13 |