1. 30d6fd6 Revert "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors" by Etienne Le Grand · 11 years ago
  2. 33458f7 am 00f4dde1: am c57a019e: Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors by Etienne Le Grand · 11 years ago
  3. 00f4dde am c57a019e: Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors by Etienne Le Grand · 11 years ago
  4. c57a019 Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors by Etienne Le Grand · 11 years ago
  5. cece164 native gui: 64-bit compile issues by Mark Salyzyn · 11 years ago
  6. 9cfa49c Merge "Declare ownership of native_handle_t object" by Wonsik Kim · 11 years ago
  7. 2443c79 BufferQueue: Set attached buffers as requested by Dan Stoza · 11 years ago
  8. 0ec54e1 Declare ownership of native_handle_t object by Wonsik Kim · 11 years ago
  9. 1a0b861 BufferQueue: Test remote producer and consumer by Dan Stoza · 11 years ago
  10. 8ce5c1c Merge "Fill in sideband stream caveat" by Wonsik Kim · 11 years ago
  11. 75555b2 Merge "BufferItemConsumer: Use IGBC instead of BQ" by Dan Stoza · 11 years ago
  12. 1422671 Merge "Remove deprecated BufferQueue constructor" by Dan Stoza · 11 years ago
  13. 0ee14ca Fill in sideband stream caveat by Wonsik Kim · 11 years ago
  14. 49bfda1 Fix broken build for more tests by Jesse Hall · 11 years ago
  15. 73ed82f Merge "Add sideband streams to BufferQueue and related classes" by Jesse Hall · 11 years ago
  16. 6d5a7bb Remove deprecated BufferQueue constructor by Dan Stoza · 11 years ago
  17. fe50d2a BufferItemConsumer: Use IGBC instead of BQ by Dan Stoza · 11 years ago
  18. f522af7 BufferQueue: Allow returning interfaces as I*/Bn* by Dan Stoza · 11 years ago
  19. 399184a Add sideband streams to BufferQueue and related classes by Jesse Hall · 11 years ago
  20. 9f3053d BufferQueue: Allow detaching/reattaching buffers by Dan Stoza · 11 years ago
  21. c0c6a0c Merge "FramebufferNativeWindow.h is obsolete" by Andy McFadden · 11 years ago
  22. 2e33649 FramebufferNativeWindow.h is obsolete by Andy McFadden · 11 years ago
  23. c1ef3ef Merge "Change BufferQueue into producer/consumer wrapper" by Dan Stoza · 11 years ago
  24. 3e96f19 Change BufferQueue into producer/consumer wrapper by Dan Stoza · 11 years ago
  25. 8be494e am 1738d4fc: am 462fb3a8: Merge "gui: Fix return code assert in CpuConsumer_test." by Igor Murashkin · 11 years ago
  26. 1738d4f am 462fb3a8: Merge "gui: Fix return code assert in CpuConsumer_test." by Igor Murashkin · 11 years ago
  27. 462fb3a Merge "gui: Fix return code assert in CpuConsumer_test." by Igor Murashkin · 11 years ago
  28. 4a07dc8 Merge "Split BufferQueue into core + producer + consumer" by Dan Stoza · 11 years ago
  29. 289ade1 Split BufferQueue into core + producer + consumer by Dan Stoza · 11 years ago
  30. 0f1889e gui: Surface::dequeueBuffer no locker holds mutex while blocking in binder by Igor Murashkin · 11 years ago
  31. fb83d84 Merge "Fix calls to captureScreen" by Dan Stoza · 11 years ago
  32. 8d75996 Fix calls to captureScreen by Dan Stoza · 11 years ago
  33. 44c35ec Allow "opaque" flag to be updated. DO NOT MERGE by Andy McFadden · 12 years ago
  34. c701401 Allow disabling layer rotation during screenshots by Dan Stoza · 11 years ago
  35. d592f32 Merge "Allow "opaque" flag to be updated" by Andy McFadden · 12 years ago
  36. 4125a4f Allow "opaque" flag to be updated by Andy McFadden · 12 years ago
  37. b8072d8 libgui: Fix segfault in SRGB tests by Dan Stoza · 12 years ago
  38. 6a5d35d libgui: Add a test for SRGB surfaces by Dan Stoza · 12 years ago
  39. 3ed4e0b libgui: Add a test suite for SRGB testing by Dan Stoza · 12 years ago
  40. cb1fcde libgui: Split SurfaceTexture tests into more files by Dan Stoza · 12 years ago
  41. 8f76b6b gui: Fix return code assert in CpuConsumer_test. by Alistair Strachan · 12 years ago
  42. f3730fb libgui: Fix a couple of minor bugs, extract GLTest by Dan Stoza · 12 years ago
  43. 7ea777f gui: Add tests for IGraphicBufferProducer by Igor Murashkin · 12 years ago
  44. 4be18a3 gui: Remove BufferQueue::MIN_UNDEQUEUED_BUFFERS by Igor Murashkin · 12 years ago
  45. 7d2d160 gui: Update header docs for IGraphicBufferConsumer/Producer/BufferQueue by Igor Murashkin · 12 years ago
  46. 0012dbc am 251b11c2: am 85075869: Wait for buffers to drain by Andy McFadden · 12 years ago
  47. 251b11c am 85075869: Wait for buffers to drain by Andy McFadden · 12 years ago
  48. 8507586 Wait for buffers to drain by Andy McFadden · 12 years ago
  49. 4a1e00f am 1f1e5768: 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 · 12 years ago
  50. 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 · 12 years ago
  51. 701166d Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection. by Aravind Akella · 12 years ago
  52. bd381c6 am 6be1d210: am f0cf5f10: BufferQueue: fix a test crash by Jamie Gennis · 12 years ago
  53. 6be1d21 am f0cf5f10: BufferQueue: fix a test crash by Jamie Gennis · 12 years ago
  54. f0cf5f1 BufferQueue: fix a test crash by Jamie Gennis · 12 years ago
  55. 4e8fd6f am 886b1521: am a9c47f32: Merge "GLConsumer: start using EGL_ANDROID_image_crop" into klp-dev by Jamie Gennis · 12 years ago
  56. 886b152 am a9c47f32: Merge "GLConsumer: start using EGL_ANDROID_image_crop" into klp-dev by Jamie Gennis · 12 years ago
  57. dbe9245 GLConsumer: start using EGL_ANDROID_image_crop by Jamie Gennis · 12 years ago
  58. 3473e81 am 1160e89d: am d171da97: GLConsumer: Add query for current frame number. by Eino-Ville Talvala · 12 years ago
  59. 6de9653 Merge "Remove unnecessary include." by Christopher Ferris · 12 years ago
  60. d142f4b Remove unnecessary include. by Christopher Ferris · 12 years ago
  61. 1160e89 am d171da97: GLConsumer: Add query for current frame number. by Eino-Ville Talvala · 12 years ago
  62. d171da9 GLConsumer: Add query for current frame number. by Eino-Ville Talvala · 12 years ago
  63. 0f0e845 am a7e1660b: am c1c05de4: fix camera API 2.0 orientation by Mathias Agopian · 12 years ago
  64. a7e1660 am c1c05de4: fix camera API 2.0 orientation by Mathias Agopian · 12 years ago
  65. c1c05de fix camera API 2.0 orientation by Mathias Agopian · 12 years ago
  66. 2285c00 am e803e609: am 799f5126: Fix build (tests) by Mathias Agopian · 12 years ago
  67. e803e60 am 799f5126: Fix build (tests) by Mathias Agopian · 12 years ago
  68. 799f512 Fix build (tests) by Mathias Agopian · 12 years ago
  69. 7229e98 am 3f342c11: am 02b62df7: Merge "Make sure do disconnect from a BQ when its client dies." into klp-dev by Mathias Agopian · 12 years ago
  70. 3f342c1 am 02b62df7: Merge "Make sure do disconnect from a BQ when its client dies." into klp-dev by Mathias Agopian · 12 years ago
  71. 02b62df Merge "Make sure do disconnect from a BQ when its client dies." into klp-dev by Mathias Agopian · 12 years ago
  72. cd9fd42 am b8080d9a: am 2a36497e: Merge "Stop using default value for Surface producerControlledByApp parameter" into klp-dev by Jesse Hall · 12 years ago
  73. b8080d9 am 2a36497e: Merge "Stop using default value for Surface producerControlledByApp parameter" into klp-dev by Jesse Hall · 12 years ago
  74. 365857d Make sure do disconnect from a BQ when its client dies. by Mathias Agopian · 12 years ago
  75. 83cafff Stop using default value for Surface producerControlledByApp parameter by Jesse Hall · 12 years ago
  76. 06ef81b resolved conflicts for merge of 1852eb4f to klp-dev-plus-aosp by Kenny Root · 12 years ago
  77. c668871 Use canonical UniquePtr.h file by Kenny Root · 12 years ago
  78. 7c4f236 am 90ed3e8d: fix a few problems with BitTube by Mathias Agopian · 12 years ago
  79. 0ae9660 Remove copy of UniquePtr.h by Kenny Root · 12 years ago
  80. 90ed3e8 fix a few problems with BitTube by Mathias Agopian · 12 years ago android-4.4_r0.7
  81. e29df8b am a5552de9: Merge "Sensor batching. Changes to the native code." into klp-dev by Aravind Akella · 12 years ago
  82. 724d91d Sensor batching. Changes to the native code. by Aravind Akella · 12 years ago
  83. 2d28c37 am 87967c18: Merge "Force async behavior for the virtual display output BufferQueue" into klp-dev by Jesse Hall · 12 years ago
  84. 8db9255 Force async behavior for the virtual display output BufferQueue by Jesse Hall · 12 years ago
  85. 169636c am b6aea00c: Merge "Surface: Fix controlledByApp parameter" into klp-dev by Eino-Ville Talvala · 12 years ago
  86. 7895e90 Surface: Fix controlledByApp parameter by Eino-Ville Talvala · 12 years ago
  87. f94705f am 8b308ed7: Fix build by Andy McFadden · 12 years ago
  88. 8b308ed Fix build by Andy McFadden · 12 years ago
  89. 30290a5 am 90f59bf9: Merge "Re-enable frame dropping for non-auto timestamps" into klp-dev by Andy McFadden · 12 years ago
  90. 3c25621 Re-enable frame dropping for non-auto timestamps by Andy McFadden · 12 years ago
  91. 0ba1a16 am e60a0b1e: Merge "gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquired" into klp-dev by Igor Murashkin · 12 years ago
  92. a5b7513 gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquired by Igor Murashkin · 12 years ago
  93. 70986f0 am c6bae007: Fix build. optional tests were broken. by Mathias Agopian · 12 years ago
  94. c6bae00 Fix build. optional tests were broken. by Mathias Agopian · 12 years ago
  95. b881700 am 56f825e7: Merge "SurfaceFlinger now uses GLES 2.x when available" into klp-dev by Mathias Agopian · 12 years ago
  96. 3f84483 SurfaceFlinger now uses GLES 2.x when available by Mathias Agopian · 12 years ago
  97. 771ed8d am fc43e16a: Merge "Graphics:Add error check when create GraphicBuffer" by Jesse Hall · 12 years ago
  98. 2aff702 Graphics:Add error check when create GraphicBuffer by Lingyun Zhu · 13 years ago
  99. 4515596 make sure GLConsumer::releaseTexImage() works after detachFromContext() by Mathias Agopian · 12 years ago
  100. 9870c9b make GLConsumer's debug texture static by Mathias Agopian · 12 years ago