| Commit message (Expand) | Author | Age |
* | 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 |
* | Implement the color matrix filter in Ganesh. Also, fix and enable the color | senorblanco@chromium.org | 2012-01-03 |
* | Add SkTableColorFilter, as a foundation for several SVG filters | mike@reedtribe.org | 2011-12-28 |
* | support vertical text and typeface-by-name on Leopard | caryclark@google.com | 2011-12-21 |
* | add unittest for invariants for empty paths, still need to think about | reed@google.com | 2011-12-21 |
* | add SkUnichar_IsVariationSelector() | reed@google.com | 2011-12-21 |
* | New gm to test anti-aliased clipping. | tomhudson@google.com | 2011-12-21 |
* | Disable colorfilter GM for now, since it causes Debug Fixed builds to assert. | senorblanco@chromium.org | 2011-12-20 |
* | Implement SkColorFilter::asColorMatrix() virtual, and override in | senorblanco@chromium.org | 2011-12-20 |
* | A software implementation of the Gaussian blur filter, using 3 box blurs. Also | senorblanco@chromium.org | 2011-12-20 |
* | initial impl of SkImageFilters : virtual signature will change! | reed@google.com | 2011-12-20 |
* | Modifying SkPath to store all verbs provided by the user, and to give | schenney@chromium.org | 2011-12-20 |
* | Fix android build and cleanup references to SkMMapStream | djsollen@google.com | 2011-12-15 |
* | add optional manual global initialization | caryclark@google.com | 2011-12-15 |
* | move ports into its own gyp file | caryclark@google.com | 2011-12-14 |
* | add first cut at arithmetic mode | mike@reedtribe.org | 2011-12-10 |
* | Adding isOpaque method to skia shader classes | junov@chromium.org | 2011-12-09 |
* | Make GrGLShaderVar objects aware of whether they are uniform, varying, or | tomhudson@google.com | 2011-12-08 |
* | add test for isFinite | reed@google.com | 2011-12-05 |
* | Changes to the android gyp system to build without RTTI and exceptions. | djsollen@google.com | 2011-12-05 |
* | When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep | senorblanco@chromium.org | 2011-12-02 |
* | Add SkWGLExtensionInterface for dealing with WGL extensions | bsalomon@google.com | 2011-12-01 |
* | Move SkGLCanvas.h to obsolete, delete from gyp | bsalomon@google.com | 2011-12-01 |
* | [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used | bsalomon@google.com | 2011-11-30 |
* | add test for shader text w/ and w/o lcd (and w/ and w/o opaque) | reed@google.com | 2011-11-28 |
* | add unittest for save/restore | reed@google.com | 2011-11-28 |
* | Fix warnings | bsalomon@google.com | 2011-11-23 |
* | Add windowscodecs.lib to images.gyp | bsalomon@google.com | 2011-11-21 |
* | don't quickReject bitmaps if there is a looper or other possible bounds-modifier | reed@google.com | 2011-11-21 |
* | remove all references to SkGlobals (obsolete) | reed@google.com | 2011-11-17 |
* | add commented line to try to add additional warnings | reed@google.com | 2011-11-17 |
* | Add paging support for handle based typefaces. | bungeman@google.com | 2011-11-15 |
* | add bench for shader+blitMask | reed@google.com | 2011-11-15 |
* | Remove GrGpuGLFixed subclass and ES1 support | bsalomon@google.com | 2011-11-14 |
* | New SkMutex benchmark - used when we suspected mutex performance issues; | tomhudson@google.com | 2011-11-14 |
* | [PDF] Optimize W-array generation with respect to subsetted fonts and add test. | vandebo@chromium.org | 2011-11-11 |
* | Add config8888 support to writePixels | bsalomon@google.com | 2011-11-10 |
* | add test gm for vertical text | reed@google.com | 2011-11-10 |
* | add vertical-text bit to paint (not supported yet) | reed@google.com | 2011-11-10 |
* | add initial gyp to build freetype lib (problems with cflags not showing up in... | reed@google.com | 2011-11-10 |
* | Build fix; unreviewed. | senorblanco@chromium.org | 2011-11-09 |
* | Implement Gaussian blurs for images. The caller creates an an | senorblanco@chromium.org | 2011-11-09 |
* | Cleanup for the Android build. | djsollen@google.com | 2011-11-08 |
* | Add font scaler gm. | bungeman@google.com | 2011-11-07 |
* | Add support for building Android SampleApp. | djsollen@google.com | 2011-11-07 |
* | Add support for GL_ARB_texture_swizzle | bsalomon@google.com | 2011-11-07 |
* | Back out fontscaler gm, as it seems to show up a gpu issue. | bungeman@google.com | 2011-11-04 |
* | Add font scaler gm. | bungeman@google.com | 2011-11-04 |
* | Move the Android sample app into the android repo. | djsollen@google.com | 2011-11-04 |