summaryrefslogtreecommitdiffstats
path: root/driver/rsdRuntimeStubs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle older structure sizes by zeroing new fieldsPirama Arumuga Nainar2015-04-291-10/+5
* Fix issue with older structure sizesStephen Hines2015-04-141-5/+10
* RS driver refactor and bugfix for 64-bitYong Chen2015-04-131-1721/+516
* Add rsDebug(msg, float2-4)Jean-Luc Brouillet2015-04-031-0/+21
* Remove leftover path bits.Jason Sams2015-03-111-5/+0
* Refactor hal loadingJason Sams2015-03-111-12/+0
* Fail if non-threadable calls are in a kernelPirama Arumuga Nainar2015-01-291-0/+42
* Fix remaining 64bit calling convention issues and cleanup.Yong Chen2015-01-241-224/+160
* Fix namespace inconsistency in .so loading patchPirama Arumuga Nainar2015-01-221-84/+107
* Add Get/SetElement variants to sync mangled namesPirama Arumuga Nainar2015-01-211-0/+57
* Define RS Graphics functions (rsg*)Pirama Arumuga Nainar2015-01-211-7/+249
* Fix missing rsLocaltime() on 32-bit architectures.Stephen Hines2015-01-161-1/+5
* Skip linkloader, use shared object filesPirama Arumuga Nainar2015-01-141-83/+144
* Fix incorrect RS stub declarations.Stephen Hines2015-01-061-3/+3
* Merge "Enable 64bit RS compat lib to build."Miao Wang2014-12-151-21/+39
|\
| * Enable 64bit RS compat lib to build.Miao Wang2014-12-151-21/+39
* | Move rsForEach with usrData to 32-bit only.Tim Murray2014-11-171-22/+5
|/
* am d430d72f: Merge "Fix rsDebug issues with compat lib and long/long long cha...Tim Murray2014-10-141-0/+25
|\
| * Fix rsDebug issues with compat lib and long/long long changes.Tim Murray2014-10-131-0/+25
* | am b26ead53: Merge "Fix missing relocation entries and libclcore entry points...Tim Murray2014-10-101-1/+29
|\|
| * Fix missing relocation entries and libclcore entry points.Tim Murray2014-10-101-1/+29
* | am e1fa6516: Merge "Fix x86 calling convention issue." into lmp-devTim Murray2014-09-091-1/+16
|\|
| * Fix x86 calling convention issue.Tim Murray2014-09-081-1/+16
* | am fb0d8f6c: Merge "Fix GetAllocation in 64-bit." into lmp-devTim Murray2014-08-251-5/+26
|\|
| * Fix GetAllocation in 64-bit.Tim Murray2014-08-211-5/+26
* | resolved conflicts for merge of 81cfa2c5 to lmp-dev-plus-aospStephen Hines2014-08-211-44/+51
|\ \ | |/ |/|
| * Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-44/+51
| * Explicitly accept RS large objects as references.Yong Chen2014-08-181-5/+91
| * Bugfixes for AArch64.Tim Murray2014-08-121-80/+170
| * Fix isObject when in 64bit mode.Jason Sams2014-08-121-19/+12
| * Update time_t definition for 64-bit.Tim Murray2014-07-271-0/+6
* | Fix ulongJason Sams2014-08-191-12/+12
* | Explicitly accept RS large objects as references.Yong Chen2014-08-191-5/+91
* | Update time_t definition for 64-bit.Tim Murray2014-08-121-0/+6
* | Bugfixes for AArch64.Tim Murray2014-08-111-80/+170
* | Fix isObject when in 64bit mode.Jason Sams2014-08-051-19/+12
|/
* Add 64bit large object supportJason Sams2014-07-081-24/+33
* Make RS compile on ARM64.Tim Murray2014-03-131-2/+2
* Add missing functions and tests for support library.Stephen Hines2013-12-121-0/+8
* Add tests for rsDebug() in support library and fix exported functions.Stephen Hines2013-12-051-0/+35
* Retain older message APIs since existing GPU drivers depend on them.Stephen Hines2013-12-031-2/+2
* Add missing rsForEach()/rsSendToClient*() functions and API tests.Stephen Hines2013-12-031-7/+27
* Add tests and missing functions for rs_allocation APIs.Stephen Hines2013-11-271-2/+37
* Add rsIsObject() to support library implementation.Stephen Hines2013-11-271-13/+12
* Refactor hal to remove cpuConsumer from driversJason Sams2013-08-071-2/+2
* Remove libutils and fix rsDebug for RS support library.Stephen Hines2013-07-101-57/+57
* Add support for DEBUG context type.Stephen Hines2013-04-171-13/+13
* Support all get/set element in debugJason Sams2013-04-021-306/+352
* Add some missing compat lib functions and fix a bug.Tim Murray2013-03-271-2/+96
* Add x86 server support.Tim Murray2013-03-191-2/+340