summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger_client/SharedBufferStack.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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