1. 0493044 Merge "Add BufferItemConsumer, a simple BufferQueue consumer." into jb-mr1-dev by Eino-Ville Talvala · 13 years ago
  2. e232fdc Add BufferItemConsumer, a simple BufferQueue consumer. by Eino-Ville Talvala · 13 years ago
  3. 84a9a3c Merge "CpuConsumer: inherit from ConsumerBase" into jb-mr1-dev by Eino-Ville Talvala · 13 years ago
  4. f57e754 CpuConsumer: inherit from ConsumerBase by Eino-Ville Talvala · 13 years ago
  5. 729f480 Merge "Revert "SurfaceTexture: inherit from ConsumerBase"" into jb-mr1-dev by Jamie Gennis · 13 years ago
  6. f7f6345 Merge "Revert "SurfaceTexture: call ConsumerBase::freeBufferLocked"" into jb-mr1-dev by Jamie Gennis · 13 years ago
  7. ce7a6c0 Revert "SurfaceTexture: inherit from ConsumerBase" by Jamie Gennis · 13 years ago
  8. 483bccd Revert "SurfaceTexture: call ConsumerBase::freeBufferLocked" by Jamie Gennis · 13 years ago
  9. 220ef10 Merge "SurfaceTexture: call ConsumerBase::freeBufferLocked" into jb-mr1-dev by Jamie Gennis · 13 years ago
  10. f8d33c6 SurfaceTexture: call ConsumerBase::freeBufferLocked by Jamie Gennis · 13 years ago
  11. d3bbcaf resolved conflicts for merge of 21938749 to jb-mr1-dev by Jean-Baptiste Queru · 13 years ago
  12. 2c7eb92 Merge "SurfaceTexture: inherit from ConsumerBase" into jb-mr1-dev by Jamie Gennis · 13 years ago
  13. 818b460 display states can't share the dirty flags by Mathias Agopian · 13 years ago
  14. ed059a8 SurfaceTexture: inherit from ConsumerBase by Jamie Gennis · 13 years ago
  15. 8683fca improve [un]marshalling of non-binder objects by Mathias Agopian · 13 years ago
  16. e57f292 make multi-display more real by Mathias Agopian · 13 years ago
  17. 3165cc2 libgui includes refactoring by Mathias Agopian · 13 years ago
  18. 3d1d09c SurfaceTexture: Fix a fence fd leak. by Jamie Gennis · 13 years ago
  19. 45cb2ba SurfaceTexture: fix an out of bounds array access by Jamie Gennis · 13 years ago
  20. 1a4d883 surfaceflinger: refactor FrambufferSurface by Jamie Gennis · 13 years ago
  21. 72131d9 remove unneeded dependencies in libhardware by Mathias Agopian · 13 years ago
  22. 92efd84 screen-off animation won't be handled by SF anymore by Mathias Agopian · 13 years ago
  23. 4f9c284 Add missing break in switch statement by Romain Guy · 13 years ago
  24. 12bd497 libgui: enable EGL_fence_sync usage for exynos5 by Jamie Gennis · 13 years ago
  25. c666cae get rid of the shared-memory control block by Mathias Agopian · 13 years ago
  26. 8785578 add a layerStack attribute to Layers. by Mathias Agopian · 13 years ago
  27. 8b33f03 update SF binder protocol to support setting display attributes by Mathias Agopian · 13 years ago
  28. 6501e99 Remove freeze(), unfreeze() and setFreezeTint(). by Jeff Brown · 13 years ago
  29. f9176a9 Remove freezeDisplay(), which is no-op. by Jeff Brown · 13 years ago
  30. 47ad361 Fix error trap in SurfaceTexture Client by Steve Critchlow · 13 years ago
  31. e7db724 Fix check for fence merge success by Jesse Hall · 13 years ago
  32. dc5b485 Pass fence to HWC on first use of buffer by Jesse Hall · 13 years ago
  33. b42b1ac Return fence from acquireBuffer by Jesse Hall · 13 years ago
  34. c777b0b Pass fences with buffers from SurfaceTextureClient by Jesse Hall · 13 years ago
  35. 02a7be7 Merge "Clarify aborted updateTexImage use of fences" by Jesse Hall · 13 years ago
  36. 962174d Merge "Return fence to client in dequeuBuffer" by Jesse Hall · 13 years ago
  37. d58c304 Clarify aborted updateTexImage use of fences by Jesse Hall · 13 years ago
  38. f9783af Return fence to client in dequeuBuffer by Jesse Hall · 13 years ago
  39. 3094df3 First prototype atttempting to support an external display by Mathias Agopian · 13 years ago
  40. f785754 Pass fences from BufferQueue to SurfaceTextureClient by Jesse Hall · 13 years ago
  41. ef19414 Transfer HWC release fences to BufferQueue by Jesse Hall · 13 years ago
  42. d8e812c Update ANativeWindow clients for sync by Jamie Gennis · 13 years ago
  43. 3e87601 Implement SurfaceFlinger's ANW on top of BufferQueue by Mathias Agopian · 13 years ago
  44. 8e53306 surfaceflinger: replace early suspend with binder call from PowerManager by Colin Cross · 13 years ago
  45. 2466e40 am 584fcb32: am 2c8207e9: add the ability to reject buffers in SurfaceTexture::updateTexImage by Mathias Agopian · 13 years ago
  46. 2c8207e add the ability to reject buffers in SurfaceTexture::updateTexImage by Mathias Agopian · 13 years ago
  47. c20bd43 am 138a8d75: am e1082496: Enable SurfaceTexture fence sync for the emulator by Jesse Hall · 13 years ago
  48. e108249 Enable SurfaceTexture fence sync for the emulator by Jesse Hall · 13 years ago
  49. 69df645 am 83f1d839: am 7e477bfe: make sure BufferQueue releases newly acquired buffers on failures by Mathias Agopian · 13 years ago
  50. 49b97c8 am ac4a4825: am f899e411: Remove misleading and wrong ALOGW by Mathias Agopian · 13 years ago
  51. f336014 am bd56aabb: am 515f19da: Merge "Recreate EGLImage for previously used slots" into jb-dev by Jesse Hall · 13 years ago
  52. 7e477bf make sure BufferQueue releases newly acquired buffers on failures by Mathias Agopian · 13 years ago
  53. f899e41 Remove misleading and wrong ALOGW by Mathias Agopian · 13 years ago
  54. 90ed850 Recreate EGLImage for previously used slots by Jesse Hall · 13 years ago
  55. a74eb25 am dd739965: Merge changes I32fbc2b6,Ifd0ed05b into jb-dev by Jamie Gennis · 13 years ago
  56. e41b318 Add a BufferQueue CPU consumer. by Eino-Ville Talvala · 13 years ago
  57. b7a6b96 libgui: remove setPostTransformCrop by Jamie Gennis · 13 years ago
  58. f15a83f SurfaceFlinger: add a crop to the layer state by Jamie Gennis · 13 years ago
  59. cd1806e libgui: improve some logging and dumping by Jamie Gennis · 13 years ago
  60. 82c5380 Merge "SurfaceTexture: improve texture matrix computation" into jb-dev by Jamie Gennis · 13 years ago
  61. cae7c0b Merge "libgui: Add support for post-xform crops." into jb-dev by Jamie Gennis · 13 years ago
  62. 5c1139f SurfaceTexture: improve texture matrix computation by Jamie Gennis · 13 years ago
  63. d72f233 libgui: Add support for post-xform crops. by Jamie Gennis · 13 years ago
  64. 29267fe return errors properly in BitTube and SensorEventQueue by Mathias Agopian · 13 years ago
  65. 2ebc4d6 set a Sensor's version properly by Mathias Agopian · 13 years ago
  66. 5c8a608 SurfaceTexture: fix a memory leak by Jamie Gennis · 13 years ago
  67. efc7ab6 libgui: Add plumbing for active rectangle by Jamie Gennis · 13 years ago
  68. f4b3228 SurfaceTexture: detachFromContext fixed by Daniel Lam · 13 years ago
  69. 2488b20 add a way to query whether an ANativeWindow consumer is running ahead of the producer by Mathias Agopian · 13 years ago
  70. 24202f5 update the binder protocol for connect to match that of queueBuffer by Mathias Agopian · 13 years ago
  71. a0db308 remove SurfaceTexture::connect() by Mathias Agopian · 13 years ago
  72. 6c47034 Fix BufferQueue verbose log by Eino-Ville Talvala · 13 years ago
  73. 85b2176 Remove fixed USAGE_HW_TEXTURE flag from BufferQueue. by Eino-Ville Talvala · 13 years ago
  74. 9aa74db SurfaceTexture: fix a memory leak by Jamie Gennis · 13 years ago
  75. 2efa4b2 Merge changes Id79430f9,I541d3046 by Jamie Gennis · 13 years ago
  76. 695e331 BufferQueue: check before tracing buffer index by Jamie Gennis · 13 years ago
  77. 91a6826 SurfaceTexture: shrink all sides when cropping by Jamie Gennis · 13 years ago
  78. 82ca93b Merge "s/w rendered apps can now use n-buffering (n>2)" by Mathias Agopian · 13 years ago
  79. 172a62a make sure to pass the transform-hint on ANW.connect by Mathias Agopian · 13 years ago
  80. ac6035a s/w rendered apps can now use n-buffering (n>2) by Mathias Agopian · 13 years ago
  81. b364be8 fix a typo causing pre-rotation to never work by Mathias Agopian · 13 years ago
  82. 016c8cb Enabled cropping support in SurfaceTexture by Daniel Lam · 13 years ago
  83. a96b6bd SurfaceTexture: work around a compiler bug by Jamie Gennis · 13 years ago
  84. c2c3802 SurfaceTexture: add a test for user sizes & prerotation by Jamie Gennis · 13 years ago
  85. 55a7014 SurfaceTextureClient: support for application buffer dimensions by Michael I. Gold · 13 years ago
  86. f0bc2f1 use in/out structures for queueBuffer() IPC by Mathias Agopian · 13 years ago
  87. fbcda93 BufferQueue returns proper code on acquire by Daniel Lam · 13 years ago
  88. abe61bf BufferQueue no longer hardcodes buffer counts by Daniel Lam · 13 years ago
  89. 8cce8a9 Merge "Fixed disconnect bug in SurfaceTexture" by Jamie Gennis · 13 years ago
  90. 7b5be95 use a socketpair instead of a pipe in BitTube by Mathias Agopian · 13 years ago
  91. 9abe1eb Fixed disconnect bug in SurfaceTexture by Daniel Lam · 13 years ago
  92. 0e1080f Merge "SurfaceTexture: add context attach & detach" by Jamie Gennis · 13 years ago
  93. 74bed55 SurfaceTexture: add context attach & detach by Jamie Gennis · 13 years ago
  94. 851ef8f reduce IPC with BufferQueue by Mathias Agopian · 13 years ago
  95. 9285a16 Merge "Refactored DummyConsumer" by Jamie Gennis · 13 years ago
  96. 9d61a28 Refactored DummyConsumer by Daniel Lam · 13 years ago
  97. 9e0b1f8 remove libandroid.so from targets that don't need it by Colin Cross · 13 years ago
  98. f71c4ae Added a DummyConsumer for use with BufferQueue. by Daniel Lam · 13 years ago
  99. b0e76f4 remove dependency of EGL on ndk header by Mathias Agopian · 13 years ago
  100. ce56137 libgui: have ST::updateTexImage check the GL ctx by Jamie Gennis · 13 years ago