1. 288f2ef libui: fix passing Fence object over binder by Colin Cross · 11 years ago
  2. 162ea0e Remove global variables from ProcessState. by Narayan Kamath · 11 years ago
  3. 0150298 Merge "fix valgrind ioctl warning." by Jesse Hall · 11 years ago
  4. 92dc3fc native frameworks: 64-bit compile issues by Mark Salyzyn · 11 years ago
  5. 462fb3a Merge "gui: Fix return code assert in CpuConsumer_test." by Igor Murashkin · 11 years ago
  6. a3cc7ed Fix misuse of $(my-dir). by Ying Wang · 11 years ago
  7. 4cab0fd Binder: Make sure binder objects do not overlap by Arve Hjønnevåg · 11 years ago
  8. 07fd0f1 Binder: Fix some valgrind errors. by Arve Hjønnevåg · 11 years ago
  9. 87b30d0 Binder: Don't cast directly from a pointer to binder_uintptr_t by Arve Hjønnevåg · 11 years ago
  10. 11cfdcc Binder: Disable attemptIncStrongHandle by Arve Hjønnevåg · 11 years ago
  11. 6f4f3ab binder: fix all warnings by Colin Cross · 11 years ago
  12. f3ad11c Use 64 bit binder interface if TARGET_USES_64_BIT_BINDER _or_ TARGET_IS_64_BIT is set. by Arve Hjønnevåg · 11 years ago
  13. 84e625a Binder: Use 64 bit pointers in 32 processes if selected by the target by Arve Hjønnevåg · 11 years ago
  14. e91fff0 Add BINDER_IPC_32BIT to CFLAGS unless TARGET_USES_64_BIT_BINDER is true by Arve Hjønnevåg · 11 years ago
  15. f683e01 Binder: Make binder portable by Serban Constantinescu · 11 years ago
  16. de8c806 Merge commit '1ee45c2d2d816ee912624d81ff1b0aaa98e8fa74' into HEAD by The Android Open Source Project · 11 years ago
  17. 8f76b6b gui: Fix return code assert in CpuConsumer_test. by Alistair Strachan · 11 years ago
  18. fc3cdb9 Merge commit 'afd0debe4bdf47dc0f968282ca1261842bb65d60' into HEAD by The Android Open Source Project · 11 years ago
  19. a5a13a3 Remove references to obsolete pmem functionality. by Elliott Hughes · 11 years ago
  20. fddab47 am 708cc794: Native counterpart of new power manager method by Marco Nelissen · 11 years ago
  21. 708cc79 Native counterpart of new power manager method by Marco Nelissen · 11 years ago
  22. 0a88530 fix corruption in Vector<> when malloc falied by Shuo Gao · 11 years ago
  23. 47f0b98 am 3223217a: Only consume touches up until the frame time by Michael Wright · 11 years ago
  24. 3223217 Only consume touches up until the frame time by Michael Wright · 11 years ago
  25. 251b11c am 85075869: Wait for buffers to drain by Andy McFadden · 11 years ago
  26. 8507586 Wait for buffers to drain by Andy McFadden · 11 years ago
  27. 06c964d am 9c0dfa09: Merge "Eliminate latency when resampling is disabled" into klp-dev by Dave Burke · 11 years ago
  28. 9c0dfa0 Merge "Eliminate latency when resampling is disabled" into klp-dev by Dave Burke · 11 years ago
  29. 1f1e576 am 5d6aa951: Merge "Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection." into klp-dev by Aravind Akella · 11 years ago
  30. ad526f8 Eliminate latency when resampling is disabled by Michael Wright · 11 years ago
  31. 701166d Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection. by Aravind Akella · 11 years ago
  32. 6be1d21 am f0cf5f10: BufferQueue: fix a test crash by Jamie Gennis · 11 years ago
  33. f0cf5f1 BufferQueue: fix a test crash by Jamie Gennis · 11 years ago
  34. 886b152 am a9c47f32: Merge "GLConsumer: start using EGL_ANDROID_image_crop" into klp-dev by Jamie Gennis · 11 years ago
  35. dbe9245 GLConsumer: start using EGL_ANDROID_image_crop by Jamie Gennis · 11 years ago
  36. 1160e89 am d171da97: GLConsumer: Add query for current frame number. by Eino-Ville Talvala · 11 years ago
  37. d171da9 GLConsumer: Add query for current frame number. by Eino-Ville Talvala · 11 years ago
  38. a7e1660 am c1c05de4: fix camera API 2.0 orientation by Mathias Agopian · 11 years ago
  39. c1c05de fix camera API 2.0 orientation by Mathias Agopian · 11 years ago
  40. e803e60 am 799f5126: Fix build (tests) by Mathias Agopian · 11 years ago
  41. 799f512 Fix build (tests) by Mathias Agopian · 11 years ago
  42. 3f342c1 am 02b62df7: Merge "Make sure do disconnect from a BQ when its client dies." into klp-dev by Mathias Agopian · 11 years ago
  43. 02b62df Merge "Make sure do disconnect from a BQ when its client dies." into klp-dev by Mathias Agopian · 11 years ago
  44. b8080d9 am 2a36497e: Merge "Stop using default value for Surface producerControlledByApp parameter" into klp-dev by Jesse Hall · 11 years ago
  45. 365857d Make sure do disconnect from a BQ when its client dies. by Mathias Agopian · 11 years ago
  46. 83cafff Stop using default value for Surface producerControlledByApp parameter by Jesse Hall · 11 years ago
  47. 06ef81b resolved conflicts for merge of 1852eb4f to klp-dev-plus-aosp by Kenny Root · 11 years ago
  48. 7c4f236 am 90ed3e8d: fix a few problems with BitTube by Mathias Agopian · 11 years ago
  49. 0ae9660 Remove copy of UniquePtr.h by Kenny Root · 11 years ago
  50. 90ed3e8 fix a few problems with BitTube by Mathias Agopian · 11 years ago
  51. e29df8b am a5552de9: Merge "Sensor batching. Changes to the native code." into klp-dev by Aravind Akella · 11 years ago
  52. 724d91d Sensor batching. Changes to the native code. by Aravind Akella · 11 years ago
  53. 78181df fix valgrind ioctl warning. by Jin Wei · 12 years ago
  54. d213910 am 9b5534b0: Merge changes I8283a989,I64add89a into klp-dev by Mathias Agopian · 11 years ago
  55. 9b5534b Merge changes I8283a989,I64add89a into klp-dev by Mathias Agopian · 11 years ago
  56. 2d28c37 am 87967c18: Merge "Force async behavior for the virtual display output BufferQueue" into klp-dev by Jesse Hall · 11 years ago
  57. 8db9255 Force async behavior for the virtual display output BufferQueue by Jesse Hall · 11 years ago
  58. 595ea77 vector and matrix classes for graphics use by Mathias Agopian · 11 years ago
  59. 14641f7 am 464febc4: Remove input flinger stubs. (DO NOT MERGE) by Jeff Brown · 11 years ago
  60. 464febc Remove input flinger stubs. (DO NOT MERGE) by Jeff Brown · 11 years ago
  61. 169636c am b6aea00c: Merge "Surface: Fix controlledByApp parameter" into klp-dev by Eino-Ville Talvala · 11 years ago
  62. 7895e90 Surface: Fix controlledByApp parameter by Eino-Ville Talvala · 11 years ago
  63. f94705f am 8b308ed7: Fix build by Andy McFadden · 11 years ago
  64. 8b308ed Fix build by Andy McFadden · 11 years ago
  65. 30290a5 am 90f59bf9: Merge "Re-enable frame dropping for non-auto timestamps" into klp-dev by Andy McFadden · 11 years ago
  66. 3c25621 Re-enable frame dropping for non-auto timestamps by Andy McFadden · 11 years ago
  67. 0ba1a16 am e60a0b1e: Merge "gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquired" into klp-dev by Igor Murashkin · 11 years ago
  68. a5b7513 gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquired by Igor Murashkin · 11 years ago
  69. 70986f0 am c6bae007: Fix build. optional tests were broken. by Mathias Agopian · 11 years ago
  70. c6bae00 Fix build. optional tests were broken. by Mathias Agopian · 11 years ago
  71. b881700 am 56f825e7: Merge "SurfaceFlinger now uses GLES 2.x when available" into klp-dev by Mathias Agopian · 11 years ago
  72. 3f84483 SurfaceFlinger now uses GLES 2.x when available by Mathias Agopian · 11 years ago
  73. 771ed8d am fc43e16a: Merge "Graphics:Add error check when create GraphicBuffer" by Jesse Hall · 11 years ago
  74. 2aff702 Graphics:Add error check when create GraphicBuffer by Lingyun Zhu · 12 years ago
  75. 4515596 make sure GLConsumer::releaseTexImage() works after detachFromContext() by Mathias Agopian · 11 years ago
  76. 9870c9b make GLConsumer's debug texture static by Mathias Agopian · 11 years ago
  77. 6c913be Add ISurfaceComposer::destroyDisplay by Jesse Hall · 11 years ago
  78. 45263e2 don't hardcode debug texture dimensions by Mathias Agopian · 11 years ago
  79. 5f51ed9 fix tests more by Mathias Agopian · 11 years ago
  80. 3dce336 fix tests by Mathias Agopian · 11 years ago
  81. 3ca76f4 remove support for glReadPixels screenshot path by Mathias Agopian · 11 years ago
  82. 126b9c8 Fix build. 3rd attempt by Mathias Agopian · 11 years ago
  83. db89edc All consumers now take an IGraphicBufferConsumer instead of a BufferQueue by Mathias Agopian · 11 years ago
  84. 687821c Merge "BufferQueue: Support query of consumer usage bits" by Eino-Ville Talvala · 11 years ago
  85. d9ba970 Merge "Roll back recent change" by Andy McFadden · 11 years ago
  86. 4b49e08 Roll back recent change by Andy McFadden · 11 years ago
  87. c1c39f8 Merge "Binderize the consumer side of BufferQueue" by Mathias Agopian · 11 years ago
  88. 86cd09d Merge "Drop frames based on presentation timestamp" by Andy McFadden · 11 years ago
  89. a4e1952 Binderize the consumer side of BufferQueue by Mathias Agopian · 11 years ago
  90. 14fab7d Drop frames based on presentation timestamp by Andy McFadden · 11 years ago
  91. ba93b3f log an error when dequeueBuffer gets a NULL Fence by Mathias Agopian · 11 years ago
  92. 87f9b87 remove unused code form GraphicBuffer by Mathias Agopian · 11 years ago
  93. b304edb remove libutils by Alex Ray · 11 years ago
  94. 8776c34 Fix BlobCache_test by Brian Carlstrom · 11 years ago
  95. e142428 Make Flattenable not virtual by Mathias Agopian · 11 years ago
  96. 1d76781 Make Flattenable not virtual (libutils) by Mathias Agopian · 11 years ago
  97. f7c6087 BufferQueue: Support query of consumer usage bits by Eino-Ville Talvala · 11 years ago
  98. ad678e1 single buffer mode for BufferQueue by Mathias Agopian · 11 years ago
  99. bf5b849 fix build by Mathias Agopian · 11 years ago
  100. c2414bb get rid of HAL pixelformats 5551 and 4444 by Mathias Agopian · 11 years ago