1. fe2f54f cleanup libui’s includes by Mathias Agopian · 8 years ago
  2. 5f2165f remove dependency on android_native{s_priv|buffer}.h by Mathias Agopian · 13 years ago[Renamed (84%) from include/ui/egl/android_natives.h]
  3. ec10d23 frameworks/base: move ANativeWindow/android_native_buffer_t out by Iliyan Malchev · 14 years ago
  4. 41abd67 frameworks/base: make the ANativeWindow query() method const by Iliyan Malchev · 14 years ago
  5. 1cd921e Revert "retire android_native_window_t" by Mathias Agopian · 14 years ago
  6. 5cfbdc8 retire android_native_window_t by Iliyan Malchev · 14 years ago
  7. 1d01a12 Add support for timestamps into SurfaceTexture. by Eino-Ville Talvala · 14 years ago
  8. 391bbe2 ANativeWindow: add query for the concrete type. by Jamie Gennis · 14 years ago
  9. 134f042 ANativeWindow: add queues-to-window-composer check. by Jamie Gennis · 14 years ago
  10. 9d4d6c1 Add the MIN_UNDEQUEUED_BUFFERS query to ANW. by Jamie Gennis · 14 years ago
  11. 68f9127 Reset ANativeWindow crop on buffer geometry changes. by Jamie Gennis · 14 years ago
  12. 1995755 fix [2835280] Add support for cancelling buffers to ANativeWindow by Mathias Agopian · 14 years ago
  13. b661d66 fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 14 years ago
  14. 4b5e91e Introduce official public NativeWindow type. by Dianne Hackborn · 15 years ago
  15. a138f89 added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  16. f10d7fd added native_window_set_buffer_count() by Mathias Agopian · 15 years ago
  17. 5e67f87 Add incStrong and decStrong methods to android_native_{window,buffer}_t. by Jamie Gennis · 15 years ago
  18. cc08e68 added setCrop() to android_native_window_t by Mathias Agopian · 15 years ago
  19. e156e64 Add a new connect/disconnect API to android_native_window_t by Mathias Agopian · 15 years ago
  20. 37b2a37 really be more friendly with C by Mathias Agopian · 15 years ago
  21. 238a66e be more friendly with C by Mathias Agopian · 15 years ago
  22. fae3e73 ui: make native_window_set_usage be a static inline by Dima Zavin · 15 years ago
  23. 5221271 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
  24. b2fd466 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
  25. df37b62 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
  26. 6b1f410 added NATIVE_WINDOW_FORMAT attribute to android_native_window_t by Mathias Agopian · 15 years ago
  27. cb6b904 fixed some issues with the software renderer when surfaces are made current. by Mathias Agopian · 15 years ago
  28. aa8c0ff get rid off unneeded flags by Mathias Agopian · 16 years ago
  29. 58a79f4 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 · 16 years ago
  30. 7189c00 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 · 16 years ago[Renamed (99%) from opengl/include/EGL/android_natives.h]
  31. 21c59d0 get rid of android_native_buffer_t::getHandle() and replace it with an handle field by Mathias Agopian · 16 years ago
  32. e71212b removed the "bits" attribute from android_native_buffer_t. by Mathias Agopian · 16 years ago
  33. 0926f50 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
  34. 076b1cc Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago