summaryrefslogtreecommitdiff
path: root/rsScriptC.cpp
AgeCommit message (Expand)Author
2013-07-11Fix up master issues with tracing/logging and the compatibility library.Stephen Hines
2013-07-11resolved conflicts for merge of 5376c9bf to masterStephen Hines
2013-07-10Remove libutils and fix rsDebug for RS support library.android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1jb-mr2.0-releasejb-mr2-devStephen Hines
2013-06-17Add the name of the forEach functions to the tracing outputTobias Grosser
2013-05-23Enable very basic tracing support.Tim Murray
2013-03-19Add x86 server support.Tim Murray
2012-12-19Cleanup diff with compat.Jason Sams
2012-11-05Move to smart pointers for refcounting RS contextsTim Murray
2012-10-01Ensure that the cache directory exists before calling compiler.Tim Murray
2012-07-25Move memory layout to driver.Jason Sams
2012-02-22Support running ForEach on non-root functions.Stephen Hines
2012-02-02Properly recover from failed compilation.Stephen Hines
2012-02-01Remove wrapper version check assert.Stephen Hines
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-11-23Merge "Add support for handling a bitcode wrapper to librs."Stephen Hines
2011-11-22Add support for handling a bitcode wrapper to librs.Stephen Hines
2011-11-22Fix script init error handling.Jason Sams
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-09-01Fix remaining .rs.dtor() issue for RS.Stephen Hines
2011-08-03Start using bcinfo components within librs.Stephen Hines
2011-07-13Add slot number to forEach hal.Jason Sams
2011-06-03More work to make libRS buildable on the host.Alex Sakhartchouk
2011-04-25Modifying libRS internal communication to handle network rendering.Alex Sakhartchouk
2011-04-20Create runtime stubs for compute driver.Jason Sams
2011-04-04Seperate GL from RS program store.Jason Sams
2011-03-17Migrate thread launch to driver.Jason Sams
2011-03-17Start seperating out RS compute implementation. Create halJason Sams
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 andJason 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 interfaceShih-wei Liao
2011-01-14bcc interface fixed.Shih-wei Liao
2011-01-13Disable on-device linkingShih-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