Android (Google) Code Review
ef8646344a
Merge changes I430cf57b,I51f02f67,I464f13f3 into eclair
...
* changes:
fix [2168528] enable glTexImage2D code path in SF for software-only buffers
fix [2168531] have software-only gralloc buffer side-step the HAL
fix [2167050] glTexImage2D code path buggy in SurfaceFlinger
2009-10-06 20:46:37 -04:00
Mathias Agopian
a4b740ed89
fix [2168528] enable glTexImage2D code path in SF for software-only buffers
2009-10-06 17:24:26 -07:00
Android (Google) Code Review
255f3917c6
Merge change I996db8da into eclair
...
* changes:
Fix tls crash on startup if more than one RS contexts are created in one process.
2009-10-06 20:18:40 -04:00
Mathias Agopian
b26af23744
fix [2168531] have software-only gralloc buffer side-step the HAL
2009-10-06 17:00:25 -07:00
Mathias Agopian
3330b20303
fix [2167050] glTexImage2D code path buggy in SurfaceFlinger
...
When EGLImage extension is not available, SurfaceFlinger will fallback to using
glTexImage2D and glTexSubImage2D instead, which requires 50% more memory and an
extra copy. However this code path has never been exercised and had some bugs
which this patch fix.
Mainly the scale factor wasn't computed right when falling back on glDrawElements.
We also fallback to this mode of operation if a buffer doesn't have the adequate
usage bits for EGLImage usage.
This changes only code that is currently not executed. Some refactoring was needed to
keep the change clean. This doesn't change anything functionaly.
2009-10-06 17:00:25 -07:00
Android (Google) Code Review
0ad3f9f400
Merge change I3d6cf8aa into eclair
...
* changes:
Fix for bug 2158794. Hide MediaPlayer.invoke() and MediaPlayer.newRequest(), and Fix bad links in ToneGenerator documentation.
2009-10-06 18:34:40 -04:00
Android (Google) Code Review
411922605a
Merge change Id8df149c into eclair
...
* changes:
Turn some logging back on in ConnectionManager
2009-10-06 17:38:03 -04:00
Android (Google) Code Review
7430c6b798
Merge change If933b13d into eclair
...
* changes:
Fix for 2161835: Tweaks to rotary lock screen:
2009-10-06 17:34:17 -04:00
Android (Google) Code Review
56810d6b39
Merge change I516c3191 into eclair
...
* changes:
Implement data push from scripts. Fixes the problem where apps would have 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.
2009-10-06 17:32:13 -04:00
Android (Google) Code Review
20f89768dc
Merge change I547cff66 into eclair
...
* changes:
Add zoom functions and sendCommand.
2009-10-06 16:32:44 -04:00
Wu-cheng Li
e6a550d02f
Add zoom functions and sendCommand.
...
b2060030
2009-10-06 13:25:10 -07:00
Android (Google) Code Review
7854a35326
Merge change I5be3d603 into eclair
...
* changes:
Make sdk version and code names static finals in PackageParser. Remove api to set these values. Remove an unused method in AppSecurityPermissions
2009-10-06 14:36:43 -04:00
Android (Google) Code Review
5923f6f880
Merge change I6a0b14bd into eclair
...
* changes:
Make VCardComposer create the instance for mHandlerList.
2009-10-06 13:48:11 -04:00
Android (Google) Code Review
1812987a10
Merge change I8333dcc4 into eclair
...
* changes:
New section header and divider assets.
2009-10-06 13:14:45 -04:00
Android (Google) Code Review
b68a3424fc
Merge change I76d7ba61 into eclair
...
* changes:
Pixel tweak search dialog to match search widget
2009-10-06 12:49:51 -04:00
Android (Google) Code Review
e336514381
Merge change I24895c35 into eclair
...
* changes:
Reimplement all the method of Paint for layoutlib
2009-10-06 12:49:01 -04:00
Android (Google) Code Review
b3e21a7c93
Merge change I5b650a61 into eclair
...
* changes:
dumpstate: Emit a logcat message at beginning and end of execution.
2009-10-06 00:09:07 -04:00
Android (Google) Code Review
b608f6c350
Merge change I61aac7b3 into eclair
...
* changes:
Add PERIOD char to CDMA address sugar list.
2009-10-05 22:19:46 -04:00
Android (Google) Code Review
8657c4d319
Merge change I4db3a5b3 into eclair
...
* changes:
fix a javadoc build breakage
2009-10-05 20:22:27 -04:00
Android (Google) Code Review
0718996fe0
Merge change I34f51342 into eclair
...
* changes:
Fix the layoutlib test to run from adt-tests.
2009-10-05 18:58:36 -04:00
Android (Google) Code Review
9c3fe94133
Merge change I8874a405 into eclair
...
* changes:
Refactor class/method names used by layoutlib_create.
2009-10-05 18:37:36 -04:00
Android (Google) Code Review
8ca6c38ceb
Merge change I9b771df3 into eclair
...
* changes:
Make sure AsyncTask sens a null result to onPostExecute() when cancelled.
2009-10-05 18:28:26 -04:00
Android (Google) Code Review
8bdf7aff38
Merge change I89c40f50 into eclair
...
* changes:
fix a javadoc build breakage
2009-10-05 17:23:13 -04:00
Android (Google) Code Review
e00c273cb8
Merge change I8d48149c into eclair
...
* changes:
Don't reinflate search bar when dialog is already showing
2009-10-05 16:15:14 -04:00
Android (Google) Code Review
e3ba5c140e
Merge change Iaca22686 into eclair
...
* changes:
Work on issue #2163789 : Way too much logging
2009-10-04 18:35:24 -04:00
Android (Google) Code Review
5053fcd11e
Merge change Iee638412 into eclair
...
* changes:
Fix issue #2161726 : Car dock app bypasses setup wizard
2009-10-04 18:19:29 -04:00
Scott Main
b5e834ca25
am e9e1cdd5: decode the search string before putting it into the search control. this fixes a safari-only bug in which encoded chars were inserted into the search string.
...
Merge commit 'e9e1cdd556b40a04637b7de3d839b2a596df47e3' into eclair
* commit 'e9e1cdd556b40a04637b7de3d839b2a596df47e3':
decode the search string before putting it into the search control.
2009-10-04 15:05:43 -07:00
Android (Google) Code Review
0b7b65da2f
Merge change I0c4cec7e into eclair
...
* changes:
Attempt to fix [2152536] ANR in browser
2009-10-02 23:35:12 -04:00
Android (Google) Code Review
09fa0b2d73
Merge change I7f047786 into eclair
...
* changes:
Update the SimpleMesh API to support new attribute types. Also spilt add/set commands to avoid permutation explosion.
2009-10-02 21:40:07 -04:00
Mathias Agopian
0b3ad46a26
Attempt to fix [2152536] ANR in browser
...
The ANR is caused by SurfaceFlinger waiting for buffers of a removed surface to become availlable.
When it is removed from the current list, a Surface is marked as NO_INIT, which causes SF to return
immediately in the above case. For some reason, the surface here wasn't marked as NO_INIT.
This change makes the code more robust by always (irregadless or errors) setting the NO_INIT status
in all code paths where a surface is removed from the list.
Additionaly added more information in the logs, should this happen again.
2009-10-02 18:12:30 -07:00
Android (Google) Code Review
b3e869c7a8
Merge change Ic0d82ef1 into eclair
...
* changes:
[Issue 2161366] Changing capitalization of string "Via" to "via"
2009-10-02 19:17:30 -04:00
Android (Google) Code Review
c91af0c12e
Merge change Iaf686344 into eclair
...
* changes:
dumpstate: Display mtime instead of ctime
2009-10-02 16:34:02 -04:00
Android (Google) Code Review
4d15bec90d
Merge change I80ce8833 into eclair
...
* changes:
Icons again
2009-10-02 03:51:19 -04:00
Android (Google) Code Review
d835114b97
Merge change I3ca8fb69 into eclair
...
* changes:
Import revised translations. DO NOT MERGE
2009-10-02 00:47:08 -04:00
Android (Google) Code Review
e659abef6d
Merge change I5dbd1994 into eclair
...
* changes:
Fix rfcomm socket connect return code.
2009-10-01 22:46:23 -04:00
Android (Google) Code Review
c999d3f235
Merge change I15b0ebb9 into eclair
...
* changes:
a simple test app for gralloc
2009-10-01 20:25:45 -04:00
Mathias Agopian
7460160b80
a simple test app for gralloc
2009-10-01 17:23:05 -07:00
Android (Google) Code Review
2a307faa64
Merge change I9e384ddd into eclair
...
* changes:
Add a test pattern as rollo's icon
2009-10-01 19:49:27 -04:00
Android (Google) Code Review
3431c6cba8
Merge change I6e01fa52 into eclair
...
* changes:
Remove unneeded icon.
2009-10-01 11:01:34 -04:00
Android (Google) Code Review
00dcab7c05
Merge change Ic2a16d4f into eclair
...
* changes:
b/2148252 Fix emulator
2009-10-01 10:52:01 -04:00
Android (Google) Code Review
3a6e128828
Merge change Ia8826d67 into eclair
...
* changes:
improve boot animation a bit
2009-10-01 06:16:25 -04:00
Android (Google) Code Review
64005a6ff0
Merge change Ie69a9c0a into eclair
...
* changes:
Remove globalSearch argument from triggerSearch()
2009-10-01 05:10:15 -04:00
Android (Google) Code Review
0026f57ccc
Merge change I55c9c7b7 into eclair
...
* changes:
New 1x status bar icons
2009-10-01 04:48:32 -04:00
Android (Google) Code Review
dea7c01361
Merge change I4fe2a47a into eclair
...
* changes:
Fix stopping all vpn daemons before connect and more.
2009-10-01 04:39:38 -04:00
Android (Google) Code Review
f7f1268c60
Merge change Ia1baa5ab into eclair
...
* changes:
More icons
2009-10-01 03:35:27 -04:00
Android (Google) Code Review
2326df2d5b
Merge change I793b4f62 into eclair
...
* changes:
Clean up search and voice search button assets for high res.
2009-10-01 03:30:34 -04:00
Android (Google) Code Review
4dd752c9cc
Merge change I2919f492 into eclair
...
* changes:
remove cert for SampleBrowserPlugin and only check signature for the release build.
2009-10-01 02:37:18 -04:00
Android (Google) Code Review
3b2a59bc95
Merge change I7a39c564 into eclair
...
* changes:
Fix docs error
2009-10-01 01:27:16 -04:00
Android (Google) Code Review
bd9daeecec
Merge change Iaf08eabc into eclair
...
* changes:
Reduce the ConnectivityManager logging.
2009-10-01 01:14:38 -04:00
Android (Google) Code Review
8642995452
Merge change Id60fa26a into eclair
...
* changes:
Fix issue 2152541 thumbnail images stretched.
2009-10-01 01:12:35 -04:00