summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Changing scenegraph sample to use arrays.Alex Sakhartchouk2010-10-135-98/+19
* | Begin hooking up SurfaceConfig.Jason Sams2010-10-134-92/+188
|/
* Packing the struct to work around llvm bug.Alex Sakhartchouk2010-10-131-1/+1
* Fixing font bug, initialization was done in the wrong order.Alex Sakhartchouk2010-10-121-1/+3
* Merge "Fixing refcounting debug statements that've gotten bitrotten."Alex Sakhartchouk2010-10-121-5/+5
|\
| * Fixing refcounting debug statements that've gotten bitrotten.Alex Sakhartchouk2010-10-121-5/+5
* | Support for unsigned long and unsigned long long.Stephen Hines2010-10-112-1/+17
* | Merge "Test exported "long" type."Stephen Hines2010-10-112-3/+3
|\ \ | |/ |/|
| * Test exported "long" type.Stephen Hines2010-10-112-3/+3
* | Update allocation from bitmap.Alex Sakhartchouk2010-10-116-10/+79
|/
* Fix support for 64-bit integers.Stephen Hines2010-10-115-19/+85
* Cleanup error message for null binding address.Jason Sams2010-10-1011-20/+24
* Remove pragma for RS export variables.Stephen Hines2010-10-0812-49/+13
* Removing fixed size arrays.Alex Sakhartchouk2010-10-086-36/+67
* Move rsDebug from rs_math.rsh to rs_core.rsh: rsDebug is more like core funct...Shih-wei Liao2010-10-073-28/+27
* Merge "Add RS testing for long and long long."Stephen Hines2010-10-071-0/+10
|\
| * Add RS testing for long and long long.Stephen Hines2010-10-071-0/+10
* | Merge "changing vec4 to vec2 for perf reasons."Alex Sakhartchouk2010-10-064-5/+6
|\ \
| * | changing vec4 to vec2 for perf reasons.Alex Sakhartchouk2010-10-064-5/+6
* | | Merge "Adding average fps counter. Removing rsLight from libRS"Alex Sakhartchouk2010-10-0511-231/+24
|\ \ \ | |/ /
| * | Adding average fps counter.Alex Sakhartchouk2010-10-0511-231/+24