summaryrefslogtreecommitdiff
path: root/libs/rs/rsScriptC.cpp
AgeCommit message (Expand)Author
2011-02-25Moving dependency includes out of librs headers. Alex Sakhartchouk
2011-02-01Use bccLinkFile instead of bccLinkBC. Remove hacking. Shih-wei Liao
2011-01-27Correctly free resouces bound to scripts when the scripts are deleted. Jason Sams
2011-01-23Cleanup script init to fix bogus log printing and Jason Sams
2011-01-20Handle fatal errors from calling bccRegisterSymbolCallback (if any). Shih-wei Liao
2011-01-19Check and propogate errors from llvm. Jason Sams
2011-01-191. fp_mad.rs: Pass C99 check. Shih-wei Liao
2011-01-18Fix the build. Shih-wei Liao
2011-01-18Validate that version pragma is correct. Stephen Hines
2011-01-17Remove erroneous log message. Stephen Hines
2011-01-16Fix bug in on-device linking. Shih-wei Liao
2011-01-16On-device linking using bccLinkBC. Note that we switch to getFile interface Shih-wei Liao
2011-01-14bcc interface fixed. Shih-wei Liao
2011-01-13Disable on-device linking Shih-wei Liao
2011-01-12On-device linking. Shih-wei Liao
2011-01-07For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable. Shih-wei Liao
2011-01-071. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.) Shih-wei Liao
2010-12-24Fix teardown bug found in books. Jason Sams
2010-12-23Clean-up. Shih-wei Liao
2010-12-20Stale cache management to address a P1 bug # 3296131. Shih-wei Liao
2010-12-16Whenever LoadBinary fails, recompile. Fixing the multi-instance bug. Shih-wei Liao
2010-12-141. Add Context to a RenderScript or RenderScriptGL instance. Shih-wei Liao
2010-12-11Add multitouch support to physics test. Jason Sams
2010-12-07Make ScriptC's mEnvironment.mIsThreadable survive the bcc caching and Shih-wei Liao
2010-11-18Add caching support of BCC binaries. Shih-wei Liao
2010-11-17Create holder inner class for pushing context state. Jason Sams
2010-11-16Fix crash with extended debugging. Jason Sams
2010-11-10Code cleanup to make formatting consistent Alex Sakhartchouk
2010-11-01Add code to mark functions rather than whole files as threadable. Jason Sams
2010-10-29Remove excessive logging. Jason Sams
2010-10-29Balls test app. Jason Sams
2010-10-23Enable optimized bitcode that is also jitted faster. Shih-wei Liao
2010-10-21Fix refcounting bugs where the sys refcount Jason Sams
2010-10-14Async type creation. Jason Sams
2010-10-10Cleanup error message for null binding address. Jason Sams
2010-10-08Removing fixed size arrays. Alex Sakhartchouk
2010-09-29Fix clear() operation for rsScriptC. Stephen Hines
2010-09-28Fix safe for mp check in ScriptC. Jason Sams
2010-09-26Adding timer to display renderscript jit duration. Alex Sakhartchouk
2010-09-22Better debugging for scripts. Jason Sams
2010-09-16Cleanup GL setup code and remove legacy 1.1 paths. Jason Sams
2010-09-07Fix header path. Anatol Pomazau
2010-08-12Thread launch strategies. Jason Sams
2010-07-20Use bccGetExportVars to get mFieldCount, instead of hardwiring "100" in calloc. Shih-wei Liao
2010-07-20Update imageprocessing to remove generated files. Jason Sams
2010-07-19Threading RS ForEach. Jason Sams
2010-07-151st cut of ForEach and test. Jason Sams
2010-06-15Remove InvokeData and add ContextFinish to generate a sync point. Jason Sams
2010-06-08Begin using reflected files. Jason Sams
2010-05-28Rough implemetation of ForEach. Jason Sams