summaryrefslogtreecommitdiffstats
path: root/libs/hwui
Commit message (Expand)AuthorAgeFilesLines
* Make DisplayListRenderer inherit from Canvas, merge JNITom Hudson2015-01-058-201/+329
* Cleanup various clang warnings, use unique_ptrs in several placesChris Craik2014-12-2330-226/+133
* Add overrides and switch to nullptr keywordChris Craik2014-12-2232-247/+262
* CleanupChris Craik2014-12-227-46/+19
* am 165fb8f5: am f89dac47: Merge "Tweak RT-animator scheduling" into lmp-mr1-devJohn Reck2014-12-194-15/+22
|\
| * am 165fb8f5: am f89dac47: Merge "Tweak RT-animator scheduling" into lmp-mr1-devJohn Reck2014-12-194-15/+22
| |\
| | * Tweak RT-animator schedulingJohn Reck2014-12-194-15/+22
* | | Stop pretending USE_OPENGL_RENDERER is a thingJohn Reck2014-12-185-17/+7
* | | Split hwui's makefileJohn Reck2014-12-183-134/+113
* | | resolved conflicts for merge of fd461ede to masterChris Craik2014-12-173-8/+13
|\ \ \ | |/ /
| * | am 93492d1a: am c748832f: Merge "Revert overdraw avoidance visualization chan...Chris Craik2014-12-173-8/+13
| |\ \ | | |/
| | * Merge "Revert overdraw avoidance visualization change" into lmp-mr1-devChris Craik2014-12-173-8/+13
| | |\
| | | * Revert overdraw avoidance visualization changeChris Craik2014-12-173-8/+13
| * | | Fix styleJohn Reck2014-12-1221-175/+175
* | | | am ec9b598c: am b9a4d15d: Merge "Force-flush state sync on texid change" into...John Reck2014-12-121-0/+6
|\ \ \ \ | |/ / /
| * | | am b9a4d15d: Merge "Force-flush state sync on texid change" into lmp-mr1-devJohn Reck2014-12-121-0/+6
| |\ \ \ | | |/ /
| | * | Merge "Force-flush state sync on texid change" into lmp-mr1-devJohn Reck2014-12-111-0/+6
| | |\ \
| | | * | Force-flush state sync on texid changeJohn Reck2014-12-111-0/+6
* | | | | am 3f454e7d: am 63c7b246: Merge "Correct layer size formatting in trace" into...Chris Craik2014-12-121-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | am 63c7b246: Merge "Correct layer size formatting in trace" into lmp-mr1-devChris Craik2014-12-121-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge "Correct layer size formatting in trace" into lmp-mr1-devChris Craik2014-12-111-2/+2
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Correct layer size formatting in traceChris Craik2014-12-111-2/+2
| | | |/
* | | | resolved conflicts for merge of d67bb501 to masterYohann Roussel2014-12-1111-73/+76
|\ \ \ \ | |/ / /
| * | | am eb2dcc79: Merge "Don\'t preload textures for AssetAtlas" into lmp-mr1-devJohn Reck2014-12-1111-73/+75
| |\ \ \ | | |/ /
| | * | Merge "Don't preload textures for AssetAtlas" into lmp-mr1-devJohn Reck2014-12-1111-73/+75
| | |\ \
| | | * | Don't preload textures for AssetAtlasJohn Reck2014-12-1011-73/+75
| | | |/
* | | | resolved conflicts for merge of 5369b769 to masterChris Craik2014-12-104-8/+19
|\ \ \ \ | |/ / /
| * | | resolve merge conflicts of ed211b9 to lmp-mr1-dev-plus-aosp.Chris Craik2014-12-104-8/+19
| |\ \ \ | | |/ /
| | * | Fix frame-allocated path lifecyclesChris Craik2014-12-104-8/+19
| | |/
* | | resolved conflicts for merge of 3bae94d7 to masterNick Kralevich2014-12-101-2/+4
|\ \ \ | |/ /
| * | resolved conflicts for merge of fe11126d to lmp-mr1-dev-plus-aospJohn Reck2014-12-091-4/+6
| |\ \ | | |/
| | * Merge "Teach AssetAtlas about more drawables" into lmp-mr1-devJohn Reck2014-12-091-2/+4
| | |\
| | | * Teach AssetAtlas about more drawablesJohn Reck2014-12-091-2/+4
* | | | am 1f78b336: am 497499b1: am 04c2bf4f: Merge "Remove unnecessary/erroneous re...Derek Sollenberger2014-12-091-8/+0
|\ \ \ \ | |/ / /
| * | | am 497499b1: am 04c2bf4f: Merge "Remove unnecessary/erroneous reference count...Derek Sollenberger2014-12-091-8/+0
| |\ \ \ | | |/ /
| | * | Remove unnecessary/erroneous reference countingDerek Sollenberger2014-12-091-8/+0
| | |/
* | | resolved conflicts for merge of a75b0ad3 to masterJohn Reck2014-12-046-12/+13
|\ \ \ | |/ /
| * | resolved conflicts for merge of a51a0901 to lmp-mr1-dev-plus-aospJohn Reck2014-12-046-12/+13
| |\ \ | | |/
| | * Resume RT-animations after a pauseSurfaceJohn Reck2014-12-036-12/+13
* | | am a22ab0da: am 9a04480e: am ef124887: Merge "Clip outline to View clip bound...Chris Craik2014-12-021-4/+23
|\ \ \ | |/ /
| * | am 9a04480e: am ef124887: Merge "Clip outline to View clip bounds for shadow ...Chris Craik2014-12-021-4/+23
| |\ \ | | |/
| | * Merge "Clip outline to View clip bounds for shadow computation" into lmp-mr1-devChris Craik2014-12-021-4/+23
| | |\
| | | * Clip outline to View clip bounds for shadow computationChris Craik2014-12-011-4/+23
| | * | Merge "Prevent calling GL functions with an invalid surface" into lmp-mr1-devJohn Reck2014-12-011-1/+1
| | |\ \
| | | * | Prevent calling GL functions with an invalid surfaceSangkyu Lee2014-12-011-1/+1
| | * | | Merge "Enable stencil clipping within clearLayerRegions" into lmp-mr1-devChris Craik2014-12-011-7/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Enable stencil clipping within clearLayerRegionsDohyun Lee2014-11-261-7/+1
* | | | | am d7af6eaa: am d51205fd: am 6afc5cf3: Merge "Prevent calling GL functions wi...John Reck2014-12-011-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | am d51205fd: am 6afc5cf3: Merge "Prevent calling GL functions with an invalid...John Reck2014-12-011-1/+1
| |\ \ \ \
| | * \ \ \ Merge "Prevent calling GL functions with an invalid surface"John Reck2014-12-011-1/+1
| | |\ \ \ \