1. 2ab1b53 Merge "Fix failing lldb test test_allocation_list.py(java)." by David Gross · 8 years ago
  2. 4262618 Fix failing lldb test test_allocation_list.py(java). by David Gross · 8 years ago
  3. 2f28270 Fix failing lldb test test_language_subcmds_no_debug.py(cpp). by David Gross · 8 years ago
  4. 29a63ce Prepare for removal of legacy-test from default targets (Part 2) by Paul Duffin · 8 years ago
  5. 621d9b9 Merge "Prepare for removal of legacy-test from default targets" by Colin Cross · 8 years ago
  6. c76fa07 Prepare for removal of legacy-test from default targets by Paul Duffin · 8 years ago
  7. 8632372 Cleanup makefiles and warning producing code. by Jean-Luc Brouillet · 8 years ago
  8. 5ea267c Use LOCAL_EXPORT_C_INCLUDE_DIRS to simplify makefiles. by Jean-Luc Brouillet · 8 years ago
  9. 675b31e Extract into common.mk common C++ compile settings. by Jean-Luc Brouillet · 8 years ago
  10. 9e5255b Merge "Move the java test directory under rs/test" by Jean-Luc Brouillet · 8 years ago
  11. 89e35a5 Move the java test directory under rs/test by Jean-Luc Brouillet · 8 years ago
  12. e443dd2 Group the C++ test files in one directory. by Jean-Luc Brouillet · 8 years ago
  13. 4546f4b Add tests for the debugging of Reduction kernels by Luke Drummond · 8 years ago
  14. 4fe76d3 Merge "[NFC] Add missing copyright headers to lldb tests" by Yang Ni · 8 years ago
  15. 7d72c9e Remove unneeded using namespace statements. by Chih-Hung Hsieh · 8 years ago
  16. 5bbcc38 [NFC] Add missing copyright headers to lldb tests by Luke Drummond · 8 years ago
  17. 1cea94d Add a debugger hook point during script group compilation at -O0. by Aidan Dodds · 8 years ago
  18. 30c7e9f Merge "Make unique, standalone tests for all JIT expressions." by Yang Ni · 8 years ago
  19. 73092d9 Merge "single source extension" by Yang Ni · 8 years ago
  20. 74de4db [testsuite] Fix an egregious failure to report failure. by Luke Drummond · 8 years ago
  21. 1aaeb39 Make unique, standalone tests for all JIT expressions. by Luke Drummond · 8 years ago
  22. 45768e1 Fix clang-tidy performance warnings. by Chih-Hung Hsieh · 8 years ago
  23. 666065f single source extension by aidan · 8 years ago
  24. a3c6f62 Bring lldb testsuite up to date with codeplay internal by Luke Drummond · 8 years ago
  25. b16c7d5 Always build all rscpp and LLDB tests. by Stephen Hines · 8 years ago
  26. c5903d8 Remove obsolete cppreduce test. by Stephen Hines · 8 years ago
  27. dcecc0c Python test suite for debugging a RenderScript app using lldb. by Dean De Leo · 9 years ago
  28. 240acfe Fix warnings and turn on -Werror for C++ tests. by Stephen Hines · 9 years ago
  29. d999344 Stop targeting froyo. It isn't supported. by Dan Albert · 9 years ago
  30. 5661684 Add float16 elements to C++ API by Pirama Arumuga Nainar · 9 years ago
  31. b63a6f4 Add a test binary that demonstrates the use of reduce kernels in C++. by Matt Wala · 9 years ago
  32. 8cda950 Fixing api versions on rs tests by Noah Presler · 9 years ago
  33. fbb6938 Remove platform stlport from frameworks/rs. by Dan Albert · 10 years ago
  34. d1cfb51 Clean up makefile cruft. by Dan Albert · 10 years ago
  35. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  36. 025b5f8 Updated test files to use the RS_KERNEL macro. by Chris Wailes · 10 years ago
  37. be78fa9 Fix incorrect dependence on the system-built liblog. by Stephen Hines · 10 years ago
  38. b8a94e2 Add getPointer for USAGE_SHARED allocations. by Jason Sams · 11 years ago
  39. 00db019 Fix C++ tests to work with NDK build. by Stephen Hines · 11 years ago
  40. caf4126 Add user-defined cache path. by Tim Murray · 11 years ago
  41. 8a588bd Fix problems with NDK Sampler implementation. by Stephen Hines · 11 years ago
  42. b98626d RS native tests should be built with clang. by Stephen Hines · 11 years ago
  43. 5253429 Fix latency test. by Tim Murray · 11 years ago
  44. a1302e2 Fix issues with compute unit tests. by Stephen Hines · 11 years ago
  45. d10412f Add vector classes to C++ API. by Stephen Hines · 11 years ago
  46. 7d1b3c1 Add typecheck C++ API test to verify proper behavior. by Stephen Hines · 11 years ago
  47. 41efe87 Fix C++ RS tests due to previous reflection/API changes. by Stephen Hines · 11 years ago
  48. 89daad6 Add basic support for intrinsics. Move sp<> into RScpp. by Tim Murray · 11 years ago
  49. 4a92d12 Move to dynamic dispatch. Add support for IoAllocation* in rs.spec. by Tim Murray · 11 years ago
  50. 241b999 Merge "enable synchronous mode (functional)" by Tim Murray · 12 years ago
  51. 4d252d6 enable synchronous mode (functional) by Tim Murray · 12 years ago
  52. f558dab Merge "Add more FieldPacker.add() routines." by Stephen Hines · 12 years ago
  53. 43514cd Add more FieldPacker.add() routines. by Stephen Hines · 12 years ago
  54. 358747a Add support for 2D strided copies to/from an allocation with the C++ API. by Tim Murray · 12 years ago
  55. 0b93e30 Remove size parameter from copy* methods in C++ and add copy*(void* data). by Tim Murray · 12 years ago
  56. 9eb7f4b Change namespace from renderscriptCpp to RSC by Tim Murray · 12 years ago
  57. a4cbc2b Move to void* pointers for copying within C++ API. by Tim Murray · 12 years ago
  58. 704616e Add very basic allocation copying test for C++. by Tim Murray · 12 years ago
  59. 97960af Add some more options to latency test. by Tim Murray · 12 years ago
  60. 943eb67 Add latency test and rearrange tests directory. by Tim Murray · 12 years ago
  61. 8d8fb3e Update CPP test to use new APIs. by Tim Murray · 12 years ago
  62. c36a74d Remove unnecessary files for C++ test app. by Tim Murray · 12 years ago
  63. 16b9512 Fix up C++ basic API test by Tim Murray · 12 years ago
  64. 90ac0fe update tests. by Jason Sams · 13 years ago
  65. 69cccdf Make all references use smart pointers. by Jason Sams · 13 years ago
  66. a662edd Split cpp frontend to its own lib. by Jason Sams · 13 years ago
  67. 1fc0201 Fix minor C++ api issues. by Jason Sams · 13 years ago
  68. 8e412a1 Fix test makefile by Jason Sams · 13 years ago
  69. f1e6d22 test runs but I do not check results yet. by Jason Sams · 13 years ago
  70. b2e3dc5 More RS cpp binding work. All classes for by Jason Sams · 13 years ago
  71. 221a4b1 start new headers by Jason Sams · 13 years ago