1. e33a35f am 5bfa3a34: am 011b5bcc: Merge "implement part of [3094280] New animation for screen on and screen off add support for screen on animation" into gingerbread by Mathias Agopian · 15 years ago
  2. 503d2d4 am 9a12a3c8: am ba799098: Merge changes I76513387,I335fb671 into gingerbread by Joe Onorato · 15 years ago
  3. 9daa5c9 implement part of [3094280] New animation for screen on and screen off by Mathias Agopian · 15 years ago
  4. 59119e6 turn off the electron beam by Mathias Agopian · 15 years ago
  5. 309d3bb Move binder magic from the Surface class to GraphicBuffer. by Jamie Gennis · 15 years ago
  6. e1c290b am ff04e97f: am f4619308: Merge "fix [2835280] Add support for cancelling buffers to ANativeWindow" into gingerbread by Mathias Agopian · 15 years ago
  7. 1995755 fix [2835280] Add support for cancelling buffers to ANativeWindow by Mathias Agopian · 15 years ago
  8. df85c45 refactored screenshot code by Mathias Agopian · 15 years ago
  9. 74c40c0 refactored screenshot code by Mathias Agopian · 15 years ago
  10. a3aefeb am 495ad4f2: am beabe75a: Merge changes I1f7c4535,I741c68a2 into gingerbread by Mathias Agopian · 15 years ago
  11. 1b0b30d add support for [1974164] Be able to take a screen shot on the device by Mathias Agopian · 15 years ago
  12. c479e18 resolved conflicts for merge of 48a86240 to master by Mathias Agopian · 15 years ago
  13. 35b48d1 Add logging of various important graphics events by Mathias Agopian · 15 years ago
  14. 2ac5b0d am d322d163: am ae66946b: Merge "fix a race in SF buffer management" into gingerbread by Mathias Agopian · 15 years ago
  15. 0e7f429 fix a race in SF buffer management by Mathias Agopian · 15 years ago
  16. 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
  17. b661d66 fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 15 years ago
  18. 89c2dd2 Change the framework to use the new camera preview path. by Jamie Gennis · 15 years ago
  19. 208cb07 fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once. by Mathias Agopian · 15 years ago
  20. ac07cd6 Remove some debug logging that I accidentally committed. by Jamie Gennis · 15 years ago
  21. aca4e22 Re-use existing Surface objects when reading them from parcels. by Jamie Gennis · 15 years ago
  22. 4b5e91e Introduce official public NativeWindow type. by Dianne Hackborn · 15 years ago
  23. 579b3f8 allow re-targetting of surfaces by Mathias Agopian · 15 years ago
  24. 53503a9 fix [2751143] Device crashes when in a text box for too long by Mathias Agopian · 15 years ago
  25. a0c30e9 optimize Surface.readFromParcel() by Mathias Agopian · 15 years ago
  26. b7e930d split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  27. 7e27f05 more clean-up in preparation of bigger changes by Mathias Agopian · 15 years ago
  28. d4784a3 more clean-up of Surfaceflinger's client management by Mathias Agopian · 15 years ago
  29. 38ece27 oopsie. forgot to displatch SET_BUFFERS_GEOMETRY by Mathias Agopian · 15 years ago
  30. 631f358 fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 15 years ago
  31. a138f89 added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  32. a0b3f1d fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 15 years ago
  33. f10d7fd added native_window_set_buffer_count() by Mathias Agopian · 15 years ago
  34. bb64124 fix the threading issue for setBuffercount() by Mathias Agopian · 15 years ago
  35. 3fbd902c add a few tests to SharedBufferStackTest by Mathias Agopian · 15 years ago
  36. cd45552 improve SharedBufferStack test by Mathias Agopian · 15 years ago
  37. b5c4577 fix a bug where queueBuffer() would fail after the SharedbufferStack is resized by Mathias Agopian · 15 years ago
  38. d6297f7 fix some bugs in SharedBufferStack::resize by Mathias Agopian · 15 years ago
  39. 0259a75 am 900b6157: merge from open-source master by The Android Open Source Project · 15 years ago
  40. 4c53558 merge from open-source master by The Android Open Source Project · 15 years ago
  41. b5b7f26 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 15 years ago
  42. d606de6 Refactor some code in surfaceflinger in preparation of upcoming changes by Mathias Agopian · 15 years ago
  43. d521287 make sure the server-side validates pointers/indices visible on the client side by Mathias Agopian · 15 years ago
  44. c0a9164 Add support for enqueuing buffers in arbitrary order by Mathias Agopian · 15 years ago
  45. b296533 cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 15 years ago
  46. 0a8cd06 fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly. by Mathias Agopian · 15 years ago
  47. 245e4d7 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  48. cc08e68 added setCrop() to android_native_window_t by Mathias Agopian · 15 years ago
  49. 1100c8b add support for up to 16 buffers per surface by Mathias Agopian · 15 years ago
  50. 3a80695 fix [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  51. 26d2442 libutils Condition are now PRIVATE by default by Mathias Agopian · 15 years ago
  52. 55fa251 implement connect/disconnect in our native_window_t implementations by Mathias Agopian · 15 years ago
  53. c2e30de Fix a small bug where we could compute SharedBufferStack's tail incorrectly. by Mathias Agopian · 15 years ago
  54. 285dbde Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 15 years ago
  55. 98e71dd remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
  56. b612142 Remove a dependency of Region (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
  57. 9cce325 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago