| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |\ \ |
|
| | | | | |
|
| | |\ \ \
| | | |/ / |
|
| | | | | |
|
| | |\ \ \
| | | |/ / |
|
| | | | | |
|
| | | | | |
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
For background, see:
http://kohlerm.blogspot.com/2009/04/analyzing-memory-usage-off-your-android.html
Thanks, Markus!
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
update dox to account for different behavior between AVOID and TARGET modes
|
| | | | |
| | | | |
| | | | |
| | | | | |
http://b/issue?id=2034547
|
|\ \ \ \ \
| |/ / / /
|/| | | /
| | |_|/
| |/| |
| | | |
| | | | |
Merge commit '59175ac269df2a584241e9786dc70ac35cb973e3' into eclair-mr2
* commit '59175ac269df2a584241e9786dc70ac35cb973e3':
Defer EGL init until the surface changed call comes in. Pass w,h along with surface for verification of driver state.
|
| |/ /
| | |
| | |
| | | |
surface for verification of driver state.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit 'decc139b232721ea1b0521d144521c8082636f0c' into eclair-mr2
* commit 'decc139b232721ea1b0521d144521c8082636f0c':
Support applications changing the surface attached to the RS.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '1864d01f2be0e82da7d8844fa91bee8880282041' into eclair-mr2
* commit '1864d01f2be0e82da7d8844fa91bee8880282041':
add table maskfilter
|
| | |
| | |
| | |
| | |
| | |
| | | |
hidden for now, since it need only be seen by Launcher2
http://b/issue?id=2210685
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit 'ec1f1e3df1ca5e73e262df479bf91a92f3ccafde' into eclair-mr2
* commit 'ec1f1e3df1ca5e73e262df479bf91a92f3ccafde':
Fix type in Java enums. Not currently used, easier to fix now than when apps are using it.
|
| | |
| | |
| | |
| | | |
apps are using it.
|
|/ / |
|
| |
| |
| |
| | |
ordering bug with component coordinates when both texture and normals were used.
|
| |
| |
| |
| | |
index data when added to TriangleMeshBuilder.
|
| |
| |
| |
| |
| |
| | |
that a bitmap is opaque.
Knowing that a 32bit bitmap is opaque is a performance boost for some blits.
|
| |
| |
| |
| |
| |
| |
| |
| | |
to poll to monitor a scripts state.
Fix bug in StoreState where state could be overridden by the default unless the script used more than one state.
Change only impacts renderscript and renderscript apps.
|
| |
| |
| |
| | |
add/set commands to avoid permutation explosion.
|
| | |
|
| |
| |
| |
| | |
Change-Id: I16b1c566f91167aac9615ac59dd297a154c828ea
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
drawing.
Skia will clamp the radius independently in X and Y to ensure it is not larger than 1/2 the width (or height).
If the caller to our drawable gives us a single value, we'll assume they want it to be circular, and not an oval.
To do that, we clamp it up front, so we get (possibly smaller) circular corners, rather than potentially
elliptical ones.
This makes the progress bar look "nicer" when it is very thin in one dimension.
|
| |
| |
| |
| | |
Change-Id: I66057b1fb63b97ad79cea7056849274c6a7b3ed4
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Hack to fix issue #2125365: Sports Trivia compatability with Eclair
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds a mechanism to tell Paint the scaling factor its target
canvas will have, for it to compute font metrics based on the
correct font size. Only TextView uses this, but that is enough
for the large majority of apps.
Change-Id: I6cacaa0dd26d40ee3ad959bed0028678d6e9016e
|
|/ /
| |
| |
| | |
rename stateFragmentStore to stateStore
|
| |
| |
| |
| | |
predefined elements not being recreated for contexts after one was destroyed. Add stricter type enforcement.
|
| |
| |
| |
| | |
change-id: Ib59ed5d7a9d479ccd1af456029735dbc65ae1efe
|
| |
| |
| |
| | |
force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
I forgot to add the new density field to the Bitmaps' parcelable data.
Change-Id: I77cf3e93e356297e0caed6fc71b62b5cd8f79124
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Add raster object to control point and line params. Add flag to force SW rendering.
|
| | |
| | |
| | |
| | | |
rendering.
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
Ummmm... this turns out to be pretty bad. NinePatchDrawable was not
scaling its reported padding for compatibility mode, causing spacing
to be off. All over the place. This change should improve things quite
a bit (and magically makes nearly all of the menu flaws go away).
Change-Id: I94a8310d95b908b6f087db97d9afaed654ca6de5
|
| |
| |
| |
| |
| | |
Add tracking for allocations created using the "sized" helper.
Add more param validation for data upload calls.
|
| |
| |
| |
| | |
Change-Id: I3ef821fed2132a9faf92983324c7e036d0f5641e
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Add StateListDrawable's dither flag to the constant state.
|
| | |
| | |
| | |
| | | |
Change-Id: Ie377bfe3dfb83c33df3c0cc5a02810332a60a322
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* changes:
Implement renderscript Invokables.
|
| | | |
|
|/ /
| |
| |
| |
| |
| | |
This was causing a bug in the InCall UI where the background would be stretched.
Change-Id: Ie25a7d09f4779f166e267b2f921d40441ce361d2
|
| |
| |
| |
| |
| |
| | |
high-quality mode
update dox on BlurMaskFilter
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Implement Object readback.
|