summaryrefslogtreecommitdiff
path: root/driver/rsdRuntimeStubs.cpp
AgeCommit message (Expand)Author
2015-04-29Handle older structure sizes by zeroing new fieldsPirama Arumuga Nainar
2015-04-14Fix issue with older structure sizesStephen Hines
2015-04-13RS driver refactor and bugfix for 64-bitYong Chen
2015-04-03Add rsDebug(msg, float2-4)Jean-Luc Brouillet
2015-03-11Remove leftover path bits.Jason Sams
2015-03-11Refactor hal loadingJason Sams
2015-01-29Fail if non-threadable calls are in a kernelPirama Arumuga Nainar
2015-01-24Fix remaining 64bit calling convention issues and cleanup.Yong Chen
2015-01-22Fix namespace inconsistency in .so loading patchPirama Arumuga Nainar
2015-01-21Add Get/SetElement variants to sync mangled namesPirama Arumuga Nainar
2015-01-21Define RS Graphics functions (rsg*)Pirama Arumuga Nainar
2015-01-16Fix missing rsLocaltime() on 32-bit architectures.Stephen Hines
2015-01-14Skip linkloader, use shared object filesPirama Arumuga Nainar
2015-01-06Fix incorrect RS stub declarations.Stephen Hines
2014-12-15Merge "Enable 64bit RS compat lib to build."Miao Wang
2014-12-15Enable 64bit RS compat lib to build.Miao Wang
2014-11-17Move rsForEach with usrData to 32-bit only.Tim Murray
2014-10-14am d430d72f: Merge "Fix rsDebug issues with compat lib and long/long long cha...Tim Murray
2014-10-13Fix rsDebug issues with compat lib and long/long long changes.Tim Murray
2014-10-10am b26ead53: Merge "Fix missing relocation entries and libclcore entry points...Tim Murray
2014-10-10Fix missing relocation entries and libclcore entry points.Tim Murray
2014-09-09am e1fa6516: Merge "Fix x86 calling convention issue." into lmp-devTim Murray
2014-09-08Fix x86 calling convention issue.Tim Murray
2014-08-25am fb0d8f6c: Merge "Fix GetAllocation in 64-bit." into lmp-devTim Murray
2014-08-21resolved conflicts for merge of 81cfa2c5 to lmp-dev-plus-aospStephen Hines
2014-08-21Fix GetAllocation in 64-bit.Tim Murray
2014-08-20Replace NULL macros with nullptr literals.Chris Wailes
2014-08-19Fix ulongJason Sams
2014-08-19Explicitly accept RS large objects as references.Yong Chen
2014-08-18Explicitly accept RS large objects as references.Yong Chen
2014-08-12Update time_t definition for 64-bit.Tim Murray
2014-08-12Bugfixes for AArch64.Tim Murray
2014-08-12Fix isObject when in 64bit mode.Jason Sams
2014-08-11Bugfixes for AArch64.Tim Murray
2014-08-05Fix isObject when in 64bit mode.Jason Sams
2014-07-27Update time_t definition for 64-bit.Tim Murray
2014-07-08Add 64bit large object supportJason Sams
2014-03-13Make RS compile on ARM64.Tim Murray
2013-12-12Add missing functions and tests for support library.Stephen Hines
2013-12-05Add tests for rsDebug() in support library and fix exported functions.Stephen Hines
2013-12-03Retain older message APIs since existing GPU drivers depend on them.Stephen Hines
2013-12-03Add missing rsForEach()/rsSendToClient*() functions and API tests.Stephen Hines
2013-11-27Add tests and missing functions for rs_allocation APIs.Stephen Hines
2013-11-27Add rsIsObject() to support library implementation.Stephen Hines
2013-08-07Refactor hal to remove cpuConsumer from driversJason Sams
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-04-17Add support for DEBUG context type.Stephen Hines
2013-04-02Support all get/set element in debugJason Sams
2013-03-27Add some missing compat lib functions and fix a bug.Tim Murray
2013-03-19Add x86 server support.Tim Murray