summaryrefslogtreecommitdiff
path: root/rsContext.cpp
AgeCommit message (Expand)Author
2014-07-08Add 64bit large object supportJason Sams
2014-06-25Pass context creation flags to driver init.Jason Sams
2014-04-17Merge "Add error check when init RS thread in sync mode."Tim Murray
2014-04-02Fix potential deadlock caused by RenderScriptSangkyu Lee
2014-03-31Disable acceleration when the context is legacy graphics.Jason Sams
2014-03-31Add error check when init RS thread in sync mode.Xiaofei Wan
2014-01-31am b64224c2: am 68bc6d3a: Merge "Work-around 64bit build issues."Ian Rogers
2014-01-29Work-around 64bit build issues.Ian Rogers
2014-01-08Make object destruction asynchronous.Tim Murray
2013-12-02implement finishJason Sams
2013-12-02implement finishJason Sams
2013-11-14Switch ALOGE->ALOGV or ALOGD for non-error conditions.Stephen Hines
2013-09-09Add flags word to context initialization.Tim Murray
2013-08-15Fix RS build.Stephen Hines
2013-08-15resolved conflicts for merge of f0b81d23 to klp-devStephen Hines
2013-08-15Implement property_get() for the compatibility library.Stephen Hines
2013-07-22Move rs.h functions over to extern "C".Tim Murray
2013-07-17Removed unused methods from rs.spec.Tim Murray
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-05-22Don't call property_get when building for the host.Nick Kralevich
2013-05-09Remove extraneous logging.Tim Murray
2013-04-17Add support for DEBUG context type.Stephen Hines
2013-04-11USAGE_IO notifications for new buffers.Jason Sams
2013-03-19Add x86 server support.Tim Murray
2013-03-15Reduce diffs with compat lib.Jason Sams
2013-02-22Add support for debug and profile context.Jason Sams
2013-02-05Implement rs.sendMessage()Jason Sams
2012-12-19Cleanup diff with compat.Jason Sams
2012-12-04enable synchronous mode (functional)Tim Murray
2012-11-19Fix early set of error code.Stephen Hines
2012-11-06Add flag for enabling CPU-only execution.Tim Murray
2012-10-23Move runtime loading into a separate helper function.Tim Murray
2012-10-01Add "debug.rs.default-CPU-driver" property for RS driver.Stephen Hines
2012-09-07Provide an easy way to drop in a different RS driver.Stephen Hines
2012-09-06Attempt to create libRSDriver as shared library.Stephen Hines
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-03-09Starting to untangle header spaghetti.Alex Sakhartchouk
2012-03-05Remove references to sched_policy.h in RSGlenn Kasten
2012-02-17Work around VSync signal while screen is off.Jason Sams
2012-02-09am 468a9715: Merge "Remove unused param."Jason Sams
2012-02-09Remove unused param.Jason Sams
2012-02-07Merge commit 'bdeec118' into manualmergeJason Sams
2012-02-07Implement RS VSync on new vsync infrastructure.Jason Sams
2012-01-12Plumbing for RS priority.Jason Sams
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-11-16Fixing FBO font rendering bug that resulted from using old surface size.Alex Sakhartchouk
2011-11-02am af3a854b: am af675222: Merge "Fix potential segfault in RS watchdog." into...Stephen Hines