| Commit message (Expand) | Author | Age |
* | posix: Avoid static initializers in static/global mutexes | digit@google.com | 2012-01-26 |
* | Fix a warning in libtess in Release builds; define NDEBUG in Release on all | senorblanco@chromium.org | 2012-01-19 |
* | Adding class SkDeferredCanvas for deferred rendering. | junov@google.com | 2012-01-18 |
* | Add convex path renderer (disabled) | bsalomon@google.com | 2012-01-17 |
* | Subpixel text 3/8 of a pixel too far to the right. | bungeman@google.com | 2012-01-13 |
* | Add gyp variable to disable OSAA | bsalomon@google.com | 2012-01-12 |
* | Add code path to SW rasterize paths and upload as a mask texture | bsalomon@google.com | 2012-01-12 |
* | add gm for reverseAddPath | reed@google.com | 2012-01-10 |
* | add SkPath::reverseAddPath() | reed@google.com | 2012-01-10 |
* | Android: disable static global initializers | digit@google.com | 2012-01-10 |
* | Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID | djsollen@google.com | 2012-01-09 |
* | Add ARM optimizations to the build. | djsollen@google.com | 2012-01-09 |
* | add unittest for sk_memset16 and sk_memset32 | mike@reedtribe.org | 2012-01-07 |
* | Towards enabling -Werror in skia on Linux | bsalomon@google.com | 2012-01-06 |
* | Fix incorrect use of the SK_RESTRICT macro in SkColorMatrixFilter, and re-enable | senorblanco@chromium.org | 2012-01-04 |
* | 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 |