- b66b8bb Ensure root render node clip cannot expand beyond dirty area by Stan Iliev · 9 years ago
- 6df179c Merge "Revert "try to stop using exotic clipps"" by TreeHugger Robot · 9 years ago
- 66b9d44 Revert "try to stop using exotic clipps" by Chris Craik · 9 years ago
- e59dc41 Merge "try to stop using exotic clipps" by TreeHugger Robot · 9 years ago
- 68885e3 Modify savelayer to save matrix and clip for Skia pipeline by Stan Iliev · 9 years ago
- 834653bc try to stop using exotic clipps by Mike Reed · 9 years ago
- ed4d58c Fix failing SkiaPipeline unit tests by Stan Iliev · 9 years ago
- 6c67f1d SkClipOp is now an enum class by Mike Reed · 9 years ago
- fb1bc8b Merge "SkCanvas is no longer refcnted, use SkClipOps" by TreeHugger Robot · 9 years ago
- d43eaa9 SkCanvas is no longer refcnted, use SkClipOps by Mike Reed · 9 years ago
- ee708fa Remove unnecessary dependency, and fix the chain by Leon Scroggins III · 9 years ago
- 5277127 Add more Skia pipeline unit tests. by Stan Iliev · 9 years ago
- 6e49c9f switch over clip calls to use SkClipOp instead of SkRegion::Op by Mike Reed · 9 years ago
- 4a3818d Merge "Fix a crash in skia pipeline, when empty reorder block is first" by TreeHugger Robot · 9 years ago
- e9bf7c8 Merge "Introduce PathInterpolator to native animators" by TreeHugger Robot · 9 years ago
- 347691f Fix a crash in skia pipeline, when empty reorder block is first by Stan Iliev · 9 years ago
- 6c670ec Merge "Add hwui test for correct refcounting of SkColorTable in Bitmap" by TreeHugger Robot · 9 years ago
- 9e9eeee Introduce PathInterpolator to native animators by Doris Liu · 9 years ago
- 71c4477 Add hwui test for correct refcounting of SkColorTable in Bitmap by sergeyv · 9 years ago
- 711b6ae Merge "Add overdraw debugging feature to Skia pipelines" by Matt Sarett · 9 years ago
- f58cc92 Add overdraw debugging feature to Skia pipelines by Matt Sarett · 9 years ago
- 338da9c Merge "SkCanvas is no longer reference-counted" by Mike Reed · 9 years ago
- 88e0891 Fix draw order for non-RenderNode draw commands by Stan Iliev · 9 years ago
- 6acfe16 SkCanvas is no longer reference-counted by Mike Reed · 9 years ago
- db45a4b Fix Skia render node projection to match HWUI by Stan Iliev · 9 years ago
- b6e2013 Move test only initialization to each test setup. by Seigo Nonaka · 9 years ago
- b7d34b6 Refactor pin/unpinImages to work across pipelines. by Derek Sollenberger · 9 years ago
- eea591b Merge "Fix RenderNodeDrawable to draw nonzero Z nodes when needed" by TreeHugger Robot · 9 years ago
- 4080072 Merge "Implement Skia pipelines for OpenGL and Vulkan." by TreeHugger Robot · 9 years ago
- 2f06e8a Fix RenderNodeDrawable to draw nonzero Z nodes when needed by Stan Iliev · 9 years ago
- 500a0c3 Implement Skia pipelines for OpenGL and Vulkan. by Stan Iliev · 9 years ago
- ab12c1f update callers to newer Skia APIs by Mike Reed · 9 years ago
- c2f31df use SkBlendMode by Mike Reed · 9 years ago
- 021693b Implement SkiaRecordingCanvas, RenderNodeDrawable and other drawables. by Stan Iliev · 9 years ago
- 96f4410 Merge "Refactor mock Functors into a common TestUtils class." by Derek Sollenberger · 9 years ago
- 835b3a69 Refactor mock Functors into a common TestUtils class. by Derek Sollenberger · 9 years ago
- c0f5036 Merge changes If99865cd,I5b794c94 by Derek Sollenberger · 9 years ago
- 5ef78a8 Fix test breakage due to naming collision in the linker. by Derek Sollenberger · 9 years ago
- 050bb6a Minor cleanup of unused headers and overly described functions. by Derek Sollenberger · 9 years ago
- fda6667 Merge changes I94b1c31c,Ib0b16c87 by Sergei Vasilinetc · 9 years ago
- 2a38c42 Add target to texture by sergeyv · 9 years ago
- daf7229 Move OpenGL specific details behind renderPipeline interface. by Derek Sollenberger · 9 years ago
- ec4a4b1 Use Bitmap in DisplayList & RecordedOps instead of SkBitmap by sergeyv · 9 years ago
- aed7f58 Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint) by sergeyv · 9 years ago
- 7ca5ad1 Merge "Move allocatePixelRef methods to hwui. This patch also makes tests to use SkBitmap backed by hwui/PixelRef, Test: refactoring cl. bug:27762775" by Sergei Vasilinetc · 9 years ago
- ca9b1ed Merge "use SkBlendMode instead of SkXfermode use sk_sp versions of paint setters/getters" by Mike Reed · 9 years ago
- f8f56cb Fix complex clipping on mergeable ops by Chris Craik · 9 years ago
- c36bd6c Move allocatePixelRef methods to hwui. by sergeyv · 9 years ago
- 260ab72 use SkBlendMode instead of SkXfermode by Mike Reed · 9 years ago
- 6e68bed Merge "Initial refactoring to enable the addition of the SkiaOpenGLPipeline." by Derek Sollenberger · 9 years ago
- 4e230f4 Fix SkShader leak for Gradient VectorDrawable and test am: fc9cf72339 am: c47199bb6a by Doris Liu · 9 years ago
- fc9cf72 Fix SkShader leak for Gradient VectorDrawable and test by Doris Liu · 9 years ago
- 253f2c2 Linear blending, step 1 by Romain Guy · 9 years ago
- 0df6209 Initial refactoring to enable the addition of the SkiaOpenGLPipeline. by Derek Sollenberger · 9 years ago
- d4babda Merge "Use SkMakeBitmapShader, avoid bitmap copy" by Matt Sarett · 9 years ago
- 62feb3a Use SkMakeBitmapShader, avoid bitmap copy by Matt Sarett · 9 years ago
- 5d31a29 Cleanup Xfermode by John Reck · 9 years ago
- 188af33 Merge "HWUI unit test for AVD on HwLayer" by TreeHugger Robot · 9 years ago
- 5876e7d HWUI unit test for AVD on HwLayer by Doris Liu · 9 years ago
- 97ec95c Prevent EndLayerOps when Begin was rejected am: 3c53ec51ef am: 152f76ee50 by Chris Craik · 9 years ago
- 3c53ec51 Prevent EndLayerOps when Begin was rejected by Chris Craik · 9 years ago
- 89561e6 HWUI: Fix snapping in path rendering by sergeyv · 9 years ago
- 7e03ffa Merge "Use Canvas::create_recording_canvas instead of RecordingCanvas ctor" by TreeHugger Robot · 9 years ago
- 06152cd Use Canvas::create_recording_canvas instead of RecordingCanvas ctor by Stan Iliev · 9 years ago
- 919645a Reject fully transparent paint-fill ops at record time am: 814ee6a921 by Chris Craik · 9 years ago
- 814ee6a9 Reject fully transparent paint-fill ops at record time by Chris Craik · 9 years ago
- 56ad6ec Remove LayerRenderer. by Derek Sollenberger · 9 years ago
- 6bf0c56 Merge \\"Fix rotated clip regions\\" into nyc-mr1-dev am: 06f13cba5f by Chris Craik · 9 years ago
- 0658435 Fix rotated clip regions by Chris Craik · 9 years ago
- 52c4eba Merge \\"Avoid throwing when 0 size layer requested\\" into nyc-mr1-dev am: 272b827925 by Chris Craik · 9 years ago
- e3e481d Avoid throwing when 0 size layer requested by Chris Craik · 9 years ago
- 5e00c7c Delete old rendering pipeline by Chris Craik · 9 years ago
- 03de074 Implement runtime switch to select default renderer mode by Stan Iliev · 9 years ago
- 6afffb2 Merge \\"Handle post-record-time clipPath scaling\\" into nyc-mr1-dev am: a6b011e9b0 by Chris Craik · 9 years ago
- 82457c5 Handle post-record-time clipPath scaling by Chris Craik · 9 years ago
- b657b9b Merge \"Merge \\"Fix savelayer rounding\\" into nyc-mr1-dev am: 754ea612ec\" into nyc-mr1-dev-plus-aosp by Chris Craik · 9 years ago
- e4f6d96 Fix savelayer rounding by Chris Craik · 9 years ago
- a0e19f7 Merge \\\"Add missing roundOut for layer damage\\\" into nyc-dev am: 48cde353eb am: aecf607eb6 by John Reck · 9 years ago
- 27875c2 Merge \\"Add missing roundOut for layer damage\\" into nyc-dev am: 48cde353eb by John Reck · 9 years ago
- 11858f1 Merge \"Add missing roundOut for layer damage\" into nyc-dev am: 48cde353eb by John Reck · 9 years ago
- 48cde35 Merge "Add missing roundOut for layer damage" into nyc-dev by John Reck · 9 years ago
- ac04638 Add missing roundOut for layer damage by John Reck · 9 years ago
- 45e8333 Round unclipped saveLayers by Chris Craik · 9 years ago
- c3f709c Merge \\"Round unclipped saveLayers\\" into nyc-mr1-dev am: fdef509c93 by Chris Craik · 9 years ago
- d5a9011 Round unclipped saveLayers by Chris Craik · 9 years ago
- 7dc370b HWUI: add leak check for macrobench by sergeyv · 9 years ago
- 99a8e2f Merge "Follow the minikin namespace changes" by Seigo Nonaka · 9 years ago
- ce3616c Merge \\"Test RenderNode\\'s prepareTree when its DL is null and non-null\\" into nyc-mr1-dev am: 3d66bdb56d by Doris Liu · 9 years ago
- a7952b3 Test RenderNode's prepareTree when its DL is null and non-null by Doris Liu · 9 years ago
- cbcc3d5 Merge \\\"Fix framebuffer incomplete errors\\\" into nyc-dev am: 4bcf66030d am: 7156913021 by Chris Craik · 9 years ago
- ae1aa85 Follow the minikin namespace changes by Seigo Nonaka · 9 years ago
- d4fe4d3 Fix framebuffer incomplete errors by Chris Craik · 9 years ago
- 9751618 Merge "HWUI: do nothing in case of empty layer" into nyc-dev am: 21a608f27f am: 6544a0e2e2 by sergeyv · 9 years ago
- aebbbef HWUI: do nothing in case of empty layer by sergeyv · 9 years ago
- fa29d8c Merge "Merge "Fix a translate issue with saveLayer" into nyc-dev am: f4ae997719 am: e5a3df612a" into nyc-mr1-dev-plus-aosp by John Reck · 9 years ago
- c9bb1a3 Fix a translate issue with saveLayer by John Reck · 9 years ago
- 0353c37 Merge "Add gmock to hwui library" by Sergei Vasilinetc · 9 years ago
- 8bd5edf Add gmock to hwui library by sergeyv · 9 years ago
- f6856b0 Merge "Fix hw layer overdraw/update visualization" into nyc-dev am: 189e3e5ec5 am: bd2edfca03 by Chris Craik · 9 years ago
- 189e3e5 Merge "Fix hw layer overdraw/update visualization" into nyc-dev by TreeHugger Robot · 9 years ago