summaryrefslogtreecommitdiff
path: root/rsContext.h
AgeCommit message (Expand)Author
2015-05-19Added in wait for attach context flag.Stephen McGroarty
2015-05-18Fix cache path initialization and set.Jason Sams
2015-05-07Add a way to link against different driver names.Jason Sams
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
2011-09-13Add RS watchdog.Jason Sams
2011-08-03Start using bcinfo components within librs.Stephen Hines
2011-06-03More work to make libRS buildable on the host.Alex Sakhartchouk
2011-05-26Start splitting allocation into hal and core.Jason Sams
2011-05-17Preparing libRS for for compilation on host.Alex Sakhartchouk
2011-05-17Core to client fifo on sockets.Jason Sams
2011-05-06rsLib cleanupAlex Sakhartchouk
2011-04-29Moving renderscript GL code into the HALAlex Sakhartchouk
2011-04-21Move TLS behind hal.Jason Sams
2011-04-20Create runtime stubs for compute driver.Jason Sams
2011-04-06Migrate most GL from context to driver.Jason Sams
2011-04-01First draft of fbo in renderscript.Alex Sakhartchouk
2011-03-17Migrate thread launch to driver.Jason Sams
2011-03-17Start seperating out RS compute implementation. Create halJason Sams
2011-03-16Fix for bug 3434228Alex Sakhartchouk