summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsScriptC.h
Commit message (Expand)AuthorAgeFilesLines
* Moving dependency includes out of librs headers.Alex Sakhartchouk2011-02-251-2/+2
* Correctly free resouces bound to scripts when the scripts are deleted.Jason Sams2011-01-271-0/+4
* Cleanup script init to fix bogus log printing andJason Sams2011-01-231-5/+2
* Check and propogate errors from llvm.Jason Sams2011-01-191-1/+1
* bcc interface fixed.Shih-wei Liao2011-01-141-4/+2
* 1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.)Shih-wei Liao2011-01-071-1/+1
* Rename bcc::BCCscript -> bcc::Script. Ideally, should do:Shih-wei Liao2011-01-031-2/+2
* Stale cache management to address a P1 bug # 3296131.Shih-wei Liao2010-12-201-1/+1
* 1. Add Context to a RenderScript or RenderScriptGL instance.Shih-wei Liao2010-12-141-1/+1
* Fix 'BCCscript' build break.Iain Merrick2010-11-291-2/+4
* Add caching support of BCC binaries.Shih-wei Liao2010-11-181-4/+1
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-5/+2
* Add code to mark functions rather than whole files as threadable.Jason Sams2010-11-011-0/+1
* Removing fixed size arrays.Alex Sakhartchouk2010-10-081-5/+0
* Fix clear() operation for rsScriptC.Stephen Hines2010-09-291-2/+4
* 1st cut of ForEach and test.Jason Sams2010-07-151-3/+5
* Creating the jni and java layer to integrate a3dAlex Sakhartchouk2010-06-041-2/+1
* Rough implemetation of ForEach.Jason Sams2010-05-281-5/+12
* Removed unnecessary change based on comments.Alex Sakhartchouk2010-05-211-2/+4
* Begin naming cleanup for renderscript runtime.Jason Sams2010-05-191-0/+5
* Split ScriptC Lib into CL, GL, and basic.Jason Sams2010-05-181-1/+3
* Remove more pieces of setRoot. Add pointer to allocation lookup for scripts.Jason Sams2010-05-171-0/+2
* Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-111-16/+6
* Throttle low priority RS threads by sleeping once per frame to avoid starving...Jason Sams2009-12-091-1/+1
* Fix RS bugs. We were holding a pointer to the script text from the java vm. ...Jason Sams2009-11-031-4/+0
* Reduce debugging spew and add props to selectivly re-enable it.Jason Sams2009-09-251-2/+2
* Improve renderscript context teardown. Track object in the system and then f...Jason Sams2009-09-251-1/+1
* Fix invokables to make sure script pointers are setup before invoking functio...Jason Sams2009-09-241-0/+1
* Implement renderscript Invokables.Jason Sams2009-09-161-5/+3
* Improve structure support using symbol lookup of named structures in scripts ...Jason Sams2009-09-031-0/+4
* Update fountain and add writable flag to script slots.Jason Sams2009-08-171-0/+1
* Implement named slots and convert script.addType to script.setType to remove ...Jason Sams2009-08-131-1/+1
* Implement reflecting Java objects into the ACC enviroment.Jason Sams2009-08-121-1/+3
* Let java put #defines into renderscriptJoe Onorato2009-08-091-0/+6
* Split rsScriptC into class implemtation and library functions. Update test a...Jason Sams2009-07-201-2/+4
* Fix conflict with automatic DPI support on high density devices by forcing bi...Jason Sams2009-07-161-0/+1
* Update rollo and renderscript to the new ACC compiler interface.Jason Sams2009-07-161-0/+8
* checkpoint filmstrip, implemented TLS.Jason Sams2009-06-191-6/+0
* Add named objects and implement support for ProgramFragmentStore and ProgramF...Jason Sams2009-06-101-1/+1
* checkpoint pragma support. Includes more cleanup of script enviroment storag...Jason Sams2009-06-091-1/+1
* Move placement of script enviroment data to base.Jason Sams2009-06-081-13/+3
* Fix build issue and ref count bug with scripts.Jason Sams2009-06-081-12/+24
* Move call to compiler from jni to core library code.Jason Sams2009-06-051-1/+6
* Add support for scripts to return an animation flag. This allows them to ind...Jason Sams2009-06-041-1/+1
* Delete the acc script when deleting the Renderscript rsScriptC object.Jack Palevich2009-05-281-3/+6
* Add the Renderscript library. (Not in the build by default yet.)Jason Sams2009-05-221-0/+76