1. 68f9127 Reset ANativeWindow crop on buffer geometry changes. by Jamie Gennis · 15 years ago
  2. 1995755 fix [2835280] Add support for cancelling buffers to ANativeWindow by Mathias Agopian · 15 years ago
  3. b661d66 fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 15 years ago
  4. 4b5e91e Introduce official public NativeWindow type. by Dianne Hackborn · 15 years ago
  5. a138f89 added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  6. f10d7fd added native_window_set_buffer_count() by Mathias Agopian · 15 years ago
  7. 5e67f87 Add incStrong and decStrong methods to android_native_{window,buffer}_t. by Jamie Gennis · 15 years ago
  8. cc08e68 added setCrop() to android_native_window_t by Mathias Agopian · 15 years ago
  9. e156e64 Add a new connect/disconnect API to android_native_window_t by Mathias Agopian · 15 years ago
  10. 37b2a37 really be more friendly with C by Mathias Agopian · 16 years ago
  11. 238a66e be more friendly with C by Mathias Agopian · 16 years ago
  12. fae3e73 ui: make native_window_set_usage be a static inline by Dima Zavin · 16 years ago
  13. 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 · 16 years ago
  14. 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 · 16 years ago
  15. 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 · 16 years ago
  16. 6b1f410 added NATIVE_WINDOW_FORMAT attribute to android_native_window_t by Mathias Agopian · 16 years ago
  17. cb6b904 fixed some issues with the software renderer when surfaces are made current. by Mathias Agopian · 16 years ago
  18. aa8c0ff get rid off unneeded flags by Mathias Agopian · 16 years ago
  19. 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
  20. 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