summaryrefslogtreecommitdiff
path: root/cpp/rsDispatch.h
AgeCommit message (Expand)Author
2015-05-28update dispatch table for IntrinsicBLASMiao Wang
2015-04-13Added a name to ScriptGroup2Yang Ni
2015-03-31Update Dispatch table following ScriptGroup2 API change.Miao Wang
2015-03-31Update Dispatch table entry for ScriptGroup2.Miao Wang
2015-02-23Fix the bug for AllocationRead() that cannot handle 3d AllocationMiao Wang
2015-02-09Add API check for loadSymbols(), so that functions being dlsymedMiao Wang
2015-02-04Runtime support for invocables in ScriptGroupsYang Ni
2015-02-05Merge "Add the missing 'stridelen' field for AllocationGetPointer."Miao Wang
2015-02-03Make rsContext be able to have info about the path of native libsMiao Wang
2015-02-02Add the missing 'stridelen' field for AllocationGetPointer.Miao Wang
2015-01-07Merge "New Script Group API: runtime and cpu driver support."Yang Ni
2015-01-07New Script Group API: runtime and cpu driver support.Yang Ni
2014-12-18Adding USAGE_IO_OUTPUT support for RS Compat lib.Miao Wang
2014-11-11Create a separate static lib that provides a dispatch table to bothMiao Wang
2014-11-11Cleanup includes for rs/cpp to not expose internal details.Jason Sams
2014-06-25Switch the dimensions array to use uint32_t instead of size_t.Stephen Hines
2014-02-26Add getPointer for USAGE_SHARED allocations.Jason Sams
2014-02-12AArch64: Use uintptr_t for pointers stored as integers.Ashok Bhat
2013-09-09Add flags word to context initialization.Tim Murray
2013-07-23Move to dynamic dispatch. Add support for IoAllocation* in rs.spec.Tim Murray
2013-07-23Move C++ API over to function tables rather than linking libRS directly.Tim Murray