1. 3c25621 Re-enable frame dropping for non-auto timestamps by Andy McFadden · 12 years ago
  2. a5b7513 gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquired by Igor Murashkin · 12 years ago
  3. c6bae00 Fix build. optional tests were broken. by Mathias Agopian · 12 years ago
  4. 3f84483 SurfaceFlinger now uses GLES 2.x when available by Mathias Agopian · 12 years ago
  5. 4515596 make sure GLConsumer::releaseTexImage() works after detachFromContext() by Mathias Agopian · 12 years ago
  6. 9870c9b make GLConsumer's debug texture static by Mathias Agopian · 12 years ago
  7. 6c913be Add ISurfaceComposer::destroyDisplay by Jesse Hall · 12 years ago
  8. 45263e2 don't hardcode debug texture dimensions by Mathias Agopian · 12 years ago
  9. 5f51ed9 fix tests more by Mathias Agopian · 12 years ago
  10. 3dce336 fix tests by Mathias Agopian · 12 years ago
  11. 3ca76f4 remove support for glReadPixels screenshot path by Mathias Agopian · 12 years ago
  12. 126b9c8 Fix build. 3rd attempt by Mathias Agopian · 12 years ago
  13. db89edc All consumers now take an IGraphicBufferConsumer instead of a BufferQueue by Mathias Agopian · 12 years ago
  14. 687821c Merge "BufferQueue: Support query of consumer usage bits" by Eino-Ville Talvala · 12 years ago
  15. d9ba970 Merge "Roll back recent change" by Andy McFadden · 12 years ago
  16. 4b49e08 Roll back recent change by Andy McFadden · 12 years ago
  17. c1c39f8 Merge "Binderize the consumer side of BufferQueue" by Mathias Agopian · 12 years ago
  18. 86cd09d Merge "Drop frames based on presentation timestamp" by Andy McFadden · 12 years ago
  19. a4e1952 Binderize the consumer side of BufferQueue by Mathias Agopian · 12 years ago
  20. 14fab7d Drop frames based on presentation timestamp by Andy McFadden · 12 years ago
  21. ba93b3f log an error when dequeueBuffer gets a NULL Fence by Mathias Agopian · 12 years ago
  22. e142428 Make Flattenable not virtual by Mathias Agopian · 12 years ago
  23. f7c6087 BufferQueue: Support query of consumer usage bits by Eino-Ville Talvala · 12 years ago
  24. ad678e1 single buffer mode for BufferQueue by Mathias Agopian · 12 years ago
  25. bf5b849 fix build by Mathias Agopian · 12 years ago
  26. c2414bb get rid of HAL pixelformats 5551 and 4444 by Mathias Agopian · 12 years ago
  27. 9642dba Merge "Fix a race in BufferQueue" by Mathias Agopian · 12 years ago
  28. 6bac363 Fix a race in BufferQueue by Mathias Agopian · 12 years ago
  29. 207c1e2 fix log messages and bogus error message by Mathias Agopian · 12 years ago
  30. 26a6f37 make sure to reset the framenumber when a buffer is marked FREE by Mathias Agopian · 12 years ago
  31. 7cdd786 Make ANW.setSwapInterval(0) work again by Mathias Agopian · 12 years ago
  32. a3fbda3 BuffferQueue disconnect is now always asynchrnous by Mathias Agopian · 12 years ago
  33. 595264f BufferQueue improvements and APIs changes by Mathias Agopian · 12 years ago
  34. 6fda52b always pass the BufferQueue explicitely to consumers by Ying Wang · 12 years ago
  35. 8f938a5 always pass the BufferQueue explicitely to consumers by Mathias Agopian · 12 years ago
  36. 1585c4d Pay attention to buffer timestamps by Andy McFadden · 12 years ago
  37. b4b6370 CpuConsumer: Add set buffer size and format functions. by Zhijun He · 12 years ago
  38. 9e3cb55 BufferQueue: remove freeAllBuffersExceptHeadLocked() by Lajos Molnar · 12 years ago
  39. c5d7b7d BufferQueue: track buffer-queue by instance vs. by reference by Lajos Molnar · 12 years ago
  40. 2381033 am e6eef6c1: am ea74d3b7: make the warning timout of Fence::waitForever() implicit and longer by Mathias Agopian · 12 years ago
  41. ea74d3b make the warning timout of Fence::waitForever() implicit and longer by Mathias Agopian · 12 years ago
  42. 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
  43. c43946b Add support for HAL_PIXEL_FORMAT_YCbCr_420_888 by Eino-Ville Talvala · 12 years ago
  44. 748b696 am 83ad8957: am 5b6ebd71: Merge "libgui_test: fix a couple minor test issues" into jb-mr2-dev by Jamie Gennis · 12 years ago
  45. bdcf1fe Merge changes I0d9f18d1,Ib96c9161 by Mathias Agopian · 12 years ago
  46. ea2d942 libgui_test: fix a couple minor test issues by Jamie Gennis · 12 years ago
  47. 74d211a clean-up/simplify all dump() APIs by Mathias Agopian · 12 years ago
  48. e692ab9 fix uninitialized variables in GLConsumer by Mathias Agopian · 12 years ago
  49. 187edf9 Merge "BufferItemConsumer: add functions to set default buffer format/size" into jb-mr2-dev by Igor Murashkin · 12 years ago
  50. f31510a Add a test that checks multi-texturing works with GL_TEXTURE_EXTERNAL_OES by Mathias Agopian · 12 years ago
  51. 87d1e34 BufferItemConsumer: add functions to set default buffer format/size by Igor Murashkin · 12 years ago
  52. 53dc904 Merge "Updated comments" into jb-mr2-dev by Andy McFadden · 12 years ago
  53. c76e8a2 Merge "Add liblog" into jb-mr2-dev by Ying Wang · 12 years ago
  54. 8a0cb4e Add liblog by Ying Wang · 12 years ago
  55. e6a0f50 libgui_test: increase the tolerance for a YUV test by Jamie Gennis · 12 years ago
  56. ad669b0 libgui: fix an EGLImage leak by Jamie Gennis · 12 years ago
  57. 753e341 Updated comments by Andy McFadden · 12 years ago
  58. ca08833 don't use compile-time configuration of libgui as much as possible by Mathias Agopian · 12 years ago
  59. 2bb7168 replace eglWaitSyncANDROID by eglWaitSyncKHR by Mathias Agopian · 12 years ago
  60. 8000d06 make sure to unlock the screenshot's buffer on destruction by Mathias Agopian · 12 years ago
  61. 13f01cb Pass sp<Fence>s around instead of file descriptors by Jesse Hall · 12 years ago
  62. aaebffd Merge "CpuConsumer: Properly track acquired buffers" into jb-mr2-dev by Eino-Ville Talvala · 12 years ago
  63. ac00643 Merge "Revert "Revert "Change SurfaceControl setPosition to take floats""" into jb-mr2-dev by Ramanan Rajeswaran · 12 years ago
  64. d6480c0 Revert "Revert "Change SurfaceControl setPosition to take floats"" by Ramanan Rajeswaran · 12 years ago
  65. 7c1a487 fix build. update test to new API by Mathias Agopian · 12 years ago
  66. abe815d rework how we take screenshots for a CPU consumer by Mathias Agopian · 12 years ago
  67. 4c00cc1 Fix argument types in IGraphicBufferProducer methods by Jesse Hall · 12 years ago
  68. 35ffa6a Surface can now be created only from an IGraphicBufferProducer by Mathias Agopian · 12 years ago
  69. 4d9b822 get rid of ISurface by Mathias Agopian · 12 years ago
  70. d2d5a64 workaround a deadlock when taking screenshots into a surface by Mathias Agopian · 12 years ago
  71. 7589b2a add two libgui tests by Mathias Agopian · 12 years ago
  72. 042ecee CpuConsumer: Properly track acquired buffers by Eino-Ville Talvala · 12 years ago
  73. f082323 Merge "CpuConsumer_test: Extend test with new formats RGBA8888 and optional Y8/Y16" into jb-mr2-dev by Igor Murashkin · 12 years ago
  74. 29e2047 CpuConsumer_test: Extend test with new formats RGBA8888 and optional Y8/Y16 by Igor Murashkin · 12 years ago
  75. 306f18c Merge "rework screenshot API and implementation" into jb-mr2-dev by Mathias Agopian · 12 years ago
  76. 006a601 Fix reading NULL Surfaces from Parcels by Jesse Hall · 12 years ago
  77. 2a9fc49 rework screenshot API and implementation by Mathias Agopian · 12 years ago
  78. bbb57f3 Revert "Change SurfaceControl setPosition to take floats" by Dave Burke · 12 years ago
  79. eb0d129 CpuConsumer: Add optional asynchronous mode by Eino-Ville Talvala · 12 years ago
  80. 64d8b19 CpuConsumer: Don't unlock buffers on producer disconnect by Eino-Ville Talvala · 12 years ago
  81. 993e14f Added a test that checks the error behavior of ConsumerBase::abandon by Mathias Agopian · 12 years ago
  82. 9a867a8 Change SurfaceControl setPosition to take floats by Michael Wright · 12 years ago
  83. cf0b8c8 get rid of Surface::getISurfaceTexture() by Mathias Agopian · 12 years ago
  84. e3c697f Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  85. ac9fa42 get rid of Surface identity and token by Mathias Agopian · 12 years ago
  86. 1df8c34 libgui: disallow NULL Fence pointers by Jamie Gennis · 13 years ago
  87. 466a192 Minor tweaks. by Andy McFadden · 13 years ago
  88. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 13 years ago
  89. c911ea5 stop using a deprecated SurfaceTextureClient ctor by Jamie Gennis · 13 years ago
  90. 3c1ada9 Merge "SurfaceTextureClient: remove a deprecated ctor" by Jamie Gennis · 13 years ago
  91. 4def860 SurfaceTextureClient: remove a deprecated ctor by Jamie Gennis · 13 years ago
  92. c6f0466 Merge "SurfaceFlinger: Move GraphicBufferAlloc to libgui" by Jamie Gennis · 13 years ago
  93. 392edd8 SurfaceFlinger: Move GraphicBufferAlloc to libgui by Jamie Gennis · 13 years ago
  94. 97eba89 Avoid unnecessary texture bind by Andy McFadden · 13 years ago
  95. bf974ab Refactor SurfaceTexture a bit. by Andy McFadden · 13 years ago
  96. a436799 am 50f8d285: am d4e70620: am 72c3f7d8: Revert "ConsumerBase: free buffers outside the lock" by Jamie Gennis · 13 years ago
  97. 72c3f7d Revert "ConsumerBase: free buffers outside the lock" by Jamie Gennis · 13 years ago
  98. b5fe96b am 05989772: am 3ed2736c: am b21a4e3b: ConsumerBase: free buffers outside the lock by Jamie Gennis · 13 years ago
  99. b21a4e3 ConsumerBase: free buffers outside the lock by Jamie Gennis · 13 years ago
  100. 73d5662 fix typo that broke all the builds by Mathias Agopian · 13 years ago