Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
32bebb0a58dd9c699aed8045ca2e752f681e5a0f
/
libs
/
surfaceflinger_client
/
SharedBufferStack.cpp
2bd1d95
clean-up unneeded code
by Mathias Agopian
· 14 years ago
ed8a50c
fix [3361121] hang in glClear() - device unresponsive, OTA fails
by Mathias Agopian
· 14 years ago
54cc83e
Implement reducing the buffer count of a Surface.
by Jamie Gennis
· 15 years ago
e1c290b
am ff04e97f: am f4619308: Merge "fix [2835280] Add support for cancelling buffers to ANativeWindow" into gingerbread
by Mathias Agopian
· 15 years ago
1995755
fix [2835280] Add support for cancelling buffers to ANativeWindow
by Mathias Agopian
· 15 years ago
2ac5b0d
am d322d163: am ae66946b: Merge "fix a race in SF buffer management" into gingerbread
by Mathias Agopian
· 15 years ago
0e7f429
fix a race in SF buffer management
by Mathias Agopian
· 15 years ago
4ad298c
am bc4389ed: am 8395b462: Merge "fix [2931513] Add support for setting the orientation of an ANativeWindow" into gingerbread
by Mathias Agopian
· 15 years ago
b661d66
fix [2931513] Add support for setting the orientation of an ANativeWindow
by Mathias Agopian
· 15 years ago
89c2dd2
Change the framework to use the new camera preview path.
by Jamie Gennis
· 15 years ago
208cb07
fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once.
by Mathias Agopian
· 15 years ago
579b3f8
allow re-targetting of surfaces
by Mathias Agopian
· 15 years ago
b7e930d
split surface management from surface's buffers management
by Mathias Agopian
· 15 years ago
7e27f05
more clean-up in preparation of bigger changes
by Mathias Agopian
· 15 years ago
631f358
fix [2712278] The preview buffer left some black borders in left and bottom edges
by Mathias Agopian
· 15 years ago
a138f89
added the notion of fixed-size buffers
by Mathias Agopian
· 15 years ago
a0b3f1d
fix a bug when reallocating a window's buffers is needed
by Mathias Agopian
· 15 years ago
f10d7fd
added native_window_set_buffer_count()
by Mathias Agopian
· 15 years ago
bb64124
fix the threading issue for setBuffercount()
by Mathias Agopian
· 15 years ago
b5c4577
fix a bug where queueBuffer() would fail after the SharedbufferStack is resized
by Mathias Agopian
· 15 years ago
d6297f7
fix some bugs in SharedBufferStack::resize
by Mathias Agopian
· 15 years ago
b5b7f26
SharedBufferStack now can grow up to 16 buffers.
by Mathias Agopian
· 15 years ago
d606de6
Refactor some code in surfaceflinger in preparation of upcoming changes
by Mathias Agopian
· 15 years ago
d521287
make sure the server-side validates pointers/indices visible on the client side
by Mathias Agopian
· 15 years ago
c0a9164
Add support for enqueuing buffers in arbitrary order
by Mathias Agopian
· 15 years ago
b296533
cleanup. waitForCondition() now uses polymorphsim instead of templtes
by Mathias Agopian
· 15 years ago
0a8cd06
fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly.
by Mathias Agopian
· 15 years ago
245e4d7
better fix for [2420565] Surface.lockCanvas() updates the dirty region too often
by Mathias Agopian
· 15 years ago
cc08e68
added setCrop() to android_native_window_t
by Mathias Agopian
· 15 years ago
1100c8b
add support for up to 16 buffers per surface
by Mathias Agopian
· 15 years ago
26d2442
libutils Condition are now PRIVATE by default
by Mathias Agopian
· 15 years ago
c2e30de
Fix a small bug where we could compute SharedBufferStack's tail incorrectly.
by Mathias Agopian
· 15 years ago
9cce325
split libsurfaceflinger_client and libcamera_client out of libui
by Mathias Agopian
· 15 years ago
[Renamed (99%) from libs/ui/SharedBufferStack.cpp]
e700501
fix [2170319] gmail bulk operation checkbox latency on passion
by Mathias Agopian
· 16 years ago
9ec430a
fix [2152536] ANR in browser
by Mathias Agopian
· 16 years ago
0b3ad46
Attempt to fix [2152536] ANR in browser
by Mathias Agopian
· 16 years ago
86f7329
add basic time stats for surfaces lock time
by Mathias Agopian
· 16 years ago
c7d5601
make sure to update the tail pointer when undoing a dequeue
by Mathias Agopian
· 16 years ago
40d5799
fix [2111536] [FAST BLOCKER] Device is soft rebooted after ending the call through voice dialer
by Mathias Agopian
· 16 years ago
48d819a
fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore
by Mathias Agopian
· 16 years ago
b58b5d7
make sure conditions will return when the status of a surface is not NO_ERROR
by Mathias Agopian
· 16 years ago
cbb288b
fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly
by Mathias Agopian
· 16 years ago