summaryrefslogtreecommitdiff
path: root/rsScriptC_Lib.cpp
AgeCommit message (Expand)Author
2015-04-29Handle older structure sizes by zeroing new fieldsPirama Arumuga Nainar
2015-04-15Merge "Fix issue with older structure sizes"Stephen Hines
2015-04-14Fix issue with older structure sizesStephen Hines
2015-04-14Fix refcounting bugJason Sams
2014-12-08Fix broken rsrLocalTime implementation.Tim Murray
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-08-15Collapse code paths for single- and multi-input kernels.Chris Wailes
2014-08-13Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines
2014-08-12Collapse code paths for single- and multi-input kernels.Chris Wailes
2014-08-12Bugfixes for AArch64.Tim Murray
2014-08-12Fix isObject when in 64bit mode.Jason Sams
2014-07-08Add 64bit large object supportJason Sams
2013-12-03Retain older message APIs since existing GPU drivers depend on them.Stephen Hines
2013-12-03Add missing rsForEach()/rsSendToClient*() functions and API tests.Stephen Hines
2013-08-07Refactor hal to remove cpuConsumer from driversJason Sams
2013-07-10Remove libutils and fix rsDebug for RS support library.android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1jb-mr2.0-releasejb-mr2-devStephen Hines
2013-03-19Add x86 server support.Tim Murray
2013-03-15Reduce diffs with compat lib.Jason Sams
2012-11-19Separate CPU driver impl from reference driver.Jason Sams
2012-07-25Move memory layout to driver.Jason Sams
2012-03-09More header untangling.Alex Sakhartchouk
2012-02-22Support running ForEach on non-root functions.Stephen Hines
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-06-14Allocation copy functions.Alex Sakhartchouk
2011-04-20Create runtime stubs for compute driver.Jason Sams
2011-03-17Migrate thread launch to driver.Jason Sams
2011-03-17Start seperating out RS compute implementation. Create halJason Sams
2011-03-14Make RS Matrix functions threadable.Stephen Hines
2011-03-03DO NOT MERGE: Almost all warnings are now errors in RS build.Stephen Hines
2011-02-04Add support for memcpy/memset to RS.Stephen Hines
2011-01-25Migrating functions for on device linking.Jason Sams
2011-01-24Add missing functions to math library.Stephen Hines
2011-01-18Correctly log debugging info as debug.Jason Sams
2011-01-09Split time functions into rs_time.rsh header.Stephen Hines
2010-12-08Allocation API update.Jason Sams
2010-11-15Add support for integer mod.Bryan Mawhinney
2010-11-10Code cleanup to make formatting consistentAlex Sakhartchouk
2010-11-08Handle user message ID 0Jason Sams
2010-11-01Add code to mark functions rather than whole files as threadable.Jason Sams
2010-10-15Add support for rsDebug with 64-bit types.Stephen Hines
2010-09-30Add object validity checking.Jason Sams
2010-09-17Fix function name match for refcounting funcs.Jason Sams
2010-09-02Adding ability to dirty the allocation and notify shaders using it.Alex Sakhartchouk
2010-09-01Remove ACC and other legacy bits from RS.Jason Sams
2010-08-16Support reference operations in RS scripts.Jason Sams
2010-08-06Fix debugging support for float vectors and add matrix debugging.Jason Sams
2010-07-29Cleanup of signed/unsignedJason Sams
2010-07-28Cleanup sendToClient and add rsGetDt().Jason Sams
2010-07-19Threading RS ForEach.Jason Sams
2010-07-151st cut of ForEach and test.Jason Sams