summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsScriptC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moving dependency includes out of librs headers.Alex Sakhartchouk2011-02-251-0/+2
* Use bccLinkFile instead of bccLinkBC. Remove hacking.Shih-wei Liao2011-02-011-6/+1
* Correctly free resouces bound to scripts when the scripts are deleted.Jason Sams2011-01-271-3/+21
* Cleanup script init to fix bogus log printing andJason Sams2011-01-231-22/+10
* Handle fatal errors from calling bccRegisterSymbolCallback (if any).Shih-wei Liao2011-01-201-1/+4
* Check and propogate errors from llvm.Jason Sams2011-01-191-10/+15
* 1. fp_mad.rs: Pass C99 check.Shih-wei Liao2011-01-191-1/+1
* Fix the build.Shih-wei Liao2011-01-181-1/+1
* Validate that version pragma is correct.Stephen Hines2011-01-181-6/+13
* Remove erroneous log message.Stephen Hines2011-01-171-79/+72
* Fix bug in on-device linking.Shih-wei Liao2011-01-161-1/+2
* On-device linking using bccLinkBC. Note that we switch to getFile interfaceShih-wei Liao2011-01-161-3/+6
* bcc interface fixed.Shih-wei Liao2011-01-141-41/+99
* Disable on-device linkingShih-wei Liao2011-01-131-1/+1
* On-device linking.Shih-wei Liao2011-01-121-1/+1
* For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable.Shih-wei Liao2011-01-071-1/+1
* 1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.)Shih-wei Liao2011-01-071-54/+26
* Fix teardown bug found in books.Jason Sams2010-12-241-2/+2
* Clean-up.Shih-wei Liao2010-12-231-1/+4
* Stale cache management to address a P1 bug # 3296131.Shih-wei Liao2010-12-201-3/+46
* Whenever LoadBinary fails, recompile. Fixing the multi-instance bug.Shih-wei Liao2010-12-161-1/+8
* 1. Add Context to a RenderScript or RenderScriptGL instance.Shih-wei Liao2010-12-141-4/+5
* Add multitouch support to physics test.Jason Sams2010-12-111-2/+2
* Make ScriptC's mEnvironment.mIsThreadable survive the bcc caching andShih-wei Liao2010-12-071-0/+6
* Add caching support of BCC binaries.Shih-wei Liao2010-11-181-7/+18
* Create holder inner class for pushing context state.Jason Sams2010-11-171-4/+5
* Fix crash with extended debugging.Jason Sams2010-11-161-6/+5
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-50/+22
* Add code to mark functions rather than whole files as threadable.Jason Sams2010-11-011-7/+5
* Remove excessive logging.Jason Sams2010-10-291-5/+0
* Balls test app.Jason Sams2010-10-291-2/+32
* Enable optimized bitcode that is also jitted faster.Shih-wei Liao2010-10-231-2/+4
* Fix refcounting bugs where the sys refcountJason Sams2010-10-211-4/+2
* Async type creation.Jason Sams2010-10-141-2/+0
* Cleanup error message for null binding address.Jason Sams2010-10-101-1/+3
* Removing fixed size arrays.Alex Sakhartchouk2010-10-081-9/+1
* Fix clear() operation for rsScriptC.Stephen Hines2010-09-291-13/+17
* Fix safe for mp check in ScriptC.Jason Sams2010-09-281-6/+4
* Adding timer to display renderscript jit duration.Alex Sakhartchouk2010-09-261-8/+11
* Better debugging for scripts.Jason Sams2010-09-221-19/+26
* Cleanup GL setup code and remove legacy 1.1 paths.Jason Sams2010-09-161-2/+9
* Fix header path.Anatol Pomazau2010-09-071-1/+1
* Thread launch strategies.Jason Sams2010-08-121-2/+5
* Use bccGetExportVars to get mFieldCount, instead of hardwiring "100" in calloc.Shih-wei Liao2010-07-201-3/+7
* Update imageprocessing to remove generated files.Jason Sams2010-07-201-22/+24
* Threading RS ForEach.Jason Sams2010-07-191-39/+122
* 1st cut of ForEach and test.Jason Sams2010-07-151-46/+71
* Remove InvokeData and add ContextFinish to generate a sync point.Jason Sams2010-06-151-8/+16
* Begin using reflected files.Jason Sams2010-06-081-26/+3
* Rough implemetation of ForEach.Jason Sams2010-05-281-25/+72