summaryrefslogtreecommitdiffstats
path: root/libs/rs/scriptc
Commit message (Expand)AuthorAgeFilesLines
* First draft of fbo in renderscript.Alex Sakhartchouk2011-04-011-0/+40
* am e2b2a02a: am 4fd70373: Merge "Fix bug 3421901 remove 2 functions from publ...Jason Sams2011-02-082-15/+0
|\
| * Fix bug 3421901Jason Sams2011-02-032-15/+0
* | am a66b759a: am bd08c7c0: Merge "Clean up RS samples for SDK, bug 2943369 Fix...Jason Sams2011-01-283-34/+371
|\ \ | |/
| * Clean up RS samples for SDK, bug 2943369Jason Sams2011-01-283-34/+371
| * DO NOT MERGEJason Sams2011-01-281-2/+0
* | am 957ee34d: am b9d69d59: Merge "For rs_cl, fix _RS_STATIC (used while we do ...Shih-wei Liao2011-01-261-111/+111
|\ \ | |/
| * For rs_cl, fix _RS_STATIC (used while we do on-host linking). Now we doShih-wei Liao2011-01-261-111/+111
* | Actually fix build.Stephen Hines2011-01-261-14/+14
* | Fix build breakage.Stephen Hines2011-01-261-14/+14
* | am dde78c2b: am 79204b98: Merge "Part II of fixing b/2943524: On-device linki...Shih-wei Liao2011-01-261-144/+40
|\ \ | |/
| * Part II of fixing b/2943524: On-device linking rs_core.Shih-wei Liao2011-01-261-155/+51
| * Merge "DO NOT MERGE Remove the rs_quaternion functions until mr1" into honeycombJason Sams2011-01-261-250/+0
| |\ |/ /
| * DO NOT MERGEJason Sams2011-01-261-250/+0
* | Merge "Migrating functions for on device linking." into honeycombJason Sams2011-01-261-446/+46
|\ \ | |/
| * Migrating functions for on device linking.Jason Sams2011-01-251-446/+46
* | Fix b/2943524: On-device linking the rs_cl.Shih-wei Liao2011-01-261-591/+132
|/
* Add missing functions to math library.Stephen Hines2011-01-241-1/+1
* Remove unnecessary library functions.Stephen Hines2011-01-201-362/+344
* Clean up RS math fp library functions.Stephen Hines2011-01-191-122/+255
* c99 bool supportShih-wei Liao2011-01-191-6/+1
* 1. fp_mad.rs: Pass C99 check.Shih-wei Liao2011-01-192-2/+8
* Fix bug in modf library function (plus typos).Stephen Hines2011-01-181-4/+36
* Provide mechanism to switch between extern/static.Stephen Hines2011-01-182-167/+179
* Clean up simple integer operations.Stephen Hines2011-01-171-142/+85
* Clean up RS math headers.Stephen Hines2011-01-111-8/+37
* Split time functions into rs_time.rsh header.Stephen Hines2011-01-092-26/+36
* Clean up Allocation buffer object api.Jason Sams2010-12-201-7/+0
* Fix mipmap bug introduced with Allocation cleanup.Jason Sams2010-12-151-0/+3
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-13/+11
* Remove unneeded inclusion of rs_math.rsh.Shih-wei Liao2010-10-181-3/+0
* Merge "Add support for rsDebug with 64-bit types."Stephen Hines2010-10-181-2/+12
|\
| * Add support for rsDebug with 64-bit types.Stephen Hines2010-10-151-2/+12
* | Fix header file to always inline stub functions.Jason Sams2010-10-151-1/+1
|/
* Move rsDebug from rs_math.rsh to rs_core.rsh: rsDebug is more like core funct...Shih-wei Liao2010-10-073-28/+27
* Adding text metrics to renderscript.Alex Sakhartchouk2010-10-051-0/+6
* Adding ability to dirty the allocation and notify shaders using it.Alex Sakhartchouk2010-09-021-0/+4
* Renderscript samples.Alex Sakhartchouk2010-08-231-0/+9
* Merge "Added frustum plane extraction and sphere culling code."Alex Sakhartchouk2010-08-162-2/+89
|\
| * Added frustum plane extraction and sphere culling code.Alex Sakhartchouk2010-08-162-2/+89
* | Support reference operations in RS scripts.Jason Sams2010-08-162-11/+83
|/
* Merge "Adding bounding box computation."Alex Sakhartchouk2010-08-131-0/+17
|\
| * Adding bounding box computation.Alex Sakhartchouk2010-08-131-0/+17
* | Merge "Thread launch strategies."Jason Sams2010-08-121-1/+11
|\ \ | |/ |/|
| * Thread launch strategies.Jason Sams2010-08-121-1/+11
* | Preparing renderscript java code for use with phanton references.Alex Sakhartchouk2010-08-121-4/+1
|/
* Renaming stucts back.Alex Sakhartchouk2010-08-111-4/+4
* Adding quaternion functions to math library.Alex Sakhartchouk2010-08-102-3/+172
* Fix debugging support for float vectors and add matrix debugging.Jason Sams2010-08-062-19/+34
* Fix length normilization bug in rsMatrixLoadRotate.Jason Sams2010-08-051-1/+1