| Commit message (Expand) | Author | Age |
* | Add ARM optimizations to the build. | djsollen@google.com | 2012-01-09 |
* | Code cleanup: move gradient inner loops into procs. | tomhudson@google.com | 2012-01-09 |
* | Exclude BGRA readPixel tests on Android until bug 438 is resolved. | djsollen@google.com | 2012-01-09 |
* | remove obsolete file | reed@google.com | 2012-01-09 |
* | add unittest for sk_memset16 and sk_memset32 | mike@reedtribe.org | 2012-01-07 |
* | override asComponentTable() | mike@reedtribe.org | 2012-01-07 |
* | Towards enabling -Werror in skia on Linux | bsalomon@google.com | 2012-01-06 |
* | Fix check for glTexStorage2D fn ptr | bsalomon@google.com | 2012-01-06 |
* | add allowImageFilter() so a device can allow/disallow filters | reed@google.com | 2012-01-06 |
* | Rebaseline mac fixed poly2poly. | bungeman@google.com | 2012-01-05 |
* | Mac generateFontMetrics not converting to scalar. | bungeman@google.com | 2012-01-05 |
* | baselines for macpro | reed@google.com | 2012-01-05 |
* | add filterImage() entry-point to SkDevice, to allow it to specialize on subcl... | reed@google.com | 2012-01-05 |
* | Remove attempt at subpixel handling from GDI font host. | bungeman@google.com | 2012-01-05 |
* | [PDF] Fix some scalar/int assumptions. | vandebo@chromium.org | 2012-01-05 |
* | When applying a color matrix, unpremultiply the source, and premultiply the | senorblanco@chromium.org | 2012-01-05 |
* | Make font scaler gm work correctly in fixed point. | bungeman@google.com | 2012-01-05 |
* | Reverting r2969, since it broke the GLPrograms RunTests step. | senorblanco@chromium.org | 2012-01-05 |
* | add asComponentTable() query (will impl in SkTableColorFilter next) | reed@google.com | 2012-01-05 |
* | make getOrigin() public so callers can adjust layer | caryclark@google.com | 2012-01-05 |
* | When applying a color matrix, unpremultiply the source, and premultiply | senorblanco@chromium.org | 2012-01-05 |
* | The units used to setup XPS should be SkScalars. | bungeman@google.com | 2012-01-05 |
* | Fix Mac build | bsalomon@google.com | 2012-01-05 |
* | Add support for GL texture storage | bsalomon@google.com | 2012-01-05 |
* | remove as these are replaced by SkJSON | mike@reedtribe.org | 2012-01-05 |
* | Trash cached render target when creating a new FBO and its ID is bound. | bsalomon@google.com | 2012-01-04 |
* | Fix incorrect use of the SK_RESTRICT macro in SkColorMatrixFilter, and re-enable | senorblanco@chromium.org | 2012-01-04 |
* | Add the ability to iterate through a path without modification. This change is | schenney@chromium.org | 2012-01-04 |
* | Allow 0 as a valid text size in SkPaint. | djsollen@google.com | 2012-01-04 |
* | implement dithering for vertical grads (was a todo:) | reed@google.com | 2012-01-04 |
* | drawPosText with center or right align skips every other character. | bungeman@google.com | 2012-01-04 |
* | 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 |
* | Removing path drawing gm tests that produce either an entirely | schenney@chromium.org | 2012-01-04 |
* | Improve the quality of color matrix filters by using SkPremultiplyARGBInline. | senorblanco@chromium.org | 2012-01-03 |
* | Formatting only, multi-line call actually fits on one line. | bungeman@google.com | 2012-01-03 |
* | Disable colormatrix GM test, since it's failing on win32 float release. | senorblanco@chromium.org | 2012-01-03 |
* | Build fix. Forgot to update gyp. | schenney@chromium.org | 2012-01-03 |
* | Removing unnecessary gm tests. Unreviewed but approved by reed@google.com. | schenney@chromium.org | 2012-01-03 |
* | Speculative fix to please the skia buildbots. I couldn't repro the failure | senorblanco@chromium.org | 2012-01-03 |
* | Add null check to createPlatformTexture | bsalomon@google.com | 2012-01-03 |
* | Implement the color matrix filter in Ganesh. Also, fix and enable the color | senorblanco@chromium.org | 2012-01-03 |
* | Fix off-by-one error in assertion; improve coverage_to_exact_alpha() | tomhudson@google.com | 2012-01-03 |
* | expose isSubpixel() on the cache, so SkDraw can know if it should expect | reed@google.com | 2012-01-03 |
* | Add flags to GrStencilSettings | bsalomon@google.com | 2012-01-03 |
* | Fix ToUnicode generation bug. | vandebo@chromium.org | 2012-01-03 |
* | add helper drawSizeBounds to show the GM's size | reed@google.com | 2012-01-03 |
* | Update header comments to more accurately describe behavior of | tomhudson@google.com | 2012-01-03 |
* | Fix return value from SkImageDecoder::DecodeFile(): false even in case of | tomhudson@google.com | 2012-01-03 |
* | experiment #2 for JSON data | mike@reedtribe.org | 2012-01-02 |