summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger_client/SharedBufferStack.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix [2835280] Add support for cancelling buffers to ANativeWindowMathias Agopian2010-10-041-11/+19
* fix a race in SF buffer managementMathias Agopian2010-08-261-12/+12
* fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-241-0/+46
* fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque...Mathias Agopian2010-07-271-30/+0
* allow re-targetting of surfacesMathias Agopian2010-06-081-0/+4
* split surface management from surface's buffers managementMathias Agopian2010-06-041-3/+6
* more clean-up in preparation of bigger changesMathias Agopian2010-05-281-4/+6
* fix [2712278] The preview buffer left some black borders in left and bottom e...Mathias Agopian2010-05-251-6/+0
* added the notion of fixed-size buffersMathias Agopian2010-05-241-2/+14
* fix a bug when reallocating a window's buffers is neededMathias Agopian2010-05-241-2/+2
* added native_window_set_buffer_count()Mathias Agopian2010-05-211-0/+3
* fix the threading issue for setBuffercount()Mathias Agopian2010-05-201-40/+55
* fix a bug where queueBuffer() would fail after the SharedbufferStack is resizedMathias Agopian2010-05-171-2/+17
* fix some bugs in SharedBufferStack::resizeMathias Agopian2010-05-171-2/+4
* SharedBufferStack now can grow up to 16 buffers.Mathias Agopian2010-05-121-6/+85
* Refactor some code in surfaceflinger in preparation of upcoming changesMathias Agopian2010-05-121-0/+1
* make sure the server-side validates pointers/indices visible on the client sideMathias Agopian2010-04-301-1/+15
* Add support for enqueuing buffers in arbitrary orderMathias Agopian2010-04-281-21/+39
* cleanup. waitForCondition() now uses polymorphsim instead of templtesMathias Agopian2010-04-281-3/+39
* fix a race condition in undoDequeue(), where 'tail' could be computed incorre...Mathias Agopian2010-04-281-24/+11
* better fix for [2420565] Surface.lockCanvas() updates the dirty region too oftenMathias Agopian2010-04-211-2/+6
* added setCrop() to android_native_window_tMathias Agopian2010-04-201-16/+39
* add support for up to 16 buffers per surfaceMathias Agopian2010-04-201-8/+34
* libutils Condition are now PRIVATE by defaultMathias Agopian2010-03-191-1/+1
* Fix a small bug where we could compute SharedBufferStack's tail incorrectly.Mathias Agopian2010-03-081-2/+5
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-0/+424