summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayListRenderer.h
Commit message (Expand)AuthorAgeFilesLines
* Create proxy between Skia's SkCanvas and the framework Canvas.Derek Sollenberger2015-01-301-4/+4
* Rename Canvas::getSkCanvas to Canvas::asSkCanvasDerek Sollenberger2015-01-291-1/+1
* Remove DisplayListLogBufferChris Craik2015-01-211-1/+0
* Move CanvasJohn Reck2015-01-201-2/+1
* Update HWUI to store its own SkBitmap objectsDerek Sollenberger2015-01-091-11/+3
* Add overrides and switch to nullptr keyword for all filesChris Craik2015-01-051-48/+48
* Make DisplayListRenderer inherit from Canvas, merge JNITom Hudson2015-01-051-82/+135
* Cleanup various clang warnings, use unique_ptrs in several placesChris Craik2014-12-231-19/+26
* Add overrides and switch to nullptr keywordChris Craik2014-12-221-52/+55
* Revert "Add a way to override Xfermode"Chris Craik2014-11-211-21/+3
* Add a way to override XfermodeRob Tsuk2014-11-121-3/+21
* Fix DisplayListRenderer breakageJohn Reck2014-11-071-0/+1
* resolve merge conflicts of cabf8a7 to master.John Reck2014-11-071-1/+2
|\
| * Merge "Fix wrong-thread issue" into lmp-mr1-devJohn Reck2014-11-071-1/+2
| |\
| | * Fix wrong-thread issueJohn Reck2014-11-071-1/+2
* | | resolved conflicts for merge of be70c771 to masterJohn Reck2014-11-061-5/+6
|\ \ \ | |/ /
| * | Yank ResourceCache out of CachesJohn Reck2014-11-061-5/+6
| |/
* | Replace StatefulBaseRenderer inheritance with CanvasState memberTom Hudson2014-11-041-3/+29
* | Remove status return from all uirenderer::Renderer functionsTom Hudson2014-11-041-25/+25
* | am e05575e9: am a8d83d63: Merge "Layer changes" into lmp-mr1-dev automerge: a...John Reck2014-10-311-6/+0
|\ \ | |/
| * Layer changesJohn Reck2014-10-311-6/+0
* | Refactor HWUI to better handle Canvas DrawFilters.Derek Sollenberger2014-10-171-10/+25
* | Clean up physical couplingTom Hudson2014-10-151-2/+5
* | am 99e9b12f: am d2420d39: am ac980443: Merge "Use RenderThread for navigation...Jorim Jaggi2014-09-161-0/+4
|\ \ | |/
| * Use RenderThread for navigation bar ripplesJorim Jaggi2014-09-161-0/+4
| * Merge "DO NOT MERGE Copy shaders" into lmp-devJohn Reck2014-08-261-4/+17
| |\ |/ /
| * DO NOT MERGE Copy shadersJohn Reck2014-08-251-4/+17
* | Create z reordering boundaries around dispatchDrawChris Craik2014-08-251-10/+21
|/
* Fix ripples projecting to scrolled viewChris Craik2014-08-121-4/+6
* Move bitmap transforms out of bitmap opsChris Craik2014-08-061-6/+2
* Add accessibility text contrast settingChris Craik2014-07-161-3/+13
* Remove isRecording() method from renderersChris Craik2014-06-271-2/+0
* No-fail invokeFunctorJohn Reck2014-06-231-10/+8
* Update 'DisplayList' vs 'RenderNode' naming in several placesChris Craik2014-06-231-2/+1
* am 8632b85b: Merge "Fix issues around GL on incorrect thread" into lmp-previe...Chris Craik2014-06-051-0/+5
|\
| * Fix issues around GL on incorrect threadChris Craik2014-06-051-0/+5
| * DO NOT MERGE Inspect SkShader to determine hw shader.Leon Scroggins III2014-05-231-19/+0
* | Update HWUI matrix APIDerek Sollenberger2014-05-291-14/+3
* | Merge "Inspect SkShader to determine hw shader."Chris Craik2014-05-231-19/+0
|\ \ | |/ |/|
| * Inspect SkShader to determine hw shader.Leon Scroggins III2014-05-221-19/+0
* | Define light position (using new lighting spec) in JavaChris Craik2014-05-211-4/+0
|/
* Merge "Avoid caching shadow properties in Java & HWUI."Derek Sollenberger2014-05-081-3/+0
|\
| * Avoid caching shadow properties in Java & HWUI.Derek Sollenberger2014-05-071-3/+0
* | Add CanvasProperty for drawCircleJohn Reck2014-05-021-0/+2
|/
* Move RenderNode to own fileJohn Reck2014-03-191-1/+1
* Rename DisplayList->RenderNodeJohn Reck2014-03-121-2/+2
* Fix warnings in hwuiChris Craik2014-03-051-2/+2
* DisplayList overhaulJohn Reck2014-03-041-87/+13
* Removing SkiaColorFilter and inspecting the native object directly.Derek Sollenberger2014-02-071-14/+0
* Merge "Keep the SkPaint used when creating a layer."Derek Sollenberger2014-02-071-1/+1
|\