1. abe815d rework how we take screenshots for a CPU consumer by Mathias Agopian · 12 years ago
  2. 9cd766a disable RefBase consistency checks (NDEBUG) by Mathias Agopian · 12 years ago
  3. 4e37ddf Fix a crasher with RefBase debugging and vectors of wp<> by Mathias Agopian · 12 years ago
  4. ca987c8 Merge "A few tweaks to RefBase debugging" into jb-mr2-dev by Mathias Agopian · 12 years ago
  5. 19437cb A few tweaks to RefBase debugging by Mathias Agopian · 12 years ago
  6. 4c00cc1 Fix argument types in IGraphicBufferProducer methods by Jesse Hall · 12 years ago
  7. e81421e Add Vector::resize() by Jesse Hall · 12 years ago
  8. 1791eef fix a couple race-conditions in RefBase::promote() by Dianne Hackborn · 12 years ago
  9. 5b00af2 am 7212ff29: am 20e154f1: Merge "Second try at adding a compatibility symbol for the MemoryBase constructor." by Elliott Hughes · 12 years ago
  10. c47f098 Revert "Add a compatibility symbol for the MemoryBase constructor." by Elliott Hughes · 12 years ago
  11. 5ca39ea am 9b57ad73: am 8facd1b2: Merge "Add a compatibility symbol for the MemoryBase constructor." by Elliott Hughes · 12 years ago
  12. ddd2863 Second try at adding a compatibility symbol for the MemoryBase constructor. by Elliott Hughes · 12 years ago
  13. 6dbf07d Revert "Add a compatibility symbol for the MemoryBase constructor." by Elliott Hughes · 12 years ago
  14. 7f974ff Add a compatibility symbol for the MemoryBase constructor. by Elliott Hughes · 12 years ago
  15. 35ffa6a Surface can now be created only from an IGraphicBufferProducer by Mathias Agopian · 12 years ago
  16. 4d9b822 get rid of ISurface by Mathias Agopian · 12 years ago
  17. f795852 temporary: enable ASSERTs in RefBase by Mathias Agopian · 12 years ago
  18. d2d5a64 workaround a deadlock when taking screenshots into a surface by Mathias Agopian · 12 years ago
  19. dbca4a0 Merge "Add Thread::isRunning and Condition::signal(WakeUpType)" into jb-mr2-dev by Romain Guy · 12 years ago
  20. 9447be6 Add Thread::isRunning and Condition::signal(WakeUpType) by Romain Guy · 12 years ago
  21. 7589b2a add two libgui tests by Mathias Agopian · 12 years ago
  22. e3e43b3 rename binder services main thread to Binder_* by Mathias Agopian · 12 years ago
  23. dbf146f Fix RefBase debugging. O_CREAT must specify the mode. by Mathias Agopian · 12 years ago
  24. f082323 Merge "CpuConsumer_test: Extend test with new formats RGBA8888 and optional Y8/Y16" into jb-mr2-dev by Igor Murashkin · 12 years ago
  25. 29e2047 CpuConsumer_test: Extend test with new formats RGBA8888 and optional Y8/Y16 by Igor Murashkin · 12 years ago
  26. 306f18c Merge "rework screenshot API and implementation" into jb-mr2-dev by Mathias Agopian · 12 years ago
  27. 006a601 Fix reading NULL Surfaces from Parcels by Jesse Hall · 12 years ago
  28. 2a9fc49 rework screenshot API and implementation by Mathias Agopian · 12 years ago
  29. bbb57f3 Revert "Change SurfaceControl setPosition to take floats" by Dave Burke · 12 years ago
  30. eb0d129 CpuConsumer: Add optional asynchronous mode by Eino-Ville Talvala · 12 years ago
  31. 64d8b19 CpuConsumer: Don't unlock buffers on producer disconnect by Eino-Ville Talvala · 12 years ago
  32. 3e010f3 Add createTJunctionFreeRegion by Chris Craik · 12 years ago
  33. 993e14f Added a test that checks the error behavior of ConsumerBase::abandon by Mathias Agopian · 12 years ago
  34. 9a867a8 Change SurfaceControl setPosition to take floats by Michael Wright · 12 years ago
  35. a7121cf Merge "get rid of Surface::getISurfaceTexture()" by Mathias Agopian · 12 years ago
  36. cf0b8c8 get rid of Surface::getISurfaceTexture() by Mathias Agopian · 12 years ago
  37. e88a85e Fixes to native app ops services by Eino-Ville Talvala · 12 years ago
  38. e3c697f Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  39. ac9fa42 get rid of Surface identity and token by Mathias Agopian · 12 years ago
  40. b997f6e Merge changes I50831d4e,I5360aebe by Jamie Gennis · 12 years ago
  41. 1df8c34 libgui: disallow NULL Fence pointers by Jamie Gennis · 13 years ago
  42. 5da5ca5 App ops: new native access API. by Dianne Hackborn · 12 years ago
  43. c4fd05b Revert "try to fix win_sdk build." by Nick Kralevich · 12 years ago
  44. fa99d30 try to fix win_sdk build. by Nick Kralevich · 12 years ago
  45. 7c36cd2 Fix memory leak when getting signal time for unsignaled fences by Jesse Hall · 13 years ago
  46. 466a192 Minor tweaks. by Andy McFadden · 13 years ago
  47. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 13 years ago
  48. cce6230 Merge "Add NULL check to CallStack::toString" by Marco Nelissen · 13 years ago
  49. 3213063 Add NULL check to CallStack::toString by Marco Nelissen · 13 years ago
  50. c911ea5 stop using a deprecated SurfaceTextureClient ctor by Jamie Gennis · 13 years ago
  51. 3c1ada9 Merge "SurfaceTextureClient: remove a deprecated ctor" by Jamie Gennis · 13 years ago
  52. 4def860 SurfaceTextureClient: remove a deprecated ctor by Jamie Gennis · 13 years ago
  53. c6f0466 Merge "SurfaceFlinger: Move GraphicBufferAlloc to libgui" by Jamie Gennis · 13 years ago
  54. 392edd8 SurfaceFlinger: Move GraphicBufferAlloc to libgui by Jamie Gennis · 13 years ago
  55. 97eba89 Avoid unnecessary texture bind by Andy McFadden · 13 years ago
  56. bf974ab Refactor SurfaceTexture a bit. by Andy McFadden · 13 years ago
  57. 884e3bc am 6426bd62: am f53f9c6d: [DO NOT MERGE] GraphicBufferAllocator: stall alloc for async frees by Jamie Gennis · 13 years ago
  58. f53f9c6 [DO NOT MERGE] GraphicBufferAllocator: stall alloc for async frees by Jamie Gennis · 13 years ago android-cts-4.2_r2
  59. a436799 am 50f8d285: am d4e70620: am 72c3f7d8: Revert "ConsumerBase: free buffers outside the lock" by Jamie Gennis · 13 years ago
  60. 50f8d28 am d4e70620: am 72c3f7d8: Revert "ConsumerBase: free buffers outside the lock" by Jamie Gennis · 13 years ago
  61. 7df1664 am 2d659286: am 2e59d2c3: DO NOT MERGE GraphicBufferAllocator: make frees async by Jamie Gennis · 13 years ago
  62. 72c3f7d Revert "ConsumerBase: free buffers outside the lock" by Jamie Gennis · 13 years ago
  63. 2e59d2c DO NOT MERGE GraphicBufferAllocator: make frees async by Jamie Gennis · 13 years ago
  64. b5fe96b am 05989772: am 3ed2736c: am b21a4e3b: ConsumerBase: free buffers outside the lock by Jamie Gennis · 13 years ago
  65. 0598977 am 3ed2736c: am b21a4e3b: ConsumerBase: free buffers outside the lock by Jamie Gennis · 13 years ago
  66. b21a4e3 ConsumerBase: free buffers outside the lock by Jamie Gennis · 13 years ago
  67. 0a73f82 Add LinearAllocator by Chris Craik · 13 years ago
  68. 653078f utils: clarify scoped tracing functionality by Alex Ray · 13 years ago
  69. b7e0647 utils: Use cutils tracing functionality. by Alex Ray · 13 years ago
  70. c849b6f Merge "SurfaceFlinger: refactor frame time tracking" by Jamie Gennis · 13 years ago
  71. b171fe9 am 594a8773: am 764c197c: fix typo that broke all the builds by Mathias Agopian · 13 years ago
  72. 73d5662 fix typo that broke all the builds by Mathias Agopian · 13 years ago
  73. 82dbc74 SurfaceFlinger: refactor frame time tracking by Jamie Gennis · 13 years ago
  74. 764c197 fix typo that broke all the builds by Mathias Agopian · 13 years ago
  75. bd3e837 am c208cdd4: am 1d3612f1: am 2a8c49eb: fix an out-of-bounds memory access by Mathias Agopian · 13 years ago
  76. c208cdd am 1d3612f1: am 2a8c49eb: fix an out-of-bounds memory access by Mathias Agopian · 13 years ago
  77. 2a8c49e fix an out-of-bounds memory access by Mathias Agopian · 13 years ago
  78. 2bdd8fd am 41f7736a: am 434e21bf: am 3fdeb48e: Reduce emulator logspam by Andy McFadden · 13 years ago
  79. 41f7736 am 434e21bf: am 3fdeb48e: Reduce emulator logspam by Andy McFadden · 13 years ago
  80. 3fdeb48 Reduce emulator logspam by Andy McFadden · 13 years ago
  81. 74284b9 Merge "Change ConsumerBase's FrameAvailableListener to be a weak pointer" by Igor Murashkin · 13 years ago
  82. a4a3149 Change ConsumerBase's FrameAvailableListener to be a weak pointer by Igor Murashkin · 13 years ago
  83. f3f7db6 Allow global transactions to nest. by Jeff Brown · 13 years ago
  84. 3bc7b27 Merge "Add an LRU cache plus hashing primitives" by Raph Levien · 13 years ago
  85. 8185e47 Add an LRU cache plus hashing primitives by Raph Levien · 13 years ago
  86. 0491524 am 296cd1cb: am 04075569: Revert "Revert "put back the unused virtuals in Vector<>"" by Dave Burke · 13 years ago
  87. 296cd1c am 04075569: Revert "Revert "put back the unused virtuals in Vector<>"" by Dave Burke · 13 years ago
  88. 0407556 Revert "Revert "put back the unused virtuals in Vector<>"" by Dave Burke · 13 years ago
  89. 126d215 More changes to fix PDK build: by Mike Lockwood · 13 years ago
  90. 3b6055a am ba7dc2db: Merge "SurfaceFlinger: add support for secure displays" into jb-mr1-dev by Jamie Gennis · 13 years ago
  91. dd3cb84 SurfaceFlinger: add support for secure displays by Jamie Gennis · 13 years ago
  92. 9097e14 am 7f79a2bd: Merge "BufferQueue: alloc without holding the lock" into jb-mr1-dev by Jamie Gennis · 13 years ago
  93. 7f79a2b Merge "BufferQueue: alloc without holding the lock" into jb-mr1-dev by Jamie Gennis · 13 years ago
  94. 3fe50ab am 125becee: am 7abbbc68: Merge "Add TEMP_FAILURE_RETRY to ZipUtils" by Kenny Root · 13 years ago
  95. d611117 Add TEMP_FAILURE_RETRY to ZipUtils by Kenny Root · 13 years ago
  96. 5c51f0f am 3365c567: Merge "SurfaceFlinger: add animation transactions" into jb-mr1-dev by Jamie Gennis · 13 years ago
  97. 2d5e230 SurfaceFlinger: add animation transactions by Jamie Gennis · 13 years ago
  98. e2e95c8 am 9bdaa60b: Merge "Add TEMP_FAILURE_RETRY around open and write calls" into jb-mr1-dev by Kenny Root · 13 years ago
  99. 3de9cd2 Add TEMP_FAILURE_RETRY around open and write calls by Kenny Root · 13 years ago
  100. 1efe099 BufferQueue: alloc without holding the lock by Jamie Gennis · 13 years ago