1. 54929cc Moving attrib creation to Mesh. Adding arrays as shader inputs. by Alex Sakhartchouk · 14 years ago
  2. a775673 Update ScriptC constructor to remove depricated param. by Jason Sams · 14 years ago
  3. 939eaa3 Merge "RS Error cleanup. Thow java exception during init if the GL driver fails rather than native crash." by Jason Sams · 14 years ago
  4. 5c1c79a RS Error cleanup. by Jason Sams · 14 years ago
  5. 048260d Merge "New RS types test for checking compilation." by Stephen Hines · 14 years ago
  6. 1793619 New RS types test for checking compilation. by Stephen Hines · 14 years ago
  7. 6bfc1b9 Add code to mark functions rather than whole files as threadable. by Jason Sams · 14 years ago
  8. fbc79e5 Remove excessive logging. by Jason Sams · 14 years ago
  9. 177f844 Balls test app. by Jason Sams · 14 years ago
  10. 475cb18 Merge "Fix 3140348: Signature was wrong for atan2() in RS." by Jim Miller · 14 years ago
  11. ecf1061 Fix 3140348: Signature was wrong for atan2() in RS. by Jim Miller · 14 years ago
  12. dc763f3 Adding nvidia extension for limited npot support. by Alex Sakhartchouk · 14 years ago
  13. f0c1df4 Begin adding async allocation creation. by Jason Sams · 14 years ago
  14. 1f9ba73 Enable optimized bitcode that is also jitted faster. by Shih-wei Liao · 14 years ago
  15. 225afd3 Fix refcounting bugs where the sys refcount by Jason Sams · 14 years ago
  16. 1c94845 am 4ceee5a6: (-s ours) am 73655bd2: Merge "propagate RS context priority to EGLContext when possible. DO NOT MERGE." into gingerbread by Mathias Agopian · 14 years ago
  17. ebd3188 am 73655bd2: Merge "propagate RS context priority to EGLContext when possible. DO NOT MERGE." into gingerbread by Mathias Agopian · 14 years ago
  18. 98a128c Merge "Some cleanup" by Alex Sakhartchouk · 14 years ago
  19. 64cd98e Some cleanup by Alex Sakhartchouk · 14 years ago
  20. 9966e21 Remove unneeded inclusion of rs_math.rsh. by Shih-wei Liao · 14 years ago
  21. 4fa2270 Adding new unit test for rsDebug(). by Stephen Hines · 14 years ago
  22. 328049d Merge "Add support for rsDebug with 64-bit types." by Stephen Hines · 14 years ago
  23. 399dc9e Fix header file to always inline stub functions. by Jason Sams · 14 years ago
  24. df09719 Add support for rsDebug with 64-bit types. by Stephen Hines · 14 years ago
  25. 7e99f68 Fix deadlock on RS teardown. by Jason Sams · 14 years ago
  26. 2353ae3 Async type creation. by Jason Sams · 14 years ago
  27. 64cf5e9 Merge "Changing scenegraph sample to use arrays." by Alex Sakhartchouk · 14 years ago
  28. 6b8552a Begin hooking up SurfaceConfig. by Jason Sams · 14 years ago
  29. 963bb45 Changing scenegraph sample to use arrays. by Alex Sakhartchouk · 14 years ago
  30. d978780 Packing the struct to work around llvm bug. by Alex Sakhartchouk · 14 years ago
  31. 4f230b3 Fixing font bug, initialization was done in the wrong order. by Alex Sakhartchouk · 14 years ago
  32. 9a1fd7f Merge "Fixing refcounting debug statements that've gotten bitrotten." by Alex Sakhartchouk · 14 years ago
  33. b7229fa Fixing refcounting debug statements that've gotten bitrotten. by Alex Sakhartchouk · 14 years ago
  34. 297737f propagate RS context priority to EGLContext when possible. DO NOT MERGE. by Mathias Agopian · 14 years ago
  35. ab8f06c Support for unsigned long and unsigned long long. by Stephen Hines · 14 years ago
  36. 139b427 Merge "Test exported "long" type." by Stephen Hines · 14 years ago
  37. 13d080c Test exported "long" type. by Stephen Hines · 14 years ago
  38. 39f2ef6 Update allocation from bitmap. GL attribute cleanup in type. by Alex Sakhartchouk · 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. 700ba38 Removing fixed size arrays. by Alex Sakhartchouk · 14 years ago
  43. 9bb32e1 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 · 14 years ago
  44. b9c22be Merge "Add RS testing for long and long long." by Stephen Hines · 14 years ago
  45. 053ae93 Add RS testing for long and long long. by Stephen Hines · 14 years ago
  46. 02019df Merge "changing vec4 to vec2 for perf reasons." by Alex Sakhartchouk · 14 years ago
  47. 7ffcaf2 changing vec4 to vec2 for perf reasons. by Alex Sakhartchouk · 14 years ago
  48. 511489e Merge "Adding average fps counter. Removing rsLight from libRS" by Alex Sakhartchouk · 14 years ago
  49. 6125b97 Merge "Implement allocation resizing." by Jason Sams · 14 years ago
  50. 96abf81 Implement allocation resizing. by Jason Sams · 14 years ago
  51. c8fb69e Adding average fps counter. Removing rsLight from libRS by Alex Sakhartchouk · 14 years ago
  52. 09c6735 Adding text metrics to renderscript. by Alex Sakhartchouk · 14 years ago
  53. c9fa305 Fix for bug 3053078 Font gamma correction to match with lib HWUI. by Alex Sakhartchouk · 14 years ago
  54. 889fe50 fixing bugs 3053960, 3044804, 3044798 by Alex Sakhartchouk · 14 years ago
  55. 9fbc73a Merge "Add object validity checking." by Jason Sams · 14 years ago
  56. 605048a Add object validity checking. by Jason Sams · 14 years ago
  57. d51783d Merge "Adding anisotropic filtering and related samples." by Alex Sakhartchouk · 14 years ago
  58. 1103d8e Adding anisotropic filtering and related samples. by Alex Sakhartchouk · 14 years ago
  59. 01b7d29 Fix clear() operation for rsScriptC. by Stephen Hines · 14 years ago
  60. 886f11a More robust attribute binding by Alex Sakhartchouk · 14 years ago
  61. 8d957fa Fix safe for mp check in ScriptC. by Jason Sams · 14 years ago
  62. 1762161 Fix RS bug with message ID 0. by Stephen Hines · 14 years ago
  63. 0bd3c86 Error checking for MVP matrix computation. Fixing more padding bugs. by Alex Sakhartchouk · 14 years ago
  64. b26fb04 Adding timer to display renderscript jit duration. by Alex Sakhartchouk · 14 years ago
  65. 272cc71 Merge "Adding support for dynamically updated test status" by Stephen Hines · 14 years ago
  66. b97d043 Merge "Adding support for all allowed textures. Cleaning up unused code Adding error messages" by Alex Sakhartchouk · 14 years ago
  67. b173f30 Adding support for dynamically updated test status by Stephen Hines · 14 years ago
  68. 383e5b1 Adding support for all allowed textures. by Alex Sakhartchouk · 14 years ago
  69. 0752dd2 Add RsList implementation to RSTest. by Stephen Hines · 14 years ago
  70. b9077f4 Better debugging for scripts. by Jason Sams · 14 years ago
  71. 1376e7b Merge "Remove excessive logging." by Jason Sams · 14 years ago
  72. df9f1c2 Remove excessive logging. by Jason Sams · 14 years ago
  73. 5d73594 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 · 14 years ago
  74. 2597309 Fix two minor RS bugs. by Jason Sams · 14 years ago
  75. 91a7ac0 Test use of "f" suffix on float initializers. by Stephen Hines · 14 years ago
  76. c4a57c9 Updated RSTest to test primitive type assignments. by Stephen Hines · 14 years ago
  77. 6d0a074 Add support for Float64 (double) to RenderScript. by Stephen Hines · 14 years ago
  78. ec61d06 Merge "Handle RS reflection name changes." by Stephen Hines · 14 years ago
  79. b0e950c Merge "Minor app updates for RS. force RSTest to portrait." by Stephen Hines · 14 years ago
  80. f24d7d0 Fix function name match for refcounting funcs. by Jason Sams · 14 years ago
  81. ff1579a Handle RS reflection name changes. by Stephen Hines · 14 years ago
  82. 900f161 Cleanup GL setup code and remove legacy 1.1 paths. by Jason Sams · 14 years ago
  83. e387d81 Minor app updates for RS. force RSTest to portrait. by Stephen Hines · 14 years ago
  84. 4c5f99e Fix partial NP2 support and restrict mipmaps and clamp by Jason Sams · 14 years ago
  85. e7ae69f Shader changes to allow for more flexible constant binding. by Alex Sakhartchouk · 14 years ago
  86. d405c49 Merge "Reflected class name and bc file name changes." by Ying Wang · 14 years ago
  87. e7b4b86 Fix header path. by Anatol Pomazau · 14 years ago
  88. 5385a07 Fixing a3d files to reflect the new element structure. by Alex Sakhartchouk · 14 years ago
  89. 46e4554 Add arrays to elements. by Jason Sams · 14 years ago
  90. 6ae9112 Reflected class name and bc file name changes. by Ying Wang · 14 years ago
  91. 660ccc7 Fixing fragment shader bounding code by Alex Sakhartchouk · 14 years ago
  92. 1e5168d Adding ability to dirty the allocation and notify shaders using it. by Alex Sakhartchouk · 14 years ago
  93. 5192f45 Remove ACC and other legacy bits from RS. by Jason Sams · 14 years ago
  94. 5f0c84c SubElementData data upload functions. by Jason Sams · 14 years ago
  95. 6e93421 Fixing uniform binding for fragment shader. by Alex Sakhartchouk · 14 years ago
  96. af83e79 Fixing renderscript uniform binding bugs. Working on custom shaders. by Alex Sakhartchouk · 14 years ago
  97. 39cd317 Add matrix component types. Fix potental overflow in script -> java messages. by Jason Sams · 14 years ago
  98. 6e657c3 More work on the renderscript sample by Alex Sakhartchouk · 14 years ago
  99. c8dc45c Renderscript samples. by Alex Sakhartchouk · 14 years ago
  100. 3aef272 Should fix the build. by Alex Sakhartchouk · 14 years ago