1. ed9f210 Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 15 years ago
  2. 06d69de Continue error check improvements and write some docs. by Jason Sams · 15 years ago
  3. 641b062 Fix fountain bug with more than 10 touches reported. by Jason Sams · 15 years ago
  4. 1c41517 Handle user message ID 0 by Jason Sams · 15 years ago
  5. 3fe599c Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. Removing fixed size arrays." by Alex Sakhartchouk · 15 years ago
  6. 9d71e21 Moving attrib creation to Mesh. Adding arrays as shader inputs. by Alex Sakhartchouk · 15 years ago
  7. 5fe11d2 Add vector array test to RSTest. by Stephen Hines · 15 years ago
  8. 3ba02b3 Update ScriptC constructor to remove depricated param. by Jason Sams · 15 years ago
  9. 5dc336e Merge "RS Error cleanup. Thow java exception during init if the GL driver fails rather than native crash." by Jason Sams · 15 years ago
  10. d5f0630 RS Error cleanup. by Jason Sams · 15 years ago
  11. 611f567 Merge "New RS types test for checking compilation." by Stephen Hines · 15 years ago
  12. ce13d94 New RS types test for checking compilation. by Stephen Hines · 15 years ago
  13. 8f0adba Add code to mark functions rather than whole files as threadable. by Jason Sams · 15 years ago
  14. ab3ff25 Remove excessive logging. by Jason Sams · 15 years ago
  15. 5585e36 Balls test app. by Jason Sams · 15 years ago
  16. 858b93c Merge "Fix 3140348: Signature was wrong for atan2() in RS." by Jim Miller · 15 years ago
  17. 420a5fb Fix 3140348: Signature was wrong for atan2() in RS. by Jim Miller · 15 years ago
  18. 581cc64 Adding nvidia extension for limited npot support. by Alex Sakhartchouk · 15 years ago
  19. 31a7e42 Begin adding async allocation creation. by Jason Sams · 15 years ago
  20. 0175e01 Enable optimized bitcode that is also jitted faster. by Shih-wei Liao · 15 years ago
  21. b38d534 Fix refcounting bugs where the sys refcount by Jason Sams · 15 years ago
  22. f7c5155 Merge "Some cleanup" by Alex Sakhartchouk · 15 years ago
  23. 98bfe5d Some cleanup by Alex Sakhartchouk · 15 years ago
  24. b9a8eb3 Remove unneeded inclusion of rs_math.rsh. by Shih-wei Liao · 15 years ago
  25. e2a26e1 Adding new unit test for rsDebug(). by Stephen Hines · 15 years ago
  26. 2cd6f47 Merge "Add support for rsDebug with 64-bit types." by Stephen Hines · 15 years ago
  27. ec13bf7 Fix header file to always inline stub functions. by Jason Sams · 15 years ago
  28. 6568896 Add support for rsDebug with 64-bit types. by Stephen Hines · 15 years ago
  29. 0d2b2d5 Fix deadlock on RS teardown. by Jason Sams · 15 years ago
  30. 3b9c52a Async type creation. by Jason Sams · 15 years ago
  31. 838c6a1 Merge "Changing scenegraph sample to use arrays." by Alex Sakhartchouk · 15 years ago
  32. 11c8af9 Begin hooking up SurfaceConfig. by Jason Sams · 15 years ago
  33. 9e401bc Changing scenegraph sample to use arrays. by Alex Sakhartchouk · 15 years ago
  34. c119493 Packing the struct to work around llvm bug. by Alex Sakhartchouk · 15 years ago
  35. 960ae15 Fixing font bug, initialization was done in the wrong order. by Alex Sakhartchouk · 15 years ago
  36. 7d4cb2e Merge "Fixing refcounting debug statements that've gotten bitrotten." by Alex Sakhartchouk · 15 years ago
  37. af55cc7 Fixing refcounting debug statements that've gotten bitrotten. by Alex Sakhartchouk · 15 years ago
  38. 52d8363 Support for unsigned long and unsigned long long. by Stephen Hines · 15 years ago
  39. 1e1ebcb Merge "Test exported "long" type." by Stephen Hines · 15 years ago
  40. 2332340 Test exported "long" type. by Stephen Hines · 15 years ago
  41. 26ae390 Update allocation from bitmap. GL attribute cleanup in type. by Alex Sakhartchouk · 15 years ago
  42. 031ec58c Fix support for 64-bit integers. by Stephen Hines · 15 years ago
  43. 2222aa9 Cleanup error message for null binding address. by Jason Sams · 15 years ago
  44. 5a6d7ac Remove pragma for RS export variables. by Stephen Hines · 15 years ago
  45. 6f91cb6 Removing fixed size arrays. by Alex Sakhartchouk · 15 years ago
  46. 708e04f Move rsDebug from rs_math.rsh to rs_core.rsh: rsDebug is more like core functionalities instead of math functionalities. Also portions of rsDebug implementation has been in rs_core.rsh already. by Shih-wei Liao · 15 years ago
  47. b8f69ab Merge "Add RS testing for long and long long." by Stephen Hines · 15 years ago
  48. 1d73e57 Add RS testing for long and long long. by Stephen Hines · 15 years ago
  49. 38d50969 Merge "changing vec4 to vec2 for perf reasons." by Alex Sakhartchouk · 15 years ago
  50. d209163 changing vec4 to vec2 for perf reasons. by Alex Sakhartchouk · 15 years ago
  51. eccce09 Merge "Adding average fps counter. Removing rsLight from libRS" by Alex Sakhartchouk · 15 years ago
  52. 68159aa Merge "Implement allocation resizing." by Jason Sams · 15 years ago
  53. 5edc608 Implement allocation resizing. by Jason Sams · 15 years ago
  54. 76322af Adding average fps counter. Removing rsLight from libRS by Alex Sakhartchouk · 15 years ago
  55. 10825a0 Adding text metrics to renderscript. by Alex Sakhartchouk · 15 years ago
  56. 3bf3ea0 Fix for bug 3053078 Font gamma correction to match with lib HWUI. by Alex Sakhartchouk · 15 years ago
  57. feede2a fixing bugs 3053960, 3044804, 3044798 by Alex Sakhartchouk · 15 years ago
  58. 37ece16 Merge "Add object validity checking." by Jason Sams · 15 years ago
  59. f166d9b Add object validity checking. by Jason Sams · 15 years ago
  60. 12c08f2 Merge "Adding anisotropic filtering and related samples." by Alex Sakhartchouk · 15 years ago
  61. f5b3510 Adding anisotropic filtering and related samples. by Alex Sakhartchouk · 15 years ago
  62. 01f0ad7 Fix clear() operation for rsScriptC. by Stephen Hines · 15 years ago
  63. 4378f11 More robust attribute binding by Alex Sakhartchouk · 15 years ago
  64. f3470ed Fix safe for mp check in ScriptC. by Jason Sams · 15 years ago
  65. ab98bb6 Fix RS bug with message ID 0. by Stephen Hines · 15 years ago
  66. 7215b51 Error checking for MVP matrix computation. Fixing more padding bugs. by Alex Sakhartchouk · 15 years ago
  67. eb1a73c Adding timer to display renderscript jit duration. by Alex Sakhartchouk · 15 years ago
  68. 9ba15e3 Merge "Adding support for dynamically updated test status" by Stephen Hines · 15 years ago
  69. 04b5dd4 Merge "Adding support for all allowed textures. Cleaning up unused code Adding error messages" by Alex Sakhartchouk · 15 years ago
  70. bbc5292 Adding support for dynamically updated test status by Stephen Hines · 15 years ago
  71. b89aaac Adding support for all allowed textures. by Alex Sakhartchouk · 15 years ago
  72. ff4d708 Add RsList implementation to RSTest. by Stephen Hines · 15 years ago
  73. f119b91 Better debugging for scripts. by Jason Sams · 15 years ago
  74. 7a3403b Merge "Remove excessive logging." by Jason Sams · 15 years ago
  75. 442ce76 Remove excessive logging. by Jason Sams · 15 years ago
  76. 353a48e Merge "Fix two minor RS bugs. 1: index set size was populated with bad value in java, 2: bad error check in uploadToBufferObject." by Jason Sams · 15 years ago
  77. 1bfccb4 Fix two minor RS bugs. by Jason Sams · 15 years ago
  78. 72e1687 Test use of "f" suffix on float initializers. by Stephen Hines · 15 years ago
  79. 065149f Updated RSTest to test primitive type assignments. by Stephen Hines · 15 years ago
  80. ca54ec3 Add support for Float64 (double) to RenderScript. by Stephen Hines · 15 years ago
  81. 580807a Merge "Handle RS reflection name changes." by Stephen Hines · 15 years ago
  82. 2c6f344 Merge "Minor app updates for RS. force RSTest to portrait." by Stephen Hines · 15 years ago
  83. 4fd8bb4 Fix function name match for refcounting funcs. by Jason Sams · 15 years ago
  84. 93a958f Handle RS reflection name changes. by Stephen Hines · 15 years ago
  85. d081fff Cleanup GL setup code and remove legacy 1.1 paths. by Jason Sams · 15 years ago
  86. a8c6cee Minor app updates for RS. force RSTest to portrait. by Stephen Hines · 15 years ago
  87. cfc0436 Fix partial NP2 support and restrict mipmaps and clamp by Jason Sams · 15 years ago
  88. c984dd7 Shader changes to allow for more flexible constant binding. by Alex Sakhartchouk · 15 years ago
  89. db09da1 Merge "Reflected class name and bc file name changes." by Ying Wang · 15 years ago
  90. c24ffe6 Fix header path. by Anatol Pomazau · 15 years ago
  91. db6f11b Fixing a3d files to reflect the new element structure. by Alex Sakhartchouk · 15 years ago
  92. 70d4e50 Add arrays to elements. by Jason Sams · 15 years ago
  93. 8dff092 Reflected class name and bc file name changes. by Ying Wang · 15 years ago
  94. caaac0f8 Fixing fragment shader bounding code by Alex Sakhartchouk · 15 years ago
  95. 8e95466 Adding ability to dirty the allocation and notify shaders using it. by Alex Sakhartchouk · 15 years ago
  96. deb0008 Remove ACC and other legacy bits from RS. by Jason Sams · 15 years ago
  97. 49bdaf0 SubElementData data upload functions. by Jason Sams · 15 years ago
  98. 8442e0b Fixing uniform binding for fragment shader. by Alex Sakhartchouk · 15 years ago
  99. a41174e Fixing renderscript uniform binding bugs. Working on custom shaders. by Alex Sakhartchouk · 15 years ago
  100. 1d45c47 Add matrix component types. Fix potental overflow in script -> java messages. by Jason Sams · 15 years ago