1. c1e6fbb Initialize local variables to avoid data leak by Naveen Leekha · 10 years ago
  2. 8507586 Wait for buffers to drain by Andy McFadden · 12 years ago
  3. 701166d Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection. by Aravind Akella · 12 years ago
  4. f0cf5f1 BufferQueue: fix a test crash by Jamie Gennis · 12 years ago
  5. dbe9245 GLConsumer: start using EGL_ANDROID_image_crop by Jamie Gennis · 12 years ago
  6. d171da9 GLConsumer: Add query for current frame number. by Eino-Ville Talvala · 12 years ago
  7. c1c05de fix camera API 2.0 orientation by Mathias Agopian · 12 years ago
  8. 799f512 Fix build (tests) by Mathias Agopian · 12 years ago
  9. 02b62df Merge "Make sure do disconnect from a BQ when its client dies." into klp-dev by Mathias Agopian · 12 years ago
  10. 365857d Make sure do disconnect from a BQ when its client dies. by Mathias Agopian · 12 years ago
  11. 83cafff Stop using default value for Surface producerControlledByApp parameter by Jesse Hall · 12 years ago
  12. 90ed3e8 fix a few problems with BitTube by Mathias Agopian · 12 years ago android-4.4_r0.7
  13. 724d91d Sensor batching. Changes to the native code. by Aravind Akella · 12 years ago
  14. 8db9255 Force async behavior for the virtual display output BufferQueue by Jesse Hall · 12 years ago
  15. 7895e90 Surface: Fix controlledByApp parameter by Eino-Ville Talvala · 12 years ago
  16. 8b308ed Fix build by Andy McFadden · 12 years ago
  17. 3c25621 Re-enable frame dropping for non-auto timestamps by Andy McFadden · 12 years ago
  18. a5b7513 gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquired by Igor Murashkin · 12 years ago
  19. c6bae00 Fix build. optional tests were broken. by Mathias Agopian · 12 years ago
  20. 3f84483 SurfaceFlinger now uses GLES 2.x when available by Mathias Agopian · 12 years ago
  21. 4515596 make sure GLConsumer::releaseTexImage() works after detachFromContext() by Mathias Agopian · 12 years ago
  22. 9870c9b make GLConsumer's debug texture static by Mathias Agopian · 12 years ago
  23. 6c913be Add ISurfaceComposer::destroyDisplay by Jesse Hall · 12 years ago
  24. 45263e2 don't hardcode debug texture dimensions by Mathias Agopian · 12 years ago
  25. 5f51ed9 fix tests more by Mathias Agopian · 12 years ago
  26. 3dce336 fix tests by Mathias Agopian · 12 years ago
  27. 3ca76f4 remove support for glReadPixels screenshot path by Mathias Agopian · 12 years ago
  28. 126b9c8 Fix build. 3rd attempt by Mathias Agopian · 12 years ago
  29. db89edc All consumers now take an IGraphicBufferConsumer instead of a BufferQueue by Mathias Agopian · 12 years ago
  30. 687821c Merge "BufferQueue: Support query of consumer usage bits" by Eino-Ville Talvala · 12 years ago
  31. d9ba970 Merge "Roll back recent change" by Andy McFadden · 12 years ago
  32. 4b49e08 Roll back recent change by Andy McFadden · 12 years ago
  33. c1c39f8 Merge "Binderize the consumer side of BufferQueue" by Mathias Agopian · 12 years ago
  34. 86cd09d Merge "Drop frames based on presentation timestamp" by Andy McFadden · 12 years ago
  35. a4e1952 Binderize the consumer side of BufferQueue by Mathias Agopian · 12 years ago
  36. 14fab7d Drop frames based on presentation timestamp by Andy McFadden · 12 years ago
  37. ba93b3f log an error when dequeueBuffer gets a NULL Fence by Mathias Agopian · 12 years ago
  38. e142428 Make Flattenable not virtual by Mathias Agopian · 12 years ago
  39. f7c6087 BufferQueue: Support query of consumer usage bits by Eino-Ville Talvala · 12 years ago
  40. ad678e1 single buffer mode for BufferQueue by Mathias Agopian · 12 years ago
  41. bf5b849 fix build by Mathias Agopian · 12 years ago
  42. c2414bb get rid of HAL pixelformats 5551 and 4444 by Mathias Agopian · 12 years ago
  43. 9642dba Merge "Fix a race in BufferQueue" by Mathias Agopian · 12 years ago
  44. 6bac363 Fix a race in BufferQueue by Mathias Agopian · 12 years ago
  45. 207c1e2 fix log messages and bogus error message by Mathias Agopian · 12 years ago
  46. 26a6f37 make sure to reset the framenumber when a buffer is marked FREE by Mathias Agopian · 12 years ago
  47. 7cdd786 Make ANW.setSwapInterval(0) work again by Mathias Agopian · 12 years ago
  48. a3fbda3 BuffferQueue disconnect is now always asynchrnous by Mathias Agopian · 12 years ago
  49. 595264f BufferQueue improvements and APIs changes by Mathias Agopian · 12 years ago
  50. 6fda52b always pass the BufferQueue explicitely to consumers by Ying Wang · 12 years ago
  51. 8f938a5 always pass the BufferQueue explicitely to consumers by Mathias Agopian · 12 years ago
  52. 1585c4d Pay attention to buffer timestamps by Andy McFadden · 12 years ago
  53. b4b6370 CpuConsumer: Add set buffer size and format functions. by Zhijun He · 12 years ago
  54. 9e3cb55 BufferQueue: remove freeAllBuffersExceptHeadLocked() by Lajos Molnar · 12 years ago
  55. c5d7b7d BufferQueue: track buffer-queue by instance vs. by reference by Lajos Molnar · 12 years ago
  56. 2381033 am e6eef6c1: am ea74d3b7: make the warning timout of Fence::waitForever() implicit and longer by Mathias Agopian · 12 years ago
  57. ea74d3b make the warning timout of Fence::waitForever() implicit and longer by Mathias Agopian · 12 years ago
  58. d487ca1 am 87ab83d9: am f743e3db: Merge "Add support for HAL_PIXEL_FORMAT_YCbCr_420_888" into jb-mr2-dev by Eino-Ville Talvala · 12 years ago
  59. c43946b Add support for HAL_PIXEL_FORMAT_YCbCr_420_888 by Eino-Ville Talvala · 12 years ago
  60. 748b696 am 83ad8957: am 5b6ebd71: Merge "libgui_test: fix a couple minor test issues" into jb-mr2-dev by Jamie Gennis · 12 years ago
  61. bdcf1fe Merge changes I0d9f18d1,Ib96c9161 by Mathias Agopian · 12 years ago
  62. ea2d942 libgui_test: fix a couple minor test issues by Jamie Gennis · 12 years ago
  63. 74d211a clean-up/simplify all dump() APIs by Mathias Agopian · 12 years ago
  64. e692ab9 fix uninitialized variables in GLConsumer by Mathias Agopian · 12 years ago
  65. 187edf9 Merge "BufferItemConsumer: add functions to set default buffer format/size" into jb-mr2-dev by Igor Murashkin · 12 years ago
  66. f31510a Add a test that checks multi-texturing works with GL_TEXTURE_EXTERNAL_OES by Mathias Agopian · 12 years ago
  67. 87d1e34 BufferItemConsumer: add functions to set default buffer format/size by Igor Murashkin · 12 years ago
  68. 53dc904 Merge "Updated comments" into jb-mr2-dev by Andy McFadden · 12 years ago
  69. c76e8a2 Merge "Add liblog" into jb-mr2-dev by Ying Wang · 12 years ago
  70. 8a0cb4e Add liblog by Ying Wang · 12 years ago
  71. e6a0f50 libgui_test: increase the tolerance for a YUV test by Jamie Gennis · 12 years ago
  72. ad669b0 libgui: fix an EGLImage leak by Jamie Gennis · 12 years ago
  73. 753e341 Updated comments by Andy McFadden · 12 years ago
  74. ca08833 don't use compile-time configuration of libgui as much as possible by Mathias Agopian · 12 years ago
  75. 2bb7168 replace eglWaitSyncANDROID by eglWaitSyncKHR by Mathias Agopian · 12 years ago
  76. 8000d06 make sure to unlock the screenshot's buffer on destruction by Mathias Agopian · 12 years ago
  77. 13f01cb Pass sp<Fence>s around instead of file descriptors by Jesse Hall · 12 years ago
  78. aaebffd Merge "CpuConsumer: Properly track acquired buffers" into jb-mr2-dev by Eino-Ville Talvala · 12 years ago
  79. ac00643 Merge "Revert "Revert "Change SurfaceControl setPosition to take floats""" into jb-mr2-dev by Ramanan Rajeswaran · 12 years ago
  80. d6480c0 Revert "Revert "Change SurfaceControl setPosition to take floats"" by Ramanan Rajeswaran · 12 years ago
  81. 7c1a487 fix build. update test to new API by Mathias Agopian · 12 years ago
  82. abe815d rework how we take screenshots for a CPU consumer by Mathias Agopian · 12 years ago
  83. 4c00cc1 Fix argument types in IGraphicBufferProducer methods by Jesse Hall · 12 years ago
  84. 35ffa6a Surface can now be created only from an IGraphicBufferProducer by Mathias Agopian · 12 years ago
  85. 4d9b822 get rid of ISurface by Mathias Agopian · 12 years ago
  86. d2d5a64 workaround a deadlock when taking screenshots into a surface by Mathias Agopian · 12 years ago
  87. 7589b2a add two libgui tests by Mathias Agopian · 12 years ago
  88. 042ecee CpuConsumer: Properly track acquired buffers by Eino-Ville Talvala · 12 years ago
  89. f082323 Merge "CpuConsumer_test: Extend test with new formats RGBA8888 and optional Y8/Y16" into jb-mr2-dev by Igor Murashkin · 12 years ago
  90. 29e2047 CpuConsumer_test: Extend test with new formats RGBA8888 and optional Y8/Y16 by Igor Murashkin · 12 years ago
  91. 306f18c Merge "rework screenshot API and implementation" into jb-mr2-dev by Mathias Agopian · 12 years ago
  92. 006a601 Fix reading NULL Surfaces from Parcels by Jesse Hall · 12 years ago
  93. 2a9fc49 rework screenshot API and implementation by Mathias Agopian · 12 years ago
  94. bbb57f3 Revert "Change SurfaceControl setPosition to take floats" by Dave Burke · 12 years ago
  95. eb0d129 CpuConsumer: Add optional asynchronous mode by Eino-Ville Talvala · 12 years ago
  96. 64d8b19 CpuConsumer: Don't unlock buffers on producer disconnect by Eino-Ville Talvala · 12 years ago
  97. 993e14f Added a test that checks the error behavior of ConsumerBase::abandon by Mathias Agopian · 12 years ago
  98. 9a867a8 Change SurfaceControl setPosition to take floats by Michael Wright · 12 years ago
  99. cf0b8c8 get rid of Surface::getISurfaceTexture() by Mathias Agopian · 12 years ago
  100. e3c697f Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago