| Commit message (Expand) | Author | Age |
* | CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, | reed@google.com | 2012-11-07 |
* | Add a new PictureRenderer that draws the picture then breaks up into tiles. | scroggo@google.com | 2012-11-07 |
* | Add an option to render_pictures to rerecord the pictures with PNG encoded bi... | scroggo@google.com | 2012-11-07 |
* | Unit testing for SkTileGrid | junov@chromium.org | 2012-11-07 |
* | Add low blur and AAClip options to picture bench. | caryclark@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 |
* | 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 |
* | add SkRegion tests, inspired by http://code.google.com/p/skia/issues/detail?i... | mike@reedtribe.org | 2012-11-07 |
* | Decode images during deserialization in the picture debugger. | scroggo@google.com | 2012-11-06 |
* | include SkPaint.h | reed@google.com | 2012-11-06 |
* | add more utilities: roundIn(), offsetTo() | reed@google.com | 2012-11-06 |
* | leading character accidentally deleted on merge | caryclark@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 |
* | Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playb... | junov@chromium.org | 2012-11-06 |
* | Avoid re-definition of STDC symbols, needed for my ffmpeg work. | senorblanco@chromium.org | 2012-11-06 |
* | Minimal changes to SkFontHost_fontconfig to not crash in normal use. | bungeman@google.com | 2012-11-06 |
* | Fix the PictureRecord step of BenchPictures. | djsollen@google.com | 2012-11-06 |
* | Enhanced debugger with command indenting and Path Bound print out | robertphillips@google.com | 2012-11-06 |
* | Whitespace change to trigger bots after r6307 | borenet@google.com | 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 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 bench_pictures output a meaningful config name. | scroggo@google.com | 2012-11-02 |
* | Make all remaining effects use GrGLEffectMatrix | bsalomon@google.com | 2012-11-02 |
* | In bench_pictures --multi, maintain thread local caches. | scroggo@google.com | 2012-11-02 |
* | add blurrect gm | reed@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 |
* | add 'c' toggle to test clipping | reed@google.com | 2012-11-02 |
* | Make GrGLTextureDomainEffect use GrGLEffectMatrix. | bsalomon@google.com | 2012-11-02 |
* | Fixing crash in render_pictures. Uninitialized member in PictureRenderer | junov@chromium.org | 2012-11-02 |
* | Split off SkConsistentChecksum from SkChecksum | epoger@google.com | 2012-11-02 |
* | Make GrGLConfigConversionEffect use GrGLEffectMatrix | bsalomon@google.com | 2012-11-02 |
* | Adding rtree support to the bench_pictures utility | junov@chromium.org | 2012-11-02 |
* | Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface) | robertphillips@google.com | 2012-11-02 |
* | Another whitespace change to trigger bots | borenet@google.com | 2012-11-02 |
* | Whitespace change to trigger bots | borenet@google.com | 2012-11-02 |
* | Whitespace change to trigger rebuild after r6259 | borenet@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 |
* | Support render_pdfs in iOS too (add tool_main()). | edisonn@google.com | 2012-11-01 |
* | Add utility to convert skp files to pdf files. Code compatible with render_p... | edisonn@google.com | 2012-11-01 |
* | Check modulo values passed to GM. | bsalomon@google.com | 2012-11-01 |