- b041efe Remove clear function from SkGPipe by derekf · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- c4fda92 remove unused drawData by reed · 10 years ago
- c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
- 2bf8d09 Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #8 id:140001 of https://codereview.chromium.org/613673005/) by piotaixr · 10 years ago
- 9bb7539 Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe by piotaixr · 10 years ago
- 6fedd3a Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #5 id:80001 of https://codereview.chromium.org/613673005/) by rmistry · 10 years ago
- 687732f Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe by piotaixr · 10 years ago
- acb882c Ensure blob typeface information survives SkGPipe serialization. by fmalita · 10 years ago
- 228a6f2 SkTextBlob GPipe serialization. by fmalita · 10 years ago
- b742517 SkTextBlob plumbing by fmalita · 10 years ago
- b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
- 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
- 5f6102d SaveFlags be-gone by Florin Malita · 11 years ago
- 1f64a21 Fix build: these asserts are always now true, which GCC warns about by commit-bot@chromium.org · 11 years ago
- b45bd1f fix int/size_t warnings in pipe by commit-bot@chromium.org · 11 years ago
- 85faf50 remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 11 years ago
- d957984 Factory methods for heap-allocated SkAnnotation objects. by commit-bot@chromium.org · 11 years ago
- ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 11 years ago
- 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
- 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
- 89ff3dd Little changes to SkAnnotation in pipe: by commit-bot@chromium.org · 11 years ago
- c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
- 4677acc Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
- fbc58a3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 0cd2ac6 change SkAnnotation to not inherit from SkFlattenable (does not need dynamic factories) by reed@google.com · 11 years ago
- 31acc11 Fix name of "bleed" flag by robertphillips@google.com · 11 years ago
- 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
- 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 12 years ago
- b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
- 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
- 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
- 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
- 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
- fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 12 years ago
- 7112173 re-re-land 5578 by reed@google.com · 12 years ago
- 10f9f4a revert 5580 by reed@google.com · 12 years ago
- eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
- 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 12 years ago
- d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- 460a23e Fix a parenthesis bug. by scroggo@google.com · 12 years ago
- d9d2967 In SkGPipeCanvas, rename fSharedHeap to fBitmapHeap by scroggo@google.com · 12 years ago
- 7ca2443 Use SkBitmapHeap for shaders in SkGPipe. by scroggo@google.com · 12 years ago
- 3e26bd0 Check in r5063 again, along with fix for tests. by scroggo@google.com · 12 years ago
- 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 12 years ago
- fdb9b21 Revert r5063 until unit tests can be fixed. by tomhudson@google.com · 12 years ago
- 92967e9 Use the SkBitmapHeap to handle SkBitmaps in SkGPipe cross process. by scroggo@google.com · 12 years ago
- 10dccde Make SkGPipe use SkBitmapHeap. by scroggo@google.com · 12 years ago
- c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
- 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 12 years ago
- 58be682 Share code in various SkGPipeCanvas::drawBitmap_ calls. by scroggo@google.com · 12 years ago
- 3cb969f In SkGPipe, only serialize SkTypefaces in cross process mode. by scroggo@google.com · 12 years ago
- 4dffc59 Use SkFlatDictionary in SkGPipe to take advantage of its new features. by scroggo@google.com · 13 years ago
- 284bf50 Purge bitmaps from SkGPipe's shared heap. by scroggo@google.com · 13 years ago
- d3ba5cc In SkGPipe, set a limit on the amount of flattenables cached. by scroggo@google.com · 13 years ago
- 565254b Fix SkGPipe drawing, and turn it on by default. by scroggo@google.com · 13 years ago
- 8ae3c7f For SkGPipe, store bitmaps in a common location. by scroggo@google.com · 13 years ago
- 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 13 years ago
- 72c9672 Add tiled rendering as an option to GM. by scroggo@google.com · 13 years ago
- 920901d fix warnings on Mac in src/pipe by caryclark@google.com · 13 years ago
- 691703c Fix an issue where Pipe did not draw correctly on all platforms. by scroggo@google.com · 13 years ago
- 16d1d0b Updates for SkGPipe. by scroggo@google.com · 13 years ago
- 5a2e879 Fixes for drawing through an SkGPipe. by scroggo@google.com · 13 years ago
- 3b45cd5 Fix bug where SkGPipe'ed clips do not happen. by scroggo@google.com · 13 years ago
- 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 13 years ago
- 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- 67908f2 fix warnings (signed/unsigned, initialization order, parens) by reed@google.com · 14 years ago
- 5667afc remove drawShape from canvas api by reed@google.com · 14 years ago
- 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 14 years ago
- 1bce0a5 Modified Pipe Reader to read an atom at a time by yangsu@google.com · 14 years ago
- ac45f00 return the bytes read, not the total provided by reed@google.com · 14 years ago
- 80b09de add optoinal bytesRead argument (output) to playback() by reed@google.com · 14 years ago
- dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 14 years ago
- 3189158 cleanup previous array of paints by reed@google.com · 14 years ago
- 0faac1e remove some dead code in pipes by reed@google.com · 14 years ago
- b55d118 check-point for pipe: flatten/unflatten objects for single paint by reed@google.com · 14 years ago
- bb6793b update by reed@google.com · 14 years ago
- f5842f7 add typeface flattening by reed@google.com · 14 years ago
- acd471f updated pipe by reed@google.com · 14 years ago
- bb6992a add experimental canvas pipe by reed@google.com · 14 years ago