1. 95e1702 add CLOEXECs by Nick Kralevich · 6 years ago
  2. 82e135c Remove libutils.so dependency from libRSDriver, libRSCpuRef, and most by Miao Wang · 8 years ago
  3. ef97405 FileA3D: Don't leak memory in error case. by Greg Kaiser · 8 years ago
  4. ba5e591 Avoid dependency on androidfw by Yang Ni · 8 years ago
  5. 11496ac Fix google-build-using-namespace warnings in rs. by Chih-Hung Hsieh · 8 years ago
  6. 85d0cb1 Separate libRS.so into public and internal libs by Yang Ni · 9 years ago
  7. 5bb6dc1 fix the bug that mWriteStream is deleted twice. by Miao Wang · 9 years ago
  8. b8353c5 Revert "Replaced android::Vector with std::vector." by Yang Ni · 10 years ago
  9. eb9aa67 Runtime support for invocables in ScriptGroups by Yang Ni · 10 years ago
  10. 1ffd86b New Script Group API: runtime and cpu driver support. by Yang Ni · 10 years ago
  11. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  12. 93d6bc8 Replaced android::Vector with std::vector. by Chris Wailes · 10 years ago
  13. f8852d0 Work-around 64bit build issues. by Ian Rogers · 11 years ago
  14. 48ecf6a Remove more String8 by Jason Sams · 11 years ago
  15. dbe66d6 Add backed for script groups. by Jason Sams · 12 years ago
  16. e3150cf Plumb context through for serialization. by Jason Sams · 12 years ago
  17. a6ab26a Workaround PDK issues. by Jason Sams · 13 years ago
  18. e23d239 Starting to untangle header spaghetti. by Alex Sakhartchouk · 13 years ago
  19. af12ac6 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  20. 6598201 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  21. c700e64 Fixing asynchronous performance issues. by Alex Sakhartchouk · 13 years ago
  22. 77d9f4b Cleaning up the serialization change. by Alex Sakhartchouk · 14 years ago
  23. 099d7d3 Making sure we can build libRS on the host for serialization. by Alex Sakhartchouk · 14 years ago
  24. 5224a27 Additional loading methods for fonts and a3d files. Cleaned up error messages. by Alex Sakhartchouk · 14 years ago
  25. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  26. dc763f3 Adding nvidia extension for limited npot support. by Alex Sakhartchouk · 14 years ago
  27. c8fb69e Adding average fps counter. Removing rsLight from libRS by Alex Sakhartchouk · 14 years ago
  28. 383e5b1 Adding support for all allowed textures. by Alex Sakhartchouk · 14 years ago
  29. 4e9a7a8 Start of mesh API cleanup. by Alex Sakhartchouk · 14 years ago
  30. d3e0ad4 Adding freetype font rendering to renderscript. by Alex Sakhartchouk · 14 years ago
  31. b825f67 Creating the jni and java layer to integrate a3d by Alex Sakhartchouk · 14 years ago
  32. fb6b614 Removed unnecessary change based on comments. by Alex Sakhartchouk · 14 years ago
  33. d01d970 Element restructuring. Add support for new basic Element types including the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures. by Jason Sams · 15 years ago
  34. e514b45 Improve renderscript context teardown. Track object in the system and then force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed. by Jason Sams · 15 years ago
  35. 8b2c065 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 15 years ago
  36. b80dfa7 More test app work by Jason Sams · 15 years ago
  37. a5597fc 1st cut of a3d file loader. by Jason Sams · 15 years ago