1. b661d66 fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 15 years ago
  2. aca4e22 Re-use existing Surface objects when reading them from parcels. by Jamie Gennis · 15 years ago
  3. 4b5e91e Introduce official public NativeWindow type. by Dianne Hackborn · 15 years ago
  4. 579b3f8 allow re-targetting of surfaces by Mathias Agopian · 15 years ago
  5. a0c30e9 optimize Surface.readFromParcel() by Mathias Agopian · 15 years ago
  6. b7e930d split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  7. 7e27f05 more clean-up in preparation of bigger changes by Mathias Agopian · 15 years ago
  8. d4784a3 more clean-up of Surfaceflinger's client management by Mathias Agopian · 15 years ago
  9. 631f358 fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 15 years ago
  10. a138f89 added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  11. f10d7fd added native_window_set_buffer_count() by Mathias Agopian · 15 years ago
  12. b5b7f26 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 15 years ago
  13. b296533 cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 15 years ago
  14. 245e4d7 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  15. cc08e68 added setCrop() to android_native_window_t by Mathias Agopian · 15 years ago
  16. e4e8cf1 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 15 years ago
  17. 55fa251 implement connect/disconnect in our native_window_t implementations by Mathias Agopian · 15 years ago
  18. 9cce325 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago[Renamed (97%) from include/ui/Surface.h]
  19. 963abad fix some aspects of [2258746] native crash in launcher2 by Mathias Agopian · 16 years ago
  20. 3330b20 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 16 years ago
  21. 68a6afe fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer by Mathias Agopian · 16 years ago
  22. 3910f54 Revert "fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer" by Mathias Agopian · 16 years ago
  23. d18afab fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer by Mathias Agopian · 16 years ago
  24. cbb288b fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 16 years ago
  25. ba5972f make sure to update a surface's usage bits when it changes, instead of only the first time. by Mathias Agopian · 16 years ago
  26. 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
  27. 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
  28. 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
  29. e186431 Expose a variation of the createRenderer API that works on a plain Surface. by Andreas Huber · 16 years ago
  30. 764d4ab The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting. by Andreas Huber · 16 years ago
  31. cb6b904 fixed some issues with the software renderer when surfaces are made current. by Mathias Agopian · 16 years ago
  32. 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
  33. 21c59d0 get rid of android_native_buffer_t::getHandle() and replace it with an handle field by Mathias Agopian · 16 years ago
  34. e71212b removed the "bits" attribute from android_native_buffer_t. by Mathias Agopian · 16 years ago
  35. 0926f50 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
  36. 18d8446 cleanup, remove unused fields. Also make sure that we don't systematically allocate a Surface in Surface.java if only a SurfaceControl is needed (Common case). by Mathias Agopian · 16 years ago
  37. 01b7668 more splitting of Surface/SurfaceControl. Surface.java is now implemented in terms of Surface and SurfaceControl. by Mathias Agopian · 16 years ago
  38. 62185b7 split Surface.cpp into Surface and SurfaceControl by Mathias Agopian · 16 years ago
  39. 40b7f6e fix some issues with Surface's lifetime management. by Mathias Agopian · 16 years ago
  40. 076b1cc Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago
  41. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  42. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  43. 8a7a675 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 17 years ago
  44. e09fd9e Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  45. 7c1b96a Initial Contribution by The Android Open Source Project · 17 years ago