1. ed22c1c Update tests for new build target by Kenny Root · 13 years ago
  2. 47ad361 Fix error trap in SurfaceTexture Client by Steve Critchlow · 13 years ago
  3. db1597a Fix shutdown sequence to avoid SIGSEGV when running am command by Johannes Carlsson · 14 years ago
  4. 1ba2457 Aligning native Parcel implementation to Java. by Magnus Strandberg · 14 years ago
  5. 4467bba Merge "Support looper callbacks based on smart pointers." into jb-dev by Jeff Brown · 13 years ago
  6. dad2378 Merge "Delete unused poll() code." into jb-dev by Jeff Brown · 13 years ago
  7. 9e2e781 Merge "Remove unused statistics code." into jb-dev by Jeff Brown · 13 years ago
  8. af567f7 Support looper callbacks based on smart pointers. by Jeff Brown · 13 years ago
  9. 588d5c8 Delete unused poll() code. by Jeff Brown · 13 years ago
  10. 1ea51bf Remove unused statistics code. by Jeff Brown · 13 years ago
  11. 2c8207e add the ability to reject buffers in SurfaceTexture::updateTexImage by Mathias Agopian · 13 years ago
  12. e108249 Enable SurfaceTexture fence sync for the emulator by Jesse Hall · 13 years ago
  13. 7e477bf make sure BufferQueue releases newly acquired buffers on failures by Mathias Agopian · 13 years ago
  14. f899e41 Remove misleading and wrong ALOGW by Mathias Agopian · 13 years ago
  15. 5aed684 Merge "fix a corruption in Vector<> when adding new items" into jb-dev by Mathias Agopian · 13 years ago
  16. a9611c5 fix a corruption in Vector<> when adding new items by Mathias Agopian · 13 years ago
  17. 90ed850 Recreate EGLImage for previously used slots by Jesse Hall · 13 years ago
  18. dd73996 Merge changes I32fbc2b6,Ifd0ed05b into jb-dev by Jamie Gennis · 13 years ago
  19. 542af12 Fix log spam about CPU frequency on one device by Glenn Kasten · 13 years ago
  20. b7a6b96 libgui: remove setPostTransformCrop by Jamie Gennis · 13 years ago
  21. f15a83f SurfaceFlinger: add a crop to the layer state by Jamie Gennis · 13 years ago
  22. f30fd01 Merge "Workaround for add_tid_to_cgroup failed to write" into jb-dev by Glenn Kasten · 13 years ago
  23. 10cbbd8 Workaround for add_tid_to_cgroup failed to write by Glenn Kasten · 13 years ago
  24. cd1806e libgui: improve some logging and dumping by Jamie Gennis · 13 years ago
  25. 555f89d Add callback hack to find out when to reload system properties. by Dianne Hackborn · 13 years ago
  26. 82c5380 Merge "SurfaceTexture: improve texture matrix computation" into jb-dev by Jamie Gennis · 13 years ago
  27. cae7c0b Merge "libgui: Add support for post-xform crops." into jb-dev by Jamie Gennis · 13 years ago
  28. 59df82f Merge "libui: add the Rect::transform method" into jb-dev by Jamie Gennis · 13 years ago
  29. 5c1139f SurfaceTexture: improve texture matrix computation by Jamie Gennis · 13 years ago
  30. d72f233 libgui: Add support for post-xform crops. by Jamie Gennis · 13 years ago
  31. 34c6588 Change name of system property for traces. by Dianne Hackborn · 13 years ago
  32. 29267fe return errors properly in BitTube and SensorEventQueue by Mathias Agopian · 13 years ago
  33. 5933280 libui: add the Rect::transform method by Jamie Gennis · 13 years ago
  34. 2ebc4d6 set a Sensor's version properly by Mathias Agopian · 13 years ago
  35. 5c8a608 SurfaceTexture: fix a memory leak by Jamie Gennis · 13 years ago
  36. 6b8bef6 PixelFormat.UNKNOWN should return an error when queried by Mathias Agopian · 13 years ago
  37. efc7ab6 libgui: Add plumbing for active rectangle by Jamie Gennis · 13 years ago
  38. f4b3228 SurfaceTexture: detachFromContext fixed by Daniel Lam · 13 years ago
  39. 2488b20 add a way to query whether an ANativeWindow consumer is running ahead of the producer by Mathias Agopian · 13 years ago
  40. 24202f5 update the binder protocol for connect to match that of queueBuffer by Mathias Agopian · 13 years ago
  41. a0db308 remove SurfaceTexture::connect() by Mathias Agopian · 13 years ago
  42. a26e1cf Scheduling group cleanup by Glenn Kasten · 13 years ago
  43. 9798ff2 Merge "add set thread count" by Mathias Agopian · 13 years ago
  44. 1b80f79 add set thread count by Mathias Agopian · 13 years ago
  45. 6c47034 Fix BufferQueue verbose log by Eino-Ville Talvala · 13 years ago
  46. 85b2176 Remove fixed USAGE_HW_TEXTURE flag from BufferQueue. by Eino-Ville Talvala · 13 years ago
  47. 992b4c5 Merge "Support tokenizing arbitrary content." by Jeff Brown · 13 years ago
  48. a8be8fa Support tokenizing arbitrary content. by Jeff Brown · 13 years ago
  49. 9aa74db SurfaceTexture: fix a memory leak by Jamie Gennis · 13 years ago
  50. 2efa4b2 Merge changes Id79430f9,I541d3046 by Jamie Gennis · 13 years ago
  51. 695e331 BufferQueue: check before tracing buffer index by Jamie Gennis · 13 years ago
  52. 91a6826 SurfaceTexture: shrink all sides when cropping by Jamie Gennis · 13 years ago
  53. e8db871 double checked locking pattern is not safe on SMP by Mathias Agopian · 13 years ago
  54. 3aecbb0 fix Region const_iterator. by Mathias Agopian · 13 years ago
  55. 82ca93b Merge "s/w rendered apps can now use n-buffering (n>2)" by Mathias Agopian · 13 years ago
  56. 172a62a make sure to pass the transform-hint on ANW.connect by Mathias Agopian · 13 years ago
  57. ac6035a s/w rendered apps can now use n-buffering (n>2) by Mathias Agopian · 13 years ago
  58. b364be8 fix a typo causing pre-rotation to never work by Mathias Agopian · 13 years ago
  59. 016c8cb Enabled cropping support in SurfaceTexture by Daniel Lam · 13 years ago
  60. a96b6bd SurfaceTexture: work around a compiler bug by Jamie Gennis · 13 years ago
  61. c2c3802 SurfaceTexture: add a test for user sizes & prerotation by Jamie Gennis · 13 years ago
  62. 55a7014 SurfaceTextureClient: support for application buffer dimensions by Michael I. Gold · 13 years ago
  63. f0bc2f1 use in/out structures for queueBuffer() IPC by Mathias Agopian · 13 years ago
  64. cac72cd Merge "BufferQueue returns proper code on acquire" by Mathias Agopian · 13 years ago
  65. fbcda93 BufferQueue returns proper code on acquire by Daniel Lam · 13 years ago
  66. d5caca1 Merge "BufferQueue no longer hardcodes buffer counts" by Mathias Agopian · 13 years ago
  67. abe61bf BufferQueue no longer hardcodes buffer counts by Daniel Lam · 13 years ago
  68. 485744e Merge "Add a log tag" by Glenn Kasten · 13 years ago
  69. 8cce8a9 Merge "Fixed disconnect bug in SurfaceTexture" by Jamie Gennis · 13 years ago
  70. 84ed800 Add a log tag by Glenn Kasten · 13 years ago
  71. 7b5be95 use a socketpair instead of a pipe in BitTube by Mathias Agopian · 13 years ago
  72. 9abe1eb Fixed disconnect bug in SurfaceTexture by Daniel Lam · 13 years ago
  73. 0e1080f Merge "SurfaceTexture: add context attach & detach" by Jamie Gennis · 13 years ago
  74. 74bed55 SurfaceTexture: add context attach & detach by Jamie Gennis · 13 years ago
  75. 851ef8f reduce IPC with BufferQueue by Mathias Agopian · 13 years ago
  76. 9285a16 Merge "Refactored DummyConsumer" by Jamie Gennis · 13 years ago
  77. 9d61a28 Refactored DummyConsumer by Daniel Lam · 13 years ago
  78. 9e0b1f8 remove libandroid.so from targets that don't need it by Colin Cross · 13 years ago
  79. 8757966 Merge "Added a DummyConsumer for use with BufferQueue." by Jamie Gennis · 13 years ago
  80. e377d7d Merge "add Looper.cpp to build for linux host to use in CTS audio" by Keun young Park · 13 years ago
  81. f71c4ae Added a DummyConsumer for use with BufferQueue. by Daniel Lam · 13 years ago
  82. b7beba4 add Looper.cpp to build for linux host to use in CTS audio by Keun young Park · 13 years ago
  83. 0b94dcd mv libcpustats from frameworks/base to /native by Glenn Kasten · 13 years ago
  84. b0e76f4 remove dependency of EGL on ndk header by Mathias Agopian · 13 years ago
  85. 1c6cd38 frameworks/native: link host libutils against external/zlib by Colin Cross · 13 years ago
  86. 163d5a9 frameworks/native: move Zip* from libandroidfw to libutils by Colin Cross · 13 years ago
  87. de3b072 Merge "libgui: have ST::updateTexImage check the GL ctx" by Jamie Gennis · 13 years ago
  88. 782cb13 Merge "libgui: add BQ consumer buffer free notifications" by Jamie Gennis · 13 years ago
  89. ce56137 libgui: have ST::updateTexImage check the GL ctx by Jamie Gennis · 13 years ago
  90. fa5b40e libgui: add BQ consumer buffer free notifications by Jamie Gennis · 13 years ago
  91. 0818b09 Add a simple work queue abstraction. by Jeff Brown · 13 years ago
  92. 9eeebe3 Merge "Added rules to build f/n/libs/utils in 64-bit: lib64utils.a" by Andrew Hsieh · 13 years ago
  93. b267579 SurfaceTexture: Fully refactored from BufferQueue by Daniel Lam · 13 years ago
  94. 93f283d Added rules to build f/n/libs/utils in 64-bit: lib64utils.a by Andrew Hsieh · 13 years ago
  95. 74ff8c2 attempt to fix a deadlock in SurfaceTextureClient::disconnect by Dave Burke · 13 years ago
  96. 4d0f967 Merge "Expose the set of enabled tags." by Jeff Brown · 13 years ago
  97. 45b80c6 Expose the set of enabled tags. by Jeff Brown · 13 years ago
  98. c2c1f2f BufferQueue: fixed issues with buffer slots not available by Daniel Lam · 13 years ago
  99. a440dc1 Merge "Remove obsolete references to sched_policy.h" by Glenn Kasten · 13 years ago
  100. 757507e Merge "Add ATRACEs for Buffer indices" by Mathias Agopian · 13 years ago