1. 2195604 fix [3361121] hang in glClear() - device unresponsive, OTA fails (DO NOT MERGE) by Mathias Agopian · 14 years ago
  2. 728d849 minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so. (DO NOT MERGE) by Mathias Agopian · 14 years ago
  3. 58bac9e Fix the ISurfaceComposer onTransact switch. by Jamie Gennis · 14 years ago
  4. b9737a1 Updade Surface (ANativeWindow) format based on its buffers format by Mathias Agopian · 14 years ago
  5. 2d2b803 implement part of [3094280] New animation for screen on and screen off by Mathias Agopian · 14 years ago
  6. aab758e turn off the electron beam by Mathias Agopian · 14 years ago
  7. 8ddd2c7 fix [2835280] Add support for cancelling buffers to ANativeWindow by Mathias Agopian · 14 years ago
  8. 597c7f6 refactored screenshot code by Mathias Agopian · 14 years ago
  9. ca5edbe add support for [1974164] Be able to take a screen shot on the device by Mathias Agopian · 14 years ago
  10. 04262e9 Add logging of various important graphics events by Mathias Agopian · 14 years ago
  11. c9289fa fix a race in SF buffer management by Mathias Agopian · 14 years ago
  12. e96aa3e fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 14 years ago
  13. 51c70e3 fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once. by Mathias Agopian · 14 years ago
  14. ff7049a Remove some debug logging that I accidentally committed. by Jamie Gennis · 14 years ago
  15. 5ee65f0 Re-use existing Surface objects when reading them from parcels. by Jamie Gennis · 15 years ago
  16. 8b49bd1 Introduce official public NativeWindow type. by Dianne Hackborn · 15 years ago
  17. 5e14010 allow re-targetting of surfaces by Mathias Agopian · 15 years ago
  18. 1debc66 fix [2751143] Device crashes when in a text box for too long by Mathias Agopian · 15 years ago
  19. fae5cb2 optimize Surface.readFromParcel() by Mathias Agopian · 15 years ago
  20. 7623da4 split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  21. 770492c more clean-up in preparation of bigger changes by Mathias Agopian · 15 years ago
  22. c7b388c more clean-up of Surfaceflinger's client management by Mathias Agopian · 15 years ago
  23. 663badd oopsie. forgot to displatch SET_BUFFERS_GEOMETRY by Mathias Agopian · 15 years ago
  24. 2ce19af fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 15 years ago
  25. 2be352a added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  26. 57d8989 fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 15 years ago
  27. 25f0bda added native_window_set_buffer_count() by Mathias Agopian · 15 years ago
  28. 898c4c9 fix the threading issue for setBuffercount() by Mathias Agopian · 15 years ago
  29. 35b1a93 add a few tests to SharedBufferStackTest by Mathias Agopian · 15 years ago
  30. 662be10 improve SharedBufferStack test by Mathias Agopian · 15 years ago
  31. be6c8fc fix a bug where queueBuffer() would fail after the SharedbufferStack is resized by Mathias Agopian · 15 years ago
  32. cd30f4f fix some bugs in SharedBufferStack::resize by Mathias Agopian · 15 years ago
  33. 7450c02 am 900b6157: merge from open-source master by The Android Open Source Project · 15 years ago
  34. 900b615 merge from open-source master by The Android Open Source Project · 15 years ago
  35. 59751db SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 15 years ago
  36. 9f2c4fd Refactor some code in surfaceflinger in preparation of upcoming changes by Mathias Agopian · 15 years ago
  37. 3b91e13 make sure the server-side validates pointers/indices visible on the client side by Mathias Agopian · 15 years ago
  38. bfe7f0b1 Add support for enqueuing buffers in arbitrary order by Mathias Agopian · 15 years ago
  39. f590f70 cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 15 years ago
  40. c54c127 fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly. by Mathias Agopian · 15 years ago
  41. a8a0aa8 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  42. 16a86ee added setCrop() to android_native_window_t by Mathias Agopian · 15 years ago
  43. 6bb5eba add support for up to 16 buffers per surface by Mathias Agopian · 15 years ago
  44. db3647f fix [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  45. a729f97 libutils Condition are now PRIVATE by default by Mathias Agopian · 15 years ago
  46. 2f7540e implement connect/disconnect in our native_window_t implementations by Mathias Agopian · 15 years ago
  47. 4119c54 Fix a small bug where we could compute SharedBufferStack's tail incorrectly. by Mathias Agopian · 15 years ago
  48. 5d26c1e Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 15 years ago
  49. c86727f remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
  50. e59a54c Remove a dependency of Region (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
  51. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago