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