| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the obsolete film example. | Jason Sams | 2010-06-21 | 21 | -940/+0 |
* | Begin naming cleanup for renderscript runtime. | Jason Sams | 2010-05-19 | 1 | -4/+0 |
* | Remove more pieces of setRoot. Add pointer to allocation lookup for scripts. | Jason Sams | 2010-05-17 | 1 | -1/+0 |
* | Delete old createFromClass methods. | Jason Sams | 2010-05-14 | 1 | -1/+1 |
* | Convert renderscript from using ACC to LLVM for its compiler. | Jason Sams | 2010-05-11 | 1 | -2/+2 |
* | Preview seperating RenderScript into RenderScript and RenderScriptGL | Jason Sams | 2010-02-09 | 2 | -3/+4 |
* | Support npot on es 2.0 HW. | Jason Sams | 2010-01-06 | 1 | -2/+0 |
* | explicit set an "optional" tag | Jean-Baptiste Queru | 2010-01-05 | 1 | -0/+2 |
* | Element restructuring. Add support for new basic Element types including the... | Jason Sams | 2009-12-23 | 1 | -5/+9 |
* | Move texture bindings to base program object. Change ProgramFragment creatio... | Jason Sams | 2009-12-17 | 1 | -4/+4 |
* | Continue development of es2.0 user shader support for renderscript. This cha... | Jason Sams | 2009-12-15 | 1 | -1/+1 |
* | Fix film | Jason Sams | 2009-11-25 | 1 | -1/+1 |
* | Fix film init | Jason Sams | 2009-11-17 | 1 | -4/+14 |
* | Update the SimpleMesh API to support new attribute types. Also spilt add/set... | Jason Sams | 2009-10-02 | 1 | -3/+8 |
* | Fix but processing raster state pragma. | Jason Sams | 2009-09-28 | 2 | -3/+3 |
* | Improve logging code to dump more detaild rs object info. Fix bug with prede... | Jason Sams | 2009-09-27 | 1 | -5/+5 |
* | Improve structure support using symbol lookup of named structures in scripts ... | Jason Sams | 2009-09-03 | 1 | -9/+7 |
* | Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh... | Jason Sams | 2009-08-27 | 3 | -45/+26 |
* | Add support for selecting the color bit depth and if the application used a d... | Jason Sams | 2009-08-25 | 1 | -1/+1 |
* | Implement named slots and convert script.addType to script.setType to remove ... | Jason Sams | 2009-08-13 | 2 | -29/+23 |
* | Remove useless slot from ProgramVertex. Optimize GL state setup. | Jason Sams | 2009-08-05 | 1 | -2/+2 |
* | Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc in... | Jason Sams | 2009-08-04 | 1 | -13/+13 |
* | Seperate Light and Sampler from RenderScript.java | Jason Sams | 2009-08-04 | 2 | -26/+12 |
* | Split ProgramFragment and ProgramStore from RenderScript.java. Update Elemen... | Jason Sams | 2009-08-04 | 2 | -36/+36 |
* | Split ScriptC from RenderScript.java. Implement state caching in the Builder... | Jason Sams | 2009-08-04 | 1 | -7/+9 |
* | Implement the jni bindings for Adapter2D. Fix a refcount bug in the native a... | Jason Sams | 2009-08-03 | 1 | -0/+17 |
* | Split RenderScript Type and Allocation into seperate classes. | Jason Sams | 2009-07-31 | 1 | -26/+27 |
* | Begin splitting up RenderScript.java into seperate classes. First piece spli... | Jason Sams | 2009-07-31 | 1 | -37/+18 |
* | Implement bitmap resource loaders for utility. cleanup rolloRS and checkin m... | Jason Sams | 2009-07-30 | 1 | -43/+13 |
* | Simplify image loading. Use common internal format. | Jason Sams | 2009-07-29 | 1 | -44/+23 |
* | Filmstrip work and boxed bitmap load bugfixes. | Jason Sams | 2009-07-29 | 3 | -28/+53 |
* | Checkin art assets for film test app and change loading of icons to 8888. | Jason Sams | 2009-07-29 | 13 | -0/+0 |
* | Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smal... | Jason Sams | 2009-07-28 | 2 | -66/+145 |
* | Move the java and jni renderscript files to the proper location. | Jason Sams | 2009-07-23 | 1 | -1/+1 |
* | Enable light sources and update film test app. | Jason Sams | 2009-07-21 | 2 | -63/+50 |
* | Split rsScriptC into class implemtation and library functions. Update test a... | Jason Sams | 2009-07-20 | 1 | -21/+10 |
* | Begin adding mesh | Jason Sams | 2009-06-30 | 1 | -7/+13 |
* | All light source objects. | Jason Sams | 2009-06-22 | 1 | -0/+5 |
* | implement modeview matrix sliding from within scripts. | Jason Sams | 2009-06-19 | 4 | -71/+48 |
* | checkpoint filmstrip, implemented TLS. | Jason Sams | 2009-06-19 | 8 | -0/+948 |