index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
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
*
am 5bfa3a34: am 011b5bcc: Merge "implement part of [3094280] New animation fo...
Mathias Agopian
2010-10-15
1
-0
/
+15
|
\
|
*
implement part of [3094280] New animation for screen on and screen off
Mathias Agopian
2010-10-13
1
-0
/
+15
*
|
am 9a12a3c8: am ba799098: Merge changes I76513387,I335fb671 into gingerbread
Joe Onorato
2010-10-13
1
-0
/
+15
|
\
\
|
|
/
|
*
turn off the electron beam
Mathias Agopian
2010-10-12
1
-0
/
+15
*
|
Move binder magic from the Surface class to GraphicBuffer.
Jamie Gennis
2010-10-10
1
-19
/
+17
*
|
am ff04e97f: am f4619308: Merge "fix [2835280] Add support for cancelling buf...
Mathias Agopian
2010-10-06
2
-11
/
+53
|
\
\
|
|
/
|
*
fix [2835280] Add support for cancelling buffers to ANativeWindow
Mathias Agopian
2010-10-04
2
-11
/
+53
|
*
refactored screenshot code
Mathias Agopian
2010-10-04
2
-2
/
+58
*
|
refactored screenshot code
Mathias Agopian
2010-09-29
2
-2
/
+58
*
|
am 495ad4f2: am beabe75a: Merge changes I1f7c4535,I741c68a2 into gingerbread
Mathias Agopian
2010-09-24
1
-0
/
+28
|
\
\
|
|
/
|
*
add support for [1974164] Be able to take a screen shot on the device
Mathias Agopian
2010-09-24
1
-0
/
+28
*
|
resolved conflicts for merge of 48a86240 to master
Mathias Agopian
2010-09-15
1
-1
/
+18
|
\
\
|
|
/
|
*
Add logging of various important graphics events
Mathias Agopian
2010-09-13
1
-1
/
+18
*
|
am d322d163: am ae66946b: Merge "fix a race in SF buffer management" into gin...
Mathias Agopian
2010-08-27
1
-12
/
+12
|
\
\
|
|
/
|
*
fix a race in SF buffer management
Mathias Agopian
2010-08-26
1
-12
/
+12
*
|
am bc4389ed: am 8395b462: Merge "fix [2931513] Add support for setting the or...
Mathias Agopian
2010-08-24
2
-0
/
+68
|
\
\
|
|
/
|
*
fix [2931513] Add support for setting the orientation of an ANativeWindow
Mathias Agopian
2010-08-24
2
-0
/
+68
*
|
Change the framework to use the new camera preview path.
Jamie Gennis
2010-08-23
2
-5
/
+10
|
/
*
fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque...
Mathias Agopian
2010-07-27
1
-30
/
+0
*
Remove some debug logging that I accidentally committed.
Jamie Gennis
2010-07-19
1
-3
/
+0
*
Re-use existing Surface objects when reading them from parcels.
Jamie Gennis
2010-07-16
1
-7
/
+28
*
Introduce official public NativeWindow type.
Dianne Hackborn
2010-06-30
1
-18
/
+18
*
allow re-targetting of surfaces
Mathias Agopian
2010-06-08
2
-15
/
+44
*
fix [2751143] Device crashes when in a text box for too long
Mathias Agopian
2010-06-08
1
-3
/
+1
*
optimize Surface.readFromParcel()
Mathias Agopian
2010-06-04
1
-8
/
+13
*
split surface management from surface's buffers management
Mathias Agopian
2010-06-04
5
-103
/
+121
*
more clean-up in preparation of bigger changes
Mathias Agopian
2010-05-28
6
-61
/
+75
*
more clean-up of Surfaceflinger's client management
Mathias Agopian
2010-05-27
2
-238
/
+170
*
oopsie. forgot to displatch SET_BUFFERS_GEOMETRY
Mathias Agopian
2010-05-26
1
-0
/
+3
*
fix [2712278] The preview buffer left some black borders in left and bottom e...
Mathias Agopian
2010-05-25
3
-100
/
+100
*
added the notion of fixed-size buffers
Mathias Agopian
2010-05-24
3
-38
/
+132
*
fix a bug when reallocating a window's buffers is needed
Mathias Agopian
2010-05-24
1
-2
/
+2
*
added native_window_set_buffer_count()
Mathias Agopian
2010-05-21
2
-1
/
+11
*
fix the threading issue for setBuffercount()
Mathias Agopian
2010-05-20
4
-57
/
+79
*
add a few tests to SharedBufferStackTest
Mathias Agopian
2010-05-17
1
-4
/
+14
*
improve SharedBufferStack test
Mathias Agopian
2010-05-17
1
-15
/
+43
*
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
|
/
[next]