summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Expand)AuthorAgeFilesLines
* Stop using anonymous structs in RS.Stephen Hines2010-12-062-2/+2
* Prevent message overrun in LocklessCommandFifo.Bryan Mawhinney2010-12-051-3/+2
* Fix 'BCCscript' build break.Iain Merrick2010-11-291-2/+4
* Fix physics bug causing balls to stack.Jason Sams2010-11-242-2/+15
* More error checksJason Sams2010-11-2210-70/+65
* Remove unnecessary export_func pragma.Stephen Hines2010-11-1810-21/+0
* Fixing the state restore bug.Alex Sakhartchouk2010-11-181-0/+1
* Support for cubemaps.Alex Sakhartchouk2010-11-1815-49/+290
* Merge "Mark a non-exported function as static."Stephen Hines2010-11-181-1/+1
|\
| * Mark a non-exported function as static.Stephen Hines2010-11-171-1/+1
* | Add caching support of BCC binaries.Shih-wei Liao2010-11-183-11/+20
* | Create holder inner class for pushing context state.Jason Sams2010-11-177-83/+74
|/
* Fix ref counting for globals when set from java code.Jason Sams2010-11-163-0/+29
* Fix crash with extended debugging.Jason Sams2010-11-161-6/+5
* Remove WARs for zero-init + destructors.Stephen Hines2010-11-153-6/+3
* Merge "Split UTF functions from String8/16"Kenny Root2010-11-151-1/+1
|\
| * Split UTF functions from String8/16Kenny Root2010-11-121-1/+1
* | Add support for integer mod.Bryan Mawhinney2010-11-151-1/+5
* | Fix line drawing in RS example.Jason Sams2010-11-122-7/+14
|/
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-1081-1803/+1039
* Continue error check improvements and write some docs.Jason Sams2010-11-091-0/+2
* Fix fountain bug with more than 10 touches reported.Jason Sams2010-11-091-1/+1
* Handle user message ID 0Jason Sams2010-11-084-28/+63
* Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. Removi...Alex Sakhartchouk2010-11-0825-377/+700
|\
| * Moving attrib creation to Mesh. Adding arrays as shader inputs.Alex Sakhartchouk2010-11-0825-377/+700
* | Add vector array test to RSTest.Stephen Hines2010-11-053-0/+92
|/
* Update ScriptC constructor to remove depricated param.Jason Sams2010-11-0311-15/+15
* Merge "RS Error cleanup. Thow java exception during init if the GL driver fai...Jason Sams2010-11-032-20/+62
|\
| * RS Error cleanup.Jason Sams2010-11-032-20/+62
* | Merge "New RS types test for checking compilation."Stephen Hines2010-11-027-8/+138
|\ \ | |/ |/|
| * New RS types test for checking compilation.Stephen Hines2010-11-027-8/+138
* | Add code to mark functions rather than whole files as threadable.Jason Sams2010-11-015-225/+219
* | Remove excessive logging.Jason Sams2010-10-291-5/+0
|/
* Balls test app.Jason Sams2010-10-2912-3/+705
* Merge "Fix 3140348: Signature was wrong for atan2() in RS."Jim Miller2010-10-281-2/+2
|\
| * Fix 3140348: Signature was wrong for atan2() in RS.Jim Miller2010-10-281-2/+2
* | Adding nvidia extension for limited npot support.Alex Sakhartchouk2010-10-2710-179/+107
|/
* Begin adding async allocation creation.Jason Sams2010-10-2611-194/+113
* Enable optimized bitcode that is also jitted faster.Shih-wei Liao2010-10-233-4/+12
* Fix refcounting bugs where the sys refcountJason Sams2010-10-2118-130/+130
* Merge "Some cleanup"Alex Sakhartchouk2010-10-194-45/+6
|\
| * Some cleanupAlex Sakhartchouk2010-10-184-45/+6
* | Remove unneeded inclusion of rs_math.rsh.Shih-wei Liao2010-10-181-3/+0
* | Adding new unit test for rsDebug().Stephen Hines2010-10-183-0/+99
* | Merge "Add support for rsDebug with 64-bit types."Stephen Hines2010-10-182-3/+30
|\ \ | |/ |/|
| * Add support for rsDebug with 64-bit types.Stephen Hines2010-10-152-3/+30
* | Fix header file to always inline stub functions.Jason Sams2010-10-151-1/+1
|/
* Fix deadlock on RS teardown.Jason Sams2010-10-151-9/+3
* Async type creation.Jason Sams2010-10-1411-134/+147
* Merge "Changing scenegraph sample to use arrays."Alex Sakhartchouk2010-10-145-98/+19
|\