summaryrefslogtreecommitdiff
path: root/rsScriptC_Lib.cpp
AgeCommit message (Expand)Author
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
2010-01-12Implement type generation for user uniforms in vertex shader.Jason Sams
2010-01-06More complete support for named attribs. Adds user typed attribs as availabl...Jason Sams
2009-12-23Element restructuring. Add support for new basic Element types including the...Jason Sams
2009-12-17Move texture bindings to base program object. Change ProgramFragment creatio...Jason Sams
2009-12-16Fix live wallpaper many. Z coordinate was being ignored for draw quad call.Jason Sams
2009-12-16Fix emulated glColor in es2 mode.Jason Sams
2009-11-25Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c...Jason Sams
2009-11-11Don't feed the timezone to RenderScript time functions, let the library figur...Romain Guy
2009-10-09Add new RenderScript sample: ImageProcessing.Romain Guy
2009-10-07Add script to script call support. Add exception to catch out of bound index...Jason Sams
2009-10-06Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams