summaryrefslogtreecommitdiff
path: root/rsScriptC_Lib.cpp
AgeCommit message (Expand)Author
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
2010-06-24Add matrix ops to RSH headers.Jason Sams
2010-05-28Rough implemetation of ForEach.Jason Sams
2010-05-20Remove noise functions and update images processing to use new rs namespace n...Jason Sams
2010-05-19Begin naming cleanup for renderscript runtime.Jason Sams
2010-05-18Split ScriptC Lib into CL, GL, and basic.Jason Sams
2010-05-17Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.Jason Sams
2010-05-13Rename ProgramFragmentStore to ProgramStore.Jason Sams
2010-05-12Add missing bindProgramRaster to scriptC_lib.Jason Sams
2010-05-11Convert renderscript from using ACC to LLVM for its compiler.Jason Sams
2010-03-03Improve RS error handling. On errors RS will now store the error and a messa...Jason Sams
2010-02-23Support defered generation of mipmaps. With this change we support mipmap ge...Jason Sams
2010-01-25Cleanup seperation of Legacy and user attribs. All user programs now use the...Jason Sams
2010-01-20am b3699b14: am 836e1666: Merge "add drawSpriteScreenspaceCropped to rendersc...Joe Onorato
2010-01-14add drawSpriteScreenspaceCropped to renderscriptJoe Onorato