summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Collapse)AuthorAgeFilesLines
* SubElementData data upload functions.Jason Sams2010-08-315-23/+167
| | | | Change-Id: I5f8c738b5457ae7f6085fc4cd331cf3d13ad75cf
* am ae087369: am 63070856: Merge "Don\'t propagate StrictMode over one-way ↵Brad Fitzpatrick2010-08-312-6/+27
|\ | | | | | | | | | | | | | | | | Binder calls." into gingerbread Merge commit 'ae087369c56a270c33c1c1af5be7d3c5d7f94e80' * commit 'ae087369c56a270c33c1c1af5be7d3c5d7f94e80': Don't propagate StrictMode over one-way Binder calls.
| * am 63070856: Merge "Don\'t propagate StrictMode over one-way Binder calls." ↵Brad Fitzpatrick2010-08-312-6/+27
| |\ | | | | | | | | | | | | | | | | | | | | | | | | into gingerbread Merge commit '63070856d034a2819a26560bc7f2881e501c78b7' into gingerbread-plus-aosp * commit '63070856d034a2819a26560bc7f2881e501c78b7': Don't propagate StrictMode over one-way Binder calls.
| | * Don't propagate StrictMode over one-way Binder calls.Brad Fitzpatrick2010-08-312-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was causing stack stitching problems where a one-way call with violations followed by a two-way call without violations was getting the previous one-way call's violation stack stitched on to the second caller's stack. The solution is a little more indirect than I would've liked (preserving the binder's onTransact flags until enforceInterface) but was seemingly necessary to work without changing the AIDL compiler. It should also be sufficiently cheap, since no new calls to thread-local IPCThreadState lookups were required. The additional work is just same-thread getter/setters on the existing IPCThreadState. Change-Id: I4b6db1d445c56e868e6d0d7be3ba6849f4ef23ae
* | | Merge "Fixing uniform binding for fragment shader. Updating the glsl ↵Alex Sakhartchouk2010-08-317-136/+159
|\ \ \ | | | | | | | | | | | | fragment shader to color the lights."
| * | | Fixing uniform binding for fragment shader.Alex Sakhartchouk2010-08-317-136/+159
| | | | | | | | | | | | | | | | | | | | | | | | Updating the glsl fragment shader to color the lights. Change-Id: I6f850d1aa22059a2974e379f652f7e99d6a799fb
* | | | Merge "Add hooks for hardware accelerated WebView."Romain Guy2010-08-312-0/+25
|\ \ \ \
| * | | | Add hooks for hardware accelerated WebView.Romain Guy2010-08-312-0/+25
| |/ / / | | | | | | | | | | | | Change-Id: I907cdec8a67594f87749ac46bda85f04af5a2003
* | | | am 36f0cb26: am 8d60866e: Input device calibration and capabilities.Jeff Brown2010-08-303-250/+827
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Merge commit '36f0cb26cbb4ef62995ff2e5a540cf8814e7f030' * commit '36f0cb26cbb4ef62995ff2e5a540cf8814e7f030': Input device calibration and capabilities.
| * | | am 8d60866e: Input device calibration and capabilities.Jeff Brown2010-08-303-250/+827
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | Merge commit '8d60866e2100db70ecf0502c14768a384514d7e9' into gingerbread-plus-aosp * commit '8d60866e2100db70ecf0502c14768a384514d7e9': Input device calibration and capabilities.
| | * | Input device calibration and capabilities.Jeff Brown2010-08-303-250/+827
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Finished the input device capability API. Added a mechanism for calibrating touch devices to obtain more accurate information about the touch contact area. Improved pointer location to show new coordinates and capabilities. Optimized pointer location display and formatting to avoid allocating large numbers of temporary objects. The GC churn was causing the application to stutter very badly when more than a couple of fingers were down). Added more diagnostics. Change-Id: Ie25380278ed6f16c5b04cd9df848015850383498
* | | | am 6e46e6f7: am 7ec7b997: Remove camera metering mode API.Wu-cheng Li2010-08-301-7/+0
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | | | | Merge commit '6e46e6f7488ad1f4e6ab762d141790798fe3f2d5' * commit '6e46e6f7488ad1f4e6ab762d141790798fe3f2d5': Remove camera metering mode API.
| * | am 7ec7b997: Remove camera metering mode API.Wu-cheng Li2010-08-301-7/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '7ec7b9970cc3a6311bf043e228991adf24c43523' into gingerbread-plus-aosp * commit '7ec7b9970cc3a6311bf043e228991adf24c43523': Remove camera metering mode API.
| | * Remove camera metering mode API.Wu-cheng Li2010-08-301-7/+0
| | | | | | | | | | | | | | | | | | Metering mode is not supported yet. Change-Id: Id6906d6ab0cd1a9dcbc5c303d8d5081b2cda699e
* | | Merge "Fixing renderscript uniform binding bugs. Working on custom shaders."Alex Sakhartchouk2010-08-308-36/+316
|\ \ \
| * | | Fixing renderscript uniform binding bugs.Alex Sakhartchouk2010-08-278-36/+316
| | | | | | | | | | | | | | | | | | | | | | | | Working on custom shaders. Change-Id: I0d51e879e1c2b46ef5ab696b35162898f4196fc8
* | | | am 8e724905: am ad6731b0: Merge "Add debugging to ZipFileRO" into gingerbreadKenny Root2010-08-271-2/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Merge commit '8e724905261bf4913bac75adc64fb08ed5ba8b7d' * commit '8e724905261bf4913bac75adc64fb08ed5ba8b7d': Add debugging to ZipFileRO
| * | | am ad6731b0: Merge "Add debugging to ZipFileRO" into gingerbreadKenny Root2010-08-271-2/+2
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | Merge commit 'ad6731b0fc759e446504bca163d8fd2fb6326577' into gingerbread-plus-aosp * commit 'ad6731b0fc759e446504bca163d8fd2fb6326577': Add debugging to ZipFileRO
| | * | Merge "Add debugging to ZipFileRO" into gingerbreadKenny Root2010-08-271-2/+2
| | |\ \
| | | * | Add debugging to ZipFileROKenny Root2010-08-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some assets are failing to read from ZIP files. This adds a bit more debugging to figure out what's going on. Change-Id: Id90e10546c54c85069a34478fbc28bc2523bda5d
* | | | | am d322d163: am ae66946b: Merge "fix a race in SF buffer management" into ↵Mathias Agopian2010-08-271-12/+12
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gingerbread Merge commit 'd322d16323176ddd5fef3383798176f64d0078c8' * commit 'd322d16323176ddd5fef3383798176f64d0078c8': fix a race in SF buffer management
| * | | | am ae66946b: Merge "fix a race in SF buffer management" into gingerbreadMathias Agopian2010-08-271-12/+12
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'ae66946bd9e9f1168241c75196d2379b43e3ca30' into gingerbread-plus-aosp * commit 'ae66946bd9e9f1168241c75196d2379b43e3ca30': fix a race in SF buffer management
| | * | | fix a race in SF buffer managementMathias Agopian2010-08-261-12/+12
| | |/ / | | | | | | | | | | | | | | | | | | | | also remove some unused code. Change-Id: Iae2c3309b7a08055f3e13a5b866c5c084993e352
* | | | Apply gamma correction to font rendering.Romain Guy2010-08-279-10/+180
| |_|/ |/| | | | | | | | Change-Id: I1b05f40e356221b2a5eb9400e67d77ecd98ed6c4
* | | Add matrix component types.Jason Sams2010-08-257-28/+58
| | | | | | | | | | | | | | | | | | Fix potental overflow in script -> java messages. Change-Id: Ie6fd9dc376be4043fc938a1517106936937689c8
* | | Merge "Fix passion build"Romain Guy2010-08-241-0/+2
|\ \ \
| * | | Fix passion buildRomain Guy2010-08-241-0/+2
| | | | | | | | | | | | | | | | Change-Id: I93322bd36a004ac5aa9a0409d22dbf36a2da1680
* | | | am bc4389ed: am 8395b462: Merge "fix [2931513] Add support for setting the ↵Mathias Agopian2010-08-242-0/+68
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | | | | | | | orientation of an ANativeWindow" into gingerbread Merge commit 'bc4389edfbb5777aec1a9af7863b2ca3ade2fa64' * commit 'bc4389edfbb5777aec1a9af7863b2ca3ade2fa64': fix [2931513] Add support for setting the orientation of an ANativeWindow
| * | am 8395b462: Merge "fix [2931513] Add support for setting the orientation of ↵Mathias Agopian2010-08-242-0/+68
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | an ANativeWindow" into gingerbread Merge commit '8395b4625b96f2133e2e4f595fdc69fbe222e4fc' into gingerbread-plus-aosp * commit '8395b4625b96f2133e2e4f595fdc69fbe222e4fc': fix [2931513] Add support for setting the orientation of an ANativeWindow
| | * fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-242-0/+68
| | | | | | | | | | | | | | | | | | Also implement support for cropping. Change-Id: Iba5888dd242bf2feaac9e9ce26e404c1f404c280
* | | Merge "Use only one GL context per process, share chaches."Romain Guy2010-08-2418-160/+257
|\ \ \
| * | | Use only one GL context per process, share chaches.Romain Guy2010-08-2418-160/+257
| | | | | | | | | | | | | | | | Change-Id: Ieabaa25338d2f4b8d4fd90e7401ad6e7452eae11
* | | | More work on the renderscript sampleAlex Sakhartchouk2010-08-244-36/+263
| | | | | | | | | | | | | | | | Change-Id: Ib1812bbaa38180ca63d6d53c9cc3aeeee4134725
* | | | resolved conflicts for merge of 485de781 to masterKenny Root2010-08-247-0/+873
|\ \ \ \ | | |/ / | |/| | | | | | Change-Id: I483cb81596f09b024b1aea7fc55960183f38b24f
| * | | am 06c81f29: Merge changes I8a257579,I82d16312 into gingerbreadKenny Root2010-08-207-0/+873
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | Merge commit '06c81f29a61ad3568a77f111b6be93e1f437f5bd' into gingerbread-plus-aosp * commit '06c81f29a61ad3568a77f111b6be93e1f437f5bd': Add AStorageManager API to NDK Reorganize MountService IPC
| | * | Reorganize MountService IPCKenny Root2010-08-207-0/+873
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove auto-generated AIDL files and replace them with manually edited .java and .cpp/.h files so that binder calls can be made from either Java or C++. Update the makefiles to not attempt to generate the AIDL files and also remove the old auto-generated .java files. Put all the storage-related C++ things in libstorage so that we don't pollute other libraries. Change-Id: I82d1631295452709f12ff1270f36c3100e652806
* | | | am b90b9d54: am 6be23712: Merge "Free created FileMap when uncompressing ↵Kenny Root2010-08-241-5/+9
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | files" into gingerbread Merge commit 'b90b9d54eb6bbc3a4045ff0bf46d3366822e835e' * commit 'b90b9d54eb6bbc3a4045ff0bf46d3366822e835e': Free created FileMap when uncompressing files
| * | | am 6be23712: Merge "Free created FileMap when uncompressing files" into ↵Kenny Root2010-08-201-5/+9
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | gingerbread Merge commit '6be237120e9673e3cfc5243da5bbca287effcf09' into gingerbread-plus-aosp * commit '6be237120e9673e3cfc5243da5bbca287effcf09': Free created FileMap when uncompressing files
| | * | Merge "Free created FileMap when uncompressing files" into gingerbreadKenny Root2010-08-201-5/+9
| | |\ \
| | | * | Free created FileMap when uncompressing filesKenny Root2010-08-191-5/+9
| | | | | | | | | | | | | | | | | | | | Change-Id: Ice22c4ecb7c129b74bf60cd66ae79e110b017a4a
* | | | | am 346b6126: am 97a56269: Merge "Add camera fps range API." into gingerbreadWu-cheng Li2010-08-241-30/+29
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '346b6126d54bda4ddc705b27f49004b5cf3a2b3e' * commit '346b6126d54bda4ddc705b27f49004b5cf3a2b3e': Add camera fps range API.
| * | | | am 97a56269: Merge "Add camera fps range API." into gingerbreadWu-cheng Li2010-08-201-30/+29
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '97a56269d06770712f9da7a2a29385012ec9714e' into gingerbread-plus-aosp * commit '97a56269d06770712f9da7a2a29385012ec9714e': Add camera fps range API.
| | * | | Merge "Add camera fps range API." into gingerbreadWu-cheng Li2010-08-201-30/+29
| | |\ \ \
| | | * | | Add camera fps range API.Wu-cheng Li2010-08-201-30/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original preview frame rate API assumes the frame rate is fixed. It does not not work with auto frame rate camera. Change-Id: I38f7122ac8ec844ffd63558dc0763ffa17b0926a
* | | | | | Change the framework to use the new camera preview path.Jamie Gennis2010-08-234-26/+17
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes the camera HAL interface take an ANativeWindow interface from which all the camera preview buffers will be allocated. The framework code running in application processes now passes a Surface object rather than an ISurface to the camera server via Binder when setting the preview surface. The camera server then forwards that Surface object (which implements the ANativeWindow interface) to the camera HAL, which uses it to communicate with SurfaceFlinger to allocate the camera preview buffers. Change-Id: Ie438f721559cd7de5e4f848a26d96360dda07b5f
* | | | | Merge "Renderscript samples. Resolving name conflict in model viewer. Adding ↵Alex Sakhartchouk2010-08-2314-16/+601
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | fov projection matrix function. Adding helper methods for blending."
| * | | | | Renderscript samples.Alex Sakhartchouk2010-08-2314-16/+601
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolving name conflict in model viewer. Adding fov projection matrix function. Adding helper methods for blending. Change-Id: Ibd3f1510436811398787c285845d050158bd6de8
* | | | | | am a90a1e55: am 545eab8a: Merge "remove unused pixel format" into gingerbreadMathias Agopian2010-08-211-1/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'a90a1e55c60604b930eecff03fe25429205ec7df' * commit 'a90a1e55c60604b930eecff03fe25429205ec7df': remove unused pixel format
| * | | | | am 545eab8a: Merge "remove unused pixel format" into gingerbreadMathias Agopian2010-08-191-1/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '545eab8ae80b070177cc442931eadc8cd980de26' into gingerbread-plus-aosp * commit '545eab8ae80b070177cc442931eadc8cd980de26': remove unused pixel format
| | * | | | Merge "remove unused pixel format" into gingerbreadMathias Agopian2010-08-191-1/+0
| | |\ \ \ \