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