1. 82dbc74 SurfaceFlinger: refactor frame time tracking by Jamie Gennis · 13 years ago
  2. dd3cb84 SurfaceFlinger: add support for secure displays by Jamie Gennis · 13 years ago
  3. b5c9dcd Fence didn't manager sync_wait error codes properly by Mathias Agopian · 13 years ago
  4. ba607d5 Add Fence::waitForever which logs a warning timeout, and use it by Jesse Hall · 13 years ago
  5. 4803b74 Show build config in dumpsys SurfaceFlinger by Andy McFadden · 13 years ago
  6. 068d47f strengthen region validation by Mathias Agopian · 13 years ago
  7. 2401ead Add a way to retrieve a Region as a SharedBuffer by Mathias Agopian · 13 years ago
  8. 3ab6855 change how we store Region data internally by Mathias Agopian · 13 years ago
  9. 9f54ac3 ui/Fence: change the TIMEOUT_NEVER value to -1 by Jamie Gennis · 13 years ago
  10. 8683fca improve [un]marshalling of non-binder objects by Mathias Agopian · 13 years ago
  11. 747c480 Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-dev by Ed Heyl · 13 years ago
  12. c666cae get rid of the shared-memory control block by Mathias Agopian · 13 years ago
  13. 0bc64be libs/ui: Add support for triple framebuffers by Naseer Ahmed · 13 years ago
  14. c777b0b Pass fences with buffers from SurfaceTextureClient by Jesse Hall · 13 years ago
  15. f9783af Return fence to client in dequeuBuffer by Jesse Hall · 13 years ago
  16. ef19414 Transfer HWC release fences to BufferQueue by Jesse Hall · 13 years ago
  17. d8e812c Update ANativeWindow clients for sync by Jamie Gennis · 13 years ago
  18. f25e183 libui: add the Fence class by Jamie Gennis · 13 years ago
  19. b82203a minor Rect.h cleanup by Mathias Agopian · 13 years ago
  20. f15a83f SurfaceFlinger: add a crop to the layer state by Jamie Gennis · 13 years ago
  21. 5933280 libui: add the Rect::transform method by Jamie Gennis · 13 years ago
  22. 5f2165f remove dependency on android_native{s_priv|buffer}.h by Mathias Agopian · 13 years ago
  23. 870b8aa remove libui dependency on libEGL by Mathias Agopian · 13 years ago
  24. ff615cc deprecate L_8, LA_88 and RGB_332 in sdk by Mathias Agopian · 13 years ago
  25. 42e2458 remove libui's dependency on libpixelflinger by Mathias Agopian · 13 years ago
  26. 80c3918 frameworks/base refactoring. by Mathias Agopian · 13 years ago
  27. 9491e81 Clean up InputChannel file descriptor data type. by Jeff Brown · 13 years ago
  28. a18829a Accurately track the sequence numbers of batched events. by Jeff Brown · 13 years ago
  29. 0a63ada Enable deferred input messages to be batched. by Jeff Brown · 13 years ago
  30. f0490c9 Implement batching of input events on the consumer side. by Jeff Brown · 13 years ago
  31. 6cdee98 Rewrite input transport using sockets. by Jeff Brown · 13 years ago
  32. b8a2e98 Preliminary support for clipRect(Rect, Op) by Romain Guy · 13 years ago
  33. 55ef343 remove dead/usnused code by Mathias Agopian · 14 years ago
  34. e06a174 Merge "SurfaceMediaSource: use the vid enc usage bit" into ics-mr1 by Jamie Gennis · 14 years ago
  35. 9ee44c8 Fix application launch shortcuts. by Jeff Brown · 14 years ago
  36. b7d87c4 SurfaceMediaSource: use the vid enc usage bit by Jamie Gennis · 14 years ago
  37. 882b0a5 Eliminate hw.keyboards system properties. by Jeff Brown · 14 years ago
  38. 000e95e fix the float Rect in OpenGLRenderer to handle NANs by Mathias Agopian · 14 years ago
  39. 73aaf0d Velocity Tracker II: The Revenge of Velocity Tracker Bug: 5265529 by Jeff Brown · 14 years ago
  40. 137c3c5 Tweak VelocityTracker. Bug: 5265529 by Jeff Brown · 14 years ago
  41. 3599bf2 SurfaceFlinger: use the HWC gralloc usage bit by Jamie Gennis · 14 years ago
  42. ecc7ade Input system bug fixes, particularly for stylus. Bug: 5049148 by Jeff Brown · 14 years ago
  43. 5873ce4 Refactor input reader to add stylus support. Bug: 5064702 by Jeff Brown · 14 years ago
  44. acb7b5d Adding SurfaceEncoder for encoding FilterFrames by Pannag Sanketi · 14 years ago
  45. 5d99f17 am 61220e88: am bbbab26e: am 2c180499: Merge "Revert velocity damping. Bug: 4364920" into honeycomb-mr2 by Jeff Brown · 14 years ago
  46. 7ca7ba2 Revert velocity damping. Bug: 4364920 by Jeff Brown · 14 years ago
  47. 36f49c1 am 56503b8d: am 8186a5f0: am 10c3f367: Merge "Implement pointer acceleration." into honeycomb-mr2 by Jeff Brown · 14 years ago
  48. adab620 Implement pointer acceleration. by Jeff Brown · 14 years ago
  49. d3e6d3e Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 14 years ago
  50. c5982b7 Improve VelocityTracker numerical stability. (DO NOT MERGE) by Jeff Brown · 14 years ago
  51. 247da72 Use touch pad gestures to manipulate the pointer. (DO NOT MERGE) by Jeff Brown · 14 years ago
  52. e959ed2 Add initial API for stylus and mouse buttons. by Jeff Brown · 14 years ago
  53. db05e22 resolved conflicts for merge of 05be6d6f to master by Dianne Hackborn · 14 years ago
  54. 16fe3c2 Better compat mode part one: start scaling windows. by Dianne Hackborn · 14 years ago
  55. 697526b frameworks/base: android_native_buffer_t -> ANativeWindowBuffer by Iliyan Malchev · 14 years ago
  56. ec10d23 frameworks/base: move ANativeWindow/android_native_buffer_t out by Iliyan Malchev · 14 years ago
  57. 41abd67 frameworks/base: make the ANativeWindow query() method const by Iliyan Malchev · 14 years ago
  58. 9cdb01d get rid of dependency on copybit HAL module by Mathias Agopian · 14 years ago
  59. 4815f2a Initial checkin of spot presentation for touchpad gestures. by Jeff Brown · 14 years ago
  60. 02988ec Merge "Add a little input event consistency verifier." by Jeff Brown · 14 years ago
  61. 3847f62 Add a little input event consistency verifier. by Jeff Brown · 14 years ago
  62. 8f2fff3 Merge "Add input filter mechanism for accessibility." by Jeff Brown · 14 years ago
  63. 37159af Add input filter mechanism for accessibility. by Jeff Brown · 14 years ago
  64. 1cd921e Revert "retire android_native_window_t" by Mathias Agopian · 14 years ago
  65. 5cfbdc8 retire android_native_window_t by Iliyan Malchev · 14 years ago
  66. edc5ac1 Merge "Add support for timestamps into SurfaceTexture." by Eino-Ville Talvala · 14 years ago
  67. 1d01a12 Add support for timestamps into SurfaceTexture. by Eino-Ville Talvala · 14 years ago
  68. 5aaab9c Add 3D mode key and others. by Jeff Brown · 14 years ago
  69. e3d4a68 Merge "Improve VelocityTracker numerical stability." by Jeff Brown · 14 years ago
  70. 1593354 Improve VelocityTracker numerical stability. by Jeff Brown · 14 years ago
  71. cefc876 am ceb7cb14: am 02805a40: Merge "ANativeWindow: add query for the concrete type." into honeycomb-mr1 by Jamie Gennis · 14 years ago
  72. 391bbe2 ANativeWindow: add query for the concrete type. by Jamie Gennis · 14 years ago
  73. fa773aa Use touch pad gestures to manipulate the pointer. by Jeff Brown · 14 years ago
  74. 46689da Input improvements and bug fixes. by Jeff Brown · 14 years ago
  75. ec8a5ef Merge "ANativeWindow: add queues-to-window-composer check." into honeycomb-mr1 by Jamie Gennis · 14 years ago
  76. 134f042 ANativeWindow: add queues-to-window-composer check. by Jamie Gennis · 14 years ago
  77. e89d104 Joystick tweaks. (DO NOT MERGE) by Jeff Brown · 14 years ago
  78. d5ed285 Wake screen from external HID peripherals. by Jeff Brown · 14 years ago
  79. 80f3e7c Fade out the mouse pointer after inactivity or other events. by Jeff Brown · 14 years ago
  80. 9d4d6c1 Add the MIN_UNDEQUEUED_BUFFERS query to ANW. by Jamie Gennis · 14 years ago
  81. 3ea4de8 Add new axes for joysticks and mouse wheels. by Jeff Brown · 14 years ago
  82. b2d4435 Fix a regression with MotionEvent parceling. by Jeff Brown · 14 years ago
  83. 3e34146 Add support for arbitrary axes in MotionEvents. by Jeff Brown · 14 years ago
  84. 79676ac am 09443aeb: am 62884505: Merge "Reset ANativeWindow crop on buffer geometry changes." into honeycomb by Jamie Gennis · 14 years ago
  85. 68f9127 Reset ANativeWindow crop on buffer geometry changes. by Jamie Gennis · 14 years ago
  86. 16f0453 Protected surface API by Glenn Kasten · 15 years ago
  87. ae1d9d7 am 12b2dc90: am b1e0a870: Merge "Fix crashes caused by some input devices." into honeycomb by Jeff Brown · 15 years ago
  88. eb8b9d8 Fix crashes caused by some input devices. by Jeff Brown · 15 years ago
  89. 6453b75 am 5f668c6e: am 8b9df978: Merge "Fix getSwitchState." into honeycomb by Jeff Brown · 15 years ago
  90. 430c21e Fix getSwitchState. by Jeff Brown · 15 years ago
  91. 218e7c7 Add joystick support to framework. by Jeff Brown · 15 years ago
  92. 8ba32fa Add the SurfaceTexture C++ implementation. by Jamie Gennis · 15 years ago
  93. 4125036 Mouse pointer integration. by Jeff Brown · 15 years ago
  94. 4c501a4 Add initial support for cursor-based pointing devices. by Jeff Brown · 15 years ago
  95. a5529c8 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 15 years ago
  96. 1d21a9c surfaceflinger: add support for gralloc dump hooks by Erik Gilling · 15 years ago
  97. 02d85b5 Add support for fallback keycodes. by Jeff Brown · 15 years ago
  98. b5a00fc am 48f42f8c: am 4153bf3a: Merge "[3171580] don\'t automatically log GraphicBuffer allocation failures" into gingerbread by Mathias Agopian · 15 years ago
  99. 372c56e am 4153bf3a: Merge "[3171580] don\'t automatically log GraphicBuffer allocation failures" into gingerbread by Mathias Agopian · 15 years ago
  100. 678bdd6 [3171580] don't automatically log GraphicBuffer allocation failures by Mathias Agopian · 15 years ago