summaryrefslogtreecommitdiff
path: root/rsScriptC.cpp
AgeCommit message (Expand)Author
2017-03-15Remove libgui and libui dependencies for vendor libs.Miao Wang
2017-02-28Remove RS_SERVER macros and references to unused headers.Miao Wang
2017-02-09frameworks/rs: fix typos and clang-tidy warningsRahul Chaudhry
2016-11-16Fix google-build-using-namespace warnings in rs.Chih-Hung Hsieh
2016-10-05Test for _WIN32 in frameworks/rs instead of USE_MINGW.Elliott Hughes
2016-06-27Fixed unsafe use of stringstream.str()Yang Ni
2016-06-15Merge changes from topic 'generalReductionDelete'David Gross
2016-06-14Fix crash in tracing code.Stephen Hines
2016-06-14Delete simple reduction implementation.David Gross
2016-05-04Avoid breaking on dead launch optionsYang Ni
2016-01-30Merge "Derive the bcc optimization level from the input bitcode."Stephen Hines
2016-01-19Support for general reduction kernels.David Gross
2015-12-03Switch to a local BitcodeTranslator.Stephen Hines
2015-09-02Derive the bcc optimization level from the input bitcode.Stephen McGroarty
2015-08-14Add a basic implementation of the reduce kernel API to the CPUMatt Wala
2015-04-28Handle older structure sizes by zeroing new fieldsPirama Arumuga Nainar
2015-04-14Fix issue with older structure sizesStephen Hines
2015-03-18Add fatal error checkJason Sams
2015-02-15Revert "Replaced android::Vector with std::vector."Yang Ni
2014-12-23Add a dumpBitcode() method to facilitate debugging.Stephen Hines
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-08-20Replace android::String8 with std::stringChris Wailes
2014-08-18Replaced android::Vector with std::vector.Chris Wailes
2014-08-15Collapse code paths for single- and multi-input kernels.Chris Wailes
2014-08-13Revert "Collapse code paths for single- and multi-input kernels."Stephen Hines
2014-08-12Collapse code paths for single- and multi-input kernels.Chris Wailes
2014-07-08Adds support for multi-input kernels to Frameworks/RS.Chris Wailes
2014-06-10Remove FAKE_ARM64_BUILD now that we have 64 build working.Jean-Luc Brouillet
2014-03-25Remove the obsolete ScriptCState. Simplify cascading #ifdefs.Jean-Luc Brouillet
2014-03-13Make RS compile on ARM64.Tim Murray
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