index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
surfaceflinger
Age
Commit message (
Expand
)
Author
2010-07-16
Re-use existing Surface objects when reading them from parcels.
Jamie Gennis
2010-06-30
Introduce official public NativeWindow type.
Dianne Hackborn
2010-06-08
allow re-targetting of surfaces
Mathias Agopian
2010-06-04
optimize Surface.readFromParcel()
Mathias Agopian
2010-06-04
split surface management from surface's buffers management
Mathias Agopian
2010-05-28
more clean-up in preparation of bigger changes
Mathias Agopian
2010-05-27
more clean-up of Surfaceflinger's client management
Mathias Agopian
2010-05-25
fix [2712278] The preview buffer left some black borders in left and bottom e...
Mathias Agopian
2010-05-24
added the notion of fixed-size buffers
Mathias Agopian
2010-05-21
added native_window_set_buffer_count()
Mathias Agopian
2010-05-12
SharedBufferStack now can grow up to 16 buffers.
Mathias Agopian
2010-04-28
cleanup. waitForCondition() now uses polymorphsim instead of templtes
Mathias Agopian
2010-04-21
better fix for [2420565] Surface.lockCanvas() updates the dirty region too often
Mathias Agopian
2010-04-20
added setCrop() to android_native_window_t
Mathias Agopian
2010-04-12
don't hardcode "mSurface" throughout our source code
Mathias Agopian
2010-03-11
implement connect/disconnect in our native_window_t implementations
Mathias Agopian
2010-03-01
Added a name to Surface created by SurfaceFlinger
Mathias Agopian
2010-02-11
split libsurfaceflinger_client and libcamera_client out of libui
Mathias Agopian