Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
c726bd8b7b9929fd917b01e5551a66ad5fe2c04e
/
include
/
private
/
surfaceflinger
/
SharedBufferStack.h
effae7f
Implement reducing the buffer count of a Surface.
by Jamie Gennis
· 15 years ago
5081793
fix [2835280] Add support for cancelling buffers to ANativeWindow
by Mathias Agopian
· 15 years ago
d7c43d3
fix a race in SF buffer management
by Mathias Agopian
· 15 years ago
9223564
fix [2931513] Add support for setting the orientation of an ANativeWindow
by Mathias Agopian
· 15 years ago
be1ad8d
fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once.
by Mathias Agopian
· 15 years ago
36ef8cf
allow re-targetting of surfaces
by Mathias Agopian
· 15 years ago
cbbf27f
split surface management from surface's buffers management
by Mathias Agopian
· 15 years ago
ba0fab3
more clean-up in preparation of bigger changes
by Mathias Agopian
· 15 years ago
3f6b0cd
fix [2712278] The preview buffer left some black borders in left and bottom edges
by Mathias Agopian
· 15 years ago
fb6ae66
added the notion of fixed-size buffers
by Mathias Agopian
· 15 years ago
68f929b
fix a bug when reallocating a window's buffers is needed
by Mathias Agopian
· 15 years ago
082a4d8
added native_window_set_buffer_count()
by Mathias Agopian
· 15 years ago
dd9a3a7
fix the threading issue for setBuffercount()
by Mathias Agopian
· 15 years ago
e1f6105
fix some bugs in SharedBufferStack::resize
by Mathias Agopian
· 15 years ago
5cc61b1
SharedBufferStack now can grow up to 16 buffers.
by Mathias Agopian
· 15 years ago
86f69c1
Add support for enqueuing buffers in arbitrary order
by Mathias Agopian
· 15 years ago
41623bf
cleanup. waitForCondition() now uses polymorphsim instead of templtes
by Mathias Agopian
· 15 years ago
43d8a28
fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly.
by Mathias Agopian
· 15 years ago
e9e4d54
added setCrop() to android_native_window_t
by Mathias Agopian
· 15 years ago
cdaaf32
add support for up to 16 buffers per surface
by Mathias Agopian
· 15 years ago
3cf6135
split libsurfaceflinger_client and libcamera_client out of libui
by Mathias Agopian
· 15 years ago
[Renamed (98%) from include/private/ui/SharedBufferStack.h]
68174b1
fix [2170319] gmail bulk operation checkbox latency on passion
by Mathias Agopian
· 16 years ago
d46758b
fix [2152536] ANR in browser
by Mathias Agopian
· 16 years ago
defd1bd
Attempt to fix [2152536] ANR in browser
by Mathias Agopian
· 16 years ago
9e3ebf8
add basic time stats for surfaces lock time
by Mathias Agopian
· 16 years ago
5a37cc5
make sure to update the tail pointer when undoing a dequeue
by Mathias Agopian
· 16 years ago
4fc61bf
fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore
by Mathias Agopian
· 16 years ago
3dbf98c
make sure conditions will return when the status of a surface is not NO_ERROR
by Mathias Agopian
· 16 years ago
81e2a52
fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly
by Mathias Agopian
· 16 years ago