| Commit message (Expand) | Author | Age |
* | Remove GrRandom API in favor of SkRandom. | tfarina@chromium.org | 2012-11-21 |
* | Simple change to remove unnecessary #define statement. | sugoi@google.com | 2012-11-21 |
* | Deferred canvas can now be flushed if an image is beyond a certain size to av... | sugoi@google.com | 2012-11-21 |
* | Add isRect variant that returns path closure and direction. | caryclark@google.com | 2012-11-21 |
* | Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme... | senorblanco@chromium.org | 2012-11-20 |
* | add restore() to SkAutoCanvasRestore | reed@google.com | 2012-11-20 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-20 |
* | Reverting r6489 to fix compiler error in Chrome | robertphillips@google.com | 2012-11-20 |
* | Add SkMatrix44::setColMajord, etc. | vollick@chromium.org | 2012-11-19 |
* | Add support for new glShaderSource() signature from Khronos. Disabled by def... | senorblanco@chromium.org | 2012-11-19 |
* | Add missing SK_API define. | tfarina@chromium.org | 2012-11-19 |
* | use SkPath::isNestedRects() to apply blurred nine-patch | reed@google.com | 2012-11-19 |
* | add two nested rect detector to path | caryclark@google.com | 2012-11-19 |
* | Extract transform_scanline_XXXX functions into transform_scanline.h for code-... | epoger@google.com | 2012-11-16 |
* | remove unused (and undefined) SkColorSpace parameter. | mike@reedtribe.org | 2012-11-15 |
* | Add SkMatrix44::setTranspose | vollick@chromium.org | 2012-11-14 |
* | Remove a warning for comparing signed and unsigned integers. | scroggo@google.com | 2012-11-14 |
* | move setDevice() to protected: in preparation for its eventual demise | reed@google.com | 2012-11-14 |
* | mark SkCanvas::setDevice as DEPRECATED -- need to remove all callers in chrome | reed@google.com | 2012-11-14 |
* | Add a conservativelyContainsRect function to SkPath. | bsalomon@google.com | 2012-11-13 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-13 |
* | Allow SkPicture-derived classes install their own SkPicturePlayback-derived o... | robertphillips@google.com | 2012-11-13 |
* | Add support for SK_MSCALAR_IS_FLOAT | vollick@chromium.org | 2012-11-13 |
* | Changing the visibility of SkMatrix44::determinant(). | vollick@chromium.org | 2012-11-13 |
* | Make SkPath cache the result of cheapComputeDirection. | bsalomon@google.com | 2012-11-13 |
* | add const to src parameter for mapMScalars() | reed@google.com | 2012-11-12 |
* | Revert 6351 due to bugs. | bsalomon@google.com | 2012-11-12 |
* | add explicit mapScalars and mapMScalars entry-points, instead of just map() | reed@google.com | 2012-11-09 |
* | simplify macros, since we no longer support scalar == fixed | reed@google.com | 2012-11-09 |
* | add entry-point to SkMaskFilter to fast-path rectangles. | reed@google.com | 2012-11-09 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-09 |
* | add centerX() and centerY() to SkIRect (because they made me) | reed@google.com | 2012-11-08 |
* | Apply intersect rects to earlier clip elements and skip rects when possible. | bsalomon@google.com | 2012-11-08 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-08 |
* | Combine multiple intersecting rects in SkClipStack::Iter. | bsalomon@google.com | 2012-11-07 |
* | CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, | reed@google.com | 2012-11-07 |
* | Some improvements to reduce the number of pixels touched in generating alpha ... | bsalomon@google.com | 2012-11-07 |
* | Add temporary interfaces in blur and clip to | caryclark@google.com | 2012-11-07 |
* | add more utilities: roundIn(), offsetTo() | reed@google.com | 2012-11-06 |
* | add draw filter option to picture_bench | caryclark@google.com | 2012-11-06 |
* | Break out SkOffsetImageFilter into its own file, and derive it from | senorblanco@chromium.org | 2012-11-06 |
* | Avoid re-definition of STDC symbols, needed for my ffmpeg work. | senorblanco@chromium.org | 2012-11-06 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-06 |
* | Remove a pointless anonymous namespace in a header. | thakis@chromium.org | 2012-11-06 |
* | Remove default texture coords / texture matrix | bsalomon@google.com | 2012-11-05 |
* | Attempt to patch Chrome compiler failures | robertphillips@google.com | 2012-11-05 |
* | Make all remaining effects use GrGLEffectMatrix | bsalomon@google.com | 2012-11-02 |
* | Make morphology, convolution, and table color filter opt out of default textu... | bsalomon@google.com | 2012-11-02 |
* | Make GrGLTextureDomainEffect use GrGLEffectMatrix. | bsalomon@google.com | 2012-11-02 |
* | Replace GrMatrix with SkMatrix. | bsalomon@google.com | 2012-11-01 |