summaryrefslogtreecommitdiffstats
path: root/cpp/rsDispatch.h
Commit message (Expand)AuthorAgeFilesLines
* update dispatch table for IntrinsicBLASMiao Wang2015-05-281-0/+2
* Added a name to ScriptGroup2Yang Ni2015-04-131-1/+1
* Update Dispatch table following ScriptGroup2 API change.Miao Wang2015-03-311-3/+2
* Update Dispatch table entry for ScriptGroup2.Miao Wang2015-03-311-1/+4
* Fix the bug for AllocationRead() that cannot handle 3d AllocationMiao Wang2015-02-231-0/+6
* Add API check for loadSymbols(), so that functions being dlsymedMiao Wang2015-02-091-1/+1
* Runtime support for invocables in ScriptGroupsYang Ni2015-02-041-0/+2
* Merge "Add the missing 'stridelen' field for AllocationGetPointer."Miao Wang2015-02-051-1/+1
|\
| * Add the missing 'stridelen' field for AllocationGetPointer.Miao Wang2015-02-021-1/+1
* | Make rsContext be able to have info about the path of native libsMiao Wang2015-02-031-0/+3
|/
* Merge "New Script Group API: runtime and cpu driver support."Yang Ni2015-01-071-1/+8
|\
| * New Script Group API: runtime and cpu driver support.Yang Ni2015-01-071-1/+8
* | Adding USAGE_IO_OUTPUT support for RS Compat lib.Miao Wang2014-12-181-0/+10
|/
* Create a separate static lib that provides a dispatch table to bothMiao Wang2014-11-111-0/+1
* Cleanup includes for rs/cpp to not expose internal details.Jason Sams2014-11-111-3/+3
* Switch the dimensions array to use uint32_t instead of size_t.Stephen Hines2014-06-251-1/+1
* Add getPointer for USAGE_SHARED allocations.Jason Sams2014-02-261-0/+2
* AArch64: Use uintptr_t for pointers stored as integers.Ashok Bhat2014-02-121-3/+3
* Add flags word to context initialization.Tim Murray2013-09-091-1/+1
* Move to dynamic dispatch. Add support for IoAllocation* in rs.spec.Tim Murray2013-07-231-1/+3
* Move C++ API over to function tables rather than linking libRS directly.Tim Murray2013-07-231-0/+159