| Commit message (Expand) | Author | Age |
* | Do premul and r/b swap conversions in a custom effect | bsalomon@google.com | 2012-08-27 |
* | Implemented power of two tiling. | keyar@chromium.org | 2012-08-23 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | warning fix (unreviewed). | senorblanco@chromium.org | 2012-08-23 |
* | #if SK_DEBUG -> #ifdef SK_DEBUG in SkTDLinkedList.h (to fix chrome android tr... | bsalomon@google.com | 2012-08-23 |
* | Refactored GrDLinkedList into SkTDLinkedList | robertphillips@google.com | 2012-08-23 |
* | Move the code for the GPU implementation of morphology effects from GrContext | senorblanco@chromium.org | 2012-08-22 |
* | SkRef for expressions. | bungeman@google.com | 2012-08-22 |
* | Fixed instance counting for templated classes | robertphillips@google.com | 2012-08-22 |
* | Implements the non-Porter-Duff compositing modes required for SVG's feBlend | senorblanco@chromium.org | 2012-08-22 |
* | SkBitmap::scrollRect changes pixels, but only if not immutable. | scroggo@google.com | 2012-08-22 |
* | When copying a bitmap, copy the generation ID. | scroggo@google.com | 2012-08-22 |
* | Scratch textures are no longer removed from the cache in Debug | robertphillips@google.com | 2012-08-22 |
* | Added resource cache debug output to help track changes | robertphillips@google.com | 2012-08-22 |
* | Move SkColorFilterImageFilter into its own file. | senorblanco@chromium.org | 2012-08-20 |
* | Remove _UPM_ GrPixelConfigs | bsalomon@google.com | 2012-08-20 |
* | Refactor SkImageFilter into its own .cpp file. | senorblanco@chromium.org | 2012-08-20 |
* | Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity | senorblanco@chromium.org | 2012-08-20 |
* | Stop refcounting SkDeferredCanvas::NotificationClient | junov@chromium.org | 2012-08-20 |
* | Set LF property on a bunch of files. | bsalomon@google.com | 2012-08-20 |
* | revert 5156 | reed@google.com | 2012-08-17 |
* | revert 5157 | reed@google.com | 2012-08-17 |
* | add long/unsigned-long variations to the debug SkIntToScalar, as the mac comp... | reed@google.com | 2012-08-17 |
* | Fix SkIntToScalar signature for 64-bit build | borenet@google.com | 2012-08-17 |
* | Cleaning up deprecated API in SkDeferredCanvas | junov@chromium.org | 2012-08-17 |
* | Remove unnecessary GrContext flushes | bsalomon@google.com | 2012-08-17 |
* | Make SkDeque::back faster & inline | robertphillips@google.com | 2012-08-17 |
* | Added Serialization of SkPath's bound | robertphillips@google.com | 2012-08-17 |
* | remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe... | reed@google.com | 2012-08-16 |
* | Fix a memory leak in SkBitmapHeap. | scroggo | 2012-08-16 |
* | Make all GrContext draws go through the draw buffer. | bsalomon@google.com | 2012-08-16 |
* | DirectWrite font host for skia. | bungeman@google.com | 2012-08-16 |
* | add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, in... | reed@google.com | 2012-08-16 |
* | Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) | robertphillips@google.com | 2012-08-16 |
* | Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn... | robertphillips@google.com | 2012-08-16 |
* | Fixing a deferred canvas optimization that purges pending draws when the canv... | junov@chromium.org | 2012-08-15 |
* | GrContextFactory can now expose the GLContext it is using. | keyar@chromium.org | 2012-08-14 |
* | privatize SkScalerContext.h | reed@google.com | 2012-08-14 |
* | To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec | reed@google.com | 2012-08-14 |
* | privatize SkDescriptor.h | reed@google.com | 2012-08-14 |
* | Make SkTArray consider only the new count and reserve when determining how mu... | bsalomon@google.com | 2012-08-14 |
* | Reduce allocations in RandomPathBench | bsalomon@google.com | 2012-08-14 |
* | Augmenting SkDeferredCanvas notification interface to signal flushes and memo... | junov@chromium.org | 2012-08-14 |
* | Add inst counting to bench and count SkPaths | bsalomon@google.com | 2012-08-14 |
* | Added GrTextureStripAtlas object. | rileya@google.com | 2012-08-13 |
* | Move resize functionality out of createAndLockTexture and into createResizedT... | robertphillips@google.com | 2012-08-13 |
* | Split cache-specific fields out of GrTextureDesc | robertphillips@google.com | 2012-08-13 |
* | Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr... | bsalomon@google.com | 2012-08-13 |
* | Adds a bunch of benchmarks around creating, transforming, testing path equality, | bsalomon@google.com | 2012-08-13 |
* | privatize SkBuffer.h | mike@reedtribe.org | 2012-08-13 |