1. be0cc36 frameworks/base: move ANativeWindow/android_native_buffer_t out by Iliyan Malchev · 13 years ago
  2. 4d7c1ce frameworks/base: make the ANativeWindow query() method const by Iliyan Malchev · 13 years ago
  3. 2c34190 Revert "retire android_native_window_t" by Mathias Agopian · 13 years ago
  4. 7b49b97 retire android_native_window_t by Iliyan Malchev · 13 years ago
  5. c5f94d8 Add support for timestamps into SurfaceTexture. by Eino-Ville Talvala · 13 years ago
  6. c4ca7c5 ANativeWindow: add query for the concrete type. by Jamie Gennis · 13 years ago
  7. d2acedf ANativeWindow: add queues-to-window-composer check. by Jamie Gennis · 13 years ago
  8. 96dcc97 Add the MIN_UNDEQUEUED_BUFFERS query to ANW. by Jamie Gennis · 13 years ago
  9. 2ece4cd Reset ANativeWindow crop on buffer geometry changes. by Jamie Gennis · 14 years ago
  10. 8ddd2c7 fix [2835280] Add support for cancelling buffers to ANativeWindow by Mathias Agopian · 14 years ago
  11. e96aa3e fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 14 years ago
  12. 8b49bd1 Introduce official public NativeWindow type. by Dianne Hackborn · 14 years ago
  13. 2be352a added the notion of fixed-size buffers by Mathias Agopian · 14 years ago
  14. 25f0bda added native_window_set_buffer_count() by Mathias Agopian · 14 years ago
  15. 505cef3 Add incStrong and decStrong methods to android_native_{window,buffer}_t. by Jamie Gennis · 14 years ago
  16. 16a86ee added setCrop() to android_native_window_t by Mathias Agopian · 14 years ago
  17. f6331a4 Add a new connect/disconnect API to android_native_window_t by Mathias Agopian · 14 years ago
  18. 2b89548 really be more friendly with C by Mathias Agopian · 15 years ago
  19. f233915 be more friendly with C by Mathias Agopian · 15 years ago
  20. 8db9338 ui: make native_window_set_usage be a static inline by Dima Zavin · 15 years ago
  21. 5cec474 second take, hopefully this time it doesn't break one of the builds: "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." by Mathias Agopian · 15 years ago
  22. 64e89a8 Revert "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." by Fred Quintana · 15 years ago
  23. 8b76a0a SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything. by Mathias Agopian · 15 years ago
  24. 25ec00f added NATIVE_WINDOW_FORMAT attribute to android_native_window_t by Mathias Agopian · 15 years ago
  25. 5b5c914 fixed some issues with the software renderer when surfaces are made current. by Mathias Agopian · 15 years ago
  26. 9bd5da4 get rid off unneeded flags by Mathias Agopian · 15 years ago
  27. b51e18d move android_native_buffer_t declaration into its own private/ui/android_native_priv.h header, since user code should never have access to it. by Mathias Agopian · 15 years ago
  28. ac2523b move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h and don't include it from egl.h by Mathias Agopian · 15 years ago[Renamed (99%) from opengl/include/EGL/android_natives.h]
  29. e633f93 get rid of android_native_buffer_t::getHandle() and replace it with an handle field by Mathias Agopian · 15 years ago
  30. 430f2ed removed the "bits" attribute from android_native_buffer_t. by Mathias Agopian · 15 years ago
  31. dff8e58 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 15 years ago
  32. 1473f46 Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 15 years ago