1. 93d2111 Make ImageProcessing work. by Shih-wei Liao · 14 years ago
  2. 5c29a8b Merge "Fix bug in on-device linking." into honeycomb by Shih-wei Liao · 14 years ago
  3. b2cfc98 Fix bug in on-device linking. by Shih-wei Liao · 14 years ago
  4. 058f783 Merge "Implement sub updates for mipmap levels and cubmaps." into honeycomb by Jason Sams · 14 years ago
  5. 80761ec On-device linking using bccLinkBC. Note that we switch to getFile interface by Shih-wei Liao · 14 years ago
  6. 2b2e621 bcc interface fixed. by Shih-wei Liao · 14 years ago
  7. ac091ba Retire librslib_rt. by Shih-wei Liao · 14 years ago
  8. c36ce7d Move linking stuff to libbcc. by Shih-wei Liao · 14 years ago
  9. 7d1c533 Avoid converting rslib.bc to things like rslib.h. So we are less error-prone. by Shih-wei Liao · 14 years ago
  10. bcac934 Implement sub updates for mipmap levels and cubmaps. by Jason Sams · 14 years ago
  11. 2f92048 Merge "Re-implement img npot support in HC." into honeycomb by Jason Sams · 14 years ago
  12. 0f7785c Re-implement img npot support in HC. by Jason Sams · 14 years ago
  13. 3df0ff8 Docs plus removing some junk per API review. by Alex Sakhartchouk · 14 years ago
  14. ce8369e Fix the build. by Shih-wei Liao · 14 years ago
  15. 205ffa9 Merge "Disable on-device linking" into honeycomb by Shih-wei Liao · 14 years ago
  16. 1884278 Disable on-device linking by Shih-wei Liao · 14 years ago
  17. 625e0d8 Merge "Fix the build." into honeycomb by Shih-wei Liao · 14 years ago
  18. 12f2606 Merge "On-device linking." into honeycomb by Shih-wei Liao · 14 years ago
  19. 4a21ed9 Merge "convert2uchar3." into honeycomb by Shih-wei Liao · 14 years ago
  20. 8481f65 Fix the build. by Shih-wei Liao · 14 years ago
  21. 60c3234 On-device linking. by Shih-wei Liao · 14 years ago
  22. 52a67b2 WAR driver bug where surfaces of size 0 fail. by Jason Sams · 14 years ago
  23. 236385b Implement more of copy2DRange* by Jason Sams · 14 years ago
  24. a237151 Cleanup bitmap uploads Implement standalone mipmap generation. by Jason Sams · 14 years ago
  25. f6192c4 Merge "Adding ability to load cubemaps from individual faces." into honeycomb by Alex Sakhartchouk · 14 years ago
  26. dfadd07 convert2uchar3. by Shih-wei Liao · 14 years ago
  27. 4741653 Clean up RS math headers. by Stephen Hines · 14 years ago
  28. f8aafcf Adding ability to load cubemaps from individual faces. by Alex Sakhartchouk · 14 years ago
  29. 9f8bc4f Updating cubemap loading code. by Alex Sakhartchouk · 14 years ago
  30. ca3f09c Split time functions into rs_time.rsh header. by Stephen Hines · 14 years ago
  31. cf912de Fix cleanup race condition where objects might may not be cleaned up correctly. by Jason Sams · 14 years ago
  32. 1c089c2 For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable. by Shih-wei Liao · 14 years ago
  33. 37150de 1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.) by Shih-wei Liao · 14 years ago
  34. 5224a27 Additional loading methods for fonts and a3d files. Cleaned up error messages. by Alex Sakhartchouk · 14 years ago
  35. 2cbfc4c fix bug 3313505 by Jason Sams · 14 years ago
  36. 5996207 Rename bcc::BCCscript -> bcc::Script. Ideally, should do: by Shih-wei Liao · 14 years ago
  37. 4b45b89 Move adapter2D to a derived class from Allocation. by Jason Sams · 14 years ago
  38. 741aac9 Fix teardown bug found in books. by Jason Sams · 14 years ago
  39. a6ebec8 Clean-up. by Shih-wei Liao · 14 years ago
  40. 587ed6a am 490db31b: (-s ours) am 0c8ad64d: Merge "fix [3127755] Launcher is missing anti-aliasing" into gingerbread by Simon Wilson · 14 years ago
  41. 4db6373 API cleanup for renderscript. This will be a multiproject commit. by Alex Sakhartchouk · 14 years ago
  42. c493326 Merge "Clean up Allocation buffer object api." by Jason Sams · 14 years ago
  43. dc56d3c am 0c8ad64d: Merge "fix [3127755] Launcher is missing anti-aliasing" into gingerbread by Simon Wilson · 14 years ago
  44. 8be47c7 Clean up Allocation buffer object api. by Jason Sams · 14 years ago
  45. ce8a079 Stale cache management to address a P1 bug # 3296131. by Shih-wei Liao · 14 years ago
  46. c17ace2 API reaview cleanup by Alex Sakhartchouk · 14 years ago
  47. ff8ce9c Whenever LoadBinary fails, recompile. Fixing the multi-instance bug. by Shih-wei Liao · 14 years ago
  48. 2fdf8d7 fix [3127755] Launcher is missing anti-aliasing by Mathias Agopian · 14 years ago
  49. a2aab8b Cleanup and refactoring of an earlier cl. by Alex Sakhartchouk · 14 years ago
  50. b7e83bd Fix mipmap bug introduced with Allocation cleanup. Add syncAll to rsg headers. by Jason Sams · 14 years ago
  51. 7e0e72c Merge "Add support for non-malloc backed textures." by Jason Sams · 14 years ago
  52. 15849d9 1. Add Context to a RenderScript or RenderScriptGL instance. by Shih-wei Liao · 14 years ago
  53. b022b38 Merge "More API updates." by Jason Sams · 14 years ago
  54. b89b0b7 Add support for non-malloc backed textures. by Jason Sams · 14 years ago
  55. ebc5019 More API updates. by Jason Sams · 14 years ago
  56. 2d79197 Perf test by Alex Sakhartchouk · 14 years ago
  57. 03bc9c1 Merge "Add multitouch support to physics test. Fix context state overwrite calling invoke." by Jason Sams · 14 years ago
  58. 1f24db4 Add multitouch support to physics test. by Jason Sams · 14 years ago
  59. dedcd1f Merge "Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement." by Jason Sams · 14 years ago
  60. 837e388 Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement. by Jason Sams · 14 years ago
  61. fbe6ffd Remove vector array test from RSTest. by Stephen Hines · 14 years ago
  62. 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
  63. 1dcefab Fix a severe cleanup bug where teardown of the GL by Jason Sams · 14 years ago
  64. a3e2403 Fix build by Jason Sams · 14 years ago
  65. 366c9c8 Allocation API update. by Jason Sams · 14 years ago
  66. f17b13b Make ScriptC's mEnvironment.mIsThreadable survive the bcc caching and by Shih-wei Liao · 14 years ago
  67. 25413ec API review cleanup. by Jason Sams · 14 years ago
  68. f657fa9 Stop using anonymous structs in RS. by Stephen Hines · 14 years ago
  69. b17f201 Prevent message overrun in LocklessCommandFifo. by Bryan Mawhinney · 14 years ago
  70. eecbdd5 Fix 'BCCscript' build break. by Iain Merrick · 14 years ago
  71. 8e8048c Fix physics bug causing balls to stack. by Jason Sams · 14 years ago
  72. 87319de More error checks by Jason Sams · 14 years ago
  73. c9110b6 Remove unnecessary export_func pragma. by Stephen Hines · 14 years ago
  74. 5c0912b Fixing the state restore bug. by Alex Sakhartchouk · 14 years ago
  75. 84e4027 Support for cubemaps. by Alex Sakhartchouk · 14 years ago
  76. 1a2b9b5 Merge "Mark a non-exported function as static." by Stephen Hines · 14 years ago
  77. 9503b66 Add caching support of BCC binaries. by Shih-wei Liao · 14 years ago
  78. ac9a8a5 Mark a non-exported function as static. by Stephen Hines · 14 years ago
  79. 6070925 Create holder inner class for pushing context state. by Jason Sams · 14 years ago
  80. a5eb6e1 Fix ref counting for globals when set from java code. by Jason Sams · 14 years ago
  81. 2fad7e4 Fix crash with extended debugging. by Jason Sams · 14 years ago
  82. 209cf6d Remove WARs for zero-init + destructors. by Stephen Hines · 14 years ago
  83. 849bd18 Merge "Split UTF functions from String8/16" by Kenny Root · 14 years ago
  84. cb082a3 Add support for integer mod. by Bryan Mawhinney · 14 years ago
  85. c9c38dd Split UTF functions from String8/16 by Kenny Root · 14 years ago
  86. 762e7b7 Fix line drawing in RS example. by Jason Sams · 14 years ago
  87. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  88. b60d757 Continue error check improvements and write some docs. by Jason Sams · 14 years ago
  89. 239f09a Fix fountain bug with more than 10 touches reported. by Jason Sams · 14 years ago
  90. aad4bc5 Handle user message ID 0 by Jason Sams · 14 years ago
  91. 83325b9 Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. Removing fixed size arrays." by Alex Sakhartchouk · 14 years ago
  92. 54929cc Moving attrib creation to Mesh. Adding arrays as shader inputs. by Alex Sakhartchouk · 14 years ago
  93. 259b44e Add vector array test to RSTest. by Stephen Hines · 14 years ago
  94. a775673 Update ScriptC constructor to remove depricated param. by Jason Sams · 14 years ago
  95. 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
  96. 5c1c79a RS Error cleanup. by Jason Sams · 14 years ago
  97. 048260d Merge "New RS types test for checking compilation." by Stephen Hines · 14 years ago
  98. 1793619 New RS types test for checking compilation. by Stephen Hines · 14 years ago
  99. 6bfc1b9 Add code to mark functions rather than whole files as threadable. by Jason Sams · 14 years ago
  100. fbc79e5 Remove excessive logging. by Jason Sams · 14 years ago