summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsScriptC_Lib.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check setName() for null string + fix rsRand().Alex Sakhartchouk2011-04-271-2/+4
* 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
* Add matrix ops to RSH headers.Jason Sams2010-06-241-196/+0
* Rough implemetation of ForEach.Jason Sams2010-05-281-1/+59
* Remove noise functions and update images processing to use new rs namespace n...Jason Sams2010-05-201-28/+0
* Begin naming cleanup for renderscript runtime.Jason Sams2010-05-191-115/+113
* Split ScriptC Lib into CL, GL, and basic.Jason Sams2010-05-181-695/+1
* Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.Jason Sams2010-05-171-0/+10
* Rename ProgramFragmentStore to ProgramStore.Jason Sams2010-05-131-12/+3
* Add missing bindProgramRaster to scriptC_lib.Jason Sams2010-05-121-2/+6
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-111-484/+460
* Improve RS error handling. On errors RS will now store the error and a messa...Jason Sams2010-03-031-6/+18
* Support defered generation of mipmaps. With this change we support mipmap ge...Jason Sams2010-02-231-1/+1
* Cleanup seperation of Legacy and user attribs. All user programs now use the...Jason Sams2010-01-251-4/+4
* am b3699b14: am 836e1666: Merge "add drawSpriteScreenspaceCropped to rendersc...Joe Onorato2010-01-201-0/+13
|\
| * add drawSpriteScreenspaceCropped to renderscriptJoe Onorato2010-01-141-0/+13
* | Implement type generation for user uniforms in vertex shader.Jason Sams2010-01-121-0/+10
* | More complete support for named attribs. Adds user typed attribs as availabl...Jason Sams2010-01-061-3/+1
* | Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-19/+19
* | Move texture bindings to base program object. Change ProgramFragment creatio...Jason Sams2009-12-171-11/+9
* | Fix live wallpaper many. Z coordinate was being ignored for draw quad call.Jason Sams2009-12-161-1/+1
* | Fix emulated glColor in es2 mode.Jason Sams2009-12-161-0/+4
* | Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c...Jason Sams2009-11-251-46/+57
|/
* Don't feed the timezone to RenderScript time functions, let the library figur...Romain Guy2009-11-111-55/+18
* Add new RenderScript sample: ImageProcessing.Romain Guy2009-10-091-0/+75
* Add script to script call support. Add exception to catch out of bound index...Jason Sams2009-10-071-0/+10
* Implement data push from scripts. Fixes the problem where apps would have to...Jason Sams2009-10-061-0/+8
* Implement screen aligned bitmap drawing support.Jason Sams2009-09-301-0/+48