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