1. 7e893e1 Add missing functions to math library. by Stephen Hines · 15 years ago
  2. a16a981 Remove unnecessary library functions. by Stephen Hines · 15 years ago
  3. 833166d Clean up RS math fp library functions. by Stephen Hines · 15 years ago
  4. 1ad9612 1. fp_mad.rs: Pass C99 check. by Shih-wei Liao · 15 years ago
  5. 688de88 Fix bug in modf library function (plus typos). by Stephen Hines · 15 years ago
  6. 2aad562 Make ImageProcessing work. by Shih-wei Liao · 15 years ago
  7. 0e7be13 Fix bug in on-device linking. by Shih-wei Liao · 15 years ago
  8. 16095fc convert2uchar3. by Shih-wei Liao · 15 years ago
  9. fe852e2 Updating cubemap loading code. by Alex Sakhartchouk · 15 years ago
  10. 1ac9da6 Split time functions into rs_time.rsh header. by Stephen Hines · 15 years ago
  11. b4d7bb6 API cleanup for renderscript. This will be a multiproject commit. by Alex Sakhartchouk · 15 years ago
  12. e27cdee API reaview cleanup by Alex Sakhartchouk · 15 years ago
  13. 0857196 Cleanup and refactoring of an earlier cl. by Alex Sakhartchouk · 15 years ago
  14. 6d8eb26 Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers. by Jason Sams · 15 years ago
  15. 6b32fab 1. Add Context to a RenderScript or RenderScriptGL instance. by Shih-wei Liao · 15 years ago
  16. f2e69a9 Merge "More API updates." by Jason Sams · 15 years ago
  17. d4b23b5 More API updates. by Jason Sams · 15 years ago
  18. 6b5222d Perf test by Alex Sakhartchouk · 15 years ago
  19. 3ccc75f Merge "Add multitouch support to physics test. Fix context state overwrite calling invoke." by Jason Sams · 15 years ago
  20. 4859f52 Add multitouch support to physics test. by Jason Sams · 15 years ago
  21. 54ca458 Merge "Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement." by Jason Sams · 15 years ago
  22. 4ef6650 Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement. by Jason Sams · 15 years ago
  23. cfcea7a Remove vector array test from RSTest. by Stephen Hines · 15 years ago
  24. 5c1619f Fix build by Jason Sams · 15 years ago
  25. 5476b45 Allocation API update. by Jason Sams · 15 years ago
  26. bf6ef8d7 API review cleanup. by Jason Sams · 15 years ago
  27. d4aa7d2 Stop using anonymous structs in RS. by Stephen Hines · 15 years ago
  28. c8abded Fix physics bug causing balls to stack. by Jason Sams · 15 years ago
  29. 732779a Remove unnecessary export_func pragma. by Stephen Hines · 15 years ago
  30. 67f2e44 Support for cubemaps. by Alex Sakhartchouk · 15 years ago
  31. b7a4814 Merge "Mark a non-exported function as static." by Stephen Hines · 15 years ago
  32. e15c113 Mark a non-exported function as static. by Stephen Hines · 15 years ago
  33. a17af04 Create holder inner class for pushing context state. by Jason Sams · 15 years ago
  34. baa19bc Remove WARs for zero-init + destructors. by Stephen Hines · 15 years ago
  35. 815aaeb Fix line drawing in RS example. by Jason Sams · 15 years ago
  36. ed9f210 Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 15 years ago
  37. 641b062 Fix fountain bug with more than 10 touches reported. by Jason Sams · 15 years ago
  38. 3fe599c Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. Removing fixed size arrays." by Alex Sakhartchouk · 15 years ago
  39. 9d71e21 Moving attrib creation to Mesh. Adding arrays as shader inputs. by Alex Sakhartchouk · 15 years ago
  40. 5fe11d2 Add vector array test to RSTest. by Stephen Hines · 15 years ago
  41. 3ba02b3 Update ScriptC constructor to remove depricated param. by Jason Sams · 15 years ago
  42. ce13d94 New RS types test for checking compilation. by Stephen Hines · 15 years ago
  43. 5585e36 Balls test app. by Jason Sams · 15 years ago
  44. e2a26e1 Adding new unit test for rsDebug(). by Stephen Hines · 15 years ago
  45. 9e401bc Changing scenegraph sample to use arrays. by Alex Sakhartchouk · 15 years ago
  46. c119493 Packing the struct to work around llvm bug. by Alex Sakhartchouk · 15 years ago
  47. 52d8363 Support for unsigned long and unsigned long long. by Stephen Hines · 15 years ago
  48. 2332340 Test exported "long" type. by Stephen Hines · 15 years ago
  49. 031ec58c Fix support for 64-bit integers. by Stephen Hines · 15 years ago
  50. 2222aa9 Cleanup error message for null binding address. by Jason Sams · 15 years ago
  51. 5a6d7ac Remove pragma for RS export variables. by Stephen Hines · 15 years ago
  52. b8f69ab Merge "Add RS testing for long and long long." by Stephen Hines · 15 years ago
  53. 1d73e57 Add RS testing for long and long long. by Stephen Hines · 15 years ago
  54. d209163 changing vec4 to vec2 for perf reasons. by Alex Sakhartchouk · 15 years ago
  55. 10825a0 Adding text metrics to renderscript. by Alex Sakhartchouk · 15 years ago
  56. 37ece16 Merge "Add object validity checking." by Jason Sams · 15 years ago
  57. f166d9b Add object validity checking. by Jason Sams · 15 years ago
  58. 12c08f2 Merge "Adding anisotropic filtering and related samples." by Alex Sakhartchouk · 15 years ago
  59. f5b3510 Adding anisotropic filtering and related samples. by Alex Sakhartchouk · 15 years ago
  60. 01f0ad7 Fix clear() operation for rsScriptC. by Stephen Hines · 15 years ago
  61. ab98bb6 Fix RS bug with message ID 0. by Stephen Hines · 15 years ago
  62. 9ba15e3 Merge "Adding support for dynamically updated test status" by Stephen Hines · 15 years ago
  63. 04b5dd4 Merge "Adding support for all allowed textures. Cleaning up unused code Adding error messages" by Alex Sakhartchouk · 15 years ago
  64. bbc5292 Adding support for dynamically updated test status by Stephen Hines · 15 years ago
  65. b89aaac Adding support for all allowed textures. by Alex Sakhartchouk · 15 years ago
  66. ff4d708 Add RsList implementation to RSTest. by Stephen Hines · 15 years ago
  67. 72e1687 Test use of "f" suffix on float initializers. by Stephen Hines · 15 years ago
  68. 065149f Updated RSTest to test primitive type assignments. by Stephen Hines · 15 years ago
  69. 93a958f Handle RS reflection name changes. by Stephen Hines · 15 years ago
  70. a8c6cee Minor app updates for RS. force RSTest to portrait. by Stephen Hines · 15 years ago
  71. c984dd7 Shader changes to allow for more flexible constant binding. by Alex Sakhartchouk · 15 years ago
  72. db09da1 Merge "Reflected class name and bc file name changes." by Ying Wang · 15 years ago
  73. db6f11b Fixing a3d files to reflect the new element structure. by Alex Sakhartchouk · 15 years ago
  74. 8dff092 Reflected class name and bc file name changes. by Ying Wang · 15 years ago
  75. 8e95466 Adding ability to dirty the allocation and notify shaders using it. by Alex Sakhartchouk · 15 years ago
  76. 8442e0b Fixing uniform binding for fragment shader. by Alex Sakhartchouk · 15 years ago
  77. a41174e Fixing renderscript uniform binding bugs. Working on custom shaders. by Alex Sakhartchouk · 15 years ago
  78. 1d45c47 Add matrix component types. Fix potental overflow in script -> java messages. by Jason Sams · 15 years ago
  79. d36f248 More work on the renderscript sample by Alex Sakhartchouk · 15 years ago
  80. 32e09b5 Renderscript samples. by Alex Sakhartchouk · 15 years ago
  81. 526e7a3 Should fix the build. by Alex Sakhartchouk · 15 years ago
  82. 7723d8c Hopefully this fixes the build. by Alex Sakhartchouk · 15 years ago
  83. 27f5052 Renderscript samples. Merged two model related projects. Cleanup. by Alex Sakhartchouk · 15 years ago
  84. 43c3142 Remove extra float<>int conversions in ImageProcessing. by Jason Sams · 15 years ago
  85. 04ba608 Merge "Renderscript scenegraph prototype." by Alex Sakhartchouk · 15 years ago
  86. 094a068 Renderscript scenegraph prototype. by Alex Sakhartchouk · 15 years ago
  87. 4e806c5 Merge "Start adding RS tests." by Jason Sams · 15 years ago
  88. 2a114bd Start adding RS tests. by Jason Sams · 15 years ago
  89. 2a115d8 Merge "Thread launch strategies." by Jason Sams · 15 years ago
  90. 2cbd298 Thread launch strategies. by Jason Sams · 15 years ago
  91. 009e51e Merge "Fix anonymous struct." by Shih-wei Liao · 15 years ago
  92. 66bda36 Fix anonymous struct. by Shih-wei Liao · 15 years ago
  93. 05716aa Update image processing to cleaup code by not inlining by Jason Sams · 15 years ago
  94. 55e8198 Fixing fonts to use constant color instead of variable. by Alex Sakhartchouk · 15 years ago
  95. 442a647 Support constant and varying colors in ProgramFragment. by Jason Sams · 15 years ago
  96. f0690c4 Cleanup of signed/unsigned Make all functions overloadable. by Jason Sams · 15 years ago
  97. 1796651 Cleanup sendToClient and add rsGetDt(). by Jason Sams · 15 years ago
  98. f46f25a Minor ImageProcessing script optimization to make it a better FP benchmark. by Jason Sams · 15 years ago
  99. 1cc4523 rs_types.rsh and rs_math.rsh are default include files. Remove their #include. by Shih-wei Liao · 15 years ago
  100. 3b7fd8a Attempt to fix build '<>' works on mac but does not appear to work on linux yet. by Jason Sams · 15 years ago