Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Object-based DisplayList recording | Chris Craik | 2013-01-22 | 1 | -7/+11 |
| | | | | | | | | | | | | | bug:8037003 Changes the DisplayList from using stream read/write commands to use an array of objects manually allocated on a linear buffer. Depends on frameworks/native change https://googleplex-android-review.googlesource.com/#/c/257695/ which adds LinearAllocator Also changes drawRects to use float count instead of rect count, to be more like drawLines/drawPoints Change-Id: Ia2e4a11acd8f0a757042a05cbc9e7563cb73ee47 | ||||
* | Reduce the size of libhwui by 50% | Romain Guy | 2011-10-12 | 1 | -0/+1 |
| | | | | | | | | This change removes unnessary symbols. All symbols are hidden by default, public APIs with exported symbols are explicitly marked with ANDROID_API. Change-Id: I692fde432a86c12108de1cfd1f6504919a7d5f3f | ||||
* | Add logging of graphics acceleration info to bugreports | Chet Haase | 2011-04-01 | 1 | -0/+52 |
Change-Id: I9fa4cda6ccf92df9d1c644ccdc0e7274a30106e0 |