summaryrefslogtreecommitdiffstats
path: root/rsScriptC_Lib.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle older structure sizes by zeroing new fieldsPirama Arumuga Nainar2015-04-291-16/+3
* Merge "Fix issue with older structure sizes"Stephen Hines2015-04-151-3/+16
|\
| * Fix issue with older structure sizesStephen Hines2015-04-141-3/+16
* | Fix refcounting bugJason Sams2015-04-141-21/+35
|/
* Fix broken rsrLocalTime implementation.Tim Murray2014-12-081-5/+0
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-9/+9
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-151-1/+11
* Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines2014-08-131-11/+1
* Collapse code paths for single- and multi-input kernels.Chris Wailes2014-08-121-1/+11
* Bugfixes for AArch64.Tim Murray2014-08-121-2/+2
* Fix isObject when in 64bit mode.Jason Sams2014-08-121-2/+27
* Add 64bit large object supportJason Sams2014-07-081-12/+22
* Retain older message APIs since existing GPU drivers depend on them.Stephen Hines2013-12-031-0/+10
* Add missing rsForEach()/rsSendToClient*() functions and API tests.Stephen Hines2013-12-031-2/+2
* Refactor hal to remove cpuConsumer from driversJason Sams2013-08-071-0/+7
* Remove libutils and fix rsDebug for RS support library.Stephen Hines2013-07-101-1/+1
* Add x86 server support.Tim Murray2013-03-191-0/+14
* Reduce diffs with compat lib.Jason Sams2013-03-151-0/+5
* Separate CPU driver impl from reference driver.Jason Sams2012-11-191-12/+12
* Move memory layout to driver.Jason Sams2012-07-251-4/+0
* More header untangling.Alex Sakhartchouk2012-03-091-0/+1
* Support running ForEach on non-root functions.Stephen Hines2012-02-221-2/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
* Allocation copy functions.Alex Sakhartchouk2011-06-141-0/+23
* Create runtime stubs for compute driver.Jason Sams2011-04-201-860/+26
* Migrate thread launch to driver.Jason Sams2011-03-171-5/+2
* Start seperating out RS compute implementation. Create halJason Sams2011-03-171-84/+72
* Make RS Matrix functions threadable.Stephen Hines2011-03-141-37/+37
* DO NOT MERGE: Almost all warnings are now errors in RS build.Stephen Hines2011-03-031-0/+2
* Add support for memcpy/memset to RS.Stephen Hines2011-02-041-0/+2
* Migrating functions for on device linking.Jason Sams2011-01-251-0/+522
* Add missing functions to math library.Stephen Hines2011-01-241-0/+10
* Correctly log debugging info as debug.Jason Sams2011-01-181-19/+19
* Split time functions into rs_time.rsh header.Stephen Hines2011-01-091-65/+15
* Allocation API update.Jason Sams2010-12-081-2/+4
* Add support for integer mod.Bryan Mawhinney2010-11-151-1/+5
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-72/+36
* Handle user message ID 0Jason Sams2010-11-081-4/+4
* Add code to mark functions rather than whole files as threadable.Jason Sams2010-11-011-84/+84
* Add support for rsDebug with 64-bit types.Stephen Hines2010-10-151-1/+18
* Add object validity checking.Jason Sams2010-09-301-7/+15
* Fix function name match for refcounting funcs.Jason Sams2010-09-171-4/+55
* Adding ability to dirty the allocation and notify shaders using it.Alex Sakhartchouk2010-09-021-0/+7
* Remove ACC and other legacy bits from RS.Jason Sams2010-09-011-1/+0
* Support reference operations in RS scripts.Jason Sams2010-08-161-3/+22
* Fix debugging support for float vectors and add matrix debugging.Jason Sams2010-08-061-12/+28
* Cleanup of signed/unsignedJason Sams2010-07-291-34/+11
* Cleanup sendToClient and add rsGetDt().Jason Sams2010-07-281-121/+57
* Threading RS ForEach.Jason Sams2010-07-191-0/+33
* 1st cut of ForEach and test.Jason Sams2010-07-151-46/+15