1. d9e8c64 return an error code with gralloc buffer allocation failures by Mathias Agopian · 14 years ago
  2. 698c087 SF transactions are now O(1) wrt IPC instead of O(N). by Mathias Agopian · 14 years ago
  3. 1e7fa9e Add method to create a ParcelSurfaceTexture from android.view.Surface. by tedbo · 14 years ago
  4. a67932f unify SurfaceTexture and Surface by Mathias Agopian · 14 years ago
  5. 697526b frameworks/base: android_native_buffer_t -> ANativeWindowBuffer by Iliyan Malchev · 14 years ago
  6. 41abd67 frameworks/base: make the ANativeWindow query() method const by Iliyan Malchev · 14 years ago
  7. 0ef4e15 Get rid of the "pid" parameter from createSurface by Mathias Agopian · 14 years ago
  8. 4cb1888 Fix a GraphicBuffer leak in SurfaceTexture by Mathias Agopian · 14 years ago
  9. 47d8730 remove more unused references to ISurface by Mathias Agopian · 14 years ago
  10. 1d01a12 Add support for timestamps into SurfaceTexture. by Eino-Ville Talvala · 14 years ago
  11. 134f042 ANativeWindow: add queues-to-window-composer check. by Jamie Gennis · 14 years ago
  12. 9d4d6c1 Add the MIN_UNDEQUEUED_BUFFERS query to ANW. by Jamie Gennis · 14 years ago
  13. 16f0453 Protected surface API by Glenn Kasten · 15 years ago
  14. b678316 integrate videoeditor preview player. by Dharmaray Kundargi · 15 years ago
  15. b353fd9 Merge "Fix error reporting in Surface::cancelBuffer()" into honeycomb by Mathias Agopian · 15 years ago
  16. a317f1b Fix error reporting in Surface::cancelBuffer() by Mathias Agopian · 15 years ago
  17. 9a78c90 Fix remote GraphicBuffer allocation in SurfaceFlinger. by Jamie Gennis · 15 years ago
  18. 4956334 Add the ISurfaceComposer::createGraphicBuffer IPC. by Jamie Gennis · 15 years ago
  19. 5eee3d2 Merge "minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so." by Mathias Agopian · 15 years ago
  20. 455d18d minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so. by Mathias Agopian · 15 years ago
  21. bf2c6a6 [3258939] Need snapshot to limit which layers are included by Mathias Agopian · 15 years ago
  22. a5529c8 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 15 years ago
  23. fb3051b am 7e9a54d4: am d4e03f37: addresses parts of 3096779 and 3097475 by Mathias Agopian · 15 years ago
  24. 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
  25. abd671a addresses parts of 3096779 and 3097475 by Mathias Agopian · 15 years ago
  26. 503d2d4 am 9a12a3c8: am ba799098: Merge changes I76513387,I335fb671 into gingerbread by Joe Onorato · 15 years ago
  27. 9daa5c9 implement part of [3094280] New animation for screen on and screen off by Mathias Agopian · 15 years ago
  28. 59119e6 turn off the electron beam by Mathias Agopian · 15 years ago
  29. 3b996c9 Always create OpenGL accelerated windows in RGBA 8888. by Romain Guy · 15 years ago
  30. e1c290b am ff04e97f: am f4619308: Merge "fix [2835280] Add support for cancelling buffers to ANativeWindow" into gingerbread by Mathias Agopian · 15 years ago
  31. 1995755 fix [2835280] Add support for cancelling buffers to ANativeWindow by Mathias Agopian · 15 years ago
  32. df85c45 refactored screenshot code by Mathias Agopian · 15 years ago
  33. 74c40c0 refactored screenshot code by Mathias Agopian · 15 years ago
  34. a3aefeb am 495ad4f2: am beabe75a: Merge changes I1f7c4535,I741c68a2 into gingerbread by Mathias Agopian · 15 years ago
  35. 1b0b30d add support for [1974164] Be able to take a screen shot on the device by Mathias Agopian · 15 years ago
  36. 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
  37. b661d66 fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 15 years ago
  38. 89c2dd2 Change the framework to use the new camera preview path. by Jamie Gennis · 15 years ago
  39. 8b42e8a Squashed commit of the following: by Andreas Huber · 15 years ago
  40. aca4e22 Re-use existing Surface objects when reading them from parcels. by Jamie Gennis · 15 years ago
  41. 4b5e91e Introduce official public NativeWindow type. by Dianne Hackborn · 15 years ago
  42. 579b3f8 allow re-targetting of surfaces by Mathias Agopian · 15 years ago
  43. a0c30e9 optimize Surface.readFromParcel() by Mathias Agopian · 15 years ago
  44. b7e930d split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  45. 7e27f05 more clean-up in preparation of bigger changes by Mathias Agopian · 15 years ago
  46. d4784a3 more clean-up of Surfaceflinger's client management by Mathias Agopian · 15 years ago
  47. 631f358 fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 15 years ago
  48. a138f89 added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  49. f10d7fd added native_window_set_buffer_count() by Mathias Agopian · 15 years ago
  50. b5b7f26 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 15 years ago
  51. b296533 cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 15 years ago
  52. 245e4d7 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  53. cc08e68 added setCrop() to android_native_window_t by Mathias Agopian · 15 years ago
  54. e4e8cf1 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 15 years ago
  55. 55fa251 implement connect/disconnect in our native_window_t implementations by Mathias Agopian · 15 years ago
  56. 285dbde Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 15 years ago
  57. 9cce325 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago