2012-08-17 |
Jamie Gennis | Merge "SurfaceTexture: inherit from ConsumerBase" into... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Mathias Agopian | refactor compositing code to avoid multiple eglMakeCurr... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Mathias Agopian | reimplement wifi display hack with new external display... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Mathias Agopian | display states can't share the dirty flags |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Mathias Agopian | binder interfaces can't be compared directly |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Jamie Gennis | SurfaceTexture: inherit from ConsumerBase |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Siva Velusamy | Merge "gltrace: flush trace buffer on createContext... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Siva Velusamy | gltrace: flush trace buffer on createContext & makeCurrent |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Mathias Agopian | oopsie, missed a spot when fixing b/6970310 |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Mathias Agopian | we were mistakenly optimizing out SF's main transaction... |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Jeff Brown | Use new PowerManager API. |
commit | commitdiff | tree | snapshot |
2012-08-15 |
Jeff Brown | Fix layer removal transaction. |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Jesse Hall | Don't crash when recovering from WM death |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Jeff Brown | Merge "Add a very simple helper function to log slow... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Mathias Agopian | make sure to repaint the screen when unblank()ing |
commit | commitdiff | tree | snapshot |
2012-08-14 |
Mathias Agopian | xdpi / ydpi were reported as 0 |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Mathias Agopian | Merge "improve [un]marshalling of non-binder objects... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Jesse Hall | Add compile-time option to systrace GL-ES calls |
commit | commitdiff | tree | snapshot |
2012-08-13 |
Mathias Agopian | improve [un]marshalling of non-binder objects |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Jeff Brown | Add a very simple helper function to log slow functions. |
commit | commitdiff | tree | snapshot |
2012-08-11 |
Mathias Agopian | make multi-display more real |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Mathias Agopian | screenshots could stop working after camera was used |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Mathias Agopian | avoid crashing when we don't have an h/w composer |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Mathias Agopian | libgui includes refactoring |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Mathias Agopian | Add a display parameter to HWComposer where needed |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Mathias Agopian | now able to set the layer stack on a DisplayDevice |
commit | commitdiff | tree | snapshot |
2012-08-10 |
Mathias Agopian | improve Vector<> safety checks |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jamie Gennis | Merge "SurfaceTexture: Fix a fence fd leak." into jb... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Jamie Gennis | SurfaceTexture: Fix a fence fd leak. |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Mathias Agopian | add /d/sync to dumpstate |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Keun young... | Merge "enable java/jni build in PDK if supported" into... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Keun young... | enable java/jni build in PDK if supported |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Jesse Hall | Changes to support multi-display HWC |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Jamie Gennis | Merge changes Ic3d35a93,I46ec942d into jb-mr1-dev |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Jamie Gennis | SurfaceTexture: fix an out of bounds array access |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Jamie Gennis | surfaceflinger: refactor FrambufferSurface |
commit | commitdiff | tree | snapshot |
2012-08-06 |
Greg Hackmann | fix pdk build |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Mathias Agopian | libutils cleanup: remove unused or seldom used code... |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Mathias Agopian | DisplayDevice doesn't need weak pointers or polymorphism |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Mathias Agopian | turn DisplayDevice into a reference-counted object |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Mathias Agopian | DisplayDevice only needs ANativeWindow not SurfaceTextu... |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Mathias Agopian | remove a dependency of DisplayDevice on the refresh... |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Mathias Agopian | remove unneeded dependencies in libhardware |
commit | commitdiff | tree | snapshot |
2012-08-05 |
Mathias Agopian | break SF dependencies on libdvm and libandroid_runtime |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Mathias Agopian | screen-off animation won't be handled by SF anymore |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Mathias Agopian | We now have a real list of displays. |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Mathias Agopian | don't filter when capturing a screenshot unless needed |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Mathias Agopian | cleanups in preparation of bigger changes |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Mathias Agopian | rename DisplayHardware to DisplayDevice |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Mathias Agopian | Layers are now sorted by layer-stack first, then by... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Mathias Agopian | getting closer to final main composition loop |
commit | commitdiff | tree | snapshot |
2012-08-03 |
Mathias Agopian | get rid of global regions that should be tracked per... |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Romain Guy | Merge "Add missing break in switch statement" into... |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Romain Guy | Add missing break in switch statement |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Dianne Hackborn | Dalvik heap size for a 10" xhdpi tablet. |
commit | commitdiff | tree | snapshot |
2012-08-01 |
Jamie Gennis | Merge "libgui: enable EGL_fence_sync usage for exynos5... |
commit | commitdiff | tree | snapshot |
2012-08-01 |
Jamie Gennis | libgui: enable EGL_fence_sync usage for exynos5 |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Jesse Hall | Merge "Move eglSwapBuffers out of HWComposer" into... |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Jesse Hall | Merge "Revert "Minimal changes to support multi-display... |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Jesse Hall | Revert "Minimal changes to support multi-display HWC" |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Jesse Hall | Merge "Minimal changes to support multi-display HWC... |
commit | commitdiff | tree | snapshot |
2012-07-30 |
Jesse Hall | Move eglSwapBuffers out of HWComposer |
commit | commitdiff | tree | snapshot |
2012-07-30 |
Mathias Agopian | Merge "log more info on fence sync_merge error" into... |
commit | commitdiff | tree | snapshot |
2012-07-30 |
Mathias Agopian | log more info on fence sync_merge error |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Ed Heyl | Merge remote-tracking branch 'goog/jb-dev-mako' into... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
The Android... | am 5e966ef6: Reconcile with jb-release |
commit | commitdiff | tree | snapshot |
2012-07-27 |
The Android... | Reconcile with jb-release |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Jesse Hall | Minimal changes to support multi-display HWC |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Mathias Agopian | get rid of the shared-memory control block |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Mathias Agopian | hopefully fixe a race condition in sf initialization |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Mathias Agopian | split HWComposer out of DisplayHardware |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Mathias Agopian | get rid of ro.sf.hwrotation, it's not used anymore |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Mathias Agopian | add a layerStack attribute to Layers. |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Mathias Agopian | update SF binder protocol to support setting display... |
commit | commitdiff | tree | snapshot |
2012-07-25 |
The Android... | merge in jb-release history after reset to jb-dev |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Mathias Agopian | SurfaceFlinger cleanup |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Thomas Tafertshofer | Fixed bug in opengl es binding generation |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Mathias Agopian | Merge "glgen stubs to fix bad methods in gles20 bindings" |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Jamie Gennis | Merge "Update the EGL_ANDROID_fence_sync spec." |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Jamie Gennis | Update the EGL_ANDROID_fence_sync spec. |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Jesse Hall | Increment iterator on early-out too |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Jesse Hall | Merge "Handle empty HWC layer list when composing" |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Jesse Hall | Handle empty HWC layer list when composing |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Nick Pelly | Merge "Add elapsedRealtimeNano(), and use CLOCK_BOOTTIM... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Thomas Tafertshofer | glgen stubs to fix bad methods in gles20 bindings |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Nick Pelly | Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Mathias Agopian | factor EGL/GL and surface creation out of DisplayHardware |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Mathias Agopian | mVisibleLayersSortedByZ is now maintained per display |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Mathias Agopian | Merge "OpenGL bindings fix for methods with iobuffer... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Mathias Agopian | Merge "Remove @hide from the generated EGL 1.4 API" |
commit | commitdiff | tree | snapshot |
2012-07-18 |
The Android... | am f455c9a2: merge in jb-release history after reset... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Edwin Wong | Merge from jb-dev for "sample video corruption in Media... |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Jeff Brown | Merge "Remove unused layer flags." |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Jeff Brown | Remove unused layer flags. |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Colin Cross | Merge "surfaceflinger: call into hardware composer... |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Jeff Brown | Merge "Remove freeze(), unfreeze() and setFreezeTint()." |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Jeff Brown | Merge "Remove freezeDisplay(), which is no-op." |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Jeff Brown | Remove freeze(), unfreeze() and setFreezeTint(). |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Jeff Brown | Remove freezeDisplay(), which is no-op. |
commit | commitdiff | tree | snapshot |
2012-07-14 |
Edwin Wong | am 647336c7: am e0daeb39: Fixed sample video corrupted... |
commit | commitdiff | tree | snapshot |
next |