| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding resizeInput and setAttributes for overlay | Benny Wong | 2009-07-29 | 1 | -0/+6 |
* | Merge change 5892 | Android (Google) Code Review | 2009-07-20 | 1 | -0/+4 |
|\ |
|
| * | Hardware overlay support | Benny Wong | 2009-07-16 | 1 | -0/+4 |
* | | EventHub: Add support for excluding devices from being opened by as a keyboard. | Mike Lockwood | 2009-07-16 | 1 | -4/+10 |
|/ |
|
* | Implement virtual button support. | Dianne Hackborn | 2009-07-14 | 1 | -1/+4 |
* | resolved conflicts for merge of 04c7d0f8 to master | Dave Sparks | 2009-07-08 | 3 | -2/+6 |
|\ |
|
| * | Add timestamps to video frames to improve A/V sync. | Dave Sparks | 2009-07-08 | 3 | -2/+6 |
* | | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-07-06 | 1 | -0/+6 |
|\ \ |
|
| * \ | am c7396025: Merge change 6084 into donut | Android (Google) Code Review | 2009-07-06 | 1 | -0/+6 |
| |\ \
| | |/ |
|
| | * | Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1... | James Dong | 2009-07-02 | 1 | -0/+6 |
* | | | get rid of references to MemoryDealer in SurfaceFlinger | Mathias Agopian | 2009-07-02 | 3 | -3/+3 |
* | | | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-07-01 | 1 | -7/+3 |
|\ \ \
| |/ / |
|
| * | | am 17a80081: Merge change 5544 into donut | Android (Google) Code Review | 2009-06-29 | 1 | -7/+3 |
| |\ \
| | |/ |
|
| | * | Pipe all the camera callbacks to Java to facilitate the addition | Dave Sparks | 2009-06-26 | 1 | -7/+3 |
* | | | Region::makeBoundsSelf() efficiently turns a region to its bounds | Mathias Agopian | 2009-06-29 | 1 | -0/+3 |
* | | | return bounds Rect by value | Mathias Agopian | 2009-06-26 | 1 | -2/+2 |
* | | | make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few h... | Mathias Agopian | 2009-06-25 | 1 | -6/+0 |
* | | | hack copybit back in for video playback on msm7k. we have h/w accelerated vid... | Mathias Agopian | 2009-06-24 | 1 | -1/+7 |
* | | | merge master in master_gl | Mathias Agopian | 2009-06-24 | 1 | -25/+12 |
|\ \ \
| |/ / |
|
| * | | am a93466f5: Merge change 5220 into donut | Android (Google) Code Review | 2009-06-24 | 1 | -5/+2 |
| |\ \
| | |/ |
|
| | * | Cleanup header file. Disallow copy of Camera object by making copy | Dave Sparks | 2009-06-24 | 1 | -5/+2 |
| * | | am eaa89f74: Merge change 5172 into donut | Android (Google) Code Review | 2009-06-24 | 1 | -23/+0 |
| |\ \
| | |/ |
|
| | * | Remove deprecated callback function support. | Dave Sparks | 2009-06-24 | 1 | -23/+0 |
| * | | am 3d7b8d1a: Merge change 5158 into donut | Android (Google) Code Review | 2009-06-24 | 1 | -0/+13 |
| |\ \
| | |/ |
|
| | * | Use a ref-counted callback interface for Camera. | Dave Sparks | 2009-06-24 | 1 | -0/+13 |
* | | | fix a bunch of problems with destroying surfaces. | Mathias Agopian | 2009-06-04 | 1 | -1/+0 |
* | | | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-06-01 | 1 | -1/+4 |
|\ \ \
| |/ / |
|
| * | | get rid of utils.h | Mathias Agopian | 2009-05-31 | 1 | -1/+4 |
* | | | make sure the Region code disallows constructs like "(a+b)=c;", which is some... | Mathias Agopian | 2009-05-27 | 1 | -21/+21 |
* | | | oops forgot these changes in the previous merge. fixes build | Mathias Agopian | 2009-05-27 | 1 | -1/+7 |
* | | | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-05-27 | 2 | -44/+30 |
|\ \ \
| |/ / |
|
| * | | am 0c0ad39c: Merge change 2502 into donut | Android (Google) Code Review | 2009-05-26 | 2 | -34/+27 |
| |\ \
| | |/ |
|
| | * | minor clean-up to Rect and Point. | Mathias Agopian | 2009-05-26 | 2 | -34/+27 |
* | | | merge master to master_gl | Mathias Agopian | 2009-05-22 | 10 | -15/+15 |
|\ \ \
| |/ / |
|
| * | | move libbinder's header files under includes/binder | Mathias Agopian | 2009-05-20 | 10 | -15/+15 |
| |/ |
|
* | | Region now has its own implementation instead of relying on SkRegion, which a... | Mathias Agopian | 2009-05-17 | 2 | -45/+91 |
* | | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-05-14 | 2 | -32/+18 |
|\ \
| |/ |
|
| * | Modify camera framework to use new streamlined binder interface. | Dave Sparks | 2009-05-11 | 2 | -32/+18 |
* | | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-05-08 | 2 | -0/+21 |
|\ \
| |/ |
|
| * | Add new binder methods to camera client to support generic callbacks | Dave Sparks | 2009-05-07 | 2 | -0/+21 |
* | | add support for update-on-demand in SurfaceFlinger | Mathias Agopian | 2009-05-07 | 1 | -0/+4 |
* | | get rid off unneeded flags | Mathias Agopian | 2009-05-05 | 1 | -6/+2 |
* | | move android_native_buffer_t declaration into its own private/ui/android_nati... | Mathias Agopian | 2009-05-05 | 1 | -26/+0 |
* | | move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h... | Mathias Agopian | 2009-05-05 | 4 | -61/+244 |
* | | get rid of android_native_buffer_t::getHandle() and replace it with an handle... | Mathias Agopian | 2009-05-05 | 2 | -15/+0 |
* | | removed the "bits" attribute from android_native_buffer_t. | Mathias Agopian | 2009-05-05 | 1 | -2/+2 |
* | | minor clean-up in FramebufferNativeWindow | Mathias Agopian | 2009-05-04 | 1 | -6/+0 |
* | | update surfaceflinger, libui and libagl to the new gralloc api | Mathias Agopian | 2009-05-04 | 5 | -135/+38 |
* | | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-04-30 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Bug fix(1807910): media recorder crash due to the use of locked camera object... | James Dong | 2009-04-27 | 1 | -1/+0 |