| Commit message (Expand) | Author | Age | Files | Lines |
* | Create runtime stubs for compute driver. | Jason Sams | 2011-04-20 | 1 | -19/+1 |
* | Start seperating out RS compute implementation. Create hal | Jason Sams | 2011-03-17 | 1 | -10/+39 |
* | Fix ref counting for globals when set from java code. | Jason Sams | 2010-11-16 | 1 | -0/+1 |
* | Code cleanup to make formatting consistent | Alex Sakhartchouk | 2010-11-10 | 1 | -3/+1 |
* | Removing fixed size arrays. | Alex Sakhartchouk | 2010-10-08 | 1 | -6/+6 |
* | Thread launch strategies. | Jason Sams | 2010-08-12 | 1 | -0/+2 |
* | Cleanup sendToClient and add rsGetDt(). | Jason Sams | 2010-07-28 | 1 | -1/+2 |
* | 1st cut of ForEach and test. | Jason Sams | 2010-07-15 | 1 | -3/+5 |
* | Rough implemetation of ForEach. | Jason Sams | 2010-05-28 | 1 | -2/+6 |
* | Begin naming cleanup for renderscript runtime. | Jason Sams | 2010-05-19 | 1 | -4/+1 |
* | Rename ProgramFragmentStore to ProgramStore. | Jason Sams | 2010-05-13 | 1 | -2/+2 |
* | Convert renderscript from using ACC to LLVM for its compiler. | Jason Sams | 2010-05-11 | 1 | -9/+8 |
* | Throttle low priority RS threads by sleeping once per frame to avoid starving... | Jason Sams | 2009-12-09 | 1 | -1/+1 |
* | Fix RS bugs. We were holding a pointer to the script text from the java vm. ... | Jason Sams | 2009-11-03 | 1 | -1/+1 |
* | Fix but processing raster state pragma. | Jason Sams | 2009-09-28 | 1 | -1/+1 |
* | Improve renderscript context teardown. Track object in the system and then f... | Jason Sams | 2009-09-25 | 1 | -1/+1 |
* | Fix invokables to make sure script pointers are setup before invoking functio... | Jason Sams | 2009-09-24 | 1 | -0/+1 |
* | Implement renderscript Invokables. | Jason Sams | 2009-09-16 | 1 | -1/+7 |
* | Update fountain and add writable flag to script slots. | Jason Sams | 2009-08-17 | 1 | -0/+1 |
* | Implement named slots and convert script.addType to script.setType to remove ... | Jason Sams | 2009-08-13 | 1 | -2/+2 |
* | Implement reflecting Java objects into the ACC enviroment. | Jason Sams | 2009-08-12 | 1 | -1/+4 |
* | First pass at implementing the Grass live wallpaper in RenderScript. | Romain Guy | 2009-07-30 | 1 | -0/+3 |
* | Switch fountain to use ProgramVertex rather than hard coded camers in scripts... | Jason Sams | 2009-06-16 | 1 | -1/+0 |
* | Add named objects and implement support for ProgramFragmentStore and ProgramF... | Jason Sams | 2009-06-10 | 1 | -32/+9 |
* | checkpoint pragma support. Includes more cleanup of script enviroment storag... | Jason Sams | 2009-06-09 | 1 | -4/+32 |
* | Move placement of script enviroment data to base. | Jason Sams | 2009-06-08 | 1 | -7/+13 |
* | Add support for scripts to return an animation flag. This allows them to ind... | Jason Sams | 2009-06-04 | 1 | -1/+1 |
* | Add the Renderscript library. (Not in the build by default yet.) | Jason Sams | 2009-05-22 | 1 | -0/+57 |