summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Expand)AuthorAgeFilesLines
* Clean up RS math fp library functions.Stephen Hines2011-01-194-155/+407
* c99 bool supportShih-wei Liao2011-01-191-6/+1
* 1. fp_mad.rs: Pass C99 check.Shih-wei Liao2011-01-194-6/+15
* Fix the build.Shih-wei Liao2011-01-181-1/+1
* Fix bug in modf library function (plus typos).Stephen Hines2011-01-185-5/+143
* Merge "Correctly log debugging info as debug." into honeycombJason Sams2011-01-181-19/+19
|\
| * Correctly log debugging info as debug.Jason Sams2011-01-181-19/+19
* | Merge "Fix race condition between GC thread and the teardown of RS. The RS c...Jason Sams2011-01-183-0/+19
|\ \ | |/
| * Fix race condition between GC thread andJason Sams2011-01-183-0/+19
* | Provide mechanism to switch between extern/static.Stephen Hines2011-01-182-167/+179
* | Validate that version pragma is correct.Stephen Hines2011-01-181-6/+13
|/
* Remove erroneous log message.Stephen Hines2011-01-171-79/+72
* Clean up simple integer operations.Stephen Hines2011-01-171-142/+85
* Merge "Make ImageProcessing work." into honeycombShih-wei Liao2011-01-171-1/+1
|\
| * Make ImageProcessing work.Shih-wei Liao2011-01-171-1/+1
* | Add some error checking.Jason Sams2011-01-163-2/+7
|/
* Merge "Fix bug in on-device linking." into honeycombShih-wei Liao2011-01-162-2/+3
|\
| * Fix bug in on-device linking.Shih-wei Liao2011-01-162-2/+3
* | Merge "Implement sub updates for mipmap levels and cubmaps." into honeycombJason Sams2011-01-164-63/+50
|\ \ | |/ |/|
| * Implement sub updates for mipmap levels and cubmaps.Jason Sams2011-01-134-63/+50
* | On-device linking using bccLinkBC. Note that we switch to getFile interfaceShih-wei Liao2011-01-161-3/+6
* | bcc interface fixed.Shih-wei Liao2011-01-143-45/+102
* | Retire librslib_rt.Shih-wei Liao2011-01-141-1/+1
* | Move linking stuff to libbcc.Shih-wei Liao2011-01-141-0/+0
* | Avoid converting rslib.bc to things like rslib.h. So we are less error-prone.Shih-wei Liao2011-01-141-9/+9
* | Merge "Re-implement img npot support in HC." into honeycombJason Sams2011-01-133-2/+17
|\ \ | |/
| * Re-implement img npot support in HC.Jason Sams2011-01-133-2/+17
* | Docs plus removing some junk per API review.Alex Sakhartchouk2011-01-131-2/+5
|/
* Fix the build.Shih-wei Liao2011-01-131-9/+9
* Merge "Disable on-device linking" into honeycombShih-wei Liao2011-01-131-1/+1
|\
| * Disable on-device linkingShih-wei Liao2011-01-131-1/+1
* | Merge "Fix the build." into honeycombShih-wei Liao2011-01-131-9/+9
|\ \ | |/
| * Fix the build.Shih-wei Liao2011-01-131-9/+9
* | Merge "On-device linking." into honeycombShih-wei Liao2011-01-132-2/+6
|\ \ | |/
| * On-device linking.Shih-wei Liao2011-01-122-2/+6
* | Merge "convert2uchar3." into honeycombShih-wei Liao2011-01-132-1/+4
|\ \ | |/
| * convert2uchar3.Shih-wei Liao2011-01-122-1/+4
* | WAR driver bug where surfaces of size 0 fail.Jason Sams2011-01-121-1/+3
* | Implement more of copy2DRange*Jason Sams2011-01-122-3/+17
* | Cleanup bitmap uploadsJason Sams2011-01-122-40/+27
* | Merge "Adding ability to load cubemaps from individual faces." into honeycombAlex Sakhartchouk2011-01-121-25/+24
|\ \ | |/ |/|
| * Adding ability to load cubemaps from individual faces.Alex Sakhartchouk2011-01-111-25/+24
* | Clean up RS math headers.Stephen Hines2011-01-111-8/+37
|/
* Updating cubemap loading code.Alex Sakhartchouk2011-01-104-9/+10
* Split time functions into rs_time.rsh header.Stephen Hines2011-01-098-91/+147
* Fix cleanup race condition where objects might may notJason Sams2011-01-091-0/+4
* For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable.Shih-wei Liao2011-01-071-1/+1
* 1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.)Shih-wei Liao2011-01-072-55/+27
* Additional loading methods for fonts and a3d files.Alex Sakhartchouk2011-01-076-36/+84
* fix bug 3313505Jason Sams2011-01-052-4/+7