1. dc3e005 Fix NPE when handling certain kinds of ANRs. by Jeff Brown · 14 years ago
  2. fa8186c am 7642c82c: am f4d788c9: Merge "Make input dispatcher only ANR for foreground windows." into gingerbread by Jeff Brown · 14 years ago
  3. 7642c82 am f4d788c9: Merge "Make input dispatcher only ANR for foreground windows." into gingerbread by Jeff Brown · 14 years ago
  4. 519e024 Make input dispatcher only ANR for foreground windows. by Jeff Brown · 14 years ago
  5. 857d7cf Merge "Fix 9patch rendering." by Romain Guy · 14 years ago
  6. 6820ac8 Fix 9patch rendering. by Romain Guy · 14 years ago
  7. a8c6cee Minor app updates for RS. force RSTest to portrait. by Stephen Hines · 14 years ago
  8. 4947853 am 14bc6b5d: am 09340a4b: Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread by Jeff Brown · 14 years ago
  9. a5ab8ce resolved conflicts for merge of 48a86240 to master by Mathias Agopian · 14 years ago
  10. dc1ab4b Input API review. by Jeff Brown · 14 years ago
  11. 14bc6b5 am 09340a4b: Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread by Jeff Brown · 14 years ago
  12. 09340a4 Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread by Jeff Brown · 14 years ago
  13. 48a8624 am b3ffc78f: Merge "Add logging of various important graphics events" into gingerbread by Mathias Agopian · 14 years ago
  14. cfc0436 Fix partial NP2 support and restrict mipmaps and clamp by Jason Sams · 14 years ago
  15. d332623 Merge "Shader changes to allow for more flexible constant binding." by Alex Sakhartchouk · 14 years ago
  16. c984dd7 Shader changes to allow for more flexible constant binding. by Alex Sakhartchouk · 14 years ago
  17. 4fe6c3e Replace epoll() with poll() and rename PollLoop to Looper. by Jeff Brown · 14 years ago
  18. 04262e9 Add logging of various important graphics events by Mathias Agopian · 14 years ago
  19. 87a7657 Docs updates. by Romain Guy · 14 years ago
  20. 1c740bc Document the implementation of saveLayer(). by Romain Guy · 14 years ago
  21. 81ab046 Forgot the return value... by Romain Guy · 14 years ago
  22. 8411f33 Fix rendering issue with layers intersecting the clip rect. by Romain Guy · 14 years ago
  23. 58ef7fb Forces windows to draw the first time they show. by Romain Guy · 14 years ago
  24. 2bffd26 Fix text rendering issue with text scaling. by Romain Guy · 14 years ago
  25. b3787d5 am 0f0541e4: am b88102f5: Input dispatcher ANR handling enhancements. by Jeff Brown · 14 years ago
  26. 0f0541e am b88102f5: Input dispatcher ANR handling enhancements. by Jeff Brown · 14 years ago
  27. b88102f Input dispatcher ANR handling enhancements. by Jeff Brown · 14 years ago
  28. 6d000d4 Merge "Optimize calls to glCopyTexImage2D()." by Romain Guy · 14 years ago
  29. 8694230 Optimize calls to glCopyTexImage2D(). by Romain Guy · 14 years ago
  30. ae44d55 Merge "Correct implementation of saveLayer()." by Romain Guy · 14 years ago
  31. f607bdc Correct implementation of saveLayer(). by Romain Guy · 14 years ago
  32. 84d10ad am 510951e9: am a8512a71: Always set the scheduling group when starting a new thread. by Dianne Hackborn · 14 years ago
  33. 510951e am a8512a71: Always set the scheduling group when starting a new thread. by Dianne Hackborn · 14 years ago
  34. a8512a7 Always set the scheduling group when starting a new thread. by Dianne Hackborn · 14 years ago
  35. a5aed0d Add support for advanced blend modes with the framebuffer. by Romain Guy · 14 years ago
  36. d90f23e Do not convert 8888 bitmaps to 565 when doing a copy. by Romain Guy · 14 years ago
  37. 183f17e A Path can exist in several cache entries. by Romain Guy · 14 years ago
  38. 9584a54 Merge "Purge Skia objects from GL caches as needed." by Romain Guy · 14 years ago
  39. a2341a9 Purge Skia objects from GL caches as needed. by Romain Guy · 14 years ago
  40. 53e7ae9 Merge "Fix possible infinite loop when purging textures." by Romain Guy · 14 years ago
  41. 9aaa826 Fix possible infinite loop when purging textures. by Romain Guy · 14 years ago
  42. 3dfc572 am 8723bb58: am b21fb104: Fix key repeat delay. by Jeff Brown · 14 years ago
  43. 8723bb5 am b21fb104: Fix key repeat delay. by Jeff Brown · 14 years ago
  44. b380c4d resolved conflicts for merge of a05088c1 to master by Jeff Brown · 14 years ago
  45. b21fb10 Fix key repeat delay. by Jeff Brown · 14 years ago
  46. a05088c am 85a31767: Add support for secure views. by Jeff Brown · 14 years ago
  47. 85a3176 Add support for secure views. by Jeff Brown · 14 years ago
  48. db09da1 Merge "Reflected class name and bc file name changes." by Ying Wang · 14 years ago
  49. a009dde am 2a08e2a9: am a19ef306: Revert "Free created FileMap when uncompressing files" by Kenny Root · 14 years ago
  50. 2a08e2a am a19ef306: Revert "Free created FileMap when uncompressing files" by Kenny Root · 14 years ago
  51. a19ef30 Revert "Free created FileMap when uncompressing files" by Kenny Root · 14 years ago
  52. 3472626 am a1205f07: am 2d3739d4: Merge "Modify native ALooper to take an explicit ident." into gingerbread by Dianne Hackborn · 14 years ago
  53. c24ffe6 Fix header path. by Anatol Pomazau · 14 years ago
  54. a1205f0 am 2d3739d4: Merge "Modify native ALooper to take an explicit ident." into gingerbread by Dianne Hackborn · 14 years ago
  55. 42c03e5 Modify native ALooper to take an explicit ident. by Dianne Hackborn · 14 years ago
  56. 6aa616c am 05dff838: am 11bbe200: Hopefully fix the build. by Dianne Hackborn · 14 years ago
  57. 4970675 am b8bcfed5: am f703b77c: Merge "Add system property to turn off scheduling groups." into gingerbread by Dianne Hackborn · 14 years ago
  58. 05dff83 am 11bbe200: Hopefully fix the build. by Dianne Hackborn · 14 years ago
  59. 11bbe20 Hopefully fix the build. by Dianne Hackborn · 14 years ago
  60. db6f11b Fixing a3d files to reflect the new element structure. by Alex Sakhartchouk · 14 years ago
  61. 70d4e50 Add arrays to elements. by Jason Sams · 14 years ago
  62. b8bcfed am f703b77c: Merge "Add system property to turn off scheduling groups." into gingerbread by Dianne Hackborn · 14 years ago
  63. 8dff092 Reflected class name and bc file name changes. by Ying Wang · 14 years ago
  64. 84bb52e Add system property to turn off scheduling groups. by Dianne Hackborn · 14 years ago
  65. 355383e Merge "Fixing fragment shader bounding code" by Alex Sakhartchouk · 14 years ago
  66. caaac0f8 Fixing fragment shader bounding code by Alex Sakhartchouk · 14 years ago
  67. 8716030 am 8d5250c6: am 2e246549: Merge "Add better debug output for ResourceType errors" into gingerbread by Kenny Root · 14 years ago
  68. 8d5250c am 2e246549: Merge "Add better debug output for ResourceType errors" into gingerbread by Kenny Root · 14 years ago
  69. 68c2e91 Add better debug output for ResourceType errors by Kenny Root · 14 years ago
  70. 8e95466 Adding ability to dirty the allocation and notify shaders using it. by Alex Sakhartchouk · 14 years ago
  71. 18b8a04 Merge "Remove ACC and other legacy bits from RS." by Jason Sams · 14 years ago
  72. 8aef54f Add support for Canvas flags on save. by Romain Guy · 14 years ago
  73. deb0008 Remove ACC and other legacy bits from RS. by Jason Sams · 14 years ago
  74. 3927dbb Merge "SubElementData data upload functions." by Jason Sams · 14 years ago
  75. ee6d676 am df02df11: am 307ed31c: Merge "Remove incomplete input device enumeration NDK API." into gingerbread by Jeff Brown · 14 years ago
  76. df02df1 am 307ed31c: Merge "Remove incomplete input device enumeration NDK API." into gingerbread by Jeff Brown · 14 years ago
  77. 49bdaf0 SubElementData data upload functions. by Jason Sams · 14 years ago
  78. 5fad267 Remove incomplete input device enumeration NDK API. by Jeff Brown · 14 years ago
  79. 1423f51 am ae087369: am 63070856: Merge "Don\'t propagate StrictMode over one-way Binder calls." into gingerbread by Brad Fitzpatrick · 14 years ago
  80. fdf5b08 Merge "Fixing uniform binding for fragment shader. Updating the glsl fragment shader to color the lights." by Alex Sakhartchouk · 14 years ago
  81. ae08736 am 63070856: Merge "Don\'t propagate StrictMode over one-way Binder calls." into gingerbread by Brad Fitzpatrick · 14 years ago
  82. 0234376 Don't propagate StrictMode over one-way Binder calls. by Brad Fitzpatrick · 14 years ago
  83. 8442e0b Fixing uniform binding for fragment shader. by Alex Sakhartchouk · 14 years ago
  84. 2cbe236 Merge "Add hooks for hardware accelerated WebView." by Romain Guy · 14 years ago
  85. da8532c Add hooks for hardware accelerated WebView. by Romain Guy · 14 years ago
  86. 22f5ee9 am 36f0cb26: am 8d60866e: Input device calibration and capabilities. by Jeff Brown · 14 years ago
  87. 36f0cb2 am 8d60866e: Input device calibration and capabilities. by Jeff Brown · 14 years ago
  88. 8d60866 Input device calibration and capabilities. by Jeff Brown · 14 years ago
  89. b8f7f42 am 6e46e6f7: am 7ec7b997: Remove camera metering mode API. by Wu-cheng Li · 14 years ago
  90. 6e46e6f am 7ec7b997: Remove camera metering mode API. by Wu-cheng Li · 14 years ago
  91. 7ec7b99 Remove camera metering mode API. by Wu-cheng Li · 14 years ago
  92. 9846bc6 Merge "Fixing renderscript uniform binding bugs. Working on custom shaders." by Alex Sakhartchouk · 14 years ago
  93. 7a97e5a am 8e724905: am ad6731b0: Merge "Add debugging to ZipFileRO" into gingerbread by Kenny Root · 14 years ago
  94. 54c4bf2 am d322d163: am ae66946b: Merge "fix a race in SF buffer management" into gingerbread by Mathias Agopian · 14 years ago
  95. a41174e Fixing renderscript uniform binding bugs. Working on custom shaders. by Alex Sakhartchouk · 14 years ago
  96. 8e72490 am ad6731b0: Merge "Add debugging to ZipFileRO" into gingerbread by Kenny Root · 14 years ago
  97. ad6731b Merge "Add debugging to ZipFileRO" into gingerbread by Kenny Root · 14 years ago
  98. 6329fdb Add debugging to ZipFileRO by Kenny Root · 14 years ago
  99. d322d16 am ae66946b: Merge "fix a race in SF buffer management" into gingerbread by Mathias Agopian · 14 years ago
  100. b45c0c9 Apply gamma correction to font rendering. by Romain Guy · 14 years ago