1. dcc7031 Rename LOG_ASSERT to ALOG_ASSERT by Steve Block · 13 years ago
  2. 11862d6 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) by Steve Block · 13 years ago
  3. 252778f Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) by Steve Block · 13 years ago
  4. 5b11920 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) by Steve Block · 13 years ago
  5. a6c2fd5 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) by Steve Block · 13 years ago
  6. 1888a81 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) by Steve Block · 13 years ago
  7. 00469f1 Rename (IF_)LOG() to (IF_)ALOG() by Steve Block · 13 years ago
  8. 988637e SurfaceTexture: fix a verbose-log compile error by Jamie Gennis · 13 years ago
  9. d640f89 Initialize bwr.read_buffer in IPCThreadState::talkWithDriver. by Ben Cheng · 13 years ago
  10. 86edf4f SurfaceTexture: add EGL_KHR_fence_sync option by Jamie Gennis · 13 years ago
  11. fe27e2f SurfaceTexture: add a blit-to-FBO test by Jamie Gennis · 13 years ago
  12. 7723773 Merge "don't report an error when disconnecting from an abandoned surfacetexture" into ics-mr1 by Mathias Agopian · 13 years ago
  13. 75cf5a7 Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" into ics-mr1 by Mathias Agopian · 13 years ago
  14. e3603d7 SurfaceTexture: fix a couple tests by Jamie Gennis · 13 years ago
  15. 5976946 EGL: default to swap interval 1 by Jamie Gennis · 13 years ago
  16. 6f4cdfe SurfaceTexture: clean up some tests by Jamie Gennis · 13 years ago
  17. 8b8a004 don't report an error when disconnecting from an abandoned surfacetexture by Mathias Agopian · 13 years ago
  18. 7c6eba6 enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices by Mathias Agopian · 13 years ago
  19. 6285c6c Merge "attempt to fix bug 5313580" into ics-mr1 by Mathias Agopian · 13 years ago
  20. a36bcd5 attempt to fix bug 5313580 by Mathias Agopian · 13 years ago
  21. e984dd1 Merge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1 by Jamie Gennis · 13 years ago
  22. aaa3ecf SurfaceTexture: fix a bug with buffer reallocation by Jamie Gennis · 13 years ago
  23. c554d2b Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"" into ics-mr1 by Mathias Agopian · 13 years ago
  24. c21180e Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" by Mathias Agopian · 13 years ago
  25. c1ef3c4 Merge "SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue call" into ics-mr1 by Jamie Gennis · 13 years ago
  26. 032458c Merge "Eliminate hw.keyboards system properties." into ics-mr1 by Jeff Brown · 13 years ago
  27. 882b0a5 Eliminate hw.keyboards system properties. by Jeff Brown · 13 years ago
  28. a929748 SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue call by Sunita Nadampalli · 13 years ago
  29. 251ce85 enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices by Mathias Agopian · 13 years ago
  30. 194c76c Define, document, and test the behavior of very large SurfaceTextures by Mathias Agopian · 13 years ago
  31. efd912c am 5462bc63: Fix a leak in Parcel::writeBlob. by Jeff Brown · 13 years ago
  32. 93ff1f9 Fix a leak in Parcel::writeBlob. by Jeff Brown · 13 years ago
  33. 9f8b1ce Merge "SurfaceTexture: various logging improvements" into ics-mr1 by Jamie Gennis · 13 years ago
  34. 6ee96ad SurfaceTexture: various logging improvements by Jamie Gennis · 13 years ago
  35. 0e1bc17 BlobCache: implement cache serialization by Jamie Gennis · 14 years ago
  36. 93ca6fb BlobCache: remove the mutex locking by Jamie Gennis · 13 years ago
  37. 9897b46 resolved conflicts for merge of 2d280f75 to ics-mr1 by Jeff Brown · 13 years ago
  38. 27a852b Improve the slow query instrumentation. by Jeff Brown · 13 years ago
  39. b5fe317 add -ldl to host executables by Iliyan Malchev · 13 years ago
  40. 83d3fa1 Merge "SurfaceTexture: add tests for buffer leaks" by Jesse Hall · 13 years ago
  41. 79e3125 SurfaceTexture: add tests for buffer leaks by Jamie Gennis · 13 years ago
  42. baf0e06 am 827d069a: Merge "SurfaceTexture: free buffers when disconnect fails" into ics-mr0 by Jamie Gennis · 13 years ago
  43. 13c5ca3 SurfaceTexture: free buffers when disconnect fails by Jamie Gennis · 13 years ago
  44. 7731f4e am 9a0732af: Merge "SensorManager reconnects to sensor service when the later dies" into ics-mr0 by Mathias Agopian · 13 years ago
  45. 0ee55fd Merge "SensorManager reconnects to sensor service when the later dies" into ics-mr0 by Mathias Agopian · 13 years ago
  46. 3121873 am 3a735078: Merge "SurfaceTexture: report binder transaction failures" into ics-mr0 by Jamie Gennis · 13 years ago
  47. 2532077 am fefffc68: Merge "add logging and defensive code when initializing sensors" into ics-mr0 by Mathias Agopian · 13 years ago
  48. cb2de71 Merge changes I4e5ff00c,Id5e3ca1d,I97cbba61 by Jamie Gennis · 13 years ago
  49. 8e42e48 Merge "SurfaceTexture: report binder transaction failures" into ics-mr0 by Jamie Gennis · 13 years ago
  50. 1a2b83a SensorManager reconnects to sensor service when the later dies by Mathias Agopian · 13 years ago
  51. be58de0 add logging and defensive code when initializing sensors by Mathias Agopian · 13 years ago
  52. 9f61c8a Merge "Deprecate local-only CursorWindows." by Jeff Brown · 13 years ago
  53. 2837839 SurfaceFlinger: make sync transactions explicit by Jamie Gennis · 13 years ago
  54. 8a29ff2 SurfaceTexture: report binder transaction failures by Jamie Gennis · 13 years ago
  55. 3e2fb70 Deprecate local-only CursorWindows. by Jeff Brown · 13 years ago
  56. c901ca0 Surface: fix a protected buffer test by Jamie Gennis · 13 years ago
  57. a799380 Merge "SurfaceFlinger: update orientation via transactions" into ics-mr0 by Jamie Gennis · 13 years ago
  58. b8d69a5 SurfaceFlinger: update orientation via transactions by Jamie Gennis · 13 years ago
  59. ec4e006 Use ashmem for CursorWindows. Bug: 5332296 by Jeff Brown · 13 years ago
  60. de27227 Fix regression in CursorWindow.copyStingToBuffer. Bug: 5332296 by Jeff Brown · 13 years ago
  61. cc0bf53 Clean up CursorWindow code. Bug: 5332296 by Jeff Brown · 13 years ago
  62. 7746cc3 Fix handling of "allow fds" state. by Dianne Hackborn · 13 years ago
  63. 5707dbf Transfer large bitmaps using ashmem. Bug: 5224703 by Jeff Brown · 13 years ago
  64. 8938ed2 Add mechanism for Parcel to not allow FDs to be written to it. by Dianne Hackborn · 13 years ago
  65. fb1b5a2 SurfaceTexture: parameterize the texture target by Jamie Gennis · 13 years ago
  66. 55b81b1 may fix the build by Mathias Agopian · 13 years ago
  67. ed984d9 Merge changes Ib302d79e,Ib4ee085f by Jamie Gennis · 13 years ago
  68. 0857c8f Region cannot handle malformed Rects. Abort the Region op in that case. by Mathias Agopian · 13 years ago
  69. 8acda78 Revert "Transfer large bitmaps using ashmem. Bug: 5224703" by Bart Sears · 13 years ago
  70. f4c1088 Transfer large bitmaps using ashmem. Bug: 5224703 by Jeff Brown · 13 years ago
  71. fa28c35 SurfaceTexture: add name support by Jamie Gennis · 13 years ago
  72. 0450452 Make sure Region handles invalid rectangles by Mathias Agopian · 13 years ago
  73. 8756f2e am 79aa4030: Merge "Can\'t stop the fling! Bug: 5335420" into ics-factoryrom by Jeff Brown · 13 years ago
  74. df9440f Can't stop the fling! Bug: 5335420 by Jeff Brown · 13 years ago
  75. b74b87c Merge "cleanup: fix typos in logs" by Mathias Agopian · 13 years ago
  76. 06649fe cleanup: fix typos in logs by Mathias Agopian · 13 years ago
  77. 9dbb77d Fix androidGetThreadPriority for non-pthread configurations. by Andreas Huber · 13 years ago
  78. 1d60b96 A new API "androidGetThreadPriority" by Andreas Huber · 13 years ago
  79. 73aaf0d Velocity Tracker II: The Revenge of Velocity Tracker Bug: 5265529 by Jeff Brown · 13 years ago
  80. 137c3c5 Tweak VelocityTracker. Bug: 5265529 by Jeff Brown · 13 years ago
  81. aefc9cd Resurrect verbose binder logging by Andy McFadden · 13 years ago
  82. 7f739ae Merge "SurfaceTexture: fix a test deadlock" by Jamie Gennis · 13 years ago
  83. 66378c6 Error check in queuebuffer in SurfaceTextureClient by Pannag Sanketi · 13 years ago
  84. bc82a96 Merge "Integreate surfacetexture test into our continuous test framework." by Xia Wang · 13 years ago
  85. 4c87516 Integreate surfacetexture test into our continuous test framework. by Xia Wang · 13 years ago
  86. e68a52b SurfaceTexture: fix a test deadlock by Jamie Gennis · 13 years ago
  87. 41b6aab fix Surface positions are not floats by Mathias Agopian · 13 years ago
  88. 940673f Merge "Add C++ thread API androidGetThreadSchedulingGroup" by Glenn Kasten · 13 years ago
  89. 70e3f81 make sure to re-initialize SurfaceTexture to its default state on disconnect by Mathias Agopian · 13 years ago
  90. 87a96ea Fix an issue where Surface::lock() would never update the output region by Mathias Agopian · 13 years ago
  91. 7f7e858 Merge "SurfaceTexture: fix queues-to-composer" by Jamie Gennis · 13 years ago
  92. 582270d SurfaceTexture: fix queues-to-composer by Jamie Gennis · 13 years ago
  93. 29b5762 don't return the current buffer from dequeueBuffer by Mathias Agopian · 13 years ago
  94. 3902be6 fix a small race condition when returning the default width/height of a SurfaceTexture by Mathias Agopian · 13 years ago
  95. f9606df revert last change to EGLUtils::selectConfigForPixelFormat by Mathias Agopian · 13 years ago
  96. cbe5278 fix a memory leak and memory corruption in RefBase by Mathias Agopian · 13 years ago
  97. 4925ee1 Revert "error out when SurfaceTexture APIs are called while not connected" by Dave Burke · 13 years ago
  98. 3477588 Merge "Read leftover parcel data when a parceled Surface is found in the cache." by Mathias Agopian · 13 years ago
  99. 8e19c2e fix a crasher in SurfaceTexture::updateTexImage() by Mathias Agopian · 13 years ago
  100. 2560d14 rework dequeueBuffer()'s main loop. by Mathias Agopian · 13 years ago