index
:
frameworks_native.git
replicant-4.2
replicant-6.0
frameworks/native
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
surfaceflinger_client
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a bug where queueBuffer() would fail after the SharedbufferStack is resized
Mathias Agopian
2010-05-17
1
-2
/
+17
*
fix some bugs in SharedBufferStack::resize
Mathias Agopian
2010-05-17
1
-2
/
+4
*
am 900b6157: merge from open-source master
The Android Open Source Project
2010-05-14
1
-4
/
+4
|
\
|
*
merge from open-source master
The Android Open Source Project
2010-05-14
1
-4
/
+4
*
|
SharedBufferStack now can grow up to 16 buffers.
Mathias Agopian
2010-05-12
3
-6
/
+123
*
|
Refactor some code in surfaceflinger in preparation of upcoming changes
Mathias Agopian
2010-05-12
1
-0
/
+1
*
|
make sure the server-side validates pointers/indices visible on the client side
Mathias Agopian
2010-04-30
1
-1
/
+15
*
|
Add support for enqueuing buffers in arbitrary order
Mathias Agopian
2010-04-28
4
-21
/
+290
*
|
cleanup. waitForCondition() now uses polymorphsim instead of templtes
Mathias Agopian
2010-04-28
2
-21
/
+51
*
|
fix a race condition in undoDequeue(), where 'tail' could be computed incorre...
Mathias Agopian
2010-04-28
1
-24
/
+11
*
|
better fix for [2420565] Surface.lockCanvas() updates the dirty region too often
Mathias Agopian
2010-04-21
2
-33
/
+33
*
|
added setCrop() to android_native_window_t
Mathias Agopian
2010-04-20
2
-16
/
+59
*
|
add support for up to 16 buffers per surface
Mathias Agopian
2010-04-20
1
-8
/
+34
*
|
fix [2420565] Surface.lockCanvas() updates the dirty region too often
Mathias Agopian
2010-04-08
1
-11
/
+14
|
/
*
libutils Condition are now PRIVATE by default
Mathias Agopian
2010-03-19
1
-1
/
+1
*
implement connect/disconnect in our native_window_t implementations
Mathias Agopian
2010-03-11
1
-7
/
+82
*
Fix a small bug where we could compute SharedBufferStack's tail incorrectly.
Mathias Agopian
2010-03-08
1
-2
/
+5
*
Added a name to Surface created by SurfaceFlinger
Mathias Agopian
2010-03-01
2
-2
/
+26
*
remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).
Mathias Agopian
2010-02-21
1
-2
/
+5
*
Remove a dependency of Region (libui) on Parcel (libbinder).
Mathias Agopian
2010-02-17
1
-4
/
+24
*
split libsurfaceflinger_client and libcamera_client out of libui
Mathias Agopian
2010-02-11
8
-0
/
+2454