1. 8235404 Merge "Add initial support for cursor-based pointing devices." by Jeff Brown · 14 years ago
  2. 83c0968 Add initial support for cursor-based pointing devices. by Jeff Brown · 14 years ago
  3. 827521a am 6637e307: am bfb5f596: Merge "Fix for writing empty strings to Parcel::writeString8()" by Jean-Baptiste Queru · 14 years ago
  4. 6637e30 am bfb5f596: Merge "Fix for writing empty strings to Parcel::writeString8()" by Jean-Baptiste Queru · 14 years ago
  5. 5c68a71 Fix teardown bug found in books. by Jason Sams · 14 years ago
  6. fa93584 am c6f2b3b3: Merge "Fix policy issues when screen is off. (DO NOT MERGE)" into gingerbread by Jeff Brown · 14 years ago
  7. c5300f1 Clean-up. by Shih-wei Liao · 14 years ago
  8. eb9f7a0 Fix policy issues when screen is off. (DO NOT MERGE) by Jeff Brown · 14 years ago
  9. b803c04 Fix for writing empty strings to Parcel::writeString8() by Pravat Dalbehera · 14 years ago
  10. b4d7bb6 API cleanup for renderscript. This will be a multiproject commit. by Alex Sakhartchouk · 14 years ago
  11. 96abab2 Merge "Ensure bitmaps aren't freed while referenced from a display list" by Patrick Dubroy · 14 years ago
  12. f890fab Ensure bitmaps aren't freed while referenced from a display list by Patrick Dubroy · 14 years ago
  13. e688213 Merge "Clean up Allocation buffer object api." by Jason Sams · 14 years ago
  14. 490db31 am 0c8ad64d: Merge "fix [3127755] Launcher is missing anti-aliasing" into gingerbread by Simon Wilson · 14 years ago
  15. d195240 Clean up Allocation buffer object api. by Jason Sams · 14 years ago
  16. eeca435 Stale cache management to address a P1 bug # 3296131. by Shih-wei Liao · 14 years ago
  17. e27cdee API reaview cleanup by Alex Sakhartchouk · 14 years ago
  18. 667fb84 Whenever LoadBinary fails, recompile. Fixing the multi-instance bug. by Shih-wei Liao · 14 years ago
  19. b146b12 Fix text shadow rendering issue. by Romain Guy · 14 years ago
  20. f9954c7 fix [3127755] Launcher is missing anti-aliasing by Mathias Agopian · 14 years ago
  21. 0857196 Cleanup and refactoring of an earlier cl. by Alex Sakhartchouk · 14 years ago
  22. 1eb9f16 Merge "Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers." by Jason Sams · 14 years ago
  23. 6d8eb26 Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers. by Jason Sams · 14 years ago
  24. 8d0d478 Cleanup OpenGLRenderer::drawLines() by Romain Guy · 14 years ago
  25. 982b71b Merge "Allocate bitmap backing buffers in the Java heap." by Patrick Dubroy · 14 years ago
  26. e4ac2d6 Allocate bitmap backing buffers in the Java heap. by Patrick Dubroy · 14 years ago
  27. a9c9b53 Merge "Continue cleanup refactoring in OpenGLRenderer." by Romain Guy · 14 years ago
  28. 8656819 Continue cleanup refactoring in OpenGLRenderer. by Romain Guy · 14 years ago
  29. 52e6ada Merge "minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so." by Mathias Agopian · 14 years ago
  30. aa0e56f Merge "dump callstack on Surface use error" by Mathias Agopian · 14 years ago
  31. fc29088e Merge "Add support for non-malloc backed textures." by Jason Sams · 14 years ago
  32. fa7952d Colors are in the [0..1] range, not [0..255] by Romain Guy · 14 years ago
  33. 89f4ec6 Merge "Colors are in the [0..1] range, not [0..255]" by Romain Guy · 14 years ago
  34. b36ba1d Merge "OpenGLRenderer would not render colors < ALPHA_THRESHOLD Bug #3282805" by Romain Guy · 14 years ago
  35. 6b32fab 1. Add Context to a RenderScript or RenderScriptGL instance. by Shih-wei Liao · 14 years ago
  36. 5536841 OpenGLRenderer would not render colors < ALPHA_THRESHOLD Bug #3282805 by Romain Guy · 14 years ago
  37. 0bd5243 Framework-side support for Dalvik "isSensitiveThread" hook. by Brad Fitzpatrick · 14 years ago
  38. f2e69a9 Merge "More API updates." by Jason Sams · 14 years ago
  39. 029feb9 Merge "Refactor OpenGLRenderer to simplify OpenGL drawing code." by Romain Guy · 14 years ago
  40. 70ca14e Refactor OpenGLRenderer to simplify OpenGL drawing code. by Romain Guy · 14 years ago
  41. 5e0035a Add support for non-malloc backed textures. by Jason Sams · 14 years ago
  42. 06f9ebf minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so. by Mathias Agopian · 14 years ago
  43. d4b23b5 More API updates. by Jason Sams · 14 years ago
  44. 6b5222d Perf test by Alex Sakhartchouk · 14 years ago
  45. 3ccc75f Merge "Add multitouch support to physics test. Fix context state overwrite calling invoke." by Jason Sams · 14 years ago
  46. 4859f52 Add multitouch support to physics test. by Jason Sams · 14 years ago
  47. 0cfb45a4 Merge "[3258939] Need snapshot to limit which layers are included" by Mathias Agopian · 14 years ago
  48. 3dd25a6 [3258939] Need snapshot to limit which layers are included by Mathias Agopian · 14 years ago
  49. 54ca458 Merge "Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement." by Jason Sams · 14 years ago
  50. 4ef6650 Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement. by Jason Sams · 14 years ago
  51. f7d63cf dump callstack on Surface use error by Mathias Agopian · 14 years ago
  52. cfcea7a Remove vector array test from RSTest. by Stephen Hines · 14 years ago
  53. e8a8db1 Merge "Ignore empty layers." by Romain Guy · 14 years ago
  54. 32963c3 Ignore empty layers. by Romain Guy · 14 years ago
  55. a06cdd5 Merge "Correctly compare strings in UTF-8 instead of UTF-16 Bug #3272858" by Romain Guy · 14 years ago
  56. 25dc3a7 Correctly compare strings in UTF-8 instead of UTF-16 Bug #3272858 by Romain Guy · 14 years ago
  57. 6f7f877 Merge "Fix race condition in fallback key processing." by Jeff Brown · 14 years ago
  58. 00045a7 Fix race condition in fallback key processing. by Jeff Brown · 14 years ago
  59. af636eb Don't set the invisible flag when saving an empty layer. Bug #3270371 by Romain Guy · 14 years ago
  60. 3eb3106 Merge "Fix a severe cleanup bug where teardown of the GL driver could occur on the wrong thread." by Jason Sams · 14 years ago
  61. 546f01b Fix a severe cleanup bug where teardown of the GL by Jason Sams · 14 years ago
  62. 5c1619f Fix build by Jason Sams · 14 years ago
  63. 3247842 Merge "Allocation API update." by Jason Sams · 14 years ago
  64. 279d34f Merge "New, better line drawing implementation. Bug #3207544 Bug #3225875" by Romain Guy · 14 years ago
  65. a957eea New, better line drawing implementation. Bug #3207544 Bug #3225875 by Romain Guy · 14 years ago
  66. 19f9eda fix [3259708] Graphic Buffer Mapper does not support YV12 by Mathias Agopian · 14 years ago
  67. 5476b45 Allocation API update. by Jason Sams · 14 years ago
  68. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  69. 94720d7 surfaceflinger: add support for gralloc dump hooks by Erik Gilling · 14 years ago
  70. 1542af3 Merge "Change assets to use 64-bit API" by Kenny Root · 14 years ago
  71. ddb76c4 Change assets to use 64-bit API by Kenny Root · 14 years ago
  72. dde4c35 Merge "Correctly release the OpenGL Canvas on EGL error." by Romain Guy · 14 years ago
  73. 67f2795 Correctly release the OpenGL Canvas on EGL error. by Romain Guy · 14 years ago
  74. 49ed71d Add support for fallback keycodes. by Jeff Brown · 14 years ago
  75. f30c828 am 48f42f8c: am 4153bf3a: Merge "[3171580] don\'t automatically log GraphicBuffer allocation failures" into gingerbread by Mathias Agopian · 14 years ago
  76. 4e345ab am a2977c38: Merge changes Ie03796ae,Ide3e980a into gingerbread by Mathias Agopian · 14 years ago
  77. 48f42f8 am 4153bf3a: Merge "[3171580] don\'t automatically log GraphicBuffer allocation failures" into gingerbread by Mathias Agopian · 14 years ago
  78. a2977c3 Merge changes Ie03796ae,Ide3e980a into gingerbread by Mathias Agopian · 14 years ago
  79. 4153bf3 Merge "[3171580] don't automatically log GraphicBuffer allocation failures" into gingerbread by Mathias Agopian · 14 years ago
  80. b7282bd Make ScriptC's mEnvironment.mIsThreadable survive the bcc caching and by Shih-wei Liao · 14 years ago
  81. 92d5020 Merge "Fix 9patch rendering Bug #3253396" by Romain Guy · 14 years ago
  82. 8ab4079 Fix 9patch rendering Bug #3253396 by Romain Guy · 14 years ago
  83. 0252a7e Merge "API review cleanup." by Jason Sams · 14 years ago
  84. 3a3fa1b Draw text decorations correctly. by Romain Guy · 14 years ago
  85. de0ca31e Merge "Draw text decorations correctly." by Romain Guy · 14 years ago
  86. ffac19e Merge "Correctly render text when coordinates are not integers. Bug #3225632" by Romain Guy · 14 years ago
  87. 6620c6d Correctly render text when coordinates are not integers. Bug #3225632 by Romain Guy · 14 years ago
  88. bf6ef8d API review cleanup. by Jason Sams · 14 years ago
  89. 23b791c am d57fbe88: Fixed a race condition where some recording frames may not be released by James Dong · 14 years ago
  90. d57fbe8 Fixed a race condition where some recording frames may not be released by James Dong · 14 years ago
  91. d4aa7d2 Stop using anonymous structs in RS. by Stephen Hines · 14 years ago
  92. f9adf6b Merge "Prevent message overrun in LocklessCommandFifo." by Jason Sams · 14 years ago
  93. 8ea061b Prevent message overrun in LocklessCommandFifo. by Bryan Mawhinney · 14 years ago
  94. 48e723a [3171580] Add transform field to native buffers. (DO NOT MERGE) by Mathias Agopian · 14 years ago
  95. e869aee [3171580] don't automatically log GraphicBuffer allocation failures by Mathias Agopian · 14 years ago
  96. 7c2bacf Merge "Don't render degenerate triangles in 9patches. Bug #3251983" by Romain Guy · 14 years ago
  97. a5ef39a Don't render degenerate triangles in 9patches. Bug #3251983 by Romain Guy · 14 years ago
  98. 592f4dd Merge "Move disk usage utilities to its own library" by Kenny Root · 14 years ago
  99. 9d01617 Merge "Correctly index transparent quads when generating 9patch meshes. Bug #3250026" by Romain Guy · 14 years ago
  100. bd41a11 Correctly index transparent quads when generating 9patch meshes. Bug #3250026 by Romain Guy · 14 years ago