1. ca54ec3 Add support for Float64 (double) to RenderScript. by Stephen Hines · 16 years ago
  2. 580807a Merge "Handle RS reflection name changes." by Stephen Hines · 16 years ago
  3. 2c6f344 Merge "Minor app updates for RS. force RSTest to portrait." by Stephen Hines · 16 years ago
  4. d74a72f Merge "Fix function name match for refcounting funcs." by Jason Sams · 16 years ago
  5. 4fd8bb4 Fix function name match for refcounting funcs. by Jason Sams · 16 years ago
  6. 93a958f Handle RS reflection name changes. by Stephen Hines · 16 years ago
  7. f81174b am f3f822ed: am 987ba541: Merge "Fix sim-eng build on Hardy" into gingerbread by Brian Carlstrom · 16 years ago
  8. f3f822e am 987ba541: Merge "Fix sim-eng build on Hardy" into gingerbread by Brian Carlstrom · 16 years ago
  9. 987ba54 Merge "Fix sim-eng build on Hardy" into gingerbread by Brian Carlstrom · 16 years ago
  10. 00030e9 am 876e0e56: am 36f429d3: Fix typo which causes sensors to fail miserably by Mathias Agopian · 16 years ago
  11. 876e0e5 am 36f429d3: Fix typo which causes sensors to fail miserably by Mathias Agopian · 16 years ago
  12. 36f429d Fix typo which causes sensors to fail miserably by Mathias Agopian · 16 years ago
  13. a977120 Merge "Add support for drawLines(), with anti-aliasing" by Romain Guy · 16 years ago
  14. 759ea80 Add support for drawLines(), with anti-aliasing by Romain Guy · 16 years ago
  15. 99ce457 am 8f476407: am 08710dcd: Merge "part of fix for [3004226] Cannot end the call - Proximity sensor doesn\'t work" into gingerbread by Mathias Agopian · 16 years ago
  16. 4ffde2b Merge "Cleanup GL setup code and remove legacy 1.1 paths. Reset pointers to NULL when allocations are unbound." by Jason Sams · 16 years ago
  17. d081fff Cleanup GL setup code and remove legacy 1.1 paths. by Jason Sams · 16 years ago
  18. 8f47640 am 08710dcd: Merge "part of fix for [3004226] Cannot end the call - Proximity sensor doesn\'t work" into gingerbread by Mathias Agopian · 16 years ago
  19. 08710dc Merge "part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work" into gingerbread by Mathias Agopian · 16 years ago
  20. 4d3cb63 part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work by Mathias Agopian · 16 years ago
  21. ec8ae3c am d3576ef8: am 1ac48eab: Merge "Ensure input dispatcher and native looper handles EINTR." into gingerbread by Jeff Brown · 16 years ago
  22. 711f827 am 6f0ff46c: am 9c258710: Merge "Fix app switch latency optimization." into gingerbread by Jeff Brown · 16 years ago
  23. d3576ef am 1ac48eab: Merge "Ensure input dispatcher and native looper handles EINTR." into gingerbread by Jeff Brown · 16 years ago
  24. 6f0ff46 am 9c258710: Merge "Fix app switch latency optimization." into gingerbread by Jeff Brown · 16 years ago
  25. 1ac48ea Merge "Ensure input dispatcher and native looper handles EINTR." into gingerbread by Jeff Brown · 16 years ago
  26. 7dae0e4 Ensure input dispatcher and native looper handles EINTR. by Jeff Brown · 16 years ago
  27. 54a1825 Fix app switch latency optimization. by Jeff Brown · 16 years ago
  28. dbb7b6d Fix sim-eng build on Hardy by Brian Carlstrom · 16 years ago
  29. c5958f8 Merge "Snap layer bounds to pixel boundaries." by Romain Guy · 16 years ago
  30. bf43411 Snap layer bounds to pixel boundaries. by Romain Guy · 16 years ago
  31. 885b1f2 Merge "Better error handling in the OpenGL renderer." by Romain Guy · 16 years ago
  32. b025b9c Better error handling in the OpenGL renderer. by Romain Guy · 16 years ago
  33. 9b61dc5 Add YUV420P color format support for video output from camera hal by James Dong · 16 years ago
  34. 707929d am 61cf67a2: am 24326f72: Merge "Input API review." into gingerbread by Jeff Brown · 16 years ago
  35. 61cf67a am 24326f72: Merge "Input API review." into gingerbread by Jeff Brown · 16 years ago
  36. 24326f7 Merge "Input API review." into gingerbread by Jeff Brown · 16 years ago
  37. 6cca469 am 9284b454: am b9eb949b: Merge "Fix input dispatcher regression on launcher drag&drop." into gingerbread by Jeff Brown · 16 years ago
  38. 9284b45 am b9eb949b: Merge "Fix input dispatcher regression on launcher drag&drop." into gingerbread by Jeff Brown · 16 years ago
  39. 2a95c2a Fix input dispatcher regression on launcher drag&drop. by Jeff Brown · 16 years ago
  40. b27d07c am 03335af0: am 567c00a8: Merge "Fix NPE when handling certain kinds of ANRs." into gingerbread by Jeff Brown · 16 years ago
  41. 03335af am 567c00a8: Merge "Fix NPE when handling certain kinds of ANRs." into gingerbread by Jeff Brown · 16 years ago
  42. dc3e005 Fix NPE when handling certain kinds of ANRs. by Jeff Brown · 16 years ago
  43. fa8186c am 7642c82c: am f4d788c9: Merge "Make input dispatcher only ANR for foreground windows." into gingerbread by Jeff Brown · 16 years ago
  44. 7642c82c am f4d788c9: Merge "Make input dispatcher only ANR for foreground windows." into gingerbread by Jeff Brown · 16 years ago
  45. 519e024 Make input dispatcher only ANR for foreground windows. by Jeff Brown · 16 years ago
  46. 857d7cf Merge "Fix 9patch rendering." by Romain Guy · 16 years ago
  47. 6820ac8 Fix 9patch rendering. by Romain Guy · 16 years ago
  48. a8c6cee Minor app updates for RS. force RSTest to portrait. by Stephen Hines · 16 years ago
  49. 4947853 am 14bc6b5d: am 09340a4b: Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread by Jeff Brown · 16 years ago
  50. a5ab8ce resolved conflicts for merge of 48a86240 to master by Mathias Agopian · 16 years ago
  51. dc1ab4b Input API review. by Jeff Brown · 16 years ago
  52. 14bc6b5 am 09340a4b: Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread by Jeff Brown · 16 years ago
  53. 09340a4 Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread by Jeff Brown · 16 years ago
  54. 48a8624 am b3ffc78f: Merge "Add logging of various important graphics events" into gingerbread by Mathias Agopian · 16 years ago
  55. cfc0436 Fix partial NP2 support and restrict mipmaps and clamp by Jason Sams · 16 years ago
  56. d332623 Merge "Shader changes to allow for more flexible constant binding." by Alex Sakhartchouk · 16 years ago
  57. c984dd7 Shader changes to allow for more flexible constant binding. by Alex Sakhartchouk · 16 years ago
  58. 4fe6c3e Replace epoll() with poll() and rename PollLoop to Looper. by Jeff Brown · 16 years ago
  59. 04262e9 Add logging of various important graphics events by Mathias Agopian · 16 years ago
  60. 87a7657 Docs updates. by Romain Guy · 16 years ago
  61. 1c740bc Document the implementation of saveLayer(). by Romain Guy · 16 years ago
  62. 81ab046 Forgot the return value... by Romain Guy · 16 years ago
  63. 8411f33 Fix rendering issue with layers intersecting the clip rect. by Romain Guy · 16 years ago
  64. 58ef7fb Forces windows to draw the first time they show. by Romain Guy · 16 years ago
  65. 2bffd26 Fix text rendering issue with text scaling. by Romain Guy · 16 years ago
  66. b3787d5 am 0f0541e4: am b88102f5: Input dispatcher ANR handling enhancements. by Jeff Brown · 16 years ago
  67. 0f0541e am b88102f5: Input dispatcher ANR handling enhancements. by Jeff Brown · 16 years ago
  68. b88102f Input dispatcher ANR handling enhancements. by Jeff Brown · 16 years ago
  69. 6d000d4 Merge "Optimize calls to glCopyTexImage2D()." by Romain Guy · 16 years ago
  70. 8694230 Optimize calls to glCopyTexImage2D(). by Romain Guy · 16 years ago
  71. ae44d55 Merge "Correct implementation of saveLayer()." by Romain Guy · 16 years ago
  72. f607bdc Correct implementation of saveLayer(). by Romain Guy · 16 years ago
  73. 84d10ad am 510951e9: am a8512a71: Always set the scheduling group when starting a new thread. by Dianne Hackborn · 16 years ago
  74. 510951e am a8512a71: Always set the scheduling group when starting a new thread. by Dianne Hackborn · 16 years ago
  75. a8512a7 Always set the scheduling group when starting a new thread. by Dianne Hackborn · 16 years ago
  76. a5aed0d Add support for advanced blend modes with the framebuffer. by Romain Guy · 16 years ago
  77. d90f23e Do not convert 8888 bitmaps to 565 when doing a copy. by Romain Guy · 16 years ago
  78. 183f17e A Path can exist in several cache entries. by Romain Guy · 16 years ago
  79. 9584a54 Merge "Purge Skia objects from GL caches as needed." by Romain Guy · 16 years ago
  80. a2341a9 Purge Skia objects from GL caches as needed. by Romain Guy · 16 years ago
  81. 53e7ae9 Merge "Fix possible infinite loop when purging textures." by Romain Guy · 16 years ago
  82. 9aaa826 Fix possible infinite loop when purging textures. by Romain Guy · 16 years ago
  83. 3dfc572 am 8723bb58: am b21fb104: Fix key repeat delay. by Jeff Brown · 16 years ago
  84. 8723bb5 am b21fb104: Fix key repeat delay. by Jeff Brown · 16 years ago
  85. b380c4d resolved conflicts for merge of a05088c1 to master by Jeff Brown · 16 years ago
  86. b21fb10 Fix key repeat delay. by Jeff Brown · 16 years ago
  87. a05088c am 85a31767: Add support for secure views. by Jeff Brown · 16 years ago
  88. 85a3176 Add support for secure views. by Jeff Brown · 16 years ago
  89. db09da1 Merge "Reflected class name and bc file name changes." by Ying Wang · 16 years ago
  90. a009dde am 2a08e2a9: am a19ef306: Revert "Free created FileMap when uncompressing files" by Kenny Root · 16 years ago
  91. 2a08e2a am a19ef306: Revert "Free created FileMap when uncompressing files" by Kenny Root · 16 years ago
  92. a19ef30 Revert "Free created FileMap when uncompressing files" by Kenny Root · 16 years ago
  93. 3472626 am a1205f07: am 2d3739d4: Merge "Modify native ALooper to take an explicit ident." into gingerbread by Dianne Hackborn · 16 years ago
  94. c24ffe6 Fix header path. by Anatol Pomazau · 16 years ago
  95. a1205f0 am 2d3739d4: Merge "Modify native ALooper to take an explicit ident." into gingerbread by Dianne Hackborn · 16 years ago
  96. 42c03e5 Modify native ALooper to take an explicit ident. by Dianne Hackborn · 16 years ago
  97. 6aa616c am 05dff838: am 11bbe200: Hopefully fix the build. by Dianne Hackborn · 16 years ago
  98. 4970675 am b8bcfed5: am f703b77c: Merge "Add system property to turn off scheduling groups." into gingerbread by Dianne Hackborn · 16 years ago
  99. 05dff83 am 11bbe200: Hopefully fix the build. by Dianne Hackborn · 16 years ago
  100. 11bbe20 Hopefully fix the build. by Dianne Hackborn · 16 years ago