Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving renderscript tests away from the library to a dedicated test folder. | Alex Sakhartchouk | 2011-02-22 | 11 | -906/+0 |
| | | | | Change-Id: I7d8e20a17513f167eae3681d77463c01f4fa24a7 | ||||
* | Fix UI in image processing. | Alex Sakhartchouk | 2011-02-17 | 3 | -166/+131 |
| | | | | Change-Id: I4ec562e986e5009c101a62de8b15c6be0f0bc03b | ||||
* | Fixing renderscript samples to properly declare targetSDK | Robert Ly | 2011-02-04 | 1 | -2/+2 |
| | | | | Change-Id: I0374fdcd06470e26dc7e849323a1764c08756af1 | ||||
* | Make ImageProcessing work. | Shih-wei Liao | 2011-01-17 | 1 | -1/+1 |
| | | | | Change-Id: Id1ab91657ff4ba70a2391b168958e72b68e8a3e0 | ||||
* | Fix bug in on-device linking. | Shih-wei Liao | 2011-01-16 | 1 | -1/+1 |
| | | | | Change-Id: Ic027d4cbf240a45da95a024067215a572c3bd7a9 | ||||
* | convert2uchar3. | Shih-wei Liao | 2011-01-12 | 1 | -1/+4 |
| | | | | Change-Id: I5d5406f14b0c22a7b085495b3bcc51d5a288dcf8 | ||||
* | 1. Add Context to a RenderScript or RenderScriptGL instance. | Shih-wei Liao | 2010-12-14 | 1 | -1/+1 |
| | | | | | | | | | This is to allow RenderScript to better interact with the Android environment. E.g., per-app cache. 2. Plumbing, testing. 3. Added getApplicationContext in RenderScript.java. Change-Id: I85edeebe38825e20b2e86f4f4815689dfc332ef9 | ||||
* | Remove CreateFromBitmapRef and add | Jason Sams | 2010-12-10 | 1 | -6/+10 |
| | | | | | | CopyTo(bitmap) replacement. Change-Id: Ib73fb9f4bfe5f468eaf0f8f1bf68a93759eef00d | ||||
* | API review cleanup. | Jason Sams | 2010-12-06 | 1 | -4/+4 |
| | | | | Change-Id: Ieae7d450308b5637ed4253fe9baed3634c6ed141 | ||||
* | Remove unnecessary export_func pragma. | Stephen Hines | 2010-11-18 | 2 | -4/+0 |
| | | | | Change-Id: Ibe5c5f186cfc12a31f3fb4f0f7472e3b60836394 | ||||
* | Remove WARs for zero-init + destructors. | Stephen Hines | 2010-11-15 | 1 | -2/+1 |
| | | | | Change-Id: I919db554f3f6fa1fb027402298602a16fba4a235 | ||||
* | Code cleanup to make formatting consistent | Alex Sakhartchouk | 2010-11-10 | 4 | -33/+27 |
| | | | | | | across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c | ||||
* | Update ScriptC constructor to remove depricated param. | Jason Sams | 2010-11-03 | 1 | -3/+3 |
| | | | | Change-Id: Id36e325834526c6b5416fd78d5cf4259d7df97e9 | ||||
* | New RS types test for checking compilation. | Stephen Hines | 2010-11-02 | 1 | -1/+3 |
| | | | | Change-Id: Ib4d0326462d4d0229430f61c74f16979f7b38dbb | ||||
* | Remove pragma for RS export variables. | Stephen Hines | 2010-10-08 | 1 | -1/+0 |
| | | | | Change-Id: Icfd958e8212843f4f1a6b64dd43ce63e09d00d7c | ||||
* | Add object validity checking. | Jason Sams | 2010-09-30 | 1 | -2/+0 |
| | | | | Change-Id: I2613e87b09a6e560f0381d4ed620d60a10bc30e4 | ||||
* | Handle RS reflection name changes. | Stephen Hines | 2010-09-17 | 1 | -6/+6 |
| | | | | Change-Id: I0f3f9805a0f0bf44ce9e9944a3eaa5a80dd0cdde | ||||
* | Minor app updates for RS. force RSTest to portrait. | Stephen Hines | 2010-09-15 | 1 | -1/+1 |
| | | | | Change-Id: Ic2356644e00be8d373da97a9072f008e59a0264a | ||||
* | Reflected class name and bc file name changes. | Ying Wang | 2010-09-07 | 1 | -4/+4 |
| | | | | | | | Any non-alnum chars in the rs file name will be removed when we derive the bc file name. The reflected class names are converted to camel case. Change-Id: I0184fe8ef2987a19dbdbc93c72163e02b5b0de89 | ||||
* | Remove extra float<>int conversions in ImageProcessing. | Jason Sams | 2010-08-16 | 5 | -142/+120 |
| | | | | | | Remove or shrink test bitmaps for Fountain and ModelViewer. Change-Id: Ieeb530375aebb6b953aa564788fc5b5ef21a362e | ||||
* | Merge "Thread launch strategies." | Jason Sams | 2010-08-12 | 1 | -24/+4 |
|\ | |||||
| * | Thread launch strategies. | Jason Sams | 2010-08-12 | 1 | -24/+4 |
| | | | | | | | | Change-Id: I506df786e815205a8e51906c2b517302c1ef2471 | ||||
* | | Merge "Fix anonymous struct." | Shih-wei Liao | 2010-08-12 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Fix anonymous struct. | Shih-wei Liao | 2010-08-12 | 1 | -1/+1 |
| | | | | | | | | Change-Id: Icdee2f05738a8712a309720d8d27dc2efc0dd749 | ||||
* | | Update image processing to cleaup code by not inlining | Jason Sams | 2010-08-09 | 1 | -34/+4 |
|/ | | | | | | functions that should be handled by the runtime. Change-Id: I54c590913285bceb02a9076dbe6355d6f6bc6661 | ||||
* | Cleanup of signed/unsigned | Jason Sams | 2010-07-29 | 1 | -2/+1 |
| | | | | | | | | | | | | | | Make all functions overloadable. Change-Id: I443c83afcf9a7acfae394585201f081681f309db Update examples. Change-Id: I100d6fa8dd1af376bcee0b2c42c5aabe9c03bb6e force rebuild of all .rs files to pick up core header changes. Change-Id: I6231a8a024388481ca231507e83b108ebdbc3500 | ||||
* | Cleanup sendToClient and add rsGetDt(). | Jason Sams | 2010-07-28 | 1 | -5/+3 |
| | | | | | | Remove legacy implemtation of matrix calls which were moved to llvm bc. Change-Id: I527740590067db3bcb2147233ef41fb057f1d2a8 | ||||
* | Minor ImageProcessing script optimization to make it a better FP benchmark. | Jason Sams | 2010-07-22 | 3 | -50/+77 |
| | | | | Change-Id: I24b11d98c9ac32d91153d3572da511b34e79f7f0 | ||||
* | rs_types.rsh and rs_math.rsh are default include files. Remove their #include. | Shih-wei Liao | 2010-07-21 | 4 | -12/+0 |
| | | | | Change-Id: Id69efbd98fd563a82cffdcaba96afa4cd8671bb2 | ||||
* | Attempt to fix build '<>' works on mac but does not appear to work on linux yet. | Jason Sams | 2010-07-20 | 4 | -8/+8 |
| | | | | Change-Id: Ic0bfaf3cf052e9be43320aa2cdd89ca4d0f48fc6 | ||||
* | Update imageprocessing to remove generated files. | Jason Sams | 2010-07-20 | 14 | -455/+214 |
| | | | | | | Fix thread launch race condition. Change-Id: I24d7f87ac87db6f9e3418d6a429471a71d2c9e9d | ||||
* | Fix Android build | Shih-wei Liao | 2010-07-20 | 1 | -0/+4 |
| | | | | Change-Id: I531dec556e6774518d19707f91c99ecaaf344c0f | ||||
* | Threading RS ForEach. | Jason Sams | 2010-07-19 | 10 | -140/+41 |
| | | | | Change-Id: I5d6fe4db2b6ac0613394bc5a066ff90ec146d60e | ||||
* | 1st cut of ForEach and test. | Jason Sams | 2010-07-15 | 11 | -98/+255 |
| | | | | Change-Id: I6534569c8d26db8b9691666134a555c8bf94184e | ||||
* | Fix image processing resource problem for non high-density devices. | Jason Sams | 2010-07-07 | 1 | -0/+0 |
| | | | | | | Protect include file. Change-Id: I5c6721033b37e35261b9fe424d74d3aef0620791 | ||||
* | Add matrix ops to RSH headers. | Jason Sams | 2010-06-24 | 2 | -71/+38 |
| | | | | Change-Id: I7e2843983a12e0155114b4a18813799e4341d26f | ||||
* | Move ImageProcessing and ModelViewer to reflected files. | Jason Sams | 2010-06-21 | 4 | -124/+182 |
| | | | | | | Implement boolean support. Change-Id: Iac2dc28067ac430b3e413fc651dfaa0b96214e2e | ||||
* | Remove InvokeData and add ContextFinish to generate a sync point. | Jason Sams | 2010-06-15 | 2 | -2/+6 |
| | | | | Change-Id: I27da8bf5fba2c8a428964cb6a5e66dd7a94958d8 | ||||
* | update image processing. | Jason Sams | 2010-06-14 | 3 | -41/+57 |
| | | | | Change-Id: I5899f88f05b9fb2ac2d7cdcb725b97d3a48d536b | ||||
* | Remove noise functions and update images processing to use new rs namespace ↵ | Jason Sams | 2010-05-20 | 2 | -14/+13 |
| | | | | | | names. Change-Id: I2dc9b5ec7877acd630bea1a011ecc4a6d43a31eb | ||||
* | Added benchmark mode. | Alex Sakhartchouk | 2010-05-19 | 7 | -75/+840 |
| | | | | | | Added some image processing operations. Change-Id: Ic7ba45fbf57eff6fc7d20377c148d0ba7ac862f7 | ||||
* | Convert renderscript from using ACC to LLVM for its compiler. | Jason Sams | 2010-05-11 | 5 | -204/+156 |
| | | | | | | | This will also require application to be updated to support the new compiler and data passing models. Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f | ||||
* | Update Script java classes and llvm samples. | Jason Sams | 2010-03-26 | 1 | -0/+49 |
| | | | | Change-Id: I05c8d63fcca095d4fea6abb1ff5736ab9d78a3e6 | ||||
* | Add comment block matching the type defines added by RS. | Jason Sams | 2010-02-12 | 1 | -2/+26 |
| | |||||
* | Change default mode. | Jason Sams | 2010-02-10 | 1 | -1/+1 |
| | |||||
* | Add java benchmark to imageProcessing. | Jason Sams | 2010-02-10 | 2 | -10/+46 |
| | |||||
* | Cleanup image processing example script. | Jason Sams | 2010-02-10 | 1 | -22/+10 |
| | |||||
* | Fix ImageProcessing example. | Jason Sams | 2010-02-10 | 1 | -4/+9 |
| | |||||
* | Preview seperating RenderScript into RenderScript and RenderScriptGL | Jason Sams | 2010-02-09 | 1 | -3/+2 |
| | |||||
* | Deprecate fill_parent and introduce match_parent. | Romain Guy | 2010-01-08 | 1 | -1/+1 |
| | | | | Bug: #2361749. |