1. d2c6b7f Merge "Fix google-explicit-constructor warnings in gui and ui." am: 170454b0fa am: 5a283bbd40 by Chih-hung Hsieh · 9 years ago
  2. 65d4787 Fix google-explicit-constructor warnings in gui and ui. by Chih-Hung Hsieh · 9 years ago
  3. ce796e7 Plumbing for getting FenceTracker timestamps by Pablo Ceballos · 9 years ago
  4. 70982a5 Revert "libgui: Remove custom BufferQueue allocators" by Dan Stoza · 10 years ago
  5. acd5615 libgui: Remove custom BufferQueue allocators by Dan Stoza · 10 years ago
  6. dc13c5b libgui: Hook up onFrameReplaced by Dan Stoza · 10 years ago
  7. 5471631 libgui: Remove IGBC::BufferItem by Dan Stoza · 10 years ago
  8. 8dc5539 Add a BufferItem parameter to onFrameAvailable by Dan Stoza · 11 years ago
  9. e0d5862 Remove deprecated BufferQueue constructor by Dan Stoza · 11 years ago
  10. fb39827 Merge "BufferQueue: Increase max slots from 32 to 64" by Dan Stoza · 11 years ago
  11. febd4f4 BufferQueue: Increase max slots from 32 to 64 by Dan Stoza · 11 years ago
  12. d9822a3 BufferQueueProducer: add detachNextBuffer by Dan Stoza · 11 years ago
  13. fd34b65 Merge "BufferQueue: Add producer buffer-released callback" by Dan Stoza · 11 years ago
  14. b3d0bdf BufferQueue: Remove Bn version of create* by Dan Stoza · 11 years ago
  15. f0eaf25 BufferQueue: Add producer buffer-released callback by Dan Stoza · 11 years ago
  16. 73ed82f Merge "Add sideband streams to BufferQueue and related classes" by Jesse Hall · 11 years ago
  17. f522af7 BufferQueue: Allow returning interfaces as I*/Bn* by Dan Stoza · 11 years ago
  18. 399184a Add sideband streams to BufferQueue and related classes by Jesse Hall · 11 years ago
  19. 9f3053d BufferQueue: Allow detaching/reattaching buffers by Dan Stoza · 11 years ago
  20. 3e96f19 Change BufferQueue into producer/consumer wrapper by Dan Stoza · 11 years ago
  21. 7ea777f gui: Add tests for IGraphicBufferProducer by Igor Murashkin · 12 years ago
  22. 4be18a3 gui: Remove BufferQueue::MIN_UNDEQUEUED_BUFFERS by Igor Murashkin · 12 years ago
  23. 7d2d160 gui: Update header docs for IGraphicBufferConsumer/Producer/BufferQueue by Igor Murashkin · 12 years ago
  24. 365857d Make sure do disconnect from a BQ when its client dies. by Mathias Agopian · 12 years ago
  25. db89edc All consumers now take an IGraphicBufferConsumer instead of a BufferQueue by Mathias Agopian · 12 years ago
  26. a4e1952 Binderize the consumer side of BufferQueue by Mathias Agopian · 12 years ago
  27. ad678e1 single buffer mode for BufferQueue by Mathias Agopian · 12 years ago
  28. 7cdd786 Make ANW.setSwapInterval(0) work again by Mathias Agopian · 12 years ago
  29. a3fbda3 BuffferQueue disconnect is now always asynchrnous by Mathias Agopian · 12 years ago
  30. 595264f BufferQueue improvements and APIs changes by Mathias Agopian · 12 years ago
  31. 1585c4d Pay attention to buffer timestamps by Andy McFadden · 12 years ago
  32. 9e3cb55 BufferQueue: remove freeAllBuffersExceptHeadLocked() by Lajos Molnar · 12 years ago
  33. c5d7b7d BufferQueue: track buffer-queue by instance vs. by reference by Lajos Molnar · 12 years ago
  34. 74d211a clean-up/simplify all dump() APIs by Mathias Agopian · 12 years ago
  35. 753e341 Updated comments by Andy McFadden · 12 years ago
  36. 4c00cc1 Fix argument types in IGraphicBufferProducer methods by Jesse Hall · 12 years ago
  37. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 13 years ago
  38. bf974ab Refactor SurfaceTexture a bit. by Andy McFadden · 13 years ago
  39. 6905205 Fix transform hints by Andy McFadden · 13 years ago
  40. c68f2ec BufferQueue: add a setMaxAcquiredBufferCount check by Jamie Gennis · 13 years ago
  41. 72f096f BufferQueue: use max acquired buffer count by Jamie Gennis · 13 years ago
  42. e191e6c BufferQueue: simplify max buffer count handling by Jamie Gennis · 13 years ago
  43. 31a353d BufferQueue: clean up buffer counting by Jamie Gennis · 13 years ago
  44. 1a4d883 surfaceflinger: refactor FrambufferSurface by Jamie Gennis · 13 years ago
  45. b42b1ac Return fence from acquireBuffer by Jesse Hall · 13 years ago
  46. c777b0b Pass fences with buffers from SurfaceTextureClient by Jesse Hall · 13 years ago
  47. f785754 Pass fences from BufferQueue to SurfaceTextureClient by Jesse Hall · 13 years ago
  48. ef19414 Transfer HWC release fences to BufferQueue by Jesse Hall · 13 years ago
  49. 3e87601 Implement SurfaceFlinger's ANW on top of BufferQueue by Mathias Agopian · 13 years ago
  50. e41b318 Add a BufferQueue CPU consumer. by Eino-Ville Talvala · 13 years ago
  51. d72f233 libgui: Add support for post-xform crops. by Jamie Gennis · 13 years ago
  52. efc7ab6 libgui: Add plumbing for active rectangle by Jamie Gennis · 13 years ago
  53. 24202f5 update the binder protocol for connect to match that of queueBuffer by Mathias Agopian · 13 years ago
  54. f0bc2f1 use in/out structures for queueBuffer() IPC by Mathias Agopian · 13 years ago
  55. fbcda93 BufferQueue returns proper code on acquire by Daniel Lam · 13 years ago
  56. abe61bf BufferQueue no longer hardcodes buffer counts by Daniel Lam · 13 years ago
  57. 9abe1eb Fixed disconnect bug in SurfaceTexture by Daniel Lam · 13 years ago
  58. 851ef8f reduce IPC with BufferQueue by Mathias Agopian · 13 years ago
  59. f71c4ae Added a DummyConsumer for use with BufferQueue. by Daniel Lam · 13 years ago
  60. fa5b40e libgui: add BQ consumer buffer free notifications by Jamie Gennis · 13 years ago
  61. b267579 SurfaceTexture: Fully refactored from BufferQueue by Daniel Lam · 13 years ago
  62. eae59d2 Removed dependecies between BufferQueue and SurfaceTexture by Daniel Lam · 14 years ago
  63. fbb1655 Merge "Revert "Removed dependecies between BufferQueue and SurfaceTexture"" by Jamie Gennis · 13 years ago
  64. 90ac799 fix libgui header location by Mathias Agopian · 13 years ago
  65. 9b10c47 Revert "Removed dependecies between BufferQueue and SurfaceTexture" by Daniel Lam · 13 years ago
  66. 3330238 Removed dependecies between BufferQueue and SurfaceTexture by Daniel Lam · 14 years ago
  67. b856052 Refactored query function from SurfaceTexture into BufferQueue by Daniel Lam · 14 years ago
  68. 6b091c5 Refactored ISurfaceTexture calls from SurfaceTexture into BufferQueue. by Daniel Lam · 14 years ago