1. 4db6373 API cleanup for renderscript. This will be a multiproject commit. by Alex Sakhartchouk · 14 years ago
  2. c17ace2 API reaview cleanup by Alex Sakhartchouk · 14 years ago
  3. a2aab8b Cleanup and refactoring of an earlier cl. by Alex Sakhartchouk · 14 years ago
  4. b7e83bd Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers. by Jason Sams · 14 years ago
  5. 15849d9 1. Add Context to a RenderScript or RenderScriptGL instance. by Shih-wei Liao · 14 years ago
  6. b022b38 Merge "More API updates." by Jason Sams · 14 years ago
  7. ebc5019 More API updates. by Jason Sams · 14 years ago
  8. 2d79197 Perf test by Alex Sakhartchouk · 14 years ago
  9. 03bc9c1 Merge "Add multitouch support to physics test. Fix context state overwrite calling invoke." by Jason Sams · 14 years ago
  10. 1f24db4 Add multitouch support to physics test. by Jason Sams · 14 years ago
  11. dedcd1f Merge "Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement." by Jason Sams · 14 years ago
  12. 837e388 Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement. by Jason Sams · 14 years ago
  13. fbe6ffd Remove vector array test from RSTest. by Stephen Hines · 14 years ago
  14. a3e2403 Fix build by Jason Sams · 14 years ago
  15. 366c9c8 Allocation API update. by Jason Sams · 14 years ago
  16. 25413ec API review cleanup. by Jason Sams · 14 years ago
  17. f657fa9 Stop using anonymous structs in RS. by Stephen Hines · 14 years ago
  18. 8e8048c Fix physics bug causing balls to stack. by Jason Sams · 14 years ago
  19. c9110b6 Remove unnecessary export_func pragma. by Stephen Hines · 14 years ago
  20. 84e4027 Support for cubemaps. by Alex Sakhartchouk · 14 years ago
  21. 1a2b9b5 Merge "Mark a non-exported function as static." by Stephen Hines · 14 years ago
  22. ac9a8a5 Mark a non-exported function as static. by Stephen Hines · 14 years ago
  23. 6070925 Create holder inner class for pushing context state. by Jason Sams · 14 years ago
  24. 209cf6d Remove WARs for zero-init + destructors. by Stephen Hines · 14 years ago
  25. 762e7b7 Fix line drawing in RS example. by Jason Sams · 14 years ago
  26. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  27. 239f09a Fix fountain bug with more than 10 touches reported. by Jason Sams · 14 years ago
  28. 83325b9 Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. Removing fixed size arrays." by Alex Sakhartchouk · 14 years ago
  29. 54929cc Moving attrib creation to Mesh. Adding arrays as shader inputs. by Alex Sakhartchouk · 14 years ago
  30. 259b44e Add vector array test to RSTest. by Stephen Hines · 14 years ago
  31. a775673 Update ScriptC constructor to remove depricated param. by Jason Sams · 14 years ago
  32. 1793619 New RS types test for checking compilation. by Stephen Hines · 14 years ago
  33. 177f844 Balls test app. by Jason Sams · 14 years ago
  34. 4fa2270 Adding new unit test for rsDebug(). by Stephen Hines · 14 years ago
  35. 963bb45 Changing scenegraph sample to use arrays. by Alex Sakhartchouk · 14 years ago
  36. d978780 Packing the struct to work around llvm bug. by Alex Sakhartchouk · 14 years ago
  37. ab8f06c Support for unsigned long and unsigned long long. by Stephen Hines · 14 years ago
  38. 13d080c Test exported "long" type. by Stephen Hines · 14 years ago
  39. 0977c94 Fix support for 64-bit integers. by Stephen Hines · 14 years ago
  40. d7e5481 Cleanup error message for null binding address. by Jason Sams · 14 years ago
  41. 63d52ac Remove pragma for RS export variables. by Stephen Hines · 14 years ago
  42. b9c22be Merge "Add RS testing for long and long long." by Stephen Hines · 14 years ago
  43. 053ae93 Add RS testing for long and long long. by Stephen Hines · 14 years ago
  44. 7ffcaf2 changing vec4 to vec2 for perf reasons. by Alex Sakhartchouk · 14 years ago
  45. 09c6735 Adding text metrics to renderscript. by Alex Sakhartchouk · 14 years ago
  46. 9fbc73a Merge "Add object validity checking." by Jason Sams · 14 years ago
  47. 605048a Add object validity checking. by Jason Sams · 14 years ago
  48. d51783d Merge "Adding anisotropic filtering and related samples." by Alex Sakhartchouk · 14 years ago
  49. 1103d8e Adding anisotropic filtering and related samples. by Alex Sakhartchouk · 14 years ago
  50. 01b7d29 Fix clear() operation for rsScriptC. by Stephen Hines · 14 years ago
  51. 1762161 Fix RS bug with message ID 0. by Stephen Hines · 14 years ago
  52. 272cc71 Merge "Adding support for dynamically updated test status" by Stephen Hines · 14 years ago
  53. b97d043 Merge "Adding support for all allowed textures. Cleaning up unused code Adding error messages" by Alex Sakhartchouk · 14 years ago
  54. b173f30 Adding support for dynamically updated test status by Stephen Hines · 14 years ago
  55. 383e5b1 Adding support for all allowed textures. by Alex Sakhartchouk · 14 years ago
  56. 0752dd2 Add RsList implementation to RSTest. by Stephen Hines · 14 years ago
  57. 91a7ac0 Test use of "f" suffix on float initializers. by Stephen Hines · 14 years ago
  58. c4a57c9 Updated RSTest to test primitive type assignments. by Stephen Hines · 14 years ago
  59. ff1579a Handle RS reflection name changes. by Stephen Hines · 14 years ago
  60. e387d81 Minor app updates for RS. force RSTest to portrait. by Stephen Hines · 14 years ago
  61. e7ae69f Shader changes to allow for more flexible constant binding. by Alex Sakhartchouk · 14 years ago
  62. d405c49 Merge "Reflected class name and bc file name changes." by Ying Wang · 14 years ago
  63. 5385a07 Fixing a3d files to reflect the new element structure. by Alex Sakhartchouk · 14 years ago
  64. 6ae9112 Reflected class name and bc file name changes. by Ying Wang · 14 years ago
  65. 1e5168d Adding ability to dirty the allocation and notify shaders using it. by Alex Sakhartchouk · 14 years ago
  66. 6e93421 Fixing uniform binding for fragment shader. by Alex Sakhartchouk · 14 years ago
  67. af83e79 Fixing renderscript uniform binding bugs. Working on custom shaders. by Alex Sakhartchouk · 14 years ago
  68. 39cd317 Add matrix component types. Fix potental overflow in script -> java messages. by Jason Sams · 14 years ago
  69. 6e657c3 More work on the renderscript sample by Alex Sakhartchouk · 14 years ago
  70. c8dc45c Renderscript samples. by Alex Sakhartchouk · 14 years ago
  71. 3aef272 Should fix the build. by Alex Sakhartchouk · 14 years ago
  72. 1889010 Hopefully this fixes the build. by Alex Sakhartchouk · 14 years ago
  73. 35b9644 Renderscript samples. Merged two model related projects. Cleanup. by Alex Sakhartchouk · 14 years ago
  74. 62e744e Remove extra float<>int conversions in ImageProcessing. by Jason Sams · 14 years ago
  75. 40dbbf0 Merge "Renderscript scenegraph prototype." by Alex Sakhartchouk · 14 years ago
  76. 265ad50 Renderscript scenegraph prototype. by Alex Sakhartchouk · 14 years ago
  77. 6b631f5 Merge "Start adding RS tests." by Jason Sams · 14 years ago
  78. bb060aa Start adding RS tests. by Jason Sams · 14 years ago
  79. 5e1a9bf Merge "Thread launch strategies." by Jason Sams · 14 years ago
  80. dd663fa Thread launch strategies. by Jason Sams · 14 years ago
  81. 797506a Merge "Fix anonymous struct." by Shih-wei Liao · 14 years ago
  82. 79c0705 Fix anonymous struct. by Shih-wei Liao · 14 years ago
  83. 78d4a74 Update image processing to cleaup code by not inlining by Jason Sams · 14 years ago
  84. ca5a454 Fixing fonts to use constant color instead of variable. by Alex Sakhartchouk · 14 years ago
  85. 6445e52 Support constant and varying colors in ProgramFragment. by Jason Sams · 14 years ago
  86. 7349547 Cleanup of signed/unsigned Make all functions overloadable. by Jason Sams · 14 years ago
  87. ef5867a Cleanup sendToClient and add rsGetDt(). by Jason Sams · 14 years ago
  88. 0c08cdb Minor ImageProcessing script optimization to make it a better FP benchmark. by Jason Sams · 14 years ago
  89. 633b5b5 rs_types.rsh and rs_math.rsh are default include files. Remove their #include. by Shih-wei Liao · 14 years ago
  90. 56dee03 Attempt to fix build '<>' works on mac but does not appear to work on linux yet. by Jason Sams · 14 years ago
  91. 1813340 Update imageprocessing to remove generated files. by Jason Sams · 14 years ago
  92. 6856150 Merge "Fix Android build" by Shih-wei Liao · 14 years ago
  93. 0d5ef34 Fix Android build by Shih-wei Liao · 14 years ago
  94. 68a0353 Merge "Change the include path." by Shih-wei Liao · 14 years ago
  95. 8690ae9 Change the include path. by Shih-wei Liao · 14 years ago
  96. 591507a Merge "Port ModelViewer to use the new build system. Fix the simulator build on Fountain." by Shih-wei Liao · 14 years ago
  97. 86a1976 Port ModelViewer to use the new build system. by Shih-wei Liao · 14 years ago
  98. bcdbb14 Switch back to use the default search of include path by Ying Wang · 14 years ago
  99. 8a8072d Fix build by Ying Wang · 14 years ago
  100. 71a9485 .rs files are now built by the build system. by Ying Wang · 14 years ago