summaryrefslogtreecommitdiffstats
path: root/libs/ui
Commit message (Expand)AuthorAgeFilesLines
...
* fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to cre...Mathias Agopian2009-09-231-24/+41
* fbDev wasn't initialized of hw_get_module failed, but was then used anyway.Marco Nelissen2009-09-231-8/+10
* Android side of the fix for [2121211] Sholes has stutter during animationsMathias Agopian2009-09-171-0/+8
* add basic time stats for surfaces lock timeMathias Agopian2009-09-171-1/+15
* fix [2122448] android_native_window_t::setUsage() only reallocates the first ...Mathias Agopian2009-09-151-19/+10
* Revert "fix [2122448] android_native_window_t::setUsage() only reallocates th...Mathias Agopian2009-09-151-8/+18
* fix [2122448] android_native_window_t::setUsage() only reallocates the first ...Mathias Agopian2009-09-151-18/+8
* Fix 2083478: Camera needs an auto-focus cancel APIChih-Chung Chang2009-09-152-0/+26
* make sure to update the tail pointer when undoing a dequeueMathias Agopian2009-09-141-5/+15
* fix [2111536] [FAST BLOCKER] Device is soft rebooted after ending the call th...Mathias Agopian2009-09-111-3/+22
* fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymoreMathias Agopian2009-09-101-9/+9
* make sure conditions will return when the status of a surface is not NO_ERRORMathias Agopian2009-09-101-1/+17
* Fix sim-eng build.Andy McFadden2009-09-091-0/+4
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-076-408/+648
* Work on issue #2079167: Flickering issue across multiple UIDianne Hackborn2009-09-021-5/+12
* EventHub: Fix file descriptor leak.Mike Lockwood2009-08-281-0/+1
* fix [2070341] [FAST BLOCKER] can't successfully setup erc52Mathias Agopian2009-08-211-2/+12
* fix a bug that caused the PixelFormat viewed by Surface to be wrong.Mathias Agopian2009-08-192-3/+10
* fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of...Mathias Agopian2009-08-191-31/+59
* make sure to update a surface's usage bits when it changes, instead of only t...Mathias Agopian2009-08-141-23/+52
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-113-5/+51
* Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-113-51/+5
* SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-113-5/+51
* added EGLUtils::strerrorMathias Agopian2009-08-071-5/+29
* better error handlingMathias Agopian2009-08-062-9/+39
* Merge change 20365Android (Google) Code Review2009-08-061-2/+3
|\
| * oops, EGLConfig of value zero may be validMathias Agopian2009-08-061-2/+3
* | Merge changes 20345,20346,20347Android (Google) Code Review2009-08-064-0/+112
|\ \ | |/
| * added two EGL helpers for selecting a config matching a certain pixelformat o...Mathias Agopian2009-08-062-0/+106
| * added NATIVE_WINDOW_FORMAT attribute to android_native_window_tMathias Agopian2009-08-062-0/+6
* | EventHub: pass the name of each input device up to JavaIliyan Malchev2009-08-061-11/+8
|/
* Merge change 20133Android (Google) Code Review2009-08-051-0/+3
|\
| * don't crash when SurfaceBuffer::writeToParcel is given a null argumentMathias Agopian2009-08-051-0/+3
* | Finish implementation of multiple pointer support for MotionEvent.Dianne Hackborn2009-08-041-19/+71
|/
* be more robust when errors occur upon EGL surface creation (ie: don't crash)Mathias Agopian2009-07-311-6/+8
* Merge change 9287Android (Google) Code Review2009-07-302-1/+52
|\
| * fixed some issues with the software renderer when surfaces are made current.Mathias Agopian2009-07-302-1/+52
* | Merge change 9070Android (Google) Code Review2009-07-301-0/+12
|\ \ | |/ |/|
| * Adding resizeInput and setAttributes for overlayBenny Wong2009-07-291-0/+12
* | Fix a debug statement in BufferMapperMathias Agopian2009-07-301-1/+1
|/
* Merge change 5892Android (Google) Code Review2009-07-201-0/+21
|\
| * Hardware overlay supportBenny Wong2009-07-161-0/+21
* | EventHub: Compare name instead of id when excluding event input devices.Mike Lockwood2009-07-171-11/+12
* | EventHub: Add support for excluding devices from being opened by as a keyboard.Mike Lockwood2009-07-161-8/+27
|/
* Implement virtual button support.Dianne Hackborn2009-07-141-0/+29
* fix [1964315] crash in the surface.cpp while browsingMathias Agopian2009-07-131-16/+33
* resolved conflicts for merge of 04c7d0f8 to masterDave Sparks2009-07-082-1/+35
|\
| * Add timestamps to video frames to improve A/V sync.Dave Sparks2009-07-082-1/+35
* | should fix sim buildMathias Agopian2009-07-061-0/+2
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-07-061-1/+1
|\ \