summaryrefslogtreecommitdiffstats
path: root/libs/hwui
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Fix some wrong-thread issues around animator managementJohn Reck2014-09-037-34/+54
* | | | | Have destroy call freePrefetchedLayersJohn Reck2014-09-0310-14/+35
* | | | | Merge "Implement TODO" into lmp-devJohn Reck2014-09-021-2/+1
|\ \ \ \ \
| * | | | | Implement TODOJohn Reck2014-09-021-2/+1
* | | | | | Merge "Fix precision issues for roundrect clipping" into lmp-devChris Craik2014-09-021-1/+1
|\ \ \ \ \ \
| * | | | | | Fix precision issues for roundrect clippingChris Craik2014-08-291-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Fix the (0,0) vector case for extra vertices computationztenghui2014-09-011-0/+4
| |/ / / / |/| | | |
* | | | | Merge "Ambient shadow tessellation improvement." into lmp-devztenghui2014-08-295-274/+348
|\ \ \ \ \
| * | | | | Ambient shadow tessellation improvement.ztenghui2014-08-295-274/+348
* | | | | | Merge "Listener callbacks ordering fixups" into lmp-devJohn Reck2014-08-291-0/+2
|\ \ \ \ \ \
| * | | | | | Listener callbacks ordering fixupsJohn Reck2014-08-291-0/+2
* | | | | | | Free prefetched layers on TRIM_MEMORYJohn Reck2014-08-291-0/+1
|/ / / / / /
* | | | | | Merge "Track buildLayer calls, destroy if unused" into lmp-devJohn Reck2014-08-285-2/+55
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Track buildLayer calls, destroy if unusedJohn Reck2014-08-285-2/+55
* | | | | | Merge "Update transform isolation to handle command chunks" into lmp-devChris Craik2014-08-285-57/+23
|\ \ \ \ \ \
| * | | | | | Update transform isolation to handle command chunksChris Craik2014-08-275-57/+23
* | | | | | | Fix log lineJohn Reck2014-08-281-1/+1
| |/ / / / / |/| | | | |
* | | | | | Actually end animators on tree destructionJohn Reck2014-08-283-3/+27
* | | | | | Merge "Animator stuff" into lmp-devJohn Reck2014-08-2817-60/+417
|\ \ \ \ \ \
| * | | | | | Animator stuffJohn Reck2014-08-2717-60/+417
* | | | | | | Crash instead of leaking layers/textures between GL contextsChris Craik2014-08-264-0/+17
| |/ / / / / |/| | | | |
* | | | | | Merge "Correctly detect the wrong Z value for the light" into lmp-devztenghui2014-08-262-2/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Correctly detect the wrong Z value for the lightztenghui2014-08-262-2/+11
* | | | | | 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-257-78/+160
|/ / / / /
* | | | | Merge "Improve the spot shadow computation." into lmp-devztenghui2014-08-227-34/+266
|\ \ \ \ \ | |/ / / /
| * | | | Improve the spot shadow computation.ztenghui2014-08-227-34/+266
* | | | | Merge "Enable scissor for rounded outline clips" into lmp-devChris Craik2014-08-211-3/+5
|\ \ \ \ \
| * | | | | Enable scissor for rounded outline clipsChris Craik2014-08-211-3/+5
| |/ / / /
* | | | | Merge "Don't run animators in buildLayer" into lmp-devJohn Reck2014-08-213-2/+16
|\ \ \ \ \
| * | | | | Don't run animators in buildLayerJohn Reck2014-08-213-2/+16
* | | | | | Merge "Fix layer shadow transform crash" into lmp-devChris Craik2014-08-213-9/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix layer shadow transform crashChris Craik2014-08-213-9/+8
| |/ / / /
* | | | | Implement full View.buildLayerJohn Reck2014-08-204-0/+37
|/ / / /
* | | | Merge "Early reject drawText calls that will not draw" into lmp-devChris Craik2014-08-194-14/+32
|\ \ \ \
| * | | | Early reject drawText calls that will not drawChris Craik2014-08-194-14/+32
| |/ / /
* | | | Respect round rect clip when determining op opaquenessChris Craik2014-08-181-0/+2
|/ / /
* | | Merge "Fix glyph positions underflow issue" into lmp-devChris Craik2014-08-151-9/+12
|\ \ \
| * | | Fix glyph positions underflow issueChris Craik2014-08-151-9/+12
* | | | Define shadow casting behavior within layersChris Craik2014-08-1519-73/+104
* | | | Fix hwuitask & RT prioritiesJohn Reck2014-08-153-0/+17
|/ / /
* | | Bring back the shadow strength tweakztenghui2014-08-133-4/+26
* | | Switch to cos interpolation of shadow alphaChris Craik2014-08-126-45/+48
* | | Merge "Rework shadow interpolation" into lmp-devChris Craik2014-08-124-26/+50
|\ \ \
| * | | Rework shadow interpolationChris Craik2014-08-124-26/+50
* | | | Fix ripples projecting to scrolled viewChris Craik2014-08-123-15/+26
|/ / /
* | | Fix damage for layers for projection receiversJohn Reck2014-08-0810-28/+51
* | | Fix leak of SkPathRefsChris Craik2014-08-083-15/+36
* | | Cap scales used for tessellation with minimum and maximumChris Craik2014-08-074-31/+32