summaryrefslogtreecommitdiff
path: root/rsContext.h
AgeCommit message (Expand)Author
2017-06-02Remove OVERRIDE_RS_DRIVER from libRS_internalMiao Wang
2017-04-10Break libgui and libui dependencies.Miao Wang
2017-03-15Remove libgui and libui dependencies for vendor libs.Miao Wang
2017-03-15Remove libutils.so dependency from libRSDriver, libRSCpuRef, and mostMiao Wang
2017-02-28Remove libcutils dependency.Miao Wang
2017-02-28Remove RS_SERVER macros and references to unused headers.Miao Wang
2017-02-23RenderScript HIDL client-side implementationMiao Wang
2017-02-09frameworks/rs: fix typos and clang-tidy warningsRahul Chaudhry
2016-12-06Initial driver for RSoV (RenderScript over Vulkan/SPIR-V)Yang Ni
2016-07-01 Fix google-explicit-constructor warnings in frameworks/rs.Chih-Hung Hsieh
2016-04-15Guard general reduction logging output under property "debug.rs.reduce".David Gross
2016-04-15Multithreaded execution of certain general reduction kernels; reduction test ...David Gross
2016-03-31Move gDebuggerPresent to libRS.so, and fix up driver after split.Stephen Hines
2015-07-17Add a flag to the API to specify -O0 on the bcc command line.verena beckham
2015-06-15Allow drivers to alter the default driver name on rsdHalInitJon Parr
2015-05-19Added in wait for attach context flag.Stephen McGroarty
2015-05-19Fix cache path initialization and set.Jason Sams
2015-05-06Add a way to link against different driver names.Stephen Hines
2015-04-14Fix object loggingJason Sams
2015-04-09Add cache dir to context object.Tim Murray
2015-03-18Add fatal error checkJason Sams
2015-03-11Refactor hal loadingJason Sams
2015-02-15Revert "Replaced android::Vector with std::vector."Yang Ni
2015-02-03Make rsContext be able to have info about the path of native libsMiao Wang
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-08-18Replaced android::Vector with std::vector.Chris Wailes
2014-06-25Pass context creation flags to driver init.Jason Sams
2014-03-25Remove the obsolete ScriptCState. Simplify cascading #ifdefs.Jean-Luc Brouillet
2014-01-08Make object destruction asynchronous.Tim Murray
2013-12-02implement finishJason Sams
2013-09-09Add flags word to context initialization.Tim Murray
2013-07-11Fix up master issues with tracing/logging and the compatibility library.Stephen Hines
2013-05-23Enable very basic tracing support.Tim Murray
2013-04-17Add support for DEBUG context type.Stephen Hines
2013-04-11USAGE_IO notifications for new buffers.Jason Sams
2012-12-19Cleanup diff with compat.Jason Sams
2012-12-04enable synchronous mode (functional)Tim Murray
2012-11-06Add flag for enabling CPU-only execution.Tim Murray
2012-10-23Move runtime loading into a separate helper function.Tim Murray
2012-09-17Add backed for script groups.Jason Sams
2012-08-03Fix build. New clang has stricter checking.Shih-wei Liao
2012-03-15Add prop to force cap compute threading.Jason Sams
2012-03-09More header untangling.Alex Sakhartchouk
2012-02-07Merge commit 'bdeec118' into manualmergeJason Sams
2012-02-07Implement RS VSync on new vsync infrastructure.Jason Sams
2012-01-09resolved conflicts for merge of 08289f55 to graphics-devSteve Block
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-11-17am 50445568: Merge "Fixing FBO font rendering bug that resulted from using ol...Alex Sakhartchouk
2011-11-16Fixing FBO font rendering bug that resulted from using old surface size.Alex Sakhartchouk
2011-11-10Path renderingJason Sams