1. 3b9c52a Async type creation. by Jason Sams · 15 years ago
  2. d2a1ff0 Fix text rendering issue. by Romain Guy · 15 years ago
  3. 838c6a1 Merge "Changing scenegraph sample to use arrays." by Alex Sakhartchouk · 15 years ago
  4. eb86aaa am 9a12a3c8: am ba799098: Merge changes I76513387,I335fb671 into gingerbread by Joe Onorato · 15 years ago
  5. 4afdf66 Color filters were ignored by the program cache fast path. by Romain Guy · 15 years ago
  6. 93d2361 Fix layer rendering glitch. by Romain Guy · 15 years ago
  7. 909cbaf Don't draw TextView's alpha layers when not needed. by Romain Guy · 15 years ago
  8. 5d79441 Small potential performance improvement for fonts rendering. by Romain Guy · 15 years ago
  9. 99bcdc5 Return identity matrix when rendering in an FBO. by Romain Guy · 15 years ago
  10. cd4af42 am 4b255a23: am 03aa28fb: Merge "Improve the input policy handling a bit." into gingerbread by Jeff Brown · 15 years ago
  11. 9f164aa am b05632aa: am a28d5aff: Merge "Fix a bug synthesizing cancelation events for motions." into gingerbread by Jeff Brown · 15 years ago
  12. fd14fb5 am c3041432: am de846ac6: Merge "Change to new binder implementation for OBB" into gingerbread by Kenny Root · 15 years ago
  13. 0a9b54e resolved conflicts for merge of 8bb7a1df to master by Kenny Root · 15 years ago
  14. 0726fd9 Merge "Begin hooking up SurfaceConfig." by Jason Sams · 15 years ago
  15. 11c8af9 Begin hooking up SurfaceConfig. by Jason Sams · 15 years ago
  16. 9e401bc Changing scenegraph sample to use arrays. by Alex Sakhartchouk · 15 years ago
  17. 79c9254 Merge "Add a getNativeMatrix() API." by Romain Guy · 15 years ago
  18. 41030da Add a getNativeMatrix() API. by Romain Guy · 15 years ago
  19. d6edfbb Merge "Packing the struct to work around llvm bug." by Alex Sakhartchouk · 15 years ago
  20. c119493 Packing the struct to work around llvm bug. by Alex Sakhartchouk · 15 years ago
  21. eb07af6 Optimize layer clears. by Romain Guy · 15 years ago
  22. 8cbda42 Merge "Tweak layers caching for better performance in Launcher." by Romain Guy · 15 years ago
  23. e910805 Tweak layers caching for better performance in Launcher. by Romain Guy · 15 years ago
  24. 290dcfb Merge "Remove logging." by Romain Guy · 15 years ago
  25. 1f114a5 Remove logging. by Romain Guy · 15 years ago
  26. 84349e3 Merge "Optimize 9patch rendering." by Romain Guy · 15 years ago
  27. 4bb9420 Optimize 9patch rendering. by Romain Guy · 15 years ago
  28. 9a12a3c am ba799098: Merge changes I76513387,I335fb671 into gingerbread by Joe Onorato · 15 years ago
  29. 2bc063f Merge "Fixing font bug, initialization was done in the wrong order." by Alex Sakhartchouk · 15 years ago
  30. aab758e turn off the electron beam by Mathias Agopian · 15 years ago
  31. 960ae15 Fixing font bug, initialization was done in the wrong order. by Alex Sakhartchouk · 15 years ago
  32. 735821f Merge "Simplify black texture fragment shader." by Romain Guy · 15 years ago
  33. 9db9124 Simplify black texture fragment shader. by Romain Guy · 15 years ago
  34. e28c8f2 Merge "Add API to check for emulated external storage" by Kenny Root · 15 years ago
  35. c00972b Don't recreate a new texture every time we draw a layer. by Romain Guy · 15 years ago
  36. e1ff214 Add API to check for emulated external storage by Kenny Root · 15 years ago
  37. 7d4cb2e Merge "Fixing refcounting debug statements that've gotten bitrotten." by Alex Sakhartchouk · 15 years ago
  38. af55cc7 Fixing refcounting debug statements that've gotten bitrotten. by Alex Sakhartchouk · 15 years ago
  39. 4b255a2 am 03aa28fb: Merge "Improve the input policy handling a bit." into gingerbread by Jeff Brown · 15 years ago
  40. 3122e44 Improve the input policy handling a bit. by Jeff Brown · 15 years ago
  41. 26b6df7 Merge "Track input state when transferring touch focus." by Jeff Brown · 15 years ago
  42. b05632a am a28d5aff: Merge "Fix a bug synthesizing cancelation events for motions." into gingerbread by Jeff Brown · 15 years ago
  43. 9c9f1a3 Track input state when transferring touch focus. by Jeff Brown · 15 years ago
  44. a1160a7 Fix a bug synthesizing cancelation events for motions. by Jeff Brown · 15 years ago
  45. 4231124c Merge "Fix an event injection bug when the policy is bypassed." by Jeff Brown · 15 years ago
  46. d5d2b73 Merge "Don't draw fully transparent views/primitives." by Romain Guy · 15 years ago
  47. dbc26d2 Don't draw fully transparent views/primitives. by Romain Guy · 15 years ago
  48. e20c9e0 Fix an event injection bug when the policy is bypassed. by Jeff Brown · 15 years ago
  49. c304143 am de846ac6: Merge "Change to new binder implementation for OBB" into gingerbread by Kenny Root · 15 years ago
  50. dd8b0c9 am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation of events." into gingerbread by Jeff Brown · 15 years ago
  51. de846ac Merge "Change to new binder implementation for OBB" into gingerbread by Kenny Root · 15 years ago
  52. 4a99ed8 Change to new binder implementation for OBB by Kenny Root · 15 years ago
  53. 5d3f607 Merge "Support for unsigned long and unsigned long long." by Stephen Hines · 15 years ago
  54. 8bb7a1d am b4de3dca: Merge "OBB: rearrange to be entirely asynchronous" into gingerbread by Kenny Root · 15 years ago
  55. f2e0681 am 1da8d4d1: Merge "Fix an event injection bug when the policy is bypassed." into gingerbread by Jeff Brown · 15 years ago
  56. b4de3dc Merge "OBB: rearrange to be entirely asynchronous" into gingerbread by Kenny Root · 15 years ago
  57. af9d667 OBB: rearrange to be entirely asynchronous by Kenny Root · 15 years ago
  58. 20b4cf8 Merge changes I9a5e01bc,If1caee31 by Romain Guy · 15 years ago
  59. 707b2f7 Optimize GLSL shaders. by Romain Guy · 15 years ago
  60. b931a1b Fix an event injection bug when the policy is bypassed. by Jeff Brown · 15 years ago
  61. 52d8363 Support for unsigned long and unsigned long long. by Stephen Hines · 15 years ago
  62. 1e1ebcb Merge "Test exported "long" type." by Stephen Hines · 15 years ago
  63. 7537f85 Improve performance of linear gradients. by Romain Guy · 15 years ago
  64. 2332340 Test exported "long" type. by Stephen Hines · 15 years ago
  65. 26ae390 Update allocation from bitmap. GL attribute cleanup in type. by Alex Sakhartchouk · 15 years ago
  66. 031ec58c Fix support for 64-bit integers. by Stephen Hines · 15 years ago
  67. 2222aa9 Cleanup error message for null binding address. by Jason Sams · 15 years ago
  68. 41aabeb am 1e6a3a53: Merge "Added more robust tracking and cancelation of events." into gingerbread by Jeff Brown · 15 years ago
  69. b699726 Added more robust tracking and cancelation of events. by Jeff Brown · 15 years ago
  70. 584ad9a Merge "Move binder magic from the Surface class to GraphicBuffer." by Jamie Gennis · 15 years ago
  71. 1ef773f Move binder magic from the Surface class to GraphicBuffer. by Jamie Gennis · 15 years ago
  72. 4475c0e am f10929fb: am a1bf0a06: Merge "Minor fix for InputReader support for non-touchscreen devices." into gingerbread by Jeff Brown · 15 years ago
  73. d5da367 am 22cb4ef8: am d577cfd7: Merge "Switch Looper back to using poll() instead of epoll()." into gingerbread by Jeff Brown · 15 years ago
  74. 4c0c81a Merge "Remove pragma for RS export variables." by Stephen Hines · 15 years ago
  75. c4e43d8 Merge "Move GenerationCache to the utils directory." by Romain Guy · 15 years ago
  76. 21b028a Move GenerationCache to the utils directory. by Romain Guy · 15 years ago
  77. b154dfe Merge "Don't update 9patches on every frame." by Romain Guy · 15 years ago
  78. 2728f96 Don't update 9patches on every frame. by Romain Guy · 15 years ago
  79. 5a6d7ac Remove pragma for RS export variables. by Stephen Hines · 15 years ago
  80. 1cb9465 Merge "Better cache for layers, reduce memory usage and increase framerate." by Romain Guy · 15 years ago
  81. 8550c4c Better cache for layers, reduce memory usage and increase framerate. by Romain Guy · 15 years ago
  82. 6f91cb6 Removing fixed size arrays. by Alex Sakhartchouk · 15 years ago
  83. 708e04f Move rsDebug from rs_math.rsh to rs_core.rsh: rsDebug is more like core functionalities instead of math functionalities. Also portions of rsDebug implementation has been in rs_core.rsh already. by Shih-wei Liao · 15 years ago
  84. ecd3174 Merge "Add 3D transforms support to all gradients." by Romain Guy · 15 years ago
  85. f10929f am a1bf0a06: Merge "Minor fix for InputReader support for non-touchscreen devices." into gingerbread by Jeff Brown · 15 years ago
  86. 22cb4ef am d577cfd7: Merge "Switch Looper back to using poll() instead of epoll()." into gingerbread by Jeff Brown · 15 years ago
  87. 1483094 Add 3D transforms support to all gradients. by Romain Guy · 15 years ago
  88. 8da727a Minor fix for InputReader support for non-touchscreen devices. by Jeff Brown · 15 years ago
  89. 415d8c3 Switch Looper back to using poll() instead of epoll(). by Jeff Brown · 15 years ago
  90. 928b5bf am 56364bcd: am 78d15acf: Merge "Make secure views tolerate IME overlays." into gingerbread by Jeff Brown · 15 years ago
  91. b8f69ab Merge "Add RS testing for long and long long." by Stephen Hines · 15 years ago
  92. 1d73e57 Add RS testing for long and long long. by Stephen Hines · 15 years ago
  93. e743bd2 Merge "Don't clear the framebuffer when not needed." by Romain Guy · 15 years ago
  94. 6b7bd24 Don't clear the framebuffer when not needed. by Romain Guy · 15 years ago
  95. 499f518 am ff04e97f: am f4619308: Merge "fix [2835280] Add support for cancelling buffers to ANativeWindow" into gingerbread by Mathias Agopian · 15 years ago
  96. a6983b4 Merge "Apply 3D transformations to gradient shaders." by Romain Guy · 15 years ago
  97. e3095e0 Apply 3D transformations to gradient shaders. by Romain Guy · 15 years ago
  98. 38d50969 Merge "changing vec4 to vec2 for perf reasons." by Alex Sakhartchouk · 15 years ago
  99. d209163 changing vec4 to vec2 for perf reasons. by Alex Sakhartchouk · 15 years ago
  100. 1e14f49 Merge "Optimize saveLayer() when the clip flag is set." by Romain Guy · 15 years ago