| Commit message (Expand) | Author | Age |
* | Tell CG ImageEncoder that a bitmap is opaque if it is. | scroggo@google.com | 2012-11-12 |
* | Revert 6351 due to bugs. | bsalomon@google.com | 2012-11-12 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-10 |
* | use SKIRect::centerX,Y | reed@google.com | 2012-11-09 |
* | add explicit mapScalars and mapMScalars entry-points, instead of just map() | reed@google.com | 2012-11-09 |
* | When looking for the head table directory entry, compare against the current ... | bungeman@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 |
* | Fix texture domain clipping assertion. It is OK to have a degenerate domain. | bsalomon@google.com | 2012-11-08 |
* | Apply intersect rects to earlier clip elements and skip rects when possible. | bsalomon@google.com | 2012-11-08 |
* | Update WIC Image decoder to unpremul colors before save | robertphillips@google.com | 2012-11-08 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-08 |
* | Fix for Chrome mac_gpu compiler failure | robertphillips@google.com | 2012-11-08 |
* | check to see if CGImage already knows if we're opaque | reed@google.com | 2012-11-07 |
* | 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 |
* | Unit testing for SkTileGrid | junov@chromium.org | 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 |
* | fix SkRegion::intersects(rect) where the part of the rgn that we intersect is | reed@google.com | 2012-11-07 |
* | Convert clipPaths to clipRects where possible in pictureRecord | robertphillips@google.com | 2012-11-07 |
* | fix SkRegion::contains(rect), thanks to danakj and http://code.google.com/p/s... | mike@reedtribe.org | 2012-11-07 |
* | Break out SkOffsetImageFilter into its own file, and derive it from | senorblanco@chromium.org | 2012-11-06 |
* | Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playb... | junov@chromium.org | 2012-11-06 |
* | Minimal changes to SkFontHost_fontconfig to not crash in normal use. | bungeman@google.com | 2012-11-06 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-06 |
* | Remove assert to allow Android bots (that don't support NPOT textures) to con... | robertphillips@google.com | 2012-11-05 |
* | Fix dumb mistake of passing the same matrix to both matrix params of GrGLMatr... | bsalomon@google.com | 2012-11-05 |
* | 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 |
* | When cloning into an SkPicture, clear its data. | scroggo@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 |
* | Split off SkConsistentChecksum from SkChecksum | epoger@google.com | 2012-11-02 |
* | Make GrGLConfigConversionEffect use GrGLEffectMatrix | bsalomon@google.com | 2012-11-02 |
* | Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface) | robertphillips@google.com | 2012-11-02 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-02 |
* | Disable static asserts to get Chrome compiling | robertphillips@google.com | 2012-11-01 |
* | Replace GrMatrix with SkMatrix. | bsalomon@google.com | 2012-11-01 |
* | Improve NaCl support | borenet@google.com | 2012-11-01 |
* | Fix leaks in SkSurface_Gpu.cpp | robertphillips@google.com | 2012-11-01 |
* | Remove GrScalar, replace with SkScalar. | bsalomon@google.com | 2012-11-01 |
* | Refactoring RTree integration to support SkBBoxHierarchy polymorphism in SkPi... | junov@chromium.org | 2012-11-01 |
* | Reland r6233 with fix. | bsalomon@google.com | 2012-11-01 |
* | Use SkToBool to fix a warning. | scroggo@google.com | 2012-11-01 |
* | Re-revert r6233. | bsalomon@google.com | 2012-11-01 |
* | Reland r6233 with fix for config conversion texture matrices. | bsalomon@google.com | 2012-11-01 |
* | Revert r6233 while investigating bot failures. | bsalomon@google.com | 2012-11-01 |
* | Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. | bsalomon@google.com | 2012-11-01 |