1. e195a3f Make RS compile on ARM64. by Tim Murray · 10 years ago
  2. b8a94e2 Add getPointer for USAGE_SHARED allocations. by Jason Sams · 10 years ago
  3. 8f615d6 Replace "mips" with "mipmaps" since the MIPS gcc compiler defines mips to 1. by Stephen Hines · 11 years ago
  4. 9d24ae6 Add 3D allocation support. by Tim Murray · 11 years ago
  5. 10913a5 Make error handling kill context activity. Add parameter validation. by Tim Murray · 11 years ago
  6. 89daad6 Add basic support for intrinsics. Move sp<> into RScpp. by Tim Murray · 11 years ago
  7. a423096 Move C++ API over to function tables rather than linking libRS directly. by Tim Murray · 11 years ago
  8. 099bc26 Start making RS 64-bit clean. by Tim Murray · 11 years ago
  9. 0b575de Add x86 server support. by Tim Murray · 11 years ago
  10. b206ace Move rs.h includes to source files. by Tim Murray · 12 years ago
  11. 96267c2 Add convenient Type creator, alignment define, and fix USAGE_SHARED issue. by Tim Murray · 12 years ago
  12. 358747a Add support for 2D strided copies to/from an allocation with the C++ API. by Tim Murray · 12 years ago
  13. 7b3e309 Add support for 2D copies to arbitrary data pointers. by Tim Murray · 12 years ago
  14. 0b93e30 Remove size parameter from copy* methods in C++ and add copy*(void* data). by Tim Murray · 12 years ago
  15. 9eb7f4b Change namespace from renderscriptCpp to RSC by Tim Murray · 12 years ago
  16. a4cbc2b Move to void* pointers for copying within C++ API. by Tim Murray · 12 years ago
  17. 684726c Add createSized2D to C++ API by Tim Murray · 12 years ago
  18. baca6c3 Fix uninitialized variable bug, add finish() by Tim Murray · 12 years ago
  19. 509ea5c Add copy1DRangeToUnchecked. by Tim Murray · 12 years ago
  20. 84bf2b8 Move to smart pointers for refcounting RS contexts by Tim Murray · 12 years ago
  21. 69cccdf Make all references use smart pointers. by Jason Sams · 12 years ago
  22. a662edd Split cpp frontend to its own lib. by Jason Sams · 12 years ago[Renamed from Allocation.cpp]
  23. 3522f40 Implement USAGE_IO_INPUT by Jason Sams · 12 years ago
  24. f1e6d22 test runs but I do not check results yet. by Jason Sams · 12 years ago
  25. 221a4b1 start new headers by Jason Sams · 12 years ago