OSDN Git Service

android-x86/frameworks-native.git
2012-08-17 Jamie GennisSurfaceTexture: inherit from ConsumerBase
2012-08-15 Mathias Agopianwe were mistakenly optimizing out SF's main transaction...
2012-08-15 Jeff BrownUse new PowerManager API.
2012-08-15 Jeff BrownFix layer removal transaction.
2012-08-14 Jesse HallDon't crash when recovering from WM death
2012-08-14 Jeff BrownMerge "Add a very simple helper function to log slow...
2012-08-14 Mathias Agopianmake sure to repaint the screen when unblank()ing
2012-08-14 Mathias Agopianxdpi / ydpi were reported as 0
2012-08-13 Mathias AgopianMerge "improve [un]marshalling of non-binder objects...
2012-08-13 Jesse HallAdd compile-time option to systrace GL-ES calls
2012-08-13 Mathias Agopianimprove [un]marshalling of non-binder objects
2012-08-11 Jeff BrownAdd a very simple helper function to log slow functions.
2012-08-11 Mathias Agopianmake multi-display more real
2012-08-10 Mathias Agopianscreenshots could stop working after camera was used
2012-08-10 Mathias Agopianavoid crashing when we don't have an h/w composer
2012-08-10 Mathias Agopianlibgui includes refactoring
2012-08-10 Mathias AgopianAdd a display parameter to HWComposer where needed
2012-08-10 Mathias Agopiannow able to set the layer stack on a DisplayDevice
2012-08-10 Mathias Agopianimprove Vector<> safety checks
2012-08-08 Jamie GennisMerge "SurfaceTexture: Fix a fence fd leak." into jb...
2012-08-08 Jamie GennisSurfaceTexture: Fix a fence fd leak.
2012-08-08 Mathias Agopianadd /d/sync to dumpstate
2012-08-08 Keun young... Merge "enable java/jni build in PDK if supported" into...
2012-08-08 Keun young... enable java/jni build in PDK if supported
2012-08-07 Jesse HallChanges to support multi-display HWC
2012-08-07 Jamie GennisMerge changes Ic3d35a93,I46ec942d into jb-mr1-dev
2012-08-07 Jamie GennisSurfaceTexture: fix an out of bounds array access
2012-08-07 Jamie Gennissurfaceflinger: refactor FrambufferSurface
2012-08-06 Greg Hackmannfix pdk build
2012-08-05 Mathias Agopianlibutils cleanup: remove unused or seldom used code...
2012-08-05 Mathias AgopianDisplayDevice doesn't need weak pointers or polymorphism
2012-08-05 Mathias Agopianturn DisplayDevice into a reference-counted object
2012-08-05 Mathias AgopianDisplayDevice only needs ANativeWindow not SurfaceTextu...
2012-08-05 Mathias Agopianremove a dependency of DisplayDevice on the refresh...
2012-08-05 Mathias Agopianremove unneeded dependencies in libhardware
2012-08-05 Mathias Agopianbreak SF dependencies on libdvm and libandroid_runtime
2012-08-03 Mathias Agopianscreen-off animation won't be handled by SF anymore
2012-08-03 Mathias AgopianWe now have a real list of displays.
2012-08-03 Mathias Agopiandon't filter when capturing a screenshot unless needed
2012-08-03 Mathias Agopiancleanups in preparation of bigger changes
2012-08-03 Mathias Agopianrename DisplayHardware to DisplayDevice
2012-08-03 Mathias AgopianLayers are now sorted by layer-stack first, then by...
2012-08-03 Mathias Agopiangetting closer to final main composition loop
2012-08-03 Mathias Agopianget rid of global regions that should be tracked per...
2012-08-02 Romain GuyMerge "Add missing break in switch statement" into...
2012-08-02 Romain GuyAdd missing break in switch statement
2012-08-02 Dianne HackbornDalvik heap size for a 10" xhdpi tablet.
2012-08-01 Jamie GennisMerge "libgui: enable EGL_fence_sync usage for exynos5...
2012-08-01 Jamie Gennislibgui: enable EGL_fence_sync usage for exynos5
2012-07-31 Jesse HallMerge "Move eglSwapBuffers out of HWComposer" into...
2012-07-31 Jesse HallMerge "Revert "Minimal changes to support multi-display...
2012-07-31 Jesse HallRevert "Minimal changes to support multi-display HWC"
2012-07-31 Jesse HallMerge "Minimal changes to support multi-display HWC...
2012-07-30 Jesse HallMove eglSwapBuffers out of HWComposer
2012-07-30 Mathias AgopianMerge "log more info on fence sync_merge error" into...
2012-07-30 Mathias Agopianlog more info on fence sync_merge error
2012-07-28 Ed HeylMerge remote-tracking branch 'goog/jb-dev-mako' into...
2012-07-27 The Android... am 5e966ef6: Reconcile with jb-release
2012-07-27 The Android... Reconcile with jb-release
2012-07-27 Jesse HallMinimal changes to support multi-display HWC
2012-07-26 Mathias Agopianget rid of the shared-memory control block
2012-07-26 Mathias Agopianhopefully fixe a race condition in sf initialization
2012-07-25 Mathias Agopiansplit HWComposer out of DisplayHardware
2012-07-25 Mathias Agopianget rid of ro.sf.hwrotation, it's not used anymore
2012-07-25 Mathias Agopianadd a layerStack attribute to Layers.
2012-07-25 Mathias Agopianupdate SF binder protocol to support setting display...
2012-07-25 The Android... merge in jb-release history after reset to jb-dev
2012-07-24 Mathias AgopianSurfaceFlinger cleanup
2012-07-24 Thomas TafertshoferFixed bug in opengl es binding generation
2012-07-23 Mathias AgopianMerge "glgen stubs to fix bad methods in gles20 bindings"
2012-07-23 Jamie GennisMerge "Update the EGL_ANDROID_fence_sync spec."
2012-07-23 Jamie GennisUpdate the EGL_ANDROID_fence_sync spec.
2012-07-23 Jesse HallIncrement iterator on early-out too
2012-07-22 Jesse HallMerge "Handle empty HWC layer list when composing"
2012-07-20 Jesse HallHandle empty HWC layer list when composing
2012-07-20 Nick PellyMerge "Add elapsedRealtimeNano(), and use CLOCK_BOOTTIM...
2012-07-19 Thomas Tafertshoferglgen stubs to fix bad methods in gles20 bindings
2012-07-19 Nick PellyAdd elapsedRealtimeNano(), and use CLOCK_BOOTTIME where...
2012-07-19 Mathias Agopianfactor EGL/GL and surface creation out of DisplayHardware
2012-07-19 Mathias AgopianmVisibleLayersSortedByZ is now maintained per display
2012-07-19 Mathias AgopianMerge "OpenGL bindings fix for methods with iobuffer...
2012-07-19 Mathias AgopianMerge "Remove @hide from the generated EGL 1.4 API"
2012-07-18 The Android... am f455c9a2: merge in jb-release history after reset...
2012-07-17 Edwin WongMerge from jb-dev for "sample video corruption in Media...
2012-07-16 Jeff BrownMerge "Remove unused layer flags."
2012-07-16 Jeff BrownRemove unused layer flags.
2012-07-16 Colin CrossMerge "surfaceflinger: call into hardware composer...
2012-07-16 Jeff BrownMerge "Remove freeze(), unfreeze() and setFreezeTint()."
2012-07-16 Jeff BrownMerge "Remove freezeDisplay(), which is no-op."
2012-07-16 Jeff BrownRemove freeze(), unfreeze() and setFreezeTint().
2012-07-16 Jeff BrownRemove freezeDisplay(), which is no-op.
2012-07-14 Edwin Wongam 647336c7: am e0daeb39: Fixed sample video corrupted...
2012-07-14 Thomas TafertshoferRemove @hide from the generated EGL 1.4 API
2012-07-13 Colin Crosssurfaceflinger: call into hardware composer to blank...
2012-07-13 Edwin Wongam e0daeb39: Fixed sample video corrupted in MediaCodec...
2012-07-13 Edwin WongFixed sample video corrupted in MediaCodec mode.
2012-07-12 Thomas TafertshoferOpenGL bindings fix for methods with iobuffer args
2012-07-12 Mathias AgopianMerge "one more step towards multiple display support"
2012-07-11 Mathias AgopianMerge "improve glgen tool to support EGL1.4"
2012-07-10 Thomas Tafertshoferimprove glgen tool to support EGL1.4
next