1. e9c1970 am b1cdb648: Merge change 4565 into donut by Android (Google) Code Review · 15 years ago
  2. b1cdb64 Merge change 4565 into donut by Android (Google) Code Review · 15 years ago
  3. 2a578ae5 Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density by David 'Digit' Turner · 15 years ago
  4. 6f8b5c1 am de72697b: Merge change 4524 into donut by Android (Google) Code Review · 15 years ago
  5. 253e8e3 Merge change 4533 by Android (Google) Code Review · 15 years ago
  6. 9c54bdb Implement default programs and implement defaults and parents for imports. by Jason Sams · 15 years ago
  7. efd0fab FileRestoreHelper and RestoreHelperDispatcher work. by Joe Onorato · 15 years ago
  8. 251c89c am 5f15d151: checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 15 years ago
  9. 5f15d15 checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 15 years ago
  10. 368d9c3 Merge change 4426 by Android (Google) Code Review · 15 years ago
  11. b37c0a5 Switch fountain to use ProgramVertex rather than hard coded camers in scripts. Remove camera code from scripts. by Jason Sams · 15 years ago
  12. d1ac159 Merge change 4289 by Android (Google) Code Review · 15 years ago
  13. 0826a6f Bug fixes. TriangleMesh now ref-counts, implement missing element formats, add missing modes for program vertex. Add matrix support classes. Add test app rollo by Jason Sams · 15 years ago
  14. daf701f am 2fdd428e: Fix some backup reader/writer issues; make local transport do backup by Christopher Tate · 15 years ago
  15. 1cf5874 Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput. by Joe Onorato · 15 years ago
  16. bf85d63 am 78f0f8cb: Merge changes 3953,3954 into donut by Android (Google) Code Review · 15 years ago
  17. ce88cb1 Make the file backup helper not crash if a file you requested by Joe Onorato · 15 years ago
  18. 31ff7a3 Merge change 3952 by Android (Google) Code Review · 15 years ago
  19. 1fe9b8c Split FountainView into View and RS parts. Beging adding ProgramVertex to the java api. It was already implemented in native. by Jason Sams · 15 years ago
  20. 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 15 years ago
  21. 43b605d Merge change 3850 by Android (Google) Code Review · 15 years ago
  22. bcf3e6a Merge change 3849 by Android (Google) Code Review · 15 years ago
  23. d5680f9 Fix bug with bad conversion of java strings to C strings for object names. Update test app to test object defines. by Jason Sams · 15 years ago
  24. 196ac85 Fix build error due to bad path generation in makefile for generated tools. by Jason Sams · 15 years ago
  25. a10cb5a Merge change 3808 by Android (Google) Code Review · 15 years ago
  26. 94d8e90a Split renderscript java code from test apps. Update makefiles. by Jason Sams · 15 years ago
  27. 297ba9f Merge change 3776 by Android (Google) Code Review · 15 years ago
  28. 3eaa338 Add named objects and implement support for ProgramFragmentStore and ProgramFragment to be used by name in scripts. by Jason Sams · 15 years ago
  29. d5ac1ae Framework changes for bluez4. by Jaikumar Ganesh · 15 years ago
  30. 280412f Merge change 3601 by Android (Google) Code Review · 15 years ago
  31. da423d8 checkpoint pragma support. Includes more cleanup of script enviroment storage to keep the env settings in the base and only the per language state in ScriptC. by Jason Sams · 15 years ago
  32. 5999cd7 Merge change 3535 by Android (Google) Code Review · 15 years ago
  33. 928f5cf Move placement of script enviroment data to base. by Jason Sams · 15 years ago
  34. f87e896 Merge change 3485 by Android (Google) Code Review · 15 years ago
  35. 3a833d8 Fix build issue and ref count bug with scripts. by Jason Sams · 15 years ago
  36. 7087c0e Merge change 3386 by Android (Google) Code Review · 15 years ago
  37. 39ddc950 Move call to compiler from jni to core library code. by Jason Sams · 15 years ago
  38. e583a4e get rid of LogSocket which wasn't even implemented (enabled) by Mathias Agopian · 15 years ago
  39. 55e3d60 break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of inet_address.h and Socket.h which were not used by Mathias Agopian · 15 years ago
  40. 7952526 Merge change 3284 by Android (Google) Code Review · 15 years ago
  41. 8ed6beb rename string_array.h to StringArray.h and move the implementation from the header file to a new cpp file. by Mathias Agopian · 15 years ago
  42. 3f0c72a am 0032ce80: Fix back_up_files() error detection when opening/CRCing the file by Christopher Tate · 15 years ago
  43. 1b6aee1 am 2a318867: Merge change 3203 into donut by Android (Google) Code Review · 15 years ago
  44. 2a741ad Use ANSI style function declaration for RS scripts. by Jack Palevich · 15 years ago
  45. a09f11d Add support for scripts to return an animation flag. This allows them to indicate they are generating changing content and the rs thread to sleep if the content is static. by Jason Sams · 15 years ago
  46. 0032ce8 Fix back_up_files() error detection when opening/CRCing the file by Christopher Tate · 15 years ago
  47. 8ad0010 Set the RS thread priority. by Jason Sams · 15 years ago
  48. 8ae2335 rename a few files to camel-case, add copyright notices by Mathias Agopian · 15 years ago
  49. 33c824d Remove pointer hacks from script and use standard load/store functions. by Jason Sams · 15 years ago
  50. e2ae85f Generalize bitmap support and add remaining GL formats. by Jason Sams · 15 years ago
  51. ffe9f48 Improve bitmap support and do conversion in native rather than java code to reduce conversion time. by Jason Sams · 15 years ago
  52. 696959c get rid of TimerProbe which is never used by Mathias Agopian · 15 years ago
  53. 14f955b get rid of sleepForInterval() which didn't seem to be used anywhere in the source tree. Also get rid of ported.h which seem to be used only (possibly) in the sim. moved the implementation there. by Mathias Agopian · 15 years ago
  54. 3b4062e get rid of utils.h by Mathias Agopian · 15 years ago
  55. 9176469 am b61ae351: Merge change 2747 into donut by Android (Google) Code Review · 15 years ago
  56. b61ae35 Merge change 2747 into donut by Android (Google) Code Review · 15 years ago
  57. 6d892b6 log the geomerty of surfaces causing an out of memory in SurfaceFlinger. by Mathias Agopian · 15 years ago
  58. e1ab4349 Don't prelink the libRS libraries. by Jack Palevich · 15 years ago
  59. 16641bc am d9cc7659: Merge change 2706 into donut by Android (Google) Code Review · 15 years ago
  60. 551603f Fix issue 1883666: Audio coming from the music player stopped suddenly by Eric Laurent · 15 years ago
  61. 243e3fb Implement sampler GL setup code. by Jason Sams · 15 years ago
  62. 02fb2cb Add sampler support by Jason Sams · 15 years ago
  63. 206b831 Merge change 2658 by Android (Google) Code Review · 15 years ago
  64. fb1bf92 Merge change 2657 by Android (Google) Code Review · 15 years ago
  65. ec5a20b Delete the acc script when deleting the Renderscript rsScriptC object. by Jack Palevich · 15 years ago
  66. 63975dd Remove versions of scriptCSetScript method that take byte arrays. by Jack Palevich · 15 years ago
  67. aebadd2 Merge change 2636 by Android (Google) Code Review · 15 years ago
  68. 43702d8 Add support for setting scripts, rather than having a hard-coded script. by Jack Palevich · 15 years ago
  69. a8f61f4 Merge change 2574 by Android (Google) Code Review · 15 years ago
  70. 0ae234c Add background bitmap to fountain test app for renderscript. by Jason Sams · 15 years ago
  71. df98851 Change the Fountain test app's package to com.android.fountain. by Jack Palevich · 15 years ago
  72. 7fea935 Sim-only files move, part 2/2. by Andy McFadden · 15 years ago
  73. ba89724 Merge change 2568 by Android (Google) Code Review · 15 years ago
  74. 81d0a9a Enable renderscript to build under the simulator. by Jack Palevich · 15 years ago
  75. fe08d99 Implement first pass bitmap to allocation support. The Java bindings can create a 2D allocation by passing in a Bitmap object. by Jason Sams · 15 years ago
  76. 8191d0f Turn on ACC script test. (It works!) by Jack Palevich · 15 years ago
  77. 55d4522 Fix Fountain test app so that it actually builds. by Jack Palevich · 15 years ago
  78. 09d00f7 am 0c0ad39c: Merge change 2502 into donut by Android (Google) Code Review · 15 years ago
  79. f1472a7 minor clean-up to Rect and Point. by Mathias Agopian · 15 years ago
  80. eaff307 Fix RenderScript JNI code build issue. by Jack Palevich · 15 years ago
  81. aaf834a some work to try to reduce the code size of some native libraries by Mathias Agopian · 15 years ago
  82. 40dec9c Merge change 2466 by Android (Google) Code Review · 15 years ago
  83. 5da30b7 Rename Calc sample to Fountain. by Jack Palevich · 15 years ago
  84. ecb109d Merge change 2462 by Android (Google) Code Review · 15 years ago
  85. 60aa3ea Add sprite fountain test. by Jack Palevich · 15 years ago
  86. c5d0343 am de8268d6: Merge change 2331 into donut by Android (Google) Code Review · 15 years ago
  87. 4bc035a Fix issue 1846343 - part 1 by Eric Laurent · 15 years ago
  88. 6a3a2b9 am 04561a55: Merge change 2359 into donut by Android (Google) Code Review · 15 years ago
  89. 04561a5 Merge change 2359 into donut by Android (Google) Code Review · 15 years ago
  90. aaafa4f Merge change 2362 by Android (Google) Code Review · 15 years ago
  91. d19f10d Add the Renderscript library. (Not in the build by default yet.) by Jason Sams · 15 years ago
  92. f4c46b9 Fix for the simultor build breakage. by Nicolas Catania · 15 years ago
  93. 9f7d60c am d50a458b: Merge change 2351 into donut by Android (Google) Code Review · 15 years ago
  94. d50a458 Merge change 2351 into donut by Android (Google) Code Review · 15 years ago
  95. 6aff905 Fix a major bug in Bundle when unparcelling from AIDL. by Dianne Hackborn · 15 years ago
  96. fc5095f am 7198030f: This should fix the simulator build. by Marco Nelissen · 15 years ago
  97. 7198030 This should fix the simulator build. by Marco Nelissen · 15 years ago
  98. e755d64 am 69a6c3eb: Merge change 2292 into donut by Android (Google) Code Review · 15 years ago
  99. 627e7b5 split boot animation out of SurfaceFlinger by Mathias Agopian · 15 years ago
  100. dfece80 change 2115 wasn't merged properly into master. this fixes that. by Mathias Agopian · 15 years ago