OSDN Git Service

android-x86/frameworks-native.git
2012-07-10 Mathias Agopianone more step towards multiple display support
2012-07-10 Naseer Ahmedlibs/ui: Add support for triple framebuffers
2012-07-03 Jesse HallFix check for fence merge success
2012-07-02 Jesse HallOnly set acquire fences on overlay layers
2012-07-01 Jesse HallPass fence to HWC on first use of buffer
2012-07-01 Jesse HallReturn fence from acquireBuffer
2012-07-01 Jesse HallPass fences with buffers from SurfaceTextureClient
2012-06-29 Jesse HallMerge "Clarify aborted updateTexImage use of fences"
2012-06-29 Jesse HallMerge "Return fence to client in dequeuBuffer"
2012-06-29 Mathias Agopianadd a way to enable debugging sensors at runtime
2012-06-29 Mathias Agopianimprove sensor fusion
2012-06-29 Mathias Agopianadd some comments
2012-06-29 Mathias Agopianget rid of GraphicPlane
2012-06-29 Jesse HallClarify aborted updateTexImage use of fences
2012-06-29 Jesse HallReturn fence to client in dequeuBuffer
2012-06-28 Mathias AgopianFirst prototype atttempting to support an external...
2012-06-28 Mathias Agopianmove sensorservice from frameworks/base to frameworks...
2012-06-28 Mathias Agopiansmall improvement to sensor fusion
2012-06-28 Mathias Agopianfix a potential buffer overflow in sensorservice
2012-06-28 Mathias AgopianFix a stack corruption in sensorservice
2012-06-28 Mathias Agopianfix a typo causing sensor event to be sorted in reverse...
2012-06-28 Mathias Agopianusea socketpair instead of a pipe in BitTube
2012-06-28 Steve BlockRename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
2012-06-28 Steve BlockRename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
2012-06-28 Steve BlockRename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
2012-06-28 Steve BlockRename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
2012-06-28 Mathias Agopianhandle EINTR when calling sensor HAL's poll function
2012-06-28 Mathias AgopianSensorService now always clamps the requested rate
2012-06-28 Mathias Agopianfix an issue where SensorService could request an inval...
2012-06-28 Mathias AgopianRename SensorChannel to BitTube
2012-06-28 Mathias Agopianimprove sensorservice dumpsys
2012-06-28 Mathias Agopianimprove sensorservice_test output
2012-06-28 Mathias AgopianFix a few style issues and remove LOG spam
2012-06-28 Michael JohnsonMore error checks to avoid div by zero.
2012-06-28 Max BraunFix occasional fusion divergence by detecting it and...
2012-06-28 Mathias Agopianhave the sensorsevice test print the delay of the first...
2012-06-28 Mathias Agopiansilence sensorservice when it's dropping events
2012-06-28 Mathias Agopiansensorservice: be more robust when there are no sensor h/w
2012-06-28 Jeff BrownRemove the simulator target from all makefiles. Bug...
2012-06-28 Mathias AgopianPermissionCache caches permission checks
2012-06-28 Mathias Agopiancleanup Kalman filter parameters, add/fix comments...
2012-06-28 Mathias Agopianimprove orientation sensor with gyro data
2012-06-28 Mathias Agopianuse quaternions instead of MRPs
2012-06-28 Mathias Agopian9-axis sensor fusion with Kalman filter
2012-06-28 Mathias AgopianFix a few issues with sensors reference-counting
2012-06-28 Mathias AgopianFix a crasher in SensorService
2012-06-28 Iliyan Malchevframeworks/base: remove LOCAL_PRELINK_MODULE
2012-06-28 Mathias Agopianfix [4025681] continuous sensors should not try to...
2012-06-28 Mathias Agopianfix [3421350] Killing a game that uses the acceleromete...
2012-06-28 Mathias Agopianfix [3369027] Sensor.TYPE_ROTATION_VECTOR is unstable...
2012-06-28 Mathias Agopianfix [3237242] sensormanager sensor active count gets...
2012-06-28 Mathias AgopianUses 4-th order low-pass for extracting gravity.
2012-06-28 Mathias Agopianallow rotation-vector to have 4 components
2012-06-28 Mathias Agopiandon't attempt to normalize the rotation vector
2012-06-28 Mathias AgopianAdd support for virtual sensors.
2012-06-28 Mathias AgopianFix a race condition in sensormanager
2012-06-28 Mathias Agopianrecord the last event received regardless of having...
2012-06-28 Mathias Agopianimprove sensorservice dumpsys and increase the max...
2012-06-28 Jeff BrownReplace epoll() with poll() and rename PollLoop to...
2012-06-28 Mathias AgopianReport sensor events to BatteryStats service
2012-06-28 Mathias AgopianSensorService handles last known state properly
2012-06-28 Mathias Agopianfilter sensor event by connection
2012-06-28 Mathias Agopianpropagate sensor event rate properly to the sensor HAL
2012-06-28 Mathias Agopianpropagate sensor event rate properly
2012-06-28 Mathias AgopianSensorService doesn't crash if correct HAL is not present
2012-06-28 Mathias AgopianBetter dumpsys logs
2012-06-28 Mathias AgopianAdded partial support for repporting sensor activity...
2012-06-28 Mathias Agopiannew SensorService
2012-06-27 John GrossmanUtils: Fix a bug in the linear transformation code.
2012-06-25 Johannes Carlssonam db1597a9: Fix shutdown sequence to avoid SIGSEGV...
2012-06-25 Johannes CarlssonFix shutdown sequence to avoid SIGSEGV when running...
2012-06-23 Jesse HallMerge "Pass fences from BufferQueue to SurfaceTextureCl...
2012-06-23 Jesse HallMerge "Transfer HWC release fences to BufferQueue"
2012-06-22 Jesse HallMerge "Move remaining bits of lockBuffer to dequeueBuffer"
2012-06-22 The Android... am 589cdbed: Reconcile with jb-release
2012-06-22 The Android... Reconcile with jb-release
2012-06-22 Jesse HallPass fences from BufferQueue to SurfaceTextureClient
2012-06-22 Jesse HallTransfer HWC release fences to BufferQueue
2012-06-21 Haynes Mathew... Add vendor specific color format to OMX_IVCommon.h
2012-06-21 Jesse HallMove remaining bits of lockBuffer to dequeueBuffer
2012-06-21 The Android... merge in jb-release history after reset to jb-dev
2012-06-20 Jamie GennisUpdate ANativeWindow clients for sync
2012-06-20 Jamie Gennislibui: add the Fence class
2012-06-20 Mathias Agopianam 8aaf3e47: am a67e418e: Exit boot animation cleanly.
2012-06-20 Mathias Agopianam a67e418e: Exit boot animation cleanly.
2012-06-20 Mathias AgopianExit boot animation cleanly.
2012-06-19 Jesse HallMerge "Add support for HWC_DEVICE_API_VERSION_1_0"
2012-06-19 The Android... am fb05c7c3: Reconcile with jb-release
2012-06-19 The Android... Reconcile with jb-release
2012-06-19 Mathias Agopianfix typo in makefile LOCAL_CFLAGS was spelled LOCAL_CLFAGS
2012-06-18 Mathias Agopiansplit-up Client.h out of SurfaceFlinger.h
2012-06-18 Jeff Brownam bbdad819: am 7c24b1d4: Merge "SF could get stuck...
2012-06-18 Jeff Brownam 7c24b1d4: Merge "SF could get stuck waiting for...
2012-06-16 The Android... merge in jb-release history after reset to jb-dev
2012-06-15 Mathias AgopianSF could get stuck waiting for vsync when turning the...
2012-06-15 Mathias AgopianMerge "Implement SurfaceFlinger's ANW on top of BufferQ...
2012-06-15 Jeff BrownMerge "SF could get stuck waiting for vsync when turnin...
2012-06-15 Mathias AgopianSF could get stuck waiting for vsync when turning the...
2012-06-15 Jeff Brownam 0512af11: am 16272efb: Add ASSIST keycode.
2012-06-15 Jeff Brownam 16272efb: Add ASSIST keycode.
next