1. e9e8607 Merge "Improve input event consistency invariants." by Jeff Brown · 13 years ago
  2. 8134681 Improve input event consistency invariants. by Jeff Brown · 13 years ago
  3. 2a319a0 Merge "SurfaceTexture: add a CPU -> GL sync test." by Jamie Gennis · 13 years ago
  4. 8229b46 Merge "Fix parameter order evaluation issue." by Romain Guy · 13 years ago
  5. 9ff3cb5 Fix parameter order evaluation issue. by Romain Guy · 13 years ago
  6. 1b62309 SurfaceTexture: add a CPU -> GL sync test. by Jamie Gennis · 13 years ago
  7. 3cf7cf5 Merge changes I9fb59763,I8b2c6e00 by Jamie Gennis · 13 years ago
  8. 84e2972 Remove native EventRecurrence parser by Andy McFadden · 13 years ago
  9. 0dd593f PermissionCache caches permission checks by Mathias Agopian · 13 years ago
  10. 9fb5976 SurfaceTexture: consume buffers after err checks by Jamie Gennis · 13 years ago
  11. bd5404d SurfaceTexture: change onFrameAvailable behavior by Jamie Gennis · 13 years ago
  12. f24c4cd MemoryHeapBase: Save and binderize the offset by Anu Sundararajan · 13 years ago
  13. 42419ce Add framework support for camcorder zoom. by Wu-cheng Li · 13 years ago
  14. 44f8d6b Merge "Don't set texture parameters on every frame." by Romain Guy · 13 years ago
  15. 4a5a715 Don't set texture parameters on every frame. by Romain Guy · 13 years ago
  16. 4c60c54 Merge "Properly tear down TextureView" by Romain Guy · 13 years ago
  17. 80429c4 Properly tear down TextureView by Romain Guy · 13 years ago
  18. 78a7f12 Merge "Fix settings restore" by Christopher Tate · 13 years ago
  19. 28cdb9e Fix settings restore by Christopher Tate · 13 years ago
  20. 02ccac6 Code cleanup by Romain Guy · 13 years ago
  21. 0904d0a Add allowSynchronousMode to SurfaceTexture constructor. by Grace Kloba · 13 years ago
  22. cf86dc2 Merge "Move divsi3, modsi3, udivsi3, umodsi3 to libbcc." by Stephen Hines · 13 years ago
  23. 7c1747c Merge "Remove verbose logging, update test app and docs." by Stephen Hines · 13 years ago
  24. e352f05 Move divsi3, modsi3, udivsi3, umodsi3 to libbcc. by Stephen Hines · 13 years ago
  25. 3d78266 Remove verbose logging, update test app and docs. by Stephen Hines · 13 years ago
  26. 0694cfe Merge "Add method to create a ParcelSurfaceTexture from android.view.Surface." by tedbo · 13 years ago
  27. a948927 Add the ability to specify the opacity of a TextureView by Romain Guy · 13 years ago
  28. d586ad9 Fix another memory leak in OpenGLRenderer by Romain Guy · 13 years ago
  29. 4e8a5c9 Add method to create a ParcelSurfaceTexture from android.view.Surface. by tedbo · 13 years ago
  30. f6a63ae Fix memory leak in OpenGLRenderer. by Romain Guy · 13 years ago
  31. 2d90f95 Merge "First cut of atomics for renderscript." by Jason Sams · 13 years ago
  32. 71767c5 First cut of atomics for renderscript. by Jason Sams · 13 years ago
  33. dba35bb Merge "SurfaceTexture: make tests use a large framebuffer." by Jamie Gennis · 13 years ago
  34. 1a3b2f6 Merge "First cut at RSTextureView." by Jason Sams · 13 years ago
  35. faa32b3 First cut at RSTextureView. by Jason Sams · 13 years ago
  36. dba3968 SurfaceTexture: make tests use a large framebuffer. by Jamie Gennis · 13 years ago
  37. c972c79 Merge "SurfaceTexture: fix a NULL ptr dereference." by Jamie Gennis · 13 years ago
  38. aff7405 SurfaceTexture: fix a NULL ptr dereference. by Jamie Gennis · 13 years ago
  39. 9876930 Merge "Add error checking to LayerRenderer::copyLayer" by Romain Guy · 13 years ago
  40. d6b2a00 Add error checking to LayerRenderer::copyLayer by Romain Guy · 13 years ago
  41. ee452bc Merge "Fix rendering issue with paths when the stroke width is 0" by Romain Guy · 13 years ago
  42. 98029c8 Fix rendering issue with paths when the stroke width is 0 by Romain Guy · 13 years ago
  43. 54ed610 Merge "SurfaceTexture: enable a test that now passes." by Jamie Gennis · 13 years ago
  44. ce14a04 Merge "SurfaceTexture: enable a test that is now passing." by Jamie Gennis · 13 years ago
  45. 9347d9a Merge "Adding ability to read back fbo data to renderscript" by Alex Sakhartchouk · 13 years ago
  46. 8650c32 Adding ability to read back fbo data to renderscript by Alex Sakhartchouk · 13 years ago
  47. e04f826 Use rand() for MinGW by Kenny Root · 13 years ago
  48. 537cf4a SurfaceTexture: enable a test that now passes. by Jamie Gennis · 13 years ago
  49. b82f85b SurfaceTexture: enable a test that is now passing. by Jamie Gennis · 13 years ago
  50. 370a71b Merge "Bug 4608375" by Glenn Kasten · 13 years ago
  51. 77a8116 Add TextureView.getBitmap() by Romain Guy · 13 years ago
  52. fba5fcf SurfaceTexture: increase the test's Surface layer. by Jamie Gennis · 13 years ago
  53. d23398d SurfaceTexture: add some RGBA_8888 tests. by Jamie Gennis · 13 years ago
  54. 3c7d846 SurfaceTextureClient: minor test refactoring. by Jamie Gennis · 13 years ago
  55. 44ce622 Merge "SurfaceTexture: add a format querying test." by Jamie Gennis · 13 years ago
  56. 9b309b9 Merge "Allocation copy functions." by Alex Sakhartchouk · 13 years ago
  57. 304b1f5 Allocation copy functions. by Alex Sakhartchouk · 13 years ago
  58. 1d24aaa Bug 4608375 by Glenn Kasten · 13 years ago
  59. ad4e03d Merge "Batch glCopyTexImage() calls to get about 15 fps back on SGX." by Romain Guy · 13 years ago
  60. 54be1cd Batch glCopyTexImage() calls to get about 15 fps back on SGX. by Romain Guy · 13 years ago
  61. eb99f0d fix RefBase so it retains binary-compatibility with gingerbread by Mathias Agopian · 13 years ago
  62. 0991a7f Merge changes I9b8e1962,I7bb843ca by Mathias Agopian · 13 years ago
  63. 9b8e196 Temporarily don't return the current buffer in synchronous mode by Mathias Agopian · 13 years ago
  64. 7bb843c unify SurfaceTexture and Surface by Mathias Agopian · 13 years ago
  65. acce04e SurfaceTexture: add a format querying test. by Jamie Gennis · 13 years ago
  66. 716a38a Merge changes Ic9186db2,Id5a7cdff by Jamie Gennis · 13 years ago
  67. 323badd SurfaceTexture: disable a deadlocking test. by Jamie Gennis · 13 years ago
  68. 43bdc23 SurfaceTexture: add a pixel tolerance to the tests. by Jamie Gennis · 13 years ago
  69. dfc7958 Merge "libutils: add a binary blob cache implementation." by Jamie Gennis · 13 years ago
  70. bd3e537 Merge changes I56779420,I044e44e1,Ic5adfa29,Ied541ab8 by Jamie Gennis · 13 years ago
  71. 9deb930 SurfaceTexture: add some GL->GL tests. by Jamie Gennis · 13 years ago
  72. 15e0d9f SurfaceTexture: add getTransformMatrix tests. by Jamie Gennis · 13 years ago
  73. eadfb67 SurfaceTexture: fix a getTransformMatrix crash. by Jamie Gennis · 13 years ago
  74. 0411207 Merge "Remove redundant memory barrier" by Glenn Kasten · 13 years ago
  75. 9dbd7d8 Remove redundant memory barrier by Glenn Kasten · 13 years ago
  76. 6b59272 resolved conflicts for merge of f51ded0f to master by Dianne Hackborn · 13 years ago
  77. 5caa0ef Merge "Don't apply AA to rects with no rotation/perspective." by Romain Guy · 13 years ago
  78. 181d0a6 Don't apply AA to rects with no rotation/perspective. by Romain Guy · 13 years ago
  79. f741e67 resolved conflicts for merge of e2aa0490 to master by Dianne Hackborn · 13 years ago
  80. f51ded0 am a8d7ea06: am 220cd77d: Merge "Enforce public resource restriction on bag parents." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  81. 426431a Enforce public resource restriction on bag parents. by Dianne Hackborn · 13 years ago
  82. 880b2df am 96fcb702: am b40e85f9: am 645434fb: Merge "Fix a leak in RefBase" into honeycomb-mr2 by Mathias Agopian · 13 years ago
  83. 2246fb3 Merge "More work to make libRS buildable on the host." by Alex Sakhartchouk · 13 years ago
  84. 13f99a0 Merge "Fix handling of directory entries" by Christopher Tate · 13 years ago
  85. e9e78ec Fix handling of directory entries by Christopher Tate · 13 years ago
  86. e2aa049 am a1396dfe: am 02140891: Merge "Work on issue #4518815: Compatibility mode introduces compatibility regression..." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  87. 0214089 Merge "Work on issue #4518815: Compatibility mode introduces compatibility regression..." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  88. 96fcb70 am b40e85f9: am 645434fb: Merge "Fix a leak in RefBase" into honeycomb-mr2 by Mathias Agopian · 13 years ago
  89. 5fd2169 Work on issue #4518815: Compatibility mode introduces compatibility regression... by Dianne Hackborn · 13 years ago
  90. 2c0042b Fix a leak in RefBase by Mathias Agopian · 13 years ago
  91. 72c7362 am 61220e88: am bbbab26e: am 2c180499: Merge "Revert velocity damping. Bug: 4364920" into honeycomb-mr2 by Jeff Brown · 13 years ago
  92. 3f6c77b Fix embedded spaces in tar stream EVEN HARDER by Christopher Tate · 13 years ago
  93. b0628bf Implement shared-storage full backup/restore by Christopher Tate · 13 years ago
  94. 61220e8 am bbbab26e: am 2c180499: Merge "Revert velocity damping. Bug: 4364920" into honeycomb-mr2 by Jeff Brown · 13 years ago
  95. 2c18049 Merge "Revert velocity damping. Bug: 4364920" into honeycomb-mr2 by Jeff Brown · 13 years ago
  96. ac55c2b Revert velocity damping. Bug: 4364920 by Jeff Brown · 13 years ago
  97. 2194513 CameraParameters: add PIXEL_FORMAT_RGBA8888 by Iliyan Malchev · 13 years ago
  98. 24855c0 merge various SF fixes from gingerbread to honeycomb-mr2 (DO NOT MERGE) by Mathias Agopian · 13 years ago
  99. b2fd84a resolved conflicts for merge of b9783b49 to honeycomb-plus-aosp by Marco Nelissen · 13 years ago
  100. 8cdda44 Merge "Measure text with the appropriate text encoding. Bug #4546327" by Romain Guy · 13 years ago