summaryrefslogtreecommitdiffstats
path: root/libs/rs/driver/rsdBcc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moving libRSAlex Sakhartchouk2012-03-281-541/+0
* Support running ForEach on non-root functions.Stephen Hines2012-02-221-8/+21
* Add support for new root.expand() calls.Stephen Hines2012-01-121-10/+20
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-17/+17
* Remove dead code.Logan Chien2011-11-271-3/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-3/+3
* Fix bug with 1D arrays and threading.Jason Sams2011-10-121-3/+3
* Improve rsForEach overhead.Jason Sams2011-10-111-29/+15
* Fix crash running old HC apps.Jason Sams2011-10-041-1/+4
* Call .rs.dtor() when tearing down Scripts.Stephen Hines2011-08-311-0/+9
* Issue proper parameters to root() calls for RS.Stephen Hines2011-08-191-4/+20
* Add structure to pack params for forEach.Jason Sams2011-08-171-14/+35
* Merge "Start using bcinfo components within librs."Stephen Hines2011-08-051-28/+36
|\
| * Start using bcinfo components within librs.Stephen Hines2011-08-031-28/+36
* | Finish the refactor work of bccPrepareExecutableLogan Chien2011-07-301-1/+1
|/
* Extract BC metadata using a single call.Stephen Hines2011-07-181-59/+45
* Merge "Add slot number to forEach hal."Jason Sams2011-07-131-0/+1
|\
| * Add slot number to forEach hal.Jason Sams2011-07-131-0/+1
* | Use resource entry name instead of mangled name.Logan Chien2011-07-111-63/+1
* | Fix typo: mFieldCount -> mPragmaCount.Logan Chien2011-07-111-3/+2
|/
* Move TLS behind hal.Jason Sams2011-04-211-5/+9
* Create runtime stubs for compute driver.Jason Sams2011-04-201-6/+6
* Fix broken assert (if input allocation is NULL).Stephen Hines2011-04-111-1/+1
* Properly handle script teardown.Stephen Hines2011-03-241-1/+5
* Revert "Fix cleanup bug clearing script references."Stephen Hines2011-03-241-1/+1
* Fix cleanup bug clearing script references.Jason Sams2011-03-181-1/+1
* Migrate thread launch to driver.Jason Sams2011-03-171-4/+217
* Start seperating out RS compute implementation. Create halJason Sams2011-03-171-0/+332