commit | 586cae3ac69c0c667fbf8a954edbd399f620a717 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Fri Jul 13 15:28:31 2012 -0700 |
committer | Romain Guy <romainguy@google.com> | Fri Jul 13 15:28:31 2012 -0700 |
tree | 400d845a02c1ff3e36db59835072bf23efa789e7 | |
parent | 9c0b188e4231bcb967234f3646c178d22d8a9f50 [diff] |
Improve rendering speed by disabling scissor tests This change improves execution of display lists, particularly on tiled renderers. The goal is to disable the scissor test as often as possible. Drawing commands are rarely clipped by View bounds so most of them can be drawn without doing a scissor test. The speed improvements scale with the number of views and drawing commands. Change-Id: Ibd9b5e051a3e4300562463805acc4fd744ba6266