Romain Guy
38c85b907a
Correctly initialize/refresh layers.
...
Change-Id: Id8cdcf587b13098460f7d4aa1bd17708784d89bb
2010-09-22 22:51:12 -07:00
Romain Guy
7275290a1f
Merge "Draw text decorations with lines instead of rectangles."
2010-09-22 19:50:27 -07:00
Romain Guy
e20ecbd12d
Draw text decorations with lines instead of rectangles.
...
Change-Id: Icd25c85c3a24da96a3d2f76f9477da6f87e0303c
2010-09-22 19:49:04 -07:00
Romain Guy
deea2df0a7
Merge "Fix OpenGL errors in various places."
2010-09-22 16:46:37 -07:00
Romain Guy
29d8997bd4
Fix OpenGL errors in various places.
...
Change-Id: I3a4e115d8fb13b6c443e65460d92987b16f2524c
2010-09-22 16:44:49 -07:00
Jason Sams
f119b91e1a
Better debugging for scripts.
...
Change-Id: I916cea86dcfdb43a9465708ea4a16f19cbe42370
2010-09-22 15:57:41 -07:00
Jason Sams
7a3403b0b8
Merge "Remove excessive logging."
2010-09-22 14:52:01 -07:00
Jason Sams
442ce762d2
Remove excessive logging.
...
Change-Id: If8e30fcb93d7cbf639c3a6c280c23f4553f11e5b
2010-09-22 14:50:37 -07:00
Romain Guy
1473f273a1
Merge "Fix texture corruption issue, faster re-upload of textures."
2010-09-22 14:45:04 -07:00
Jason Sams
353a48e8ed
Merge "Fix two minor RS bugs. 1: index set size was populated with bad value in java, 2: bad error check in uploadToBufferObject."
2010-09-22 14:27:50 -07:00
Jason Sams
1bfccb45df
Fix two minor RS bugs.
...
1: index set size was populated with bad value in java,
2: bad error check in uploadToBufferObject.
Change-Id: I5946053cdfba0b2fbbaa34d562a9ec53e26ce9f2
2010-09-22 14:20:08 -07:00
Romain Guy
8c749f87d2
Fix texture corruption issue, faster re-upload of textures.
...
Bug #2950691
Change-Id: I57e2bc1d1a23e8683c25de7d09d6f5af2df59f41
2010-09-22 14:13:32 -07:00
Stephen Hines
f847cd4cf0
Merge "Test use of "f" suffix on float initializers."
2010-09-21 18:28:02 -07:00
Romain Guy
76f6091185
Merge "Add support for circular gradients to the GL renderer."
2010-09-21 16:50:50 -07:00
Romain Guy
ddb80bebb0
Add support for circular gradients to the GL renderer.
...
This change also adds full support for local transformation matrices on
sweep and radial gradients.
Change-Id: Id8773bc0766575190e3f3d51984fc5e57b266c3f
2010-09-21 16:48:50 -07:00
Jeff Brown
fdc85679cc
am 4ec134cd: am cce0cd13: Merge "Looper: use pthread_once for TLS key initialization." into gingerbread
...
Merge commit '4ec134cdba52b663506562c6406b07915820b007'
* commit '4ec134cdba52b663506562c6406b07915820b007':
Looper: use pthread_once for TLS key initialization.
2010-09-21 15:57:13 -07:00
Jeff Brown
4ec134cdba
am cce0cd13: Merge "Looper: use pthread_once for TLS key initialization." into gingerbread
...
Merge commit 'cce0cd138dd0dc338db59083052aca01a51bd52d' into gingerbread-plus-aosp
* commit 'cce0cd138dd0dc338db59083052aca01a51bd52d':
Looper: use pthread_once for TLS key initialization.
2010-09-21 15:52:09 -07:00
Stephen Hines
72e1687b70
Test use of "f" suffix on float initializers.
...
Change-Id: I3325576d1ec2d7c1c966afd8ef279745c549125f
2010-09-21 15:32:55 -07:00
Jeff Brown
134b4ae901
Looper: use pthread_once for TLS key initialization.
...
Also fix a Valgrind complaint by zeroing out the entire epoll event
struct since otherwise the data field union would be partly
uninitialized (but not in a harmful way).
Change-Id: I2091ce517e87fcad7c9caf90e2c5e4854a7ca465
2010-09-21 15:26:51 -07:00
Stephen Hines
065149f162
Updated RSTest to test primitive type assignments.
...
Change-Id: I6c377cfdc647806d9362effc4c1715638dcf5bfb
2010-09-21 11:59:15 -07:00
Wu-cheng Li
d276720edb
am 2ad1ebca: am d45cb72a: Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO.
...
Merge commit '2ad1ebcaabb632c8fe714f0c3fd88bdfa14697bd'
* commit '2ad1ebcaabb632c8fe714f0c3fd88bdfa14697bd':
Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO.
2010-09-21 10:44:38 -07:00
Stephen Hines
a86c1a622f
Merge "Add support for Float64 (double) to RenderScript."
2010-09-21 10:29:48 -07:00
Wu-cheng Li
2ad1ebcaab
am d45cb72a: Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO.
...
Merge commit 'd45cb72ac0d7d57829ffc9223decb89a5fc42ce2' into gingerbread-plus-aosp
* commit 'd45cb72ac0d7d57829ffc9223decb89a5fc42ce2':
Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO.
2010-09-21 08:57:15 -07:00
Wu-cheng Li
d45cb72ac0
Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO.
...
This constant is not public yet. Continuous autofocus should
behave differently in still camera and camcorder. In camcorder,
lens movement may be more smooth. And the triggers to start a
new focus search may be different. If there is a need,
FOCUS_MODE_CONTINUOUS_PHOTO can be added in the future.
Change-Id: I05df9e491aca37829be3df92a73b952f26c86a4a
2010-09-21 08:46:32 -07:00
Romain Guy
399542a7a3
Merge "Add support for SweepGradient in the GL renderer."
2010-09-20 17:55:58 -07:00
Romain Guy
ee916f14cb
Add support for SweepGradient in the GL renderer.
...
Change-Id: I7aa397ed4e34655ead9ba1f5b4ce087665e0f022
2010-09-20 17:54:17 -07:00
Stephen Hines
ca54ec302f
Add support for Float64 (double) to RenderScript.
...
Change-Id: Iad1c4adadf657a46aa38a3fad7813927e643e29d
2010-09-20 17:20:30 -07:00
Jeff Brown
a2135836d1
am a8d95248: am 7d4739be: Merge "Reduce lock thrashing in native Looper." into gingerbread
...
Merge commit 'a8d95248bdbb8ea0933ecf86d2859964324978a7'
* commit 'a8d95248bdbb8ea0933ecf86d2859964324978a7':
Reduce lock thrashing in native Looper.
2010-09-18 00:16:29 -07:00
Jeff Brown
a8d95248bd
am 7d4739be: Merge "Reduce lock thrashing in native Looper." into gingerbread
...
Merge commit '7d4739bed5cd5f41ddfa431446b51f61b94d7b0b' into gingerbread-plus-aosp
* commit '7d4739bed5cd5f41ddfa431446b51f61b94d7b0b':
Reduce lock thrashing in native Looper.
2010-09-17 19:29:50 -07:00
Jeff Brown
9604987289
Reduce lock thrashing in native Looper.
...
In the common case, there is nothing interesting happening on the native
Looper besides occasional wake ups. There is no point grabbing the
semaphore then.
Change-Id: Ib5c426d0e158dfa37891b7ff5537b6f833592fad
2010-09-17 17:01:23 -07:00
Romain Guy
5e87e0d07d
Merge "Fix positioning of 1 pixel wide lines (esp. non AA lines.)"
2010-09-17 15:49:56 -07:00
Romain Guy
be3512735c
Merge changes Id5200e94,I08fcbfa7
...
* changes:
Add support for non AA lines.
Correctly free memory.
2010-09-17 15:49:30 -07:00
Romain Guy
b5ab4173e0
Fix positioning of 1 pixel wide lines (esp. non AA lines.)
...
Change-Id: Ic155cac72f351edae35dffdfbb236954f57ba7de
2010-09-17 15:36:56 -07:00
Romain Guy
c95c8d6bf8
Add support for non AA lines.
...
Change-Id: Id5200e94815404d62760437d0d2dbb0a9276c700
2010-09-17 15:31:32 -07:00
Stephen Hines
580807a20a
Merge "Handle RS reflection name changes."
2010-09-17 13:55:39 -07:00
Stephen Hines
2c6f34480c
Merge "Minor app updates for RS. force RSTest to portrait."
2010-09-17 13:50:21 -07:00
Jason Sams
d74a72fd0a
Merge "Fix function name match for refcounting funcs."
2010-09-17 13:42:27 -07:00
Jason Sams
4fd8bb4b56
Fix function name match for refcounting funcs.
...
Change-Id: I3fa8211200023e0df494cd9aab698e215b3c2164
2010-09-17 13:17:17 -07:00
Romain Guy
31529ff791
Correctly free memory.
...
Change-Id: I08fcbfa7d27ae413e0a8e8ca6ea305c8530a72c1
2010-09-17 10:26:31 -07:00
Stephen Hines
93a958f095
Handle RS reflection name changes.
...
Change-Id: I0f3f9805a0f0bf44ce9e9944a3eaa5a80dd0cdde
2010-09-17 10:03:00 -07:00
Brian Carlstrom
f81174b281
am f3f822ed: am 987ba541: Merge "Fix sim-eng build on Hardy" into gingerbread
...
Merge commit 'f3f822edc7d9f08edc91a2e1826de127a19c235d'
* commit 'f3f822edc7d9f08edc91a2e1826de127a19c235d':
Fix sim-eng build on Hardy
2010-09-16 23:54:39 -07:00
Brian Carlstrom
f3f822edc7
am 987ba541: Merge "Fix sim-eng build on Hardy" into gingerbread
...
Merge commit '987ba54127caaaa87056965b3d98b7e1a5b110b7' into gingerbread-plus-aosp
* commit '987ba54127caaaa87056965b3d98b7e1a5b110b7':
Fix sim-eng build on Hardy
2010-09-16 23:51:31 -07:00
Brian Carlstrom
987ba54127
Merge "Fix sim-eng build on Hardy" into gingerbread
2010-09-16 23:48:53 -07:00
Mathias Agopian
00030e9e70
am 876e0e56: am 36f429d3: Fix typo which causes sensors to fail miserably
...
Merge commit '876e0e5646f3f062b5f81ead9ff42bfc1da5ffe1'
* commit '876e0e5646f3f062b5f81ead9ff42bfc1da5ffe1':
Fix typo which causes sensors to fail miserably
2010-09-16 23:26:16 -07:00
Mathias Agopian
876e0e5646
am 36f429d3: Fix typo which causes sensors to fail miserably
...
Merge commit '36f429d300be2550d7459b488dfc05b00ec59312' into gingerbread-plus-aosp
* commit '36f429d300be2550d7459b488dfc05b00ec59312':
Fix typo which causes sensors to fail miserably
2010-09-16 22:16:02 -07:00
Mathias Agopian
36f429d300
Fix typo which causes sensors to fail miserably
...
Change-Id: Ieca18fc089e2bdf7d049f213836971b54d11cd76
2010-09-16 21:41:13 -07:00
Romain Guy
a977120681
Merge "Add support for drawLines(), with anti-aliasing"
2010-09-16 20:51:45 -07:00
Romain Guy
759ea80dca
Add support for drawLines(), with anti-aliasing
...
Change-Id: I16c0593c5671490909dec13a85df601e1428a1a6
2010-09-16 20:49:46 -07:00
Mathias Agopian
99ce457320
am 8f476407: am 08710dcd: Merge "part of fix for [3004226] Cannot end the call - Proximity sensor doesn\'t work" into gingerbread
...
Merge commit '8f476407bf4e6283b128532d594d44cc527e8204'
* commit '8f476407bf4e6283b128532d594d44cc527e8204':
part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work
2010-09-16 18:26:13 -07:00
Jason Sams
4ffde2b041
Merge "Cleanup GL setup code and remove legacy 1.1 paths. Reset pointers to NULL when allocations are unbound."
2010-09-16 18:21:29 -07:00