1. 8c55a9a Merge "Remove the simulator target from all makefiles. Bug: 5010576" by Jeff Brown · 13 years ago
  2. bd882b1 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  3. e92963c Merge "Fix typo in an assert's log" by Mathias Agopian · 13 years ago
  4. cf7e3a5 Fix typo in an assert's log by Mathias Agopian · 13 years ago
  5. 308f9f6 Merge "EGL: fix the ANativeWindow size/fmt override" by Jamie Gennis · 13 years ago
  6. 501c467 Merge "Eliminate single-process mode. Bug: 5010576" by Jeff Brown · 13 years ago
  7. 97eae02 EGL: fix the ANativeWindow size/fmt override by Jamie Gennis · 13 years ago
  8. ef72ff2 Use resource entry name instead of mangled name. by Logan Chien · 13 years ago
  9. e723cae Fix typo: mFieldCount -> mPragmaCount. by Logan Chien · 13 years ago
  10. 10e8971 Eliminate single-process mode. Bug: 5010576 by Jeff Brown · 13 years ago
  11. 3b24011 Merge "Align paths on pixel boundaries when rasterizing in bitmaps. Bug #5003739" by Romain Guy · 13 years ago
  12. 40c4b86 Align paths on pixel boundaries when rasterizing in bitmaps. Bug #5003739 by Romain Guy · 13 years ago
  13. 1861786 Fix EGLUtils::selectConfigForPixelFormat() by Mathias Agopian · 13 years ago
  14. 4447677 Merge "Correctly position layers." by Romain Guy · 13 years ago
  15. b247915 Correctly position layers. by Romain Guy · 13 years ago
  16. e92096f Merge "Use NEAREST filtering mode for TextureView.getBitmap()." by Romain Guy · 13 years ago
  17. ec19b4a Use NEAREST filtering mode for TextureView.getBitmap(). by Romain Guy · 13 years ago
  18. 69abbd8 Merge "Use NEAREST filtering for layers whenever possible." by Romain Guy · 13 years ago
  19. 9ace8f5 Use NEAREST filtering for layers whenever possible. by Romain Guy · 13 years ago
  20. 19a695c Merge "SurfaceTexture: enable newly passing tests." by Jamie Gennis · 13 years ago
  21. 413b3f7 SurfaceTexture: enable newly passing tests. by Jamie Gennis · 13 years ago
  22. 5161eb7 Merge "Add Thread::join" by Glenn Kasten · 13 years ago
  23. 7893c5e Merge "fix ScreenshotsOfProtectedBuffersFail" by Mathias Agopian · 13 years ago
  24. 7eef784 Merge "return an error code with gralloc buffer allocation failures" by Mathias Agopian · 13 years ago
  25. 4431c05 Merge "Thread ID zero for androidSetThreadSchedulingGroup" by Glenn Kasten · 13 years ago
  26. 994e761 fix ScreenshotsOfProtectedBuffersFail by Mathias Agopian · 13 years ago
  27. eec0f7e return an error code with gralloc buffer allocation failures by Mathias Agopian · 13 years ago
  28. ea458f1 Merge "Minor fix in SurfaceTexture" by Pannag Sanketi · 13 years ago
  29. c9ec69e Minor fix in SurfaceTexture by Pannag Sanketi · 13 years ago
  30. 272aaa3 Merge "SF transactions are now O(1) wrt IPC instead of O(N)." by Mathias Agopian · 13 years ago
  31. 439863f SF transactions are now O(1) wrt IPC instead of O(N). by Mathias Agopian · 13 years ago
  32. 9e1fb41 Merge "Add a linear transform library to libutils" by Jason Simmons · 13 years ago
  33. e9e8607 Merge "Improve input event consistency invariants." by Jeff Brown · 13 years ago
  34. 8134681 Improve input event consistency invariants. by Jeff Brown · 13 years ago
  35. aa11965 Add a linear transform library to libutils by Jason Simmons · 13 years ago
  36. 2a319a0 Merge "SurfaceTexture: add a CPU -> GL sync test." by Jamie Gennis · 13 years ago
  37. 8229b46 Merge "Fix parameter order evaluation issue." by Romain Guy · 13 years ago
  38. 9ff3cb5 Fix parameter order evaluation issue. by Romain Guy · 13 years ago
  39. 1b62309 SurfaceTexture: add a CPU -> GL sync test. by Jamie Gennis · 13 years ago
  40. 3cf7cf5 Merge changes I9fb59763,I8b2c6e00 by Jamie Gennis · 13 years ago
  41. 84e2972 Remove native EventRecurrence parser by Andy McFadden · 13 years ago
  42. 0dd593f PermissionCache caches permission checks by Mathias Agopian · 13 years ago
  43. 9fb5976 SurfaceTexture: consume buffers after err checks by Jamie Gennis · 13 years ago
  44. bd5404d SurfaceTexture: change onFrameAvailable behavior by Jamie Gennis · 13 years ago
  45. f24c4cd MemoryHeapBase: Save and binderize the offset by Anu Sundararajan · 13 years ago
  46. 42419ce Add framework support for camcorder zoom. by Wu-cheng Li · 13 years ago
  47. 44f8d6b Merge "Don't set texture parameters on every frame." by Romain Guy · 13 years ago
  48. 4a5a715 Don't set texture parameters on every frame. by Romain Guy · 13 years ago
  49. 4c60c54 Merge "Properly tear down TextureView" by Romain Guy · 13 years ago
  50. 80429c4 Properly tear down TextureView by Romain Guy · 13 years ago
  51. 78a7f12 Merge "Fix settings restore" by Christopher Tate · 13 years ago
  52. 28cdb9e Fix settings restore by Christopher Tate · 13 years ago
  53. 02ccac6 Code cleanup by Romain Guy · 13 years ago
  54. 0904d0a Add allowSynchronousMode to SurfaceTexture constructor. by Grace Kloba · 13 years ago
  55. cf86dc2 Merge "Move divsi3, modsi3, udivsi3, umodsi3 to libbcc." by Stephen Hines · 13 years ago
  56. 7c1747c Merge "Remove verbose logging, update test app and docs." by Stephen Hines · 13 years ago
  57. e352f05 Move divsi3, modsi3, udivsi3, umodsi3 to libbcc. by Stephen Hines · 13 years ago
  58. 3d78266 Remove verbose logging, update test app and docs. by Stephen Hines · 13 years ago
  59. 0694cfe Merge "Add method to create a ParcelSurfaceTexture from android.view.Surface." by tedbo · 13 years ago
  60. 697283e Add Thread::join by Glenn Kasten · 13 years ago
  61. a948927 Add the ability to specify the opacity of a TextureView by Romain Guy · 13 years ago
  62. 60d4779 Thread ID zero for androidSetThreadSchedulingGroup by Glenn Kasten · 13 years ago
  63. d586ad9 Fix another memory leak in OpenGLRenderer by Romain Guy · 13 years ago
  64. 4e8a5c9 Add method to create a ParcelSurfaceTexture from android.view.Surface. by tedbo · 13 years ago
  65. f6a63ae Fix memory leak in OpenGLRenderer. by Romain Guy · 13 years ago
  66. 2d90f95 Merge "First cut of atomics for renderscript." by Jason Sams · 13 years ago
  67. 71767c5 First cut of atomics for renderscript. by Jason Sams · 13 years ago
  68. dba35bb Merge "SurfaceTexture: make tests use a large framebuffer." by Jamie Gennis · 13 years ago
  69. 1a3b2f6 Merge "First cut at RSTextureView." by Jason Sams · 13 years ago
  70. faa32b3 First cut at RSTextureView. by Jason Sams · 13 years ago
  71. dba3968 SurfaceTexture: make tests use a large framebuffer. by Jamie Gennis · 13 years ago
  72. c972c79 Merge "SurfaceTexture: fix a NULL ptr dereference." by Jamie Gennis · 13 years ago
  73. aff7405 SurfaceTexture: fix a NULL ptr dereference. by Jamie Gennis · 13 years ago
  74. 9876930 Merge "Add error checking to LayerRenderer::copyLayer" by Romain Guy · 13 years ago
  75. d6b2a00 Add error checking to LayerRenderer::copyLayer by Romain Guy · 13 years ago
  76. ee452bc Merge "Fix rendering issue with paths when the stroke width is 0" by Romain Guy · 13 years ago
  77. 98029c8 Fix rendering issue with paths when the stroke width is 0 by Romain Guy · 13 years ago
  78. 54ed610 Merge "SurfaceTexture: enable a test that now passes." by Jamie Gennis · 13 years ago
  79. ce14a04 Merge "SurfaceTexture: enable a test that is now passing." by Jamie Gennis · 13 years ago
  80. 9347d9a Merge "Adding ability to read back fbo data to renderscript" by Alex Sakhartchouk · 13 years ago
  81. 8650c32 Adding ability to read back fbo data to renderscript by Alex Sakhartchouk · 13 years ago
  82. e04f826 Use rand() for MinGW by Kenny Root · 13 years ago
  83. 537cf4a SurfaceTexture: enable a test that now passes. by Jamie Gennis · 13 years ago
  84. b82f85b SurfaceTexture: enable a test that is now passing. by Jamie Gennis · 13 years ago
  85. 370a71b Merge "Bug 4608375" by Glenn Kasten · 13 years ago
  86. 77a8116 Add TextureView.getBitmap() by Romain Guy · 13 years ago
  87. fba5fcf SurfaceTexture: increase the test's Surface layer. by Jamie Gennis · 13 years ago
  88. d23398d SurfaceTexture: add some RGBA_8888 tests. by Jamie Gennis · 13 years ago
  89. 3c7d846 SurfaceTextureClient: minor test refactoring. by Jamie Gennis · 13 years ago
  90. 44ce622 Merge "SurfaceTexture: add a format querying test." by Jamie Gennis · 13 years ago
  91. 9b309b9 Merge "Allocation copy functions." by Alex Sakhartchouk · 13 years ago
  92. 304b1f5 Allocation copy functions. by Alex Sakhartchouk · 13 years ago
  93. 1d24aaa Bug 4608375 by Glenn Kasten · 13 years ago
  94. ad4e03d Merge "Batch glCopyTexImage() calls to get about 15 fps back on SGX." by Romain Guy · 13 years ago
  95. 54be1cd Batch glCopyTexImage() calls to get about 15 fps back on SGX. by Romain Guy · 13 years ago
  96. eb99f0d fix RefBase so it retains binary-compatibility with gingerbread by Mathias Agopian · 13 years ago
  97. 0991a7f Merge changes I9b8e1962,I7bb843ca by Mathias Agopian · 13 years ago
  98. 9b8e196 Temporarily don't return the current buffer in synchronous mode by Mathias Agopian · 13 years ago
  99. 7bb843c unify SurfaceTexture and Surface by Mathias Agopian · 13 years ago
  100. acce04e SurfaceTexture: add a format querying test. by Jamie Gennis · 13 years ago