Android (Google) Code Review
c7b0dba641
Merge change 7939
...
* changes:
Split rsScriptC into class implemtation and library functions. Update test apps, all 3 should be working.
2009-07-20 14:32:15 -07:00
Jason Sams
c97bb8844f
Split rsScriptC into class implemtation and library functions. Update test apps, all 3 should be working.
2009-07-20 14:31:06 -07:00
Android (Google) Code Review
8ed7d69f65
Merge change 5892
...
* changes:
Hardware overlay support
2009-07-20 10:50:52 -07:00
Android (Google) Code Review
469b4c67ad
am aad0fcc9: Merge change 7783 into donut
...
Merge commit 'aad0fcc9619eb72c18a6afff48ebc9d4011f0f54'
* commit 'aad0fcc9619eb72c18a6afff48ebc9d4011f0f54':
Add "nodpi" density, and expose a bunch of density-related APIs.
2009-07-19 20:28:49 -07:00
Android (Google) Code Review
fd7628aa84
Merge change 7806
...
* changes:
Fix fountain and more rollo ui work.
2009-07-17 17:31:09 -07:00
Jason Sams
e6c8e9b8c7
Fix fountain and more rollo ui work.
2009-07-17 17:29:09 -07:00
Dianne Hackborn
a53b828635
Add "nodpi" density, and expose a bunch of density-related APIs.
...
Also update the DpiTest app to use nodpi images, and try to have a mode
where it turns off compatibility though it's not quite working.
2009-07-17 16:59:08 -07:00
Android (Google) Code Review
fd0efa0d8b
Merge change 7724
...
* changes:
Remove shadows and invert dx sign in zoomed mode.
2009-07-17 12:30:21 -07:00
Android (Google) Code Review
82be1236d9
Merge change 7723
...
* changes:
More usability tweaks including turning the icons right side up.
2009-07-17 12:29:43 -07:00
Jason Sams
7df07026e8
Remove shadows and invert dx sign in zoomed mode.
2009-07-17 12:28:27 -07:00
Marco Nelissen
e1babd45e1
Instead of using -1 for pid and uid in the simulator, and then having
...
to special-case the simulator case all over the framework, just use
getuid and getpid, and intercept those in the simulator wrapper.
2009-07-17 10:48:09 -07:00
Mike Lockwood
15431a9482
EventHub: Compare name instead of id when excluding event input devices.
...
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-17 00:10:10 -04:00
Jason Sams
c1ea948ee8
More usability tweaks including turning the icons right side up.
2009-07-16 19:09:33 -07:00
Android (Google) Code Review
3d88fc00b3
am 3e1663a2: Merge change 7536 into donut
...
Merge commit '3e1663a2539ff0b939193304cfb601f6b134af7d'
* commit '3e1663a2539ff0b939193304cfb601f6b134af7d':
fix FILE* version of ZipUtils::inflateToBuffer
2009-07-16 17:54:01 -07:00
Jason Sams
764205c194
Fix conflict with automatic DPI support on high density devices by forcing bitmap loading to not be scaled.
2009-07-16 17:47:40 -07:00
Jason Sams
54440a01a9
Update rollo and renderscript to the new ACC compiler interface.
2009-07-16 15:08:06 -07:00
Benny Wong
6d2090e214
Hardware overlay support
...
Enable hardware overlay support for camera and video playback use cases
2009-07-16 14:31:20 -07:00
Android (Google) Code Review
7bdc99032f
Merge change 7491
...
* changes:
Update rollo with new interactivity model.
2009-07-16 12:58:54 -07:00
Jason Sams
c75a257c02
Update rollo with new interactivity model.
2009-07-16 12:55:18 -07:00
Doug Zongker
d2792e3768
fix FILE* version of ZipUtils::inflateToBuffer
...
This can't have ever worked; a successful fread() was returning 1
instead of getSize.
2009-07-16 11:27:13 -07:00
Mike Lockwood
1d9dfc5dcf
EventHub: Add support for excluding devices from being opened by as a keyboard.
...
This will be used to avoid unnecessarily listening to data from sensors
that function as event devices.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-16 11:51:42 -04:00
Android (Google) Code Review
0c421c0d27
Merge change 7490
...
* changes:
Fix master build errors post merge with master_gl branch.
2009-07-15 18:34:24 -07:00
Android (Google) Code Review
4cc8c7dd8e
Merge change 7489
...
* changes:
More test app work
2009-07-15 18:34:11 -07:00
Android (Google) Code Review
f47042614e
Merge change 7419
...
* changes:
Standby A2DP audio hardware interface when disabling A2DP.
2009-07-15 13:58:02 -07:00
Nick Pelly
92d2b40739
Standby A2DP audio hardware interface when disabling A2DP.
...
Patch supplied on advice of partner. This causes us to send suspend_sink to
Bluez via socket interface, so we enter suspend on the A2DP link faster.
This is especially important when switching to SCO so that we come closer to
whitepaper recommendations to suspend A2DP before setting up SCO.
We have another patch set to add DBUS A2DP suspend and resume calls to Bluez
that will do a better job of following whitepaper recommendations for
A2DP -> SCO -> A2DP, but this small patch is still an improvement.
2009-07-15 12:22:55 -07:00
Joe Onorato
ee5bbb7f63
Need to skip the padding after reading.
...
m_dataEndPos points to the end of the data, not the beginning
of the next entity.
2009-07-15 09:58:07 -07:00
Dianne Hackborn
e3dd884815
Implement virtual button support.
...
The kernel can now publish a property describing the layout of virtual
hardware buttons on the touchscreen. These outside of the display
area (outside of the absolute x and y controller range the driver
reports), and when the user presses on them a key event will be
generated rather than a touch event.
This also includes a number of tweaks to the absolute controller
processing to make things work better on the new screens. For
example, we now reject down events outside of the display area.
Still left to be done is the ability to cancel a key down event,
so the user can slide up from the virtual keys to the touch screen
without causing a virtual key to execute.
2009-07-14 18:51:53 -07:00
Jason Sams
399bfce299
Fix master build errors post merge with master_gl branch.
2009-07-14 13:59:23 -07:00
Jason Sams
7aa4f3a163
More test app work
2009-07-14 13:59:23 -07:00
Mathias Agopian
fad6c94872
another attempt to fix the sim
2009-07-14 02:08:27 -07:00
Mathias Agopian
ac2dd4d82f
first attempt to fix the sim
2009-07-13 22:58:25 -07:00
Android (Google) Code Review
3a5351e443
Merge change 6898
...
* changes:
implement Mutex and Condition with pthread instead of calling futex directly.
2009-07-13 21:27:38 -07:00
Mathias Agopian
8d9a5eff42
fix [1964315] crash in the surface.cpp while browsing
2009-07-13 18:29:59 -07:00
Mathias Agopian
b1c4ca5ad2
implement Mutex and Condition with pthread instead of calling futex directly.
...
internally pthread uses futex. the implementation consists of simple inlines
there are no implementation files anymore.
2009-07-13 15:14:23 -07:00
Jason Sams
64676f3c21
1st cut of a3d file loader.
2009-07-10 17:32:59 -07:00
Mathias Agopian
f31d407ab8
fix [1967226] Donut orientation animation (dimming and blur) is slower than Cupcake
2009-07-10 17:00:00 -07:00
Mike Reed
b5af325fb1
rename libsgl/libcorecg to libskia
2009-07-10 15:33:21 -04:00
Android (Google) Code Review
679353dab9
Merge change 6742
...
* changes:
fix [1969200] Uninitialized double passed to Math.sqrt()
2009-07-09 22:12:36 -07:00
Mathias Agopian
cafec03250
fix [1969200] Uninitialized double passed to Math.sqrt()
2009-07-09 22:11:57 -07:00
Mathias Agopian
07e456d871
am 4d2dbebf: fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624
...
Merge commit '4d2dbebf3d08209f751585d8cc367369e2f6e32f'
* commit '4d2dbebf3d08209f751585d8cc367369e2f6e32f':
fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624
2009-07-09 20:05:11 -07:00
Mathias Agopian
4d2dbebf3d
fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624
2009-07-09 18:16:43 -07:00
Mathias Agopian
05dab6f127
fix for [1969185] valgrind errors in new gl stuff
2009-07-09 17:30:43 -07:00
Android (Google) Code Review
58e8131631
am be91fdbc: Merge change 6665 into donut
...
Merge commit 'be91fdbc5c4f2de3a2bb574a98fdfeef44d8cdb5'
* commit 'be91fdbc5c4f2de3a2bb574a98fdfeef44d8cdb5':
Fix resources not being set correctly.
2009-07-09 14:12:52 -07:00
Android (Google) Code Review
2b479be5db
am 3893da46: Merge change 6614 into donut
...
Merge commit '3893da46f0a97d59a7687ae2bd71ba855eb5ffe3'
* commit '3893da46f0a97d59a7687ae2bd71ba855eb5ffe3':
Fix issue 1970108: crash in AudioFlinger::isMusicActive()
2009-07-09 12:49:43 -07:00
Android (Google) Code Review
c916e06164
am fe811d8b: Merge change 6603 into donut
...
Merge commit 'fe811d8bd0da15f14702968a9c7deb02db7eec9f'
* commit 'fe811d8bd0da15f14702968a9c7deb02db7eec9f':
quick fix; utf8_codepoint_count must be utf8_length
2009-07-09 12:49:07 -07:00
Android (Google) Code Review
e2bf80fb0b
am 8a715b4b: Merge change 5510 into donut
...
Merge commit '8a715b4b791db4390d12e0ded02280592634a424'
* commit '8a715b4b791db4390d12e0ded02280592634a424':
Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32
2009-07-09 12:48:56 -07:00
Dianne Hackborn
6c11e73f67
Fix resources not being set correctly.
2009-07-09 12:41:06 -07:00
Eric Laurent
4e646338cf
Fix issue 1970108: crash in AudioFlinger::isMusicActive()
...
Protected calls to MixerThread::isMusicActive() by AudioFlinger::mLock
2009-07-09 03:20:57 -07:00
Android (Google) Code Review
fe811d8bd0
Merge change 6603 into donut
...
* changes:
quick fix; utf8_codepoint_count must be utf8_length
2009-07-08 21:07:09 -07:00
Daisuke Miyakawa
361d477957
quick fix; utf8_codepoint_count must be utf8_length
2009-07-09 13:05:24 +09:00