1. ee7c2d6 Merge "Fix UI in image processing." by Alex Sakhartchouk · 13 years ago
  2. 2a62820 am d2acfd6d: am a58f58da: Merge "Doc change: fixing renderscript samples" into honeycomb by Robert Ly · 13 years ago
  3. c1e661c Merge "Doc change: fixing renderscript samples" into honeycomb by Robert Ly · 13 years ago
  4. 9de4c97 Doc change: fixing renderscript samples by Robert Ly · 13 years ago
  5. ba27d25 DO NOT MERGE by Scott Main · 13 years ago
  6. 2c84d44 Fix UI in image processing. by Alex Sakhartchouk · 13 years ago
  7. 03bb6ee Adding better navigation to model viewer (pinch to zoom, rotations) by Alex Sakhartchouk · 13 years ago
  8. f9eb17c am e49f75eb: am bbcf2079: Merge "Fix struct initializer for balls." into honeycomb by Stephen Hines · 13 years ago
  9. 741bfbf Fix struct initializer for balls. by Stephen Hines · 13 years ago
  10. 24af273 am e8d074d7: am cbcd9335: Merge "Basic 101 level compute example for RS." into honeycomb by Jason Sams · 13 years ago
  11. 0f67beb am bf3aae10: am efc48eea: Merge "HelloWorld graphics sample for Renderscript." into honeycomb by Alex Sakhartchouk · 13 years ago
  12. 6d64cb3 am 7541a9a2: am f1ff8b2f: Merge "Cleanup of the code in view to do creation/destruction in the right places." into honeycomb by Alex Sakhartchouk · 13 years ago
  13. d9237a6 Merge "Basic 101 level compute example for RS." into honeycomb by Jason Sams · 13 years ago
  14. 4b243b4 Merge "HelloWorld graphics sample for Renderscript." into honeycomb by Alex Sakhartchouk · 13 years ago
  15. 4b26b41 Merge "Cleanup of the code in view to do creation/destruction in the right places." into honeycomb by Alex Sakhartchouk · 13 years ago
  16. 71e0c78 Basic 101 level compute example for RS. by Jason Sams · 13 years ago
  17. 5e3a4a8 HelloWorld graphics sample for Renderscript. by Alex Sakhartchouk · 13 years ago
  18. 570eaaa Cleanup of the code in view to do creation/destruction in the right places. by Alex Sakhartchouk · 13 years ago
  19. c0f54e3 DO NOT MERGE Removing an activity that shouldn't go into samples by Alex Sakhartchouk · 13 years ago
  20. 81a2744 Merge "cleanup headers for SDK. bug 3421901" into honeycomb by Jason Sams · 13 years ago
  21. 681e81e set targetsdk=11 on renderscript misc samples project by Robert Ly · 13 years ago
  22. 48082b5 Fixing renderscript samples to properly declare targetSDK by Robert Ly · 13 years ago
  23. 3f20dc5 cleanup headers for SDK. bug 3421901 by Jason Sams · 13 years ago
  24. 09aeb8a Clean up RS samples for SDK, bug 2943369 by Jason Sams · 13 years ago
  25. 711e731 Add missing functions to math library. by Stephen Hines · 13 years ago
  26. 47b1530 Remove unnecessary library functions. by Stephen Hines · 13 years ago
  27. 3e6482f Clean up RS math fp library functions. by Stephen Hines · 13 years ago
  28. 5439184 1. fp_mad.rs: Pass C99 check. by Shih-wei Liao · 13 years ago
  29. 32086d8 Fix bug in modf library function (plus typos). by Stephen Hines · 13 years ago
  30. 93d2111 Make ImageProcessing work. by Shih-wei Liao · 13 years ago
  31. b2cfc98 Fix bug in on-device linking. by Shih-wei Liao · 13 years ago
  32. dfadd07 convert2uchar3. by Shih-wei Liao · 14 years ago
  33. 9f8bc4f Updating cubemap loading code. by Alex Sakhartchouk · 14 years ago
  34. ca3f09c Split time functions into rs_time.rsh header. by Stephen Hines · 14 years ago
  35. 4db6373 API cleanup for renderscript. This will be a multiproject commit. by Alex Sakhartchouk · 14 years ago
  36. c17ace2 API reaview cleanup by Alex Sakhartchouk · 14 years ago
  37. a2aab8b Cleanup and refactoring of an earlier cl. by Alex Sakhartchouk · 14 years ago
  38. b7e83bd Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers. by Jason Sams · 14 years ago
  39. 15849d9 1. Add Context to a RenderScript or RenderScriptGL instance. by Shih-wei Liao · 14 years ago
  40. b022b38 Merge "More API updates." by Jason Sams · 14 years ago
  41. ebc5019 More API updates. by Jason Sams · 14 years ago
  42. 2d79197 Perf test by Alex Sakhartchouk · 14 years ago
  43. 03bc9c1 Merge "Add multitouch support to physics test. Fix context state overwrite calling invoke." by Jason Sams · 14 years ago
  44. 1f24db4 Add multitouch support to physics test. by Jason Sams · 14 years ago
  45. dedcd1f Merge "Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement." by Jason Sams · 14 years ago
  46. 837e388 Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement. by Jason Sams · 14 years ago
  47. fbe6ffd Remove vector array test from RSTest. by Stephen Hines · 14 years ago
  48. a3e2403 Fix build by Jason Sams · 14 years ago
  49. 366c9c8 Allocation API update. by Jason Sams · 14 years ago
  50. 25413ec API review cleanup. by Jason Sams · 14 years ago
  51. f657fa9 Stop using anonymous structs in RS. by Stephen Hines · 14 years ago
  52. 8e8048c Fix physics bug causing balls to stack. by Jason Sams · 14 years ago
  53. c9110b6 Remove unnecessary export_func pragma. by Stephen Hines · 14 years ago
  54. 84e4027 Support for cubemaps. by Alex Sakhartchouk · 14 years ago
  55. 1a2b9b5 Merge "Mark a non-exported function as static." by Stephen Hines · 14 years ago
  56. ac9a8a5 Mark a non-exported function as static. by Stephen Hines · 14 years ago
  57. 6070925 Create holder inner class for pushing context state. by Jason Sams · 14 years ago
  58. 209cf6d Remove WARs for zero-init + destructors. by Stephen Hines · 14 years ago
  59. 762e7b7 Fix line drawing in RS example. by Jason Sams · 14 years ago
  60. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  61. 239f09a Fix fountain bug with more than 10 touches reported. by Jason Sams · 14 years ago
  62. 83325b9 Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. Removing fixed size arrays." by Alex Sakhartchouk · 14 years ago
  63. 54929cc Moving attrib creation to Mesh. Adding arrays as shader inputs. by Alex Sakhartchouk · 14 years ago
  64. 259b44e Add vector array test to RSTest. by Stephen Hines · 14 years ago
  65. a775673 Update ScriptC constructor to remove depricated param. by Jason Sams · 14 years ago
  66. 1793619 New RS types test for checking compilation. by Stephen Hines · 14 years ago
  67. 177f844 Balls test app. by Jason Sams · 14 years ago
  68. 4fa2270 Adding new unit test for rsDebug(). by Stephen Hines · 14 years ago
  69. 963bb45 Changing scenegraph sample to use arrays. by Alex Sakhartchouk · 14 years ago
  70. d978780 Packing the struct to work around llvm bug. by Alex Sakhartchouk · 14 years ago
  71. ab8f06c Support for unsigned long and unsigned long long. by Stephen Hines · 14 years ago
  72. 13d080c Test exported "long" type. by Stephen Hines · 14 years ago
  73. 0977c94 Fix support for 64-bit integers. by Stephen Hines · 14 years ago
  74. d7e5481 Cleanup error message for null binding address. by Jason Sams · 14 years ago
  75. 63d52ac Remove pragma for RS export variables. by Stephen Hines · 14 years ago
  76. b9c22be Merge "Add RS testing for long and long long." by Stephen Hines · 14 years ago
  77. 053ae93 Add RS testing for long and long long. by Stephen Hines · 14 years ago
  78. 7ffcaf2 changing vec4 to vec2 for perf reasons. by Alex Sakhartchouk · 14 years ago
  79. 09c6735 Adding text metrics to renderscript. by Alex Sakhartchouk · 14 years ago
  80. 9fbc73a Merge "Add object validity checking." by Jason Sams · 14 years ago
  81. 605048a Add object validity checking. by Jason Sams · 14 years ago
  82. d51783d Merge "Adding anisotropic filtering and related samples." by Alex Sakhartchouk · 14 years ago
  83. 1103d8e Adding anisotropic filtering and related samples. by Alex Sakhartchouk · 14 years ago
  84. 01b7d29 Fix clear() operation for rsScriptC. by Stephen Hines · 14 years ago
  85. 1762161 Fix RS bug with message ID 0. by Stephen Hines · 14 years ago
  86. 272cc71 Merge "Adding support for dynamically updated test status" by Stephen Hines · 14 years ago
  87. b97d043 Merge "Adding support for all allowed textures. Cleaning up unused code Adding error messages" by Alex Sakhartchouk · 14 years ago
  88. b173f30 Adding support for dynamically updated test status by Stephen Hines · 14 years ago
  89. 383e5b1 Adding support for all allowed textures. by Alex Sakhartchouk · 14 years ago
  90. 0752dd2 Add RsList implementation to RSTest. by Stephen Hines · 14 years ago
  91. 91a7ac0 Test use of "f" suffix on float initializers. by Stephen Hines · 14 years ago
  92. c4a57c9 Updated RSTest to test primitive type assignments. by Stephen Hines · 14 years ago
  93. ff1579a Handle RS reflection name changes. by Stephen Hines · 14 years ago
  94. e387d81 Minor app updates for RS. force RSTest to portrait. by Stephen Hines · 14 years ago
  95. e7ae69f Shader changes to allow for more flexible constant binding. by Alex Sakhartchouk · 14 years ago
  96. d405c49 Merge "Reflected class name and bc file name changes." by Ying Wang · 14 years ago
  97. 5385a07 Fixing a3d files to reflect the new element structure. by Alex Sakhartchouk · 14 years ago
  98. 6ae9112 Reflected class name and bc file name changes. by Ying Wang · 14 years ago
  99. 1e5168d Adding ability to dirty the allocation and notify shaders using it. by Alex Sakhartchouk · 14 years ago
  100. 6e93421 Fixing uniform binding for fragment shader. by Alex Sakhartchouk · 14 years ago