1. 696257c merge libsurfaceflinger_client into libgui by Mathias Agopian · 13 years ago[Renamed from libs/surfaceflinger_client/SharedBufferStack.cpp]
  2. 1d4549a clean-up unneeded code by Mathias Agopian · 14 years ago
  3. 2e102a0 fix [3361121] hang in glClear() - device unresponsive, OTA fails by Mathias Agopian · 14 years ago
  4. 6c925d0 Implement reducing the buffer count of a Surface. by Jamie Gennis · 14 years ago
  5. 499f518 am ff04e97f: am f4619308: Merge "fix [2835280] Add support for cancelling buffers to ANativeWindow" into gingerbread by Mathias Agopian · 14 years ago
  6. 8ddd2c7 fix [2835280] Add support for cancelling buffers to ANativeWindow by Mathias Agopian · 14 years ago
  7. 54c4bf2 am d322d163: am ae66946b: Merge "fix a race in SF buffer management" into gingerbread by Mathias Agopian · 14 years ago
  8. c9289fa fix a race in SF buffer management by Mathias Agopian · 14 years ago
  9. bce2e90 am bc4389ed: am 8395b462: Merge "fix [2931513] Add support for setting the orientation of an ANativeWindow" into gingerbread by Mathias Agopian · 14 years ago
  10. e96aa3e fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 14 years ago
  11. 85cfdd0 Change the framework to use the new camera preview path. by Jamie Gennis · 14 years ago
  12. 51c70e3 fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once. by Mathias Agopian · 14 years ago
  13. 5e14010 allow re-targetting of surfaces by Mathias Agopian · 14 years ago
  14. 7623da4 split surface management from surface's buffers management by Mathias Agopian · 14 years ago
  15. 770492c more clean-up in preparation of bigger changes by Mathias Agopian · 14 years ago
  16. 2ce19af fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 14 years ago
  17. 2be352a added the notion of fixed-size buffers by Mathias Agopian · 14 years ago
  18. 57d8989 fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 14 years ago
  19. 25f0bda added native_window_set_buffer_count() by Mathias Agopian · 14 years ago
  20. 898c4c9 fix the threading issue for setBuffercount() by Mathias Agopian · 14 years ago
  21. be6c8fc fix a bug where queueBuffer() would fail after the SharedbufferStack is resized by Mathias Agopian · 14 years ago
  22. cd30f4f fix some bugs in SharedBufferStack::resize by Mathias Agopian · 14 years ago
  23. 59751db SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 14 years ago
  24. 9f2c4fd Refactor some code in surfaceflinger in preparation of upcoming changes by Mathias Agopian · 14 years ago
  25. 3b91e13 make sure the server-side validates pointers/indices visible on the client side by Mathias Agopian · 14 years ago
  26. bfe7f0b1 Add support for enqueuing buffers in arbitrary order by Mathias Agopian · 14 years ago
  27. f590f70 cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 14 years ago
  28. c54c127 fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly. by Mathias Agopian · 14 years ago
  29. a8a0aa8 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 14 years ago
  30. 16a86ee added setCrop() to android_native_window_t by Mathias Agopian · 14 years ago
  31. 6bb5eba add support for up to 16 buffers per surface by Mathias Agopian · 14 years ago
  32. a729f97 libutils Condition are now PRIVATE by default by Mathias Agopian · 14 years ago
  33. 4119c54 Fix a small bug where we could compute SharedBufferStack's tail incorrectly. by Mathias Agopian · 14 years ago
  34. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago[Renamed (99%) from libs/ui/SharedBufferStack.cpp]
  35. e05f07d fix [2170319] gmail bulk operation checkbox latency on passion by Mathias Agopian · 15 years ago
  36. 4961c95 fix [2152536] ANR in browser by Mathias Agopian · 15 years ago
  37. 0c4cec7 Attempt to fix [2152536] ANR in browser by Mathias Agopian · 15 years ago
  38. bcef9ac add basic time stats for surfaces lock time by Mathias Agopian · 15 years ago
  39. bd85271 make sure to update the tail pointer when undoing a dequeue by Mathias Agopian · 15 years ago
  40. 3e63f91 fix [2111536] [FAST BLOCKER] Device is soft rebooted after ending the call through voice dialer by Mathias Agopian · 15 years ago
  41. 248b5bd fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 15 years ago
  42. 436c627 make sure conditions will return when the status of a surface is not NO_ERROR by Mathias Agopian · 15 years ago
  43. 9779b22 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 15 years ago