1. 6db0608d Merge "Work around VSync signal while screen is off." by Jason Sams · 13 years ago
  2. f7795e0 Work around VSync signal while screen is off. by Jason Sams · 13 years ago
  3. 4a7571b Merge "frameworks/base refactoring." by Jeff Brown · 13 years ago
  4. b93a03f8 frameworks/base refactoring. by Mathias Agopian · 13 years ago
  5. 6917e65 Merge "Record possible clip rejects when recording display lists" by Romain Guy · 13 years ago
  6. 7e1d395 libs/utils: replace malloc() + memset() to zero with calloc() by Iliyan Malchev · 13 years ago
  7. 33f6beb Record possible clip rejects when recording display lists by Romain Guy · 13 years ago
  8. 42a23ef Merge "Update prototype remote fifo. Tested primary connection using only fifo data transport." by Jason Sams · 13 years ago
  9. e158f20 Merge "Rename three header files to free namespace for api." by Jason Sams · 13 years ago
  10. 548cc0e Update prototype remote fifo. Tested primary connection by Jason Sams · 13 years ago
  11. 1d6983a Rename three header files to free namespace for api. by Jason Sams · 13 years ago
  12. 6c92951 Upintegrate the common_time service from ics-aah. by Mike J. Chen · 13 years ago
  13. 791c0d1 Merge "Piping texture names through shader builder. Fixing uint size_t mismatch." by Alex Sakhartchouk · 13 years ago
  14. 2123b46 Piping texture names through shader builder. Fixing uint size_t mismatch. by Alex Sakhartchouk · 13 years ago
  15. 6be1636 Merge "Fixing uint32 size_t mismatches." by Alex Sakhartchouk · 13 years ago
  16. c107b103 Merge "Beging IO stream out from allocation to surface texture." by Jason Sams · 13 years ago
  17. 163766c Beging IO stream out from allocation to surface texture. by Jason Sams · 13 years ago
  18. 39eb807 Merge "Refactored query function from SurfaceTexture into BufferQueue" by Jamie Gennis · 13 years ago
  19. a3f1543 Fixing uint32 size_t mismatches. by Alex Sakhartchouk · 13 years ago
  20. 10e9f39 Merge "Initialize all class members." by Stephen Hines · 13 years ago
  21. 5b79842 Initialize all class members. by Stephen Hines · 13 years ago
  22. 6b31449 am a17032ee: Merge "Accurately track the sequence numbers of batched events." by Jeff Brown · 13 years ago
  23. 2d34e0c Accurately track the sequence numbers of batched events. by Jeff Brown · 13 years ago
  24. 11ffe52 am 27b51987: Merge "Enable deferred input messages to be batched." by Jeff Brown · 13 years ago
  25. 90fde93 Enable deferred input messages to be batched. by Jeff Brown · 13 years ago
  26. 684f444 am 072ec96a: Implement batching of input events on the consumer side. by Jeff Brown · 13 years ago
  27. 877f352 am d1c48a05: Dispatch multiple touch events in parallel. by Jeff Brown · 13 years ago
  28. 52acea8 am cbee6d6e: Rewrite input transport using sockets. by Jeff Brown · 13 years ago
  29. 072ec96 Implement batching of input events on the consumer side. by Jeff Brown · 13 years ago
  30. d1c48a0 Dispatch multiple touch events in parallel. by Jeff Brown · 13 years ago
  31. cbee6d6 Rewrite input transport using sockets. by Jeff Brown · 13 years ago
  32. ff3de0e am 87a36a3b: Merge "Making shader compilation errors throw a Java exception." by Alex Sakhartchouk · 13 years ago
  33. b2a5354 resolved conflicts for merge of cb66aec0 to graphics-dev by Jason Sams · 13 years ago
  34. 87a36a3 Merge "Making shader compilation errors throw a Java exception." by Alex Sakhartchouk · 13 years ago
  35. cb66aec Merge "Start implementing SurfaceTexture streaming into RS allocations." by Jason Sams · 13 years ago
  36. 532efd3 Start implementing SurfaceTexture streaming into RS allocations. by Jason Sams · 13 years ago
  37. 887ffbe am d10035d5: Merge "Some hardening of isolated processes by restricting access to services." by Dianne Hackborn · 13 years ago
  38. d10035d Merge "Some hardening of isolated processes by restricting access to services." by Dianne Hackborn · 13 years ago
  39. a573f6a Some hardening of isolated processes by restricting access to services. by Dianne Hackborn · 13 years ago
  40. f7c761e Refactored query function from SurfaceTexture into BufferQueue by Daniel Lam · 13 years ago
  41. 206904b am 468a9715: Merge "Remove unused param." by Jason Sams · 13 years ago
  42. 87e2721 Remove unused param. by Jason Sams · 13 years ago
  43. b648078 am 1c90e73f: Merge "Refactored ISurfaceTexture calls from SurfaceTexture into BufferQueue." by Jamie Gennis · 13 years ago
  44. 1c90e73 Merge "Refactored ISurfaceTexture calls from SurfaceTexture into BufferQueue." by Jamie Gennis · 13 years ago
  45. 811adfe am 5b6abb38: Merge "Fix bug in generated code for functions with inband data from pointers. Passing zero length data would desync return command stream." by Jason Sams · 13 years ago
  46. 5b6abb3 Merge "Fix bug in generated code for functions with inband data from pointers. Passing zero length data would desync return command stream." by Jason Sams · 13 years ago
  47. d51280f Fix bug in generated code for functions with inband data by Jason Sams · 13 years ago
  48. 61d8ce6 am 28587f44: Merge "Fix the system" by Romain Guy · 13 years ago
  49. 28587f4 Merge "Fix the system" by Romain Guy · 13 years ago
  50. 21c9c85 Fix the system by Romain Guy · 13 years ago
  51. 257e8a9 Making shader compilation errors throw a Java exception. by Alex Sakhartchouk · 13 years ago
  52. 29a7d0d am 68c02e25: Merge "Preliminary support for clipRect(Rect, Op)" by Romain Guy · 13 years ago
  53. 68c02e2 Merge "Preliminary support for clipRect(Rect, Op)" by Romain Guy · 13 years ago
  54. 967e2bf Preliminary support for clipRect(Rect, Op) by Romain Guy · 13 years ago
  55. eb5b735 Merge commit 'bdeec118' into manualmerge by Jason Sams · 13 years ago
  56. bdeec11 Merge "Implement RS VSync on new vsync infrastructure." by Jason Sams · 13 years ago
  57. 4c2e4c8 Implement RS VSync on new vsync infrastructure. by Jason Sams · 13 years ago
  58. f835ca0 am c92e6f14: AccessoryChat: use platform APIs and support Galaxy Nexus by Simon Wilson · 13 years ago
  59. c92e6f1 AccessoryChat: use platform APIs and support Galaxy Nexus by Simon Wilson · 13 years ago
  60. 70e80aa Refactored ISurfaceTexture calls from SurfaceTexture into BufferQueue. by Daniel Lam · 13 years ago
  61. 7710e2f am f0533365: Merge "make sure to ignore SIGPIPE in the write side of BitTube" by Mathias Agopian · 13 years ago
  62. efa08a6 make sure to ignore SIGPIPE in the write side of BitTube by Mathias Agopian · 13 years ago
  63. bf6644a am 1ef7d131: Merge "Multi-user - 1st major checkin" by Amith Yamasani · 13 years ago
  64. 1ef7d13 Merge "Multi-user - 1st major checkin" by Amith Yamasani · 13 years ago
  65. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  66. 0a29fe1 am cc2daede: Merge "Properly recover from failed compilation." by Stephen Hines · 13 years ago
  67. cc2daed Merge "Properly recover from failed compilation." by Stephen Hines · 13 years ago
  68. d6a0b04 am 8d13ef3c: Merge "Separate interface definition and implementation of Snapshot" by Romain Guy · 13 years ago
  69. 8d13ef3 Merge "Separate interface definition and implementation of Snapshot" by Romain Guy · 13 years ago
  70. ada4d53 Separate interface definition and implementation of Snapshot by Romain Guy · 13 years ago
  71. e10c441 am b545eaa9: Merge "separate transactions from updates" by Mathias Agopian · 13 years ago
  72. b545eaa Merge "separate transactions from updates" by Mathias Agopian · 13 years ago
  73. e94fdd9 am bc18f289: Merge "Disable debugging code in the font renderer" by Romain Guy · 13 years ago
  74. bc18f28 Merge "Disable debugging code in the font renderer" by Romain Guy · 13 years ago
  75. b629490 Disable debugging code in the font renderer by Romain Guy · 13 years ago
  76. 98bea4a am 7042613c: Merge "Fix an incorrect assert that doesn\'t account for element array size." by Alex Sakhartchouk · 13 years ago
  77. 7042613 Merge "Fix an incorrect assert that doesn't account for element array size." by Alex Sakhartchouk · 13 years ago
  78. fa16c0c am ac1748ce: Merge "Thread::getTid returns pid_t gettid() after run" by Glenn Kasten · 13 years ago
  79. ac1748c Merge "Thread::getTid returns pid_t gettid() after run" by Glenn Kasten · 13 years ago
  80. 862dadb Properly recover from failed compilation. by Stephen Hines · 13 years ago
  81. bf3c3f2 Fix an incorrect assert that doesn't account for element array size. by Alex Sakhartchouk · 13 years ago
  82. 9a9dbd5 separate transactions from updates by Mathias Agopian · 13 years ago
  83. dee8be5 am bb3968fe: Merge "Remove wrapper version check assert." by Stephen Hines · 13 years ago
  84. bb3968f Merge "Remove wrapper version check assert." by Stephen Hines · 13 years ago
  85. 07c1293 Remove wrapper version check assert. by Stephen Hines · 13 years ago
  86. 9ffa5a5 am bbf1bc8b: Merge "Add optional metadata to initiliaze the render threat." by Romain Guy · 13 years ago
  87. bbf1bc8 Merge "Add optional metadata to initiliaze the render threat." by Romain Guy · 13 years ago
  88. 211370f Add optional metadata to initiliaze the render threat. by Romain Guy · 13 years ago
  89. 7b2be37 am 6c997a9e: aapt now sorts the strings in the resource string pool. by Dianne Hackborn · 13 years ago
  90. 6c997a9 aapt now sorts the strings in the resource string pool. by Dianne Hackborn · 13 years ago
  91. 17c2cf2 am 1e56fff3: Merge "Add debug markers to OpenGLRenderer" by Romain Guy · 13 years ago
  92. 13631f3 Add debug markers to OpenGLRenderer by Romain Guy · 13 years ago
  93. bc19591 am 855eadf9: Merge "Fix potential bug with reordered size/offset arguments." by Stephen Hines · 13 years ago
  94. 855eadf Merge "Fix potential bug with reordered size/offset arguments." by Stephen Hines · 13 years ago
  95. cb3fbbd am 69726597: Merge "Add stencil buffer to the EGL config" by Romain Guy · 13 years ago
  96. 530041d Add stencil buffer to the EGL config by Romain Guy · 13 years ago
  97. be12402 am dfbcee6c: fix build by Mathias Agopian · 13 years ago
  98. dfbcee6 fix build by Mathias Agopian · 13 years ago
  99. 85694cf Merge "Add comment to confusing commands." into graphics-dev by Jason Sams · 13 years ago
  100. 61e76a7 Add comment to confusing commands. by Jason Sams · 13 years ago