1. 8839ca5 Add several math functions to rsScript_Lib. by Romain Guy · 17 years ago
  2. 8c76cef Smoother transitions in GrassRS by Romain Guy · 17 years ago
  3. 584a375 First pass at implementing the Grass live wallpaper in RenderScript. by Romain Guy · 17 years ago
  4. 1a20bae Merge change 9287 by Android (Google) Code Review · 17 years ago
  5. 5b5c914 fixed some issues with the software renderer when surfaces are made current. by Mathias Agopian · 17 years ago
  6. afcf686 am 25dff70f: Merge change 9039 into donut by Android (Google) Code Review · 17 years ago
  7. a0afa2d Merge change 9236 by Android (Google) Code Review · 17 years ago
  8. dba3ba5 Implement bitmap resource loaders for utility. cleanup rolloRS and checkin maps.png which was missing. by Jason Sams · 17 years ago
  9. e7f0325 Merge change 9070 by Android (Google) Code Review · 17 years ago
  10. 5e63189 Fix a debug statement in BufferMapper by Mathias Agopian · 17 years ago
  11. f293b2f NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly scalled by Mathias Agopian · 17 years ago
  12. 6502a38 Merge change 9090 by Android (Google) Code Review · 17 years ago
  13. 0ea8c8a Simplify image loading. Use common internal format. by Jason Sams · 17 years ago
  14. 7518f16 Merge change 9089 by Android (Google) Code Review · 17 years ago
  15. faf1520 Filmstrip work and boxed bitmap load bugfixes. by Jason Sams · 17 years ago
  16. 0d22101 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 17 years ago
  17. 4ccee71 Adding resizeInput and setAttributes for overlay by Benny Wong · 17 years ago
  18. 75ac5fb Merge change 9065 by Android (Google) Code Review · 17 years ago
  19. 31b532e Checkin art assets for film test app and change loading of icons to 8888. by Jason Sams · 17 years ago
  20. b2b28f3 am 1521cd6e: Merge change 8015 into donut by Android (Google) Code Review · 17 years ago
  21. afa7d85 Merge change 9008 by Android (Google) Code Review · 17 years ago
  22. 9bb8fd7 Only restore the bits for wallpapers that aren't built in. by Joe Onorato · 17 years ago
  23. d058ee0 Merge change 8987 by Android (Google) Code Review · 17 years ago
  24. ee028d57 Fix firestone build by Marco Nelissen · 17 years ago
  25. 700a52a Merge changes 8935,8936 by Android (Google) Code Review · 17 years ago
  26. e1c00aa Merge change 8931 by Android (Google) Code Review · 17 years ago
  27. c915d0a fix [1985856] Seg fault when using the soft keyboard in the Messaging app by Mathias Agopian · 17 years ago
  28. 8d72569 Fix the IOException in wallpaper restore -- the padding isn't required at the end. by Joe Onorato · 17 years ago
  29. 3eb4344 Merge change 8901 by Android (Google) Code Review · 17 years ago
  30. 6f5c61c Add new icons and implement text. Fix bug with uploading 8888 bitmaps of non-square size. by Jason Sams · 17 years ago
  31. ec5d683 Merge change 8839 by Android (Google) Code Review · 17 years ago
  32. 1521cd6 Merge change 8015 into donut by Android (Google) Code Review · 17 years ago
  33. d75fe9a Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined. by David 'Digit' Turner · 17 years ago
  34. 6c70a8b Merge change 8858 by Android (Google) Code Review · 17 years ago
  35. 33863dd resolved conflicts for merge of ac38dfc5 to master by Mathias Agopian · 17 years ago
  36. 37d7fc7 Fix selection and change icon loading from 565 to 8888. by Jason Sams · 17 years ago
  37. a590434 Merge change 8835 by Android (Google) Code Review · 17 years ago
  38. b0ec1b4 Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smallest larger pow texture. The added space is filled black. by Jason Sams · 17 years ago
  39. 12cedff fix [2017532] Partial Update leaves residual image. by Mathias Agopian · 17 years ago
  40. dd3fbf1 Fix issue 2004229: DTMF tones play through earpiece (G1). by Eric Laurent · 17 years ago
  41. a04aaff Fix the build for BOARD_USES_GENERIC_AUDIO option by Eric Laurent · 17 years ago
  42. 4192cce Fix issue 2001204: libaudiopolicy.so and libaudiopolicygeneric.so libraries must be pre-linked. by Eric Laurent · 17 years ago
  43. 53305e8 Merge change 8421 by Android (Google) Code Review · 17 years ago
  44. 8af858e9 Unbreak build by making the build of renderscript again conditional on BUILD_RENDERSCRIPT until we can figure out why the build servers see an error that does not reproduce locally. by Jason Sams · 17 years ago
  45. bc51202 Merge change 8279 by Android (Google) Code Review · 17 years ago
  46. e29d471 Move the java and jni renderscript files to the proper location. by Jason Sams · 17 years ago
  47. 102313a Fix issue 1999585: audioflinger crash. by Eric Laurent · 17 years ago
  48. 2c817f5 Fix the sim build. by Eric Laurent · 17 years ago
  49. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 17 years ago
  50. ebd7bc5 Merge change 8109 by Android (Google) Code Review · 17 years ago
  51. 43ab763 Add a flag to set whether the overlay has been initialized. Commit needs to be called at least once on each overlay, and it appears that sometimes this by Rebecca Schultz Zavin · 17 years ago
  52. a8339df am 9fc20b0e: Merge change 8126 into donut by Android (Google) Code Review · 17 years ago
  53. c4db95c First pass at reworking screen density/size APIs. by Dianne Hackborn · 17 years ago
  54. eceb3bf Merge change 8038 by Android (Google) Code Review · 17 years ago
  55. ee41112 Enable light sources and update film test app. by Jason Sams · 17 years ago
  56. 7ac5e69 Fix hardware overlay so all changes are commited when done. by Rebecca Schultz Zavin · 17 years ago
  57. c7b0dba Merge change 7939 by Android (Google) Code Review · 17 years ago
  58. c97bb88 Split rsScriptC into class implemtation and library functions. Update test apps, all 3 should be working. by Jason Sams · 17 years ago
  59. 8ed7d69 Merge change 5892 by Android (Google) Code Review · 17 years ago
  60. 469b4c6 am aad0fcc9: Merge change 7783 into donut by Android (Google) Code Review · 17 years ago
  61. fd7628a Merge change 7806 by Android (Google) Code Review · 17 years ago
  62. e6c8e9b Fix fountain and more rollo ui work. by Jason Sams · 17 years ago
  63. a53b828 Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 17 years ago
  64. fd0efa0 Merge change 7724 by Android (Google) Code Review · 17 years ago
  65. 82be123 Merge change 7723 by Android (Google) Code Review · 17 years ago
  66. 7df0702 Remove shadows and invert dx sign in zoomed mode. by Jason Sams · 17 years ago
  67. e1babd4 Instead of using -1 for pid and uid in the simulator, and then having by Marco Nelissen · 17 years ago
  68. 15431a9 EventHub: Compare name instead of id when excluding event input devices. by Mike Lockwood · 17 years ago
  69. c1ea948 More usability tweaks including turning the icons right side up. by Jason Sams · 17 years ago
  70. 3d88fc0 am 3e1663a2: Merge change 7536 into donut by Android (Google) Code Review · 17 years ago
  71. 764205c Fix conflict with automatic DPI support on high density devices by forcing bitmap loading to not be scaled. by Jason Sams · 17 years ago
  72. 54440a0 Update rollo and renderscript to the new ACC compiler interface. by Jason Sams · 17 years ago
  73. 6d2090e Hardware overlay support by Benny Wong · 17 years ago
  74. 7bdc990 Merge change 7491 by Android (Google) Code Review · 17 years ago
  75. c75a257 Update rollo with new interactivity model. by Jason Sams · 17 years ago
  76. d2792e3 fix FILE* version of ZipUtils::inflateToBuffer by Doug Zongker · 17 years ago
  77. 1d9dfc5 EventHub: Add support for excluding devices from being opened by as a keyboard. by Mike Lockwood · 17 years ago
  78. 0c421c0 Merge change 7490 by Android (Google) Code Review · 17 years ago
  79. 4cc8c7d Merge change 7489 by Android (Google) Code Review · 17 years ago
  80. f470426 Merge change 7419 by Android (Google) Code Review · 17 years ago
  81. 92d2b40 Standby A2DP audio hardware interface when disabling A2DP. by Nick Pelly · 17 years ago
  82. ee5bbb7 Need to skip the padding after reading. by Joe Onorato · 17 years ago
  83. e3dd884 Implement virtual button support. by Dianne Hackborn · 17 years ago
  84. 399bfce Fix master build errors post merge with master_gl branch. by Jason Sams · 17 years ago
  85. 7aa4f3a More test app work by Jason Sams · 17 years ago
  86. fad6c94 another attempt to fix the sim by Mathias Agopian · 17 years ago
  87. ac2dd4d first attempt to fix the sim by Mathias Agopian · 17 years ago
  88. 3a5351e Merge change 6898 by Android (Google) Code Review · 17 years ago
  89. 8d9a5eff fix [1964315] crash in the surface.cpp while browsing by Mathias Agopian · 17 years ago
  90. b1c4ca5 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 17 years ago
  91. 64676f3 1st cut of a3d file loader. by Jason Sams · 17 years ago
  92. f31d407 fix [1967226] Donut orientation animation (dimming and blur) is slower than Cupcake by Mathias Agopian · 17 years ago
  93. b5af325 rename libsgl/libcorecg to libskia by Mike Reed · 17 years ago
  94. 679353d Merge change 6742 by Android (Google) Code Review · 17 years ago
  95. cafec03 fix [1969200] Uninitialized double passed to Math.sqrt() by Mathias Agopian · 17 years ago
  96. 07e456d am 4d2dbebf: fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624 by Mathias Agopian · 17 years ago
  97. 4d2dbeb fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624 by Mathias Agopian · 17 years ago
  98. 05dab6f fix for [1969185] valgrind errors in new gl stuff by Mathias Agopian · 17 years ago
  99. 58e8131 am be91fdbc: Merge change 6665 into donut by Android (Google) Code Review · 17 years ago
  100. 2b479be am 3893da46: Merge change 6614 into donut by Android (Google) Code Review · 17 years ago