Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the obsolete film example. | Jason Sams | 2010-06-21 | 21 | -940/+0 |
| | | | | Change-Id: Ifb6b991276a3a7e95f75d783141b397080631e63 | ||||
* | Begin naming cleanup for renderscript runtime. | Jason Sams | 2010-05-19 | 1 | -4/+0 |
| | | | | | | Prefix functions with "rs" or "rsg". Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9 | ||||
* | Remove more pieces of setRoot. Add pointer to allocation lookup for scripts. | Jason Sams | 2010-05-17 | 1 | -1/+0 |
| | | | | Change-Id: I2c3075d2056f02bb834bfad403dc72da991f3156 | ||||
* | Delete old createFromClass methods. | Jason Sams | 2010-05-14 | 1 | -1/+1 |
| | | | | | | | It no longer makes sense to create type info from Java since this cannot be exported to scripts. The new flow is in the opposite direction. Change-Id: I9b46e3f57abf84c01326bd9b9b834f3ff0f7c504 | ||||
* | Convert renderscript from using ACC to LLVM for its compiler. | Jason Sams | 2010-05-11 | 1 | -2/+2 |
| | | | | | | | This will also require application to be updated to support the new compiler and data passing models. Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f | ||||
* | 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 ↵ | Jason Sams | 2009-12-23 | 1 | -5/+9 |
| | | | | | | the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures. This will break some apps, checkings for other projects will follow to unbreak them. | ||||
* | Move texture bindings to base program object. Change ProgramFragment ↵ | Jason Sams | 2009-12-17 | 1 | -4/+4 |
| | | | | creation to require a texture format in 1.0 mode. | ||||
* | Continue development of es2.0 user shader support for renderscript. This ↵ | Jason Sams | 2009-12-15 | 1 | -1/+1 |
| | | | | change cleans up ProgramVertex creation and adds support for passing input, output, and constant type info. | ||||
* | 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 ↵ | Jason Sams | 2009-10-02 | 1 | -3/+8 |
| | | | | add/set commands to avoid permutation explosion. | ||||
* | Fix but processing raster state pragma. | Jason Sams | 2009-09-28 | 2 | -3/+3 |
| | | | | rename stateFragmentStore to stateStore | ||||
* | Improve logging code to dump more detaild rs object info. Fix bug with ↵ | Jason Sams | 2009-09-27 | 1 | -5/+5 |
| | | | | predefined elements not being recreated for contexts after one was destroyed. Add stricter type enforcement. | ||||
* | Improve structure support using symbol lookup of named structures in scripts ↵ | Jason Sams | 2009-09-03 | 1 | -9/+7 |
| | | | | to allow them to appear as just pointers to structs. | ||||
* | Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh ↵ | Jason Sams | 2009-08-27 | 3 | -45/+26 |
| | | | | which replaces TriangleMesh. Update Film to use new builder. | ||||
* | Add support for selecting the color bit depth and if the application used a ↵ | Jason Sams | 2009-08-25 | 1 | -1/+1 |
| | | | | depth buffer. | ||||
* | Implement named slots and convert script.addType to script.setType to remove ↵ | Jason Sams | 2009-08-13 | 2 | -29/+23 |
| | | | | ordering restrictions. | ||||
* | 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 ↵ | Jason Sams | 2009-08-04 | 1 | -13/+13 |
| | | | | into the ProgramVertex class. | ||||
* | Seperate Light and Sampler from RenderScript.java | Jason Sams | 2009-08-04 | 2 | -26/+12 |
| | |||||
* | Split ProgramFragment and ProgramStore from RenderScript.java. Update ↵ | Jason Sams | 2009-08-04 | 2 | -36/+36 |
| | | | | Element and Type to new cached builder for easier app developement. | ||||
* | Split ScriptC from RenderScript.java. Implement state caching in the ↵ | Jason Sams | 2009-08-04 | 1 | -7/+9 |
| | | | | Builder objects. | ||||
* | Implement the jni bindings for Adapter2D. Fix a refcount bug in the native ↵ | Jason Sams | 2009-08-03 | 1 | -0/+17 |
| | | | | adapter implementation. Use adapters in Film to border the mipmaps. | ||||
* | 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 ↵ | Jason Sams | 2009-07-31 | 1 | -37/+18 |
| | | | | split off Element. | ||||
* | Implement bitmap resource loaders for utility. cleanup rolloRS and checkin ↵ | Jason Sams | 2009-07-30 | 1 | -43/+13 |
| | | | | maps.png which was missing. | ||||
* | 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 ↵ | Jason Sams | 2009-07-28 | 2 | -66/+145 |
| | | | | smallest larger pow texture. The added space is filled black. | ||||
* | 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 ↵ | Jason Sams | 2009-07-20 | 1 | -21/+10 |
| | | | | apps, all 3 should be working. | ||||
* | 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 |