1. e21dabf Merge "Initialize bwr.read_buffer in IPCThreadState::talkWithDriver." into ics-mr1 by Ben Cheng · 13 years ago
  2. 0450570 Initialize bwr.read_buffer in IPCThreadState::talkWithDriver. by Ben Cheng · 13 years ago
  3. 976ae27 Add support for handling a bitcode wrapper to librs. by Stephen Hines · 13 years ago
  4. 77cec613 SurfaceTexture: add EGL_KHR_fence_sync option by Jamie Gennis · 13 years ago
  5. d6c938f SurfaceTexture: add a blit-to-FBO test by Jamie Gennis · 13 years ago
  6. 46685db Merge "Fix crash in existing applications Bug #5659476" into ics-mr1 by Romain Guy · 13 years ago
  7. 08837c2 Fix flashing wifi dialog after rotating back from landscape. by Chet Haase · 13 years ago
  8. ff98fa5 Fix crash in existing applications Bug #5659476 by Romain Guy · 13 years ago
  9. 303a069 Merge "Draw in the correct FBO after invoking a GL functor Bug #5650514" into ics-mr1 by Romain Guy · 13 years ago
  10. 07a2d83 Merge "don't report an error when disconnecting from an abandoned surfacetexture" into ics-mr1 by Mathias Agopian · 13 years ago
  11. 8646cd4 Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" into ics-mr1 by Mathias Agopian · 13 years ago
  12. 421458a Draw in the correct FBO after invoking a GL functor Bug #5650514 by Romain Guy · 13 years ago
  13. caa4482 SurfaceTexture: fix a couple tests by Jamie Gennis · 13 years ago
  14. 87f3265 EGL: default to swap interval 1 by Jamie Gennis · 13 years ago
  15. c10a94c4 SurfaceTexture: clean up some tests by Jamie Gennis · 13 years ago
  16. b05bb17 don't report an error when disconnecting from an abandoned surfacetexture by Mathias Agopian · 13 years ago
  17. e2fa30c enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices by Mathias Agopian · 13 years ago
  18. 4d71053 Merge "attempt to fix bug 5313580" into ics-mr1 by Mathias Agopian · 13 years ago
  19. 90cbbd1 attempt to fix bug 5313580 by Mathias Agopian · 13 years ago
  20. 2ba1318 Merge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1 by Jamie Gennis · 13 years ago
  21. e36d0548 SurfaceTexture: fix a bug with buffer reallocation by Jamie Gennis · 13 years ago
  22. 69c17a1 Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"" into ics-mr1 by Mathias Agopian · 13 years ago
  23. db5494c Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" by Mathias Agopian · 13 years ago
  24. fd6b64f Merge "SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue call" into ics-mr1 by Jamie Gennis · 13 years ago
  25. 3e7497b Merge "Eliminate hw.keyboards system properties." into ics-mr1 by Jeff Brown · 13 years ago
  26. 1e08fe9 Eliminate hw.keyboards system properties. by Jeff Brown · 13 years ago
  27. f1e868f SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue call by Sunita Nadampalli · 13 years ago
  28. e7758be enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices by Mathias Agopian · 13 years ago
  29. 9d66da8 Merge "Revert "Discard framebuffer rendering queues when discarding layers"" into ics-mr1 by Dave Burke · 13 years ago
  30. c93a151 Merge "Define, document, and test the behavior of very large SurfaceTextures" into ics-mr1 by Mathias Agopian · 13 years ago
  31. 7077506 Revert "Discard framebuffer rendering queues when discarding layers" by Dave Burke · 13 years ago
  32. b89d88f Define, document, and test the behavior of very large SurfaceTextures by Mathias Agopian · 13 years ago
  33. da96f8a Discard framebuffer rendering queues when discarding layers Bug #5581817 by Romain Guy · 13 years ago
  34. 8ff6b9e Terminate EGL when an app goes in the background by Romain Guy · 13 years ago
  35. 88061d6 am 5462bc63: Fix a leak in Parcel::writeBlob. by Jeff Brown · 13 years ago
  36. 5462bc6 Fix a leak in Parcel::writeBlob. by Jeff Brown · 13 years ago
  37. 2ccc47b Merge "Memory optimizations for libhwui Bug #5566149" into ics-mr1 by Romain Guy · 13 years ago
  38. eca0ca2 Memory optimizations for libhwui Bug #5566149 by Romain Guy · 13 years ago
  39. c5ce130 Merge "SurfaceTexture: various logging improvements" into ics-mr1 by Jamie Gennis · 13 years ago
  40. 236aea3 Merge changes Ibc99cb1c,Ie1f4f6f8 into ics-mr1 by Jamie Gennis · 13 years ago
  41. e4bd0f3 SurfaceTexture: various logging improvements by Jamie Gennis · 13 years ago
  42. 9d9768d BlobCache: implement cache serialization by Jamie Gennis · 13 years ago
  43. 94c1f14 BlobCache: remove the mutex locking by Jamie Gennis · 13 years ago
  44. af3a854 am af675222: Merge "Fix potential segfault in RS watchdog." into ics-mr0 by Stephen Hines · 13 years ago
  45. a049184 Fix potential segfault in RS watchdog. by Stephen Hines · 13 years ago
  46. 66ce1fc Merge "Removing changes not meant for MR1" into ics-mr1 by Alex Sakhartchouk · 13 years ago
  47. bce45617 resolved conflicts for merge of 2d280f75 to ics-mr1 by Jeff Brown · 13 years ago
  48. 89101cd9 Improve the slow query instrumentation. by Jeff Brown · 13 years ago
  49. d97fd1d Removing changes not meant for MR1 by Alex Sakhartchouk · 13 years ago
  50. 27812a8 am 28e4f87f: Fix bug where CPU could be stuck spinning Required the wallpaper be animating and the system to have run slowly during the last frame when rendering stopped. by Jason Sams · 13 years ago
  51. 28e4f87 Fix bug where CPU could be stuck spinning by Jason Sams · 13 years ago
  52. 79174b7 Merge "Make sure 9patches are not filtered when not necessary Bug #5383406" by Romain Guy · 13 years ago
  53. 5e7c469 Make sure 9patches are not filtered when not necessary Bug #5383406 by Romain Guy · 13 years ago
  54. 64ef6b4 add -ldl to host executables by Iliyan Malchev · 13 years ago
  55. 79235d2 Merge "adding getters to Sampler ProgramRaster, ProgramStore, Element. Element adds ability to get subelement info. Tests for new stuff." by Jason Sams · 13 years ago
  56. 5b6f238 Merge "Remove ObjBaseRef from the hal struct" by Jason Sams · 13 years ago
  57. 981d132 Merge "Fixes and optimizations of two quaternion functions." by Jason Sams · 13 years ago
  58. d10475e Merge "SurfaceTexture: add tests for buffer leaks" by Jesse Hall · 13 years ago
  59. 6ca2b06 Merge "Correctly dump DrawPatch operations in display lists" by Romain Guy · 13 years ago
  60. a62f172 Correctly dump DrawPatch operations in display lists by Romain Guy · 13 years ago
  61. 59940b4 SurfaceTexture: add tests for buffer leaks by Jamie Gennis · 13 years ago
  62. 08bad20 am 827d069a: Merge "SurfaceTexture: free buffers when disconnect fails" into ics-mr0 by Jamie Gennis · 13 years ago
  63. 791e638 SurfaceTexture: free buffers when disconnect fails by Jamie Gennis · 13 years ago
  64. f13ada9 Fixes and optimizations of two quaternion functions. by Alex Sakhartchouk · 13 years ago
  65. 7d5f5e7 adding getters to Sampler ProgramRaster, ProgramStore, Element. by Alex Sakhartchouk · 13 years ago
  66. 5ef2f53 Remove ObjBaseRef from the hal struct by Alex Sakhartchouk · 13 years ago
  67. b6233ff Merge "Return early when we cannot allocate a hardware layer Bug #5462308" by Romain Guy · 13 years ago
  68. 5cd5c3f Return early when we cannot allocate a hardware layer Bug #5462308 by Romain Guy · 13 years ago
  69. 72cdc6d am 9a0732af: Merge "SensorManager reconnects to sensor service when the later dies" into ics-mr0 by Mathias Agopian · 13 years ago
  70. 9a0732a Merge "SensorManager reconnects to sensor service when the later dies" into ics-mr0 by Mathias Agopian · 13 years ago
  71. eb58707 am 3a735078: Merge "SurfaceTexture: report binder transaction failures" into ics-mr0 by Jamie Gennis · 13 years ago
  72. 1c8a6bf am fefffc68: Merge "add logging and defensive code when initializing sensors" into ics-mr0 by Mathias Agopian · 13 years ago
  73. 7f7362c Merge changes I4e5ff00c,Id5e3ca1d,I97cbba61 by Jamie Gennis · 13 years ago
  74. 3a73507 Merge "SurfaceTexture: report binder transaction failures" into ics-mr0 by Jamie Gennis · 13 years ago
  75. de6c44e SensorManager reconnects to sensor service when the later dies by Mathias Agopian · 13 years ago
  76. a744ead Merge "Adding getter functions for script side RS objects. Multiproject change involving on device linker" by Alex Sakhartchouk · 13 years ago
  77. a338379 add logging and defensive code when initializing sensors by Mathias Agopian · 13 years ago
  78. 7e6aac1 Adding getter functions for script side RS objects. by Alex Sakhartchouk · 13 years ago
  79. a39a055 Merge "Deprecate local-only CursorWindows." by Jeff Brown · 13 years ago
  80. 122aa6b SurfaceFlinger: make sync transactions explicit by Jamie Gennis · 13 years ago
  81. 6cb7658 SurfaceTexture: report binder transaction failures by Jamie Gennis · 13 years ago
  82. 93c299d am a1e273ae: Merge "Surface: fix a protected buffer test" into ics-mr0 by Jamie Gennis · 13 years ago
  83. a1e273a Merge "Surface: fix a protected buffer test" into ics-mr0 by Jamie Gennis · 13 years ago
  84. 3fda6ed am 43b57ec4: Fix error printing if no command string is set. by Jason Sams · 13 years ago
  85. 43b57ec Fix error printing if no command string is set. by Jason Sams · 13 years ago
  86. 5e5d6d8 Deprecate local-only CursorWindows. by Jeff Brown · 13 years ago
  87. 74f7dfa Surface: fix a protected buffer test by Jamie Gennis · 13 years ago
  88. 731934d Merge "Fix bug with 1D arrays and threading. Some elements got launched multiple times." by Jason Sams · 13 years ago
  89. 2802dae Fix bug with 1D arrays and threading. Some elements got launched multiple times. by Jason Sams · 13 years ago
  90. 17d8e41 Merge "Add missing public native API" by Romain Guy · 13 years ago
  91. 71e36aa Add missing public native API by Romain Guy · 13 years ago
  92. 19de9ef Merge "Reduce the size of libhwui by 50%" by Romain Guy · 13 years ago
  93. 7953745 Reduce the size of libhwui by 50% by Romain Guy · 13 years ago
  94. c209113 am 075e4c3d: Merge "SurfaceFlinger: update orientation via transactions" into ics-mr0 by Jamie Gennis · 13 years ago
  95. 075e4c3 Merge "SurfaceFlinger: update orientation via transactions" into ics-mr0 by Jamie Gennis · 13 years ago
  96. 678f8cc Merge "Improve rsForEach overhead." by Jason Sams · 13 years ago
  97. ca2640b am 0a273592: Merge "Add video stabilization control to Camera parameters." into ics-mr0 by Eino-Ville Talvala · 13 years ago
  98. 0a27359 Merge "Add video stabilization control to Camera parameters." into ics-mr0 by Eino-Ville Talvala · 13 years ago
  99. 037abb8 Add video stabilization control to Camera parameters. by Eino-Ville Talvala · 13 years ago
  100. aac24a2 Improve rsForEach overhead. by Jason Sams · 13 years ago