1. 04354e4 Clean up RS C++ library. by Stephen Hines · 10 years ago
  2. f9fe049 Merge "Create a separate static lib that provides a dispatch table to both fw/support/v8/renderscript/jni and libRScpp to reduce code duplication." by Miao Wang · 10 years ago
  3. 3b1e2ee Move libRScpp.so to libc++. by Dan Albert · 10 years ago
  4. 48d2eae Create a separate static lib that provides a dispatch table to both by Miao Wang · 10 years ago
  5. 66f0a16 Cleanup includes for rs/cpp to not expose internal details. by Jason Sams · 10 years ago
  6. 58de499 am 7e57aa7d: Enable 64-bit building for libRScpp_static. by Tim Murray · 10 years ago
  7. 7e57aa7 Enable 64-bit building for libRScpp_static. by Tim Murray · 10 years ago
  8. db683cd resolved conflicts for merge of 79a9dacb to lmp-dev-plus-aosp by Jason Sams · 10 years ago
  9. 79a9dac Revert "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 10 years ago
  10. 445d95a am c73fdbd6: Merge "Clean up makefile cruft." by Dan Albert · 10 years ago
  11. d1cfb51 Clean up makefile cruft. by Dan Albert · 10 years ago
  12. c503150 am cbbac9f5: Disable property_get for 64-bit. by Tim Murray · 10 years ago
  13. cbbac9f Disable property_get for 64-bit. by Tim Murray · 10 years ago
  14. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  15. ac8d146 Switch the dimensions array to use uint32_t instead of size_t. by Stephen Hines · 10 years ago
  16. 8d50174 Fix Windows SDK build. by Logan Chien · 10 years ago
  17. bfa5a8e Add flags for low power context. by Jason Sams · 10 years ago
  18. c17fa06 Switch to use slang/rs_version.mk for consistency. by Stephen Hines · 10 years ago
  19. be78fa9 Fix incorrect dependence on the system-built liblog. by Stephen Hines · 10 years ago
  20. 8c24cd6 Update fw/rs for Clang 3.5. by Tim Murray · 10 years ago
  21. ee0f483 Revert "Add VP9 inter-frame prediction intrinsic" by Jason Sams · 10 years ago
  22. fea96e8 Add error check when init RS thread in sync mode. by Xiaofei Wan · 10 years ago
  23. 6dc86b4 Merge "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 10 years ago
  24. 6fc3e12 RS: Add VP9 LoopFilter Intrinsic by Matthieu Delahaye · 10 years ago
  25. 00dbeac Merge "Revert "RS: Add VP9 LoopFilter Intrinsic"" by Jason Sams · 10 years ago
  26. 933bdc9 Revert "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 10 years ago
  27. 3028980 Merge "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 10 years ago
  28. 64048e7 RS: Add VP9 LoopFilter Intrinsic by Matthieu Delahaye · 10 years ago
  29. 1e2aedb Revert "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 10 years ago
  30. e195a3f Make RS compile on ARM64. by Tim Murray · 10 years ago
  31. e4749f3 RS: Add VP9 LoopFilter Intrinsic by Matthieu Delahaye · 10 years ago
  32. 60498fe Add VP9 inter-frame prediction intrinsic by Matthieu Delahaye · 10 years ago
  33. b8a94e2 Add getPointer for USAGE_SHARED allocations. by Jason Sams · 10 years ago
  34. 6c59e3c AArch64: Use uintptr_t for pointers stored as integers. by Ashok Bhat · 10 years ago
  35. 6696179 am 5eaddd4f: am 63d33e7c: Merge "Bundle all of our necessary static libraries in libRScpp_static.a." by Stephen Hines · 10 years ago
  36. 3b9b748 Bundle all of our necessary static libraries in libRScpp_static.a. by Stephen Hines · 10 years ago
  37. 37f5a4b am a9861e8f: am 9ee891e3: am f171923b: Merge "Fix NDK API on old devices." by Tim Murray · 11 years ago
  38. 0f98d50 Fix NDK API on old devices. by Tim Murray · 11 years ago
  39. d2c24e4 am 142f2d34: am f46cf902: am 3a7a4696: Merge "Replace "mips" with "mipmaps" since the MIPS gcc compiler defines mips to 1." by Stephen Hines · 11 years ago
  40. 8f615d6 Replace "mips" with "mipmaps" since the MIPS gcc compiler defines mips to 1. by Stephen Hines · 11 years ago
  41. caf4126 Add user-defined cache path. by Tim Murray · 11 years ago
  42. 79dc3c9 Add user-defined cache path. by Tim Murray · 11 years ago
  43. 87c9d77 Remove excessive ALOGE. by Tim Murray · 11 years ago
  44. 3560907 Fix memory leak due to smart pointer misuse. by Tim Murray · 11 years ago
  45. f496297 am 19ab4f61: am d8188900: am 7a81ff84: Merge "Add RGBA_5551." by Tim Murray · 11 years ago
  46. 071aee6 Add RGBA_5551. by Tim Murray · 11 years ago
  47. 69f06c2 Merge "Remove excessive ALOGE." by Tim Murray · 11 years ago
  48. 81895d2 Merge "Fix memory leak due to smart pointer misuse." by Tim Murray · 11 years ago
  49. 12f7775 Remove excessive ALOGE. by Tim Murray · 11 years ago
  50. 7758a5b Fix memory leak due to smart pointer misuse. by Tim Murray · 11 years ago
  51. 26bdccb am 3f08ab32: am a7e512db: Merge "Fix problems with NDK Sampler implementation." by Stephen Hines · 11 years ago
  52. 8a588bd Fix problems with NDK Sampler implementation. by Stephen Hines · 11 years ago
  53. ee29fad am d03548d4: am 123ad6d1: Merge "Remove unused parameter warnings." into klp-dev by Tim Murray · 11 years ago
  54. f682092 am c67fe222: am f7af2655: Merge "Add docs to C++ API." into klp-dev by Tim Murray · 11 years ago
  55. bf950e7 Remove unused parameter warnings. by Tim Murray · 11 years ago
  56. 75e877d Add docs to C++ API. by Tim Murray · 11 years ago
  57. 3a0ddec Switch RS C++ library over to building with Clang. by Stephen Hines · 11 years ago
  58. 4c4bec1 Add default argument for init. by Tim Murray · 11 years ago
  59. 84e3dea Add flags word to context initialization. by Tim Murray · 11 years ago
  60. eeaf714 Fix build/dependency issue. by Tim Murray · 11 years ago
  61. e918375 Merge "Fix ColorMatrix intrinsic." into klp-dev by Tim Murray · 11 years ago
  62. aae73c9 Fix ColorMatrix intrinsic. by Tim Murray · 11 years ago
  63. 3a6c9ac Merge "Add vector classes to C++ API." into klp-dev by Stephen Hines · 11 years ago
  64. 9d24ae6 Add 3D allocation support. by Tim Murray · 11 years ago
  65. fa77db8 Fix dispatch issue with ScriptIntrinsic. by Tim Murray · 11 years ago
  66. d10412f Add vector classes to C++ API. by Stephen Hines · 11 years ago
  67. 2acce99 Fix LUT intrinsic. by Tim Murray · 11 years ago
  68. eb4426d Fix element handling. Add YUV support. by Tim Murray · 11 years ago
  69. 7d1b757 Clean up RS C++ API visibility and fix some inconsistencies. by Stephen Hines · 11 years ago
  70. a180b7d getType() should be const (for type-checking). by Stephen Hines · 11 years ago
  71. 10913a5 Make error handling kill context activity. Add parameter validation. by Tim Murray · 11 years ago
  72. 21fa7a0 Add error handling, move to create methods for intrinsics. by Tim Murray · 11 years ago
  73. 21deee0 Merge "remove string8, replace with std::string from stlport" into klp-dev by Tim Murray · 11 years ago
  74. ab71636 remove string8, replace with std::string from stlport by Tim Murray · 11 years ago
  75. b27b181 Add remaining intrinsics to C++ API. by Tim Murray · 11 years ago
  76. 89daad6 Add basic support for intrinsics. Move sp<> into RScpp. by Tim Murray · 11 years ago
  77. 47666f5 Fix initialization problem in rsCPP. by Tim Murray · 11 years ago
  78. 729b6fe Add Sampler support to C++ API. by Tim Murray · 11 years ago
  79. 4a92d12 Move to dynamic dispatch. Add support for IoAllocation* in rs.spec. by Tim Murray · 11 years ago
  80. 0b8a2be Load from libRS or libRSSupport. by Tim Murray · 11 years ago
  81. a423096 Move C++ API over to function tables rather than linking libRS directly. by Tim Murray · 11 years ago
  82. b241181 Add liblog by Ying Wang · 11 years ago
  83. a8cd40f Merge "Start making RS 64-bit clean." into jb-mr2-dev by Tim Murray · 11 years ago
  84. f9e077a Fix logging defined in external header. by Jason Sams · 11 years ago
  85. 099bc26 Start making RS 64-bit clean. by Tim Murray · 11 years ago
  86. 0b575de Add x86 server support. by Tim Murray · 11 years ago
  87. 14982c8 Add support for debug and profile context. by Jason Sams · 11 years ago
  88. b206ace Move rs.h includes to source files. by Tim Murray · 11 years ago
  89. 96267c2 Add convenient Type creator, alignment define, and fix USAGE_SHARED issue. by Tim Murray · 11 years ago
  90. d4ecb17 Add API entry points for clipped kernels and fix Z-dimension clipping. by Tim Murray · 11 years ago
  91. a572aca Add support for YUV allocations. by Jason Sams · 12 years ago
  92. 241b999 Merge "enable synchronous mode (functional)" by Tim Murray · 12 years ago
  93. 4d252d6 enable synchronous mode (functional) by Tim Murray · 12 years ago
  94. f558dab Merge "Add more FieldPacker.add() routines." by Stephen Hines · 12 years ago
  95. 43514cd Add more FieldPacker.add() routines. by Stephen Hines · 12 years ago
  96. 43de30e Merge "Add support for 2D strided copies to/from an allocation with the C++ API." by Tim Murray · 12 years ago
  97. 358747a Add support for 2D strided copies to/from an allocation with the C++ API. by Tim Murray · 12 years ago
  98. 76a1be4 Handle NONE/RESIZE message types properly in C++ API. by Stephen Hines · 12 years ago
  99. 7b3e309 Add support for 2D copies to arbitrary data pointers. by Tim Murray · 12 years ago
  100. 0b93e30 Remove size parameter from copy* methods in C++ and add copy*(void* data). by Tim Murray · 12 years ago