1. 9de4c97 Doc change: fixing renderscript samples by Robert Ly · 13 years ago
  2. 48082b5 Fixing renderscript samples to properly declare targetSDK by Robert Ly · 13 years ago
  3. 4db6373 API cleanup for renderscript. This will be a multiproject commit. by Alex Sakhartchouk · 14 years ago
  4. a3e2403 Fix build by Jason Sams · 14 years ago
  5. 366c9c8 Allocation API update. by Jason Sams · 14 years ago
  6. 25413ec API review cleanup. by Jason Sams · 14 years ago
  7. c9110b6 Remove unnecessary export_func pragma. by Stephen Hines · 14 years ago
  8. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  9. 239f09a Fix fountain bug with more than 10 touches reported. by Jason Sams · 14 years ago
  10. a775673 Update ScriptC constructor to remove depricated param. by Jason Sams · 14 years ago
  11. d7e5481 Cleanup error message for null binding address. by Jason Sams · 14 years ago
  12. 63d52ac Remove pragma for RS export variables. by Stephen Hines · 14 years ago
  13. ff1579a Handle RS reflection name changes. by Stephen Hines · 14 years ago
  14. 62e744e Remove extra float<>int conversions in ImageProcessing. by Jason Sams · 14 years ago
  15. 6445e52 Support constant and varying colors in ProgramFragment. by Jason Sams · 14 years ago
  16. 7349547 Cleanup of signed/unsigned Make all functions overloadable. by Jason Sams · 14 years ago
  17. ef5867a Cleanup sendToClient and add rsGetDt(). by Jason Sams · 14 years ago
  18. 633b5b5 rs_types.rsh and rs_math.rsh are default include files. Remove their #include. by Shih-wei Liao · 14 years ago
  19. 591507a Merge "Port ModelViewer to use the new build system. Fix the simulator build on Fountain." by Shih-wei Liao · 14 years ago
  20. 86a1976 Port ModelViewer to use the new build system. by Shih-wei Liao · 14 years ago
  21. bcdbb14 Switch back to use the default search of include path by Ying Wang · 14 years ago
  22. 8a8072d Fix build by Ying Wang · 14 years ago
  23. 71a9485 .rs files are now built by the build system. by Ying Wang · 14 years ago
  24. 8375a45 Fix include path problem. by Shih-wei Liao · 14 years ago
  25. 7d9b922 Preparing for build system change. Fix the build error in http://b/issue?id=2781522. by Shih-wei Liao · 14 years ago
  26. fb1859c Merge "Improve multitouch support so pointers other than 0 can change colors." by Jason Sams · 14 years ago
  27. 999e9e3 Improve multitouch support so pointers other than 0 can change colors. by Jason Sams · 14 years ago
  28. 4e9a7a8 Start of mesh API cleanup. by Alex Sakhartchouk · 14 years ago
  29. 11fc920 Update fountain with multitouch support. by Jason Sams · 14 years ago
  30. 687be05 Update fountain to use boolean rather than ints for true/false. by Jason Sams · 14 years ago
  31. 760f1f7 Add support for non-VBO drawing in Meshes. by Jason Sams · 14 years ago
  32. 976846c Fountain example cleanup. by Jason Sams · 14 years ago
  33. 8c88090 Remove InvokeData and add ContextFinish to generate a sync point. by Jason Sams · 14 years ago
  34. 2a63bf6 Begin using reflected files. by Jason Sams · 14 years ago
  35. 79f52df Remove RS_KIND from vertex arrays types. by Jason Sams · 14 years ago
  36. 01a6453 Fountain update. Update field names to match legacy expectations. by Jason Sams · 14 years ago
  37. 22fa371 Begin naming cleanup for renderscript runtime. by Jason Sams · 14 years ago
  38. be36bf3 Convert renderscript from using ACC to LLVM for its compiler. by Jason Sams · 14 years ago
  39. 3910dbf Update Script java classes and llvm samples. by Jason Sams · 14 years ago
  40. 3ffa00d Change global variables from extern to non static. Make script local global vars static. by Jason Sams · 14 years ago
  41. 51f36ab More rsh headers for renderscript and a llvm compatible test script for fountain. by Jason Sams · 14 years ago
  42. b91ff26 Add test pattern icon to Fountain. by Jason Sams · 14 years ago
  43. 4820e8b Preview seperating RenderScript into RenderScript and RenderScriptGL by Jason Sams · 14 years ago
  44. 2d4445b explicit set an "optional" tag by Jean-Baptiste Queru · 15 years ago
  45. d01d970 Element restructuring. Add support for new basic Element types including the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures. by Jason Sams · 15 years ago
  46. c460e55 Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 can be enabled and will render most tests correctly. by Jason Sams · 15 years ago
  47. e18844a Make default vertex program correctly track surface size. by Jason Sams · 15 years ago
  48. b681c8a Fix but processing raster state pragma. rename stateFragmentStore to stateStore by Jason Sams · 15 years ago
  49. 61c30b5 Fix fountain crash. by Jason Sams · 15 years ago
  50. 8312801 Fix remaining object leaks. Change FountainView to tear down the rsContext and recreate on rotation to test teardown. by Jason Sams · 15 years ago
  51. e514b45 Improve renderscript context teardown. Track object in the system and then force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed. by Jason Sams · 15 years ago
  52. ada7f27 Fix invokables to make sure script pointers are setup before invoking function calls. Reduce app startup time up to 1s. by Jason Sams · 15 years ago
  53. 5fd09d8 Add raster object to control point and line params. Add flag to force SW rendering. by Jason Sams · 15 years ago
  54. cdcaee1 Minor perf tweak for fountain. by Jason Sams · 15 years ago
  55. 1d54f10 Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs. by Jason Sams · 15 years ago
  56. 1d62f72 Update fountain to use structures. by Jason Sams · 15 years ago
  57. 306fb23 Remove bogus comments and logging. by Jason Sams · 15 years ago
  58. afcb25c Add support for selecting the color bit depth and if the application used a depth buffer. by Jason Sams · 15 years ago
  59. 5086938 Implement OOB destroy method that can be called from the java finalizer removing the need to explicitly destroy objects. by Jason Sams · 15 years ago
  60. 90b36a8 Update fountain and add writable flag to script slots. by Jason Sams · 15 years ago
  61. fa51719 Implement named slots and convert script.addType to script.setType to remove ordering restrictions. by Jason Sams · 15 years ago
  62. 8b2c065 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 15 years ago
  63. e579df4 Implement basic allocation readback. Add Get height, width to ScriptC_Lib. by Jason Sams · 15 years ago
  64. e5ffb87 Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 15 years ago
  65. bd843f1 Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc into the ProgramVertex class. by Jason Sams · 15 years ago
  66. d34b725 Split ProgramFragment and ProgramStore from RenderScript.java. Update Element and Type to new cached builder for easier app developement. by Jason Sams · 15 years ago
  67. 5a52eae Split ScriptC from RenderScript.java. Implement state caching in the Builder objects. by Jason Sams · 15 years ago
  68. 2f014c8 Split RenderScript Type and Allocation into seperate classes. by Jason Sams · 15 years ago
  69. 0d2acb2 Begin splitting up RenderScript.java into seperate classes. First piece split off Element. by Jason Sams · 15 years ago
  70. 0e5224f Move the java and jni renderscript files to the proper location. by Jason Sams · 15 years ago
  71. 13c8bb7 Fix fountain and more rollo ui work. by Jason Sams · 15 years ago
  72. a2fdbbb Fix 3 bugs in fountain test. Correctly generate the last mip level of a non-square mip chain. Default the background to not blended and disable dither/depth. by Jason Sams · 15 years ago
  73. e576910 checkpoint filmstrip, implemented TLS. by Jason Sams · 15 years ago
  74. 8ce125b Implement default programs and implement defaults and parents for imports. by Jason Sams · 15 years ago
  75. 56bc1af Switch fountain to use ProgramVertex rather than hard coded camers in scripts. Remove camera code from scripts. by Jason Sams · 15 years ago
  76. 2a1cc8f 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
  77. 45f1654 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
  78. a4a54e4 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
  79. c7f6ce4 Split renderscript java code from test apps. Update makefiles. by Jason Sams · 15 years ago
  80. a0a1b6f Add named objects and implement support for ProgramFragmentStore and ProgramFragment to be used by name in scripts. by Jason Sams · 15 years ago
  81. 1030893 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
  82. 81e6fd5 Use ANSI style function declaration for RS scripts. by Jack Palevich · 15 years ago
  83. a44cb29 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
  84. c6e6b3f Remove pointer hacks from script and use standard load/store functions. by Jason Sams · 15 years ago
  85. 52a9f52 Improve bitmap support and do conversion in native rather than java code to reduce conversion time. by Jason Sams · 15 years ago
  86. 39c8bc7 Add sampler support by Jason Sams · 15 years ago
  87. b207943 Remove versions of scriptCSetScript method that take byte arrays. by Jack Palevich · 15 years ago
  88. ed44df2 Add support for setting scripts, rather than having a hard-coded script. by Jack Palevich · 15 years ago
  89. 7d91d5d Add background bitmap to fountain test app for renderscript. by Jason Sams · 15 years ago
  90. 7f144fe Change the Fountain test app's package to com.android.fountain. by Jack Palevich · 15 years ago
  91. 6678e9b 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
  92. fd19dc9 Fix Fountain test app so that it actually builds. by Jack Palevich · 15 years ago
  93. d804009 Rename Calc sample to Fountain. by Jack Palevich · 15 years ago