1. b022b38 Merge "More API updates." by Jason Sams · 14 years ago
  2. b89b0b7 Add support for non-malloc backed textures. by Jason Sams · 14 years ago
  3. ebc5019 More API updates. by Jason Sams · 14 years ago
  4. 2d79197 Perf test by Alex Sakhartchouk · 14 years ago
  5. 03bc9c1 Merge "Add multitouch support to physics test. Fix context state overwrite calling invoke." by Jason Sams · 14 years ago
  6. 1f24db4 Add multitouch support to physics test. by Jason Sams · 14 years ago
  7. dedcd1f Merge "Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement." by Jason Sams · 14 years ago
  8. 837e388 Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement. by Jason Sams · 14 years ago
  9. fbe6ffd Remove vector array test from RSTest. by Stephen Hines · 14 years ago
  10. 1005e1d Merge "Fix a severe cleanup bug where teardown of the GL driver could occur on the wrong thread." by Jason Sams · 14 years ago
  11. 1dcefab Fix a severe cleanup bug where teardown of the GL by Jason Sams · 14 years ago
  12. a3e2403 Fix build by Jason Sams · 14 years ago
  13. 366c9c8 Allocation API update. by Jason Sams · 14 years ago
  14. f17b13b Make ScriptC's mEnvironment.mIsThreadable survive the bcc caching and by Shih-wei Liao · 14 years ago
  15. 25413ec API review cleanup. by Jason Sams · 14 years ago
  16. f657fa9 Stop using anonymous structs in RS. by Stephen Hines · 14 years ago
  17. b17f201 Prevent message overrun in LocklessCommandFifo. by Bryan Mawhinney · 14 years ago
  18. eecbdd5 Fix 'BCCscript' build break. by Iain Merrick · 14 years ago
  19. 8e8048c Fix physics bug causing balls to stack. by Jason Sams · 14 years ago
  20. 87319de More error checks by Jason Sams · 14 years ago
  21. c9110b6 Remove unnecessary export_func pragma. by Stephen Hines · 14 years ago
  22. 5c0912b Fixing the state restore bug. by Alex Sakhartchouk · 14 years ago
  23. 84e4027 Support for cubemaps. by Alex Sakhartchouk · 14 years ago
  24. 1a2b9b5 Merge "Mark a non-exported function as static." by Stephen Hines · 14 years ago
  25. 9503b66 Add caching support of BCC binaries. by Shih-wei Liao · 14 years ago
  26. ac9a8a5 Mark a non-exported function as static. by Stephen Hines · 14 years ago
  27. 6070925 Create holder inner class for pushing context state. by Jason Sams · 14 years ago
  28. a5eb6e1 Fix ref counting for globals when set from java code. by Jason Sams · 14 years ago
  29. 2fad7e4 Fix crash with extended debugging. by Jason Sams · 14 years ago
  30. 209cf6d Remove WARs for zero-init + destructors. by Stephen Hines · 14 years ago
  31. 849bd18 Merge "Split UTF functions from String8/16" by Kenny Root · 14 years ago
  32. cb082a3 Add support for integer mod. by Bryan Mawhinney · 14 years ago
  33. c9c38dd Split UTF functions from String8/16 by Kenny Root · 14 years ago
  34. 762e7b7 Fix line drawing in RS example. by Jason Sams · 14 years ago
  35. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  36. b60d757 Continue error check improvements and write some docs. by Jason Sams · 14 years ago
  37. 239f09a Fix fountain bug with more than 10 touches reported. by Jason Sams · 14 years ago
  38. aad4bc5 Handle user message ID 0 by Jason Sams · 14 years ago
  39. 83325b9 Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. Removing fixed size arrays." by Alex Sakhartchouk · 14 years ago
  40. 54929cc Moving attrib creation to Mesh. Adding arrays as shader inputs. by Alex Sakhartchouk · 14 years ago
  41. 259b44e Add vector array test to RSTest. by Stephen Hines · 14 years ago
  42. a775673 Update ScriptC constructor to remove depricated param. by Jason Sams · 14 years ago
  43. 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
  44. 5c1c79a RS Error cleanup. by Jason Sams · 14 years ago
  45. 048260d Merge "New RS types test for checking compilation." by Stephen Hines · 14 years ago
  46. 1793619 New RS types test for checking compilation. by Stephen Hines · 14 years ago
  47. 6bfc1b9 Add code to mark functions rather than whole files as threadable. by Jason Sams · 14 years ago
  48. fbc79e5 Remove excessive logging. by Jason Sams · 14 years ago
  49. 177f844 Balls test app. by Jason Sams · 14 years ago
  50. 475cb18 Merge "Fix 3140348: Signature was wrong for atan2() in RS." by Jim Miller · 14 years ago
  51. ecf1061 Fix 3140348: Signature was wrong for atan2() in RS. by Jim Miller · 14 years ago
  52. dc763f3 Adding nvidia extension for limited npot support. by Alex Sakhartchouk · 14 years ago
  53. f0c1df4 Begin adding async allocation creation. by Jason Sams · 14 years ago
  54. 1f9ba73 Enable optimized bitcode that is also jitted faster. by Shih-wei Liao · 14 years ago
  55. 225afd3 Fix refcounting bugs where the sys refcount by Jason Sams · 14 years ago
  56. 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
  57. ebd3188 am 73655bd2: Merge "propagate RS context priority to EGLContext when possible. DO NOT MERGE." into gingerbread by Mathias Agopian · 14 years ago
  58. 98a128c Merge "Some cleanup" by Alex Sakhartchouk · 14 years ago
  59. 64cd98e Some cleanup by Alex Sakhartchouk · 14 years ago
  60. 9966e21 Remove unneeded inclusion of rs_math.rsh. by Shih-wei Liao · 14 years ago
  61. 4fa2270 Adding new unit test for rsDebug(). by Stephen Hines · 14 years ago
  62. 328049d Merge "Add support for rsDebug with 64-bit types." by Stephen Hines · 14 years ago
  63. 399dc9e Fix header file to always inline stub functions. by Jason Sams · 14 years ago
  64. df09719 Add support for rsDebug with 64-bit types. by Stephen Hines · 14 years ago
  65. 7e99f68 Fix deadlock on RS teardown. by Jason Sams · 14 years ago
  66. 2353ae3 Async type creation. by Jason Sams · 14 years ago
  67. 64cf5e9 Merge "Changing scenegraph sample to use arrays." by Alex Sakhartchouk · 14 years ago
  68. 6b8552a Begin hooking up SurfaceConfig. by Jason Sams · 14 years ago
  69. 963bb45 Changing scenegraph sample to use arrays. by Alex Sakhartchouk · 14 years ago
  70. d978780 Packing the struct to work around llvm bug. by Alex Sakhartchouk · 14 years ago
  71. 4f230b3 Fixing font bug, initialization was done in the wrong order. by Alex Sakhartchouk · 14 years ago
  72. 9a1fd7f Merge "Fixing refcounting debug statements that've gotten bitrotten." by Alex Sakhartchouk · 14 years ago
  73. b7229fa Fixing refcounting debug statements that've gotten bitrotten. by Alex Sakhartchouk · 14 years ago
  74. 297737f propagate RS context priority to EGLContext when possible. DO NOT MERGE. by Mathias Agopian · 14 years ago
  75. ab8f06c Support for unsigned long and unsigned long long. by Stephen Hines · 14 years ago
  76. 139b427 Merge "Test exported "long" type." by Stephen Hines · 14 years ago
  77. 13d080c Test exported "long" type. by Stephen Hines · 14 years ago
  78. 39f2ef6 Update allocation from bitmap. GL attribute cleanup in type. by Alex Sakhartchouk · 14 years ago
  79. 0977c94 Fix support for 64-bit integers. by Stephen Hines · 14 years ago
  80. d7e5481 Cleanup error message for null binding address. by Jason Sams · 14 years ago
  81. 63d52ac Remove pragma for RS export variables. by Stephen Hines · 14 years ago
  82. 700ba38 Removing fixed size arrays. by Alex Sakhartchouk · 14 years ago
  83. 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
  84. b9c22be Merge "Add RS testing for long and long long." by Stephen Hines · 14 years ago
  85. 053ae93 Add RS testing for long and long long. by Stephen Hines · 14 years ago
  86. 02019df Merge "changing vec4 to vec2 for perf reasons." by Alex Sakhartchouk · 14 years ago
  87. 7ffcaf2 changing vec4 to vec2 for perf reasons. by Alex Sakhartchouk · 14 years ago
  88. 511489e Merge "Adding average fps counter. Removing rsLight from libRS" by Alex Sakhartchouk · 14 years ago
  89. 6125b97 Merge "Implement allocation resizing." by Jason Sams · 14 years ago
  90. 96abf81 Implement allocation resizing. by Jason Sams · 14 years ago
  91. c8fb69e Adding average fps counter. Removing rsLight from libRS by Alex Sakhartchouk · 14 years ago
  92. 09c6735 Adding text metrics to renderscript. by Alex Sakhartchouk · 14 years ago
  93. c9fa305 Fix for bug 3053078 Font gamma correction to match with lib HWUI. by Alex Sakhartchouk · 14 years ago
  94. 889fe50 fixing bugs 3053960, 3044804, 3044798 by Alex Sakhartchouk · 14 years ago
  95. 9fbc73a Merge "Add object validity checking." by Jason Sams · 14 years ago
  96. 605048a Add object validity checking. by Jason Sams · 14 years ago
  97. d51783d Merge "Adding anisotropic filtering and related samples." by Alex Sakhartchouk · 14 years ago
  98. 1103d8e Adding anisotropic filtering and related samples. by Alex Sakhartchouk · 14 years ago
  99. 01b7d29 Fix clear() operation for rsScriptC. by Stephen Hines · 14 years ago
  100. 886f11a More robust attribute binding by Alex Sakhartchouk · 14 years ago