1. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  2. 93d6bc8 Replaced android::Vector with std::vector. by Chris Wailes · 10 years ago
  3. f371213 Collapse code paths for single- and multi-input kernels. by Chris Wailes · 10 years ago
  4. 4b2bea3 Revert "Collapse code paths for single- and multi-input kernels." by Stephen Hines · 10 years ago
  5. 818cfa0 Collapse code paths for single- and multi-input kernels. by Chris Wailes · 10 years ago
  6. a36c50a Add 64bit large object support by Jason Sams · 10 years ago
  7. 4b3c34e Adds support for multi-input kernels to Frameworks/RS. by Chris Wailes · 10 years ago
  8. ac8d146 Switch the dimensions array to use uint32_t instead of size_t. by Stephen Hines · 10 years ago
  9. b0934b6 Remove libutils and fix rsDebug for RS support library. by Stephen Hines · 11 years ago
  10. 9c64239 Add support for synchronous get(). by Tim Murray · 11 years ago
  11. 099bc26 Start making RS 64-bit clean. by Tim Murray · 11 years ago
  12. 0b575de Add x86 server support. by Tim Murray · 11 years ago
  13. 709a097 Separate CPU driver impl from reference driver. by Jason Sams · 12 years ago
  14. e0e5e84 Merge commit 'f5ecac92' into manualmerge by Jason Sams · 12 years ago
  15. cd62caa Merge commit '054af68e' into manualmerge by Jason Sams · 12 years ago
  16. 3ea5b9c Fix performance when reading or writing large buffers. by Jason Sams · 12 years ago
  17. c5b34c6 Thread launch latency improvements. by Jason Sams · 12 years ago
  18. 374a259 Update for new bcc build() interface. by Stephen Hines · 12 years ago
  19. bee28c6 Merge script groups. by Jason Sams · 12 years ago
  20. f598811 Fix use of rs_script_call_t. by Stephen Hines · 12 years ago
  21. 78b050e Fix bugs in scriptGroup. by Jason Sams · 12 years ago
  22. 7c355cc Implement optimized kernel kickoff for T30 by Jason Sams · 12 years ago
  23. cf9ea9f Implement backend of blend intrinsic by Jason Sams · 12 years ago
  24. ba808d7 Fix intrinsic threading. by Jason Sams · 12 years ago
  25. dbe66d6 Add backed for script groups. by Jason Sams · 12 years ago
  26. e1e08b4 Continue intrinsic development by Jason Sams · 12 years ago
  27. 6d958bc Revert "Fix intrinsic performance." by Jason Sams · 12 years ago
  28. 49202fb Fix intrinsic performance. by Jason Sams · 12 years ago
  29. 17f03fc Generalize intrinsics by Jason Sams · 12 years ago
  30. 41d6c76 Clean up useless code, logging, and a typo. by Stephen Hines · 12 years ago
  31. 8eaba4f Intrinisics by Jason Sams · 12 years ago
  32. 378d30b Rename RenderScript -> Renderscript. by Stephen Hines · 12 years ago
  33. 61a4bb7 Cleanup pointer access in adapter and font. by Jason Sams · 12 years ago
  34. 807fdc4 Move memory layout to driver. by Jason Sams · 12 years ago
  35. 586e2a4 Fix runtime error by removing unnecessary code. by Shih-wei Liao · 12 years ago
  36. cca7ee6 Should be FP_Full instead of Full. by Shih-wei Liao · 12 years ago
  37. a3af2cd Start using new libbcc APIs. by Shih-wei Liao · 12 years ago
  38. 0ab9f9f Generalize slicing. by Jason Sams · 12 years ago
  39. aa15210 Fix single level forEach threading by Jason Sams · 12 years ago
  40. ebee948 Link against NEON version of libclcore.bc when possible. by Stephen Hines · 12 years ago
  41. 298691a Patch up remaining issues with revert. by Stephen Hines · 12 years ago
  42. 070cb23 Revert "Start chewing new libbcc APIs." by Stephen Hines · 12 years ago
  43. 2980f07 Support additional element/dim information for FieldPacker. by Stephen Hines · 12 years ago
  44. ec3fc11 Start chewing new libbcc APIs. by Shih-wei Liao · 12 years ago
  45. f22c8ac Add support for stride != width. by Jason Sams · 12 years ago
  46. a6ab26a Workaround PDK issues. by Jason Sams · 12 years ago
  47. 4419977 Support running ForEach on non-root functions. by Stephen Hines · 12 years ago
  48. ee7aa2e Add support for new root.expand() calls. by Stephen Hines · 13 years ago
  49. af12ac6 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  50. 1415ca4 Remove dead code. by Logan Chien · 13 years ago
  51. 6598201 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  52. 96cd136 Fix bug with 1D arrays and threading. Some elements got launched multiple times. by Jason Sams · 13 years ago
  53. 7041511 Improve rsForEach overhead. by Jason Sams · 13 years ago
  54. 4ff2186 Fix crash running old HC apps. by Jason Sams · 13 years ago
  55. 4ee16ff Call .rs.dtor() when tearing down Scripts. by Stephen Hines · 13 years ago
  56. 3815bad Issue proper parameters to root() calls for RS. by Stephen Hines · 13 years ago
  57. 451cf2e Add structure to pack params for forEach. by Jason Sams · 13 years ago
  58. 242a264 Merge "Start using bcinfo components within librs." by Stephen Hines · 13 years ago
  59. cbb0b8a Start using bcinfo components within librs. by Stephen Hines · 13 years ago
  60. c40ad9a Finish the refactor work of bccPrepareExecutable by Logan Chien · 13 years ago
  61. 689821f Extract BC metadata using a single call. by Stephen Hines · 13 years ago
  62. cc24af6 Merge "Add slot number to forEach hal." by Jason Sams · 13 years ago
  63. 35e429e Add slot number to forEach hal. by Jason Sams · 13 years ago
  64. abfaab8 Use resource entry name instead of mangled name. by Logan Chien · 13 years ago
  65. 585f554 Fix typo: mFieldCount -> mPragmaCount. by Logan Chien · 13 years ago
  66. 83c451a Move TLS behind hal. by Jason Sams · 13 years ago
  67. 87fe59a Create runtime stubs for compute driver. by Jason Sams · 13 years ago
  68. eed1b15 Fix broken assert (if input allocation is NULL). by Stephen Hines · 13 years ago
  69. 8d43eaf Properly handle script teardown. by Stephen Hines · 13 years ago
  70. 6f6bf8e Revert "Fix cleanup bug clearing script references." by Stephen Hines · 13 years ago
  71. e217044 Fix cleanup bug clearing script references. by Jason Sams · 13 years ago
  72. cdfdb8f Migrate thread launch to driver. by Jason Sams · 13 years ago
  73. bad8074 Start seperating out RS compute implementation. Create hal by Jason Sams · 13 years ago