| Commit message (Expand) | Author | Age | Files | Lines |
* | Update fountain and add writable flag to script slots. | Jason Sams | 2009-08-17 | 3 | -110/+65 |
* | Implement named slots and convert script.addType to script.setType to remove ... | Jason Sams | 2009-08-13 | 1 | -1/+1 |
* | Implement reflecting Java objects into the ACC enviroment. | Jason Sams | 2009-08-12 | 2 | -60/+40 |
* | Implement basic allocation readback. Add Get height, width to ScriptC_Lib. | Jason Sams | 2009-08-10 | 2 | -20/+13 |
* | Begin implementing SimpleMesh and fix some bugs with refcounting and java obj... | Jason Sams | 2009-08-09 | 2 | -32/+53 |
* | Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in... | Jason Sams | 2009-08-04 | 1 | -1/+1 |
* | Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen... | Jason Sams | 2009-08-04 | 1 | -10/+12 |
* | Split ScriptC from RenderScript.java. Implement state caching in the Builder... | Jason Sams | 2009-08-04 | 1 | -6/+8 |
* | Split RenderScript Type and Allocation into seperate classes. | Jason Sams | 2009-07-31 | 1 | -6/+7 |
* | Begin splitting up RenderScript.java into seperate classes. First piece spli... | Jason Sams | 2009-07-31 | 1 | -4/+6 |
* | Move the java and jni renderscript files to the proper location. | Jason Sams | 2009-07-23 | 1 | -1/+1 |
* | Fix fountain and more rollo ui work. | Jason Sams | 2009-07-17 | 3 | -49/+8 |
* | Fix 3 bugs in fountain test. Correctly generate the last mip level of a non-... | Jason Sams | 2009-06-22 | 2 | -6/+17 |
* | checkpoint filmstrip, implemented TLS. | Jason Sams | 2009-06-19 | 1 | -36/+36 |
* | Implement default programs and implement defaults and parents for imports. | Jason Sams | 2009-06-17 | 2 | -14/+2 |
* | Switch fountain to use ProgramVertex rather than hard coded camers in scripts... | Jason Sams | 2009-06-16 | 1 | -1/+14 |
* | Bug fixes. TriangleMesh now ref-counts, implement missing element formats, a... | Jason Sams | 2009-06-15 | 1 | -3/+0 |
* | Split FountainView into View and RS parts. Beging adding ProgramVertex to th... | Jason Sams | 2009-06-11 | 3 | -107/+146 |
* | Fix bug with bad conversion of java strings to C strings for object names. U... | Jason Sams | 2009-06-10 | 2 | -5/+3 |
* | Split renderscript java code from test apps. Update makefiles. | Jason Sams | 2009-06-10 | 5 | -1006/+10 |
* | Add named objects and implement support for ProgramFragmentStore and ProgramF... | Jason Sams | 2009-06-10 | 3 | -5/+32 |
* | checkpoint pragma support. Includes more cleanup of script enviroment storag... | Jason Sams | 2009-06-09 | 1 | -0/+7 |
* | Use ANSI style function declaration for RS scripts. | Jack Palevich | 2009-06-04 | 1 | -1/+1 |
* | Add support for scripts to return an animation flag. This allows them to ind... | Jason Sams | 2009-06-04 | 1 | -3/+2 |
* | Remove pointer hacks from script and use standard load/store functions. | Jason Sams | 2009-06-03 | 1 | -29/+23 |
* | Improve bitmap support and do conversion in native rather than java code to r... | Jason Sams | 2009-06-01 | 2 | -56/+19 |
* | Add sampler support | Jason Sams | 2009-05-28 | 2 | -6/+71 |
* | Remove versions of scriptCSetScript method that take byte arrays. | Jack Palevich | 2009-05-28 | 1 | -9/+2 |
* | Add support for setting scripts, rather than having a hard-coded script. | Jack Palevich | 2009-05-28 | 3 | -8/+168 |
* | Add background bitmap to fountain test app for renderscript. | Jason Sams | 2009-05-27 | 2 | -1/+28 |
* | Change the Fountain test app's package to com.android.fountain. | Jack Palevich | 2009-05-27 | 5 | -5/+5 |
* | Implement first pass bitmap to allocation support. The Java bindings can cre... | Jason Sams | 2009-05-27 | 1 | -18/+57 |
* | Fix Fountain test app so that it actually builds. | Jack Palevich | 2009-05-26 | 4 | -23/+23 |
* | Rename Calc sample to Fountain. | Jack Palevich | 2009-05-26 | 6 | -0/+1137 |