summaryrefslogtreecommitdiffstats
path: root/libs/rs/java/tests
Commit message (Expand)AuthorAgeFilesLines
* Moving renderscript tests away from the library to a dedicated test folder.Alex Sakhartchouk2011-02-2222-1754/+0
* Clean up RS samples for SDK, bug 2943369Jason Sams2011-01-281-1/+0
* Add missing functions to math library.Stephen Hines2011-01-241-0/+140
* Remove unnecessary library functions.Stephen Hines2011-01-201-4/+4
* Clean up RS math fp library functions.Stephen Hines2011-01-192-26/+141
* 1. fp_mad.rs: Pass C99 check.Shih-wei Liao2011-01-191-3/+6
* Fix bug in modf library function (plus typos).Stephen Hines2011-01-183-0/+106
* Split time functions into rs_time.rsh header.Stephen Hines2011-01-093-0/+93
* API reaview cleanupAlex Sakhartchouk2010-12-171-1/+1
* 1. Add Context to a RenderScript or RenderScriptGL instance.Shih-wei Liao2010-12-147-32/+38
* Remove vector array test from RSTest.Stephen Hines2010-12-103-90/+0
* Allocation API update.Jason Sams2010-12-081-1/+1
* API review cleanup.Jason Sams2010-12-069-15/+15
* Stop using anonymous structs in RS.Stephen Hines2010-12-061-1/+1
* Remove unnecessary export_func pragma.Stephen Hines2010-11-185-10/+0
* Remove WARs for zero-init + destructors.Stephen Hines2010-11-151-2/+1
* Add vector array test to RSTest.Stephen Hines2010-11-053-0/+92
* Update ScriptC constructor to remove depricated param.Jason Sams2010-11-034-4/+4
* New RS types test for checking compilation.Stephen Hines2010-11-024-1/+125
* Adding new unit test for rsDebug().Stephen Hines2010-10-183-0/+99
* Support for unsigned long and unsigned long long.Stephen Hines2010-10-112-1/+17
* Test exported "long" type.Stephen Hines2010-10-112-3/+3
* Fix support for 64-bit integers.Stephen Hines2010-10-113-19/+73
* Cleanup error message for null binding address.Jason Sams2010-10-101-1/+2
* Remove pragma for RS export variables.Stephen Hines2010-10-085-21/+13
* Add RS testing for long and long long.Stephen Hines2010-10-071-0/+10
* Fix clear() operation for rsScriptC.Stephen Hines2010-09-295-3/+60
* Fix RS bug with message ID 0.Stephen Hines2010-09-285-21/+83
* Adding support for dynamically updated test statusStephen Hines2010-09-235-22/+50
* Add RsList implementation to RSTest.Stephen Hines2010-09-239-57/+342
* Test use of "f" suffix on float initializers.Stephen Hines2010-09-211-2/+4
* Updated RSTest to test primitive type assignments.Stephen Hines2010-09-213-19/+59
* Handle RS reflection name changes.Stephen Hines2010-09-171-3/+3
* Minor app updates for RS. force RSTest to portrait.Stephen Hines2010-09-152-4/+4
* Reflected class name and bc file name changes.Ying Wang2010-09-071-3/+3
* Start adding RS tests.Jason Sams2010-08-129-0/+531