| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Split ScriptC Lib into CL, GL, and basic. | Jason Sams | 2010-05-18 | 1 | -1/+11 | |
| | | | | | Change-Id: Iadab35f2a967a1afd7a2fd13216d0a7acf4b6a50 | |||||
| * | Remove excess logging. | Jason Sams | 2010-05-17 | 1 | -2/+0 | |
| | | | | | Change-Id: Ib4af6428c5fd87c3891f41eca6ca43d84f0edc97 | |||||
| * | Remove more pieces of setRoot. Add pointer to allocation lookup for scripts. | Jason Sams | 2010-05-17 | 1 | -0/+16 | |
| | | | | | Change-Id: I2c3075d2056f02bb834bfad403dc72da991f3156 | |||||
| * | Delete legacy setDefine API. | Jason Sams | 2010-05-14 | 1 | -10/+0 | |
| | | | | | Change-Id: I1bae13533ab9efea3d3b0ebb6a3711343e922f8a | |||||
| * | Rename ProgramFragmentStore to ProgramStore. | Jason Sams | 2010-05-13 | 1 | -1/+1 | |
| | | | | | Change-Id: Ia8ad9ac856944838ced38a2f1e8f07387050bdfd | |||||
| * | Convert renderscript from using ACC to LLVM for its compiler. | Jason Sams | 2010-05-11 | 1 | -189/+57 | |
| | | | | | | | | This will also require application to be updated to support the new compiler and data passing models. Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f | |||||
| * | Improve RS error handling. On errors RS will now store the error and a ↵ | Jason Sams | 2010-03-03 | 1 | -1/+8 | |
| | | | | | message that can be read from the app. RS will then not continue rendering frames while an unchecked error is present until new state is received. | |||||
| * | Add RS support for generic attribs as input to vertex programs. | Jason Sams | 2010-01-04 | 1 | -1/+0 | |
| | | ||||||
| * | Element restructuring. Add support for new basic Element types including ↵ | Jason Sams | 2009-12-23 | 1 | -39/+26 | |
| | | | | | | | 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. | |||||
| * | Continue development of es2.0 user shader support for renderscript. This ↵ | Jason Sams | 2009-12-15 | 1 | -9/+9 | |
| | | | | | change cleans up ProgramVertex creation and adds support for passing input, output, and constant type info. | |||||
| * | Throttle low priority RS threads by sleeping once per frame to avoid ↵ | Jason Sams | 2009-12-09 | 1 | -3/+3 | |
| | | | | | starving other apps. | |||||
| * | Fix RS bugs. We were holding a pointer to the script text from the java vm. ↵ | Jason Sams | 2009-11-03 | 1 | -1/+7 | |
| | | | | | Move freeing of objects to before context teardown to allow allocations to clean up their data. | |||||
| * | Fix tls crash on startup if more than one RS contexts are created in one ↵ | Jason Sams | 2009-10-06 | 1 | -0/+1 | |
| | | | | | process. | |||||
| * | Fix but processing raster state pragma. | Jason Sams | 2009-09-28 | 1 | -2/+18 | |
| | | | | | rename stateFragmentStore to stateStore | |||||
| * | Improved object lifecycle tracking and fix leaks. | Jason Sams | 2009-09-25 | 1 | -0/+2 | |
| | | ||||||
| * | Reduce debugging spew and add props to selectivly re-enable it. | Jason Sams | 2009-09-25 | 1 | -9/+17 | |
| | | | | | change-id: Ib59ed5d7a9d479ccd1af456029735dbc65ae1efe | |||||
| * | Improve renderscript context teardown. Track object in the system and then ↵ | Jason Sams | 2009-09-25 | 1 | -2/+3 | |
| | | | | | force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed. | |||||
| * | Minor cleanup of profile and compile logging. | Jason Sams | 2009-09-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fix invokables to make sure script pointers are setup before invoking ↵ | Jason Sams | 2009-09-24 | 1 | -6/+10 | |
| | | | | | function calls. Reduce app startup time up to 1s. | |||||
| * | Implement renderscript Invokables. | Jason Sams | 2009-09-16 | 1 | -80/+49 | |
| | | ||||||
| * | Remove "predefined" elements from Java layer. Static elements continue to ↵ | Jason Sams | 2009-09-04 | 1 | -0/+4 | |
| | | | | | exist but are no longer treated as a special version of element. | |||||
| * | Improve structure support using symbol lookup of named structures in scripts ↵ | Jason Sams | 2009-09-03 | 1 | -3/+78 | |
| | | | | | to allow them to appear as just pointers to structs. | |||||
| * | Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh ↵ | Jason Sams | 2009-08-27 | 1 | -1/+1 | |
| | | | | | which replaces TriangleMesh. Update Film to use new builder. | |||||
| * | Remove bogus comments and logging. | Jason Sams | 2009-08-25 | 1 | -2/+2 | |
| | | ||||||
| * | Update fountain and add writable flag to script slots. | Jason Sams | 2009-08-17 | 1 | -0/+2 | |
| | | ||||||
| * | Implement named slots and convert script.addType to script.setType to remove ↵ | Jason Sams | 2009-08-13 | 1 | -29/+50 | |
| | | | | | ordering restrictions. | |||||
| * | Implement reflecting Java objects into the ACC enviroment. | Jason Sams | 2009-08-12 | 1 | -3/+34 | |
| | | ||||||
| * | Let java put #defines into renderscript | Joe Onorato | 2009-08-09 | 1 | -1/+38 | |
| | | ||||||
| * | add three rs functions: uptimeMillis, startTimeMillis, elapsedTimeMillis | Joe Onorato | 2009-08-09 | 1 | -0/+6 | |
| | | ||||||
| * | Split ProgramFragment and ProgramStore from RenderScript.java. Update ↵ | Jason Sams | 2009-08-04 | 1 | -31/+4 | |
| | | | | | Element and Type to new cached builder for easier app developement. | |||||
| * | First pass at implementing the Grass live wallpaper in RenderScript. | Romain Guy | 2009-07-30 | 1 | -0/+6 | |
| | | | | | This change also adds second(), minute() and hour() to the RS library. | |||||
| * | Enable light sources and update film test app. | Jason Sams | 2009-07-21 | 1 | -5/+1 | |
| | | ||||||
| * | Split rsScriptC into class implemtation and library functions. Update test ↵ | Jason Sams | 2009-07-20 | 1 | -460/+4 | |
| | | | | | apps, all 3 should be working. | |||||
| * | Fix fountain and more rollo ui work. | Jason Sams | 2009-07-17 | 1 | -10/+24 | |
| | | ||||||
| * | More usability tweaks including turning the icons right side up. | Jason Sams | 2009-07-16 | 1 | -13/+2 | |
| | | ||||||
| * | Fix conflict with automatic DPI support on high density devices by forcing ↵ | Jason Sams | 2009-07-16 | 1 | -65/+24 | |
| | | | | | bitmap loading to not be scaled. | |||||
| * | Update rollo and renderscript to the new ACC compiler interface. | Jason Sams | 2009-07-16 | 1 | -16/+59 | |
| | | ||||||
| * | Update rollo with new interactivity model. | Jason Sams | 2009-07-16 | 1 | -2/+70 | |
| | | ||||||
| * | Add support for multitexture and fix allocation ref counting bug in RS. Add ↵ | Jason Sams | 2009-07-02 | 1 | -2/+9 | |
| | | | | | plaque to rollo and leave it disabled due to ugly appearance. | |||||
| * | Update rollo with icon images. | Jason Sams | 2009-07-01 | 1 | -2/+2 | |
| | | ||||||
| * | Update rollo and support functions. Includes mockup of some new ui concepts. | Jason Sams | 2009-07-01 | 1 | -0/+54 | |
| | | ||||||
| * | Cleanup logging and fix a startup race condition that manifested on Firestone. | Jason Sams | 2009-06-23 | 1 | -4/+0 | |
| | | ||||||
| * | Cleanup includes so Log.h can use the tag. rsUtils.h is the file that ↵ | Jason Sams | 2009-06-22 | 1 | -0/+3 | |
| | | | | | should be included everywhere and contain rs global defines. | |||||
| * | implement modeview matrix sliding from within scripts. | Jason Sams | 2009-06-19 | 1 | -0/+10 | |
| | | ||||||
| * | checkpoint filmstrip, implemented TLS. | Jason Sams | 2009-06-19 | 1 | -94/+91 | |
| | | ||||||
| * | Implement default programs and implement defaults and parents for imports. | Jason Sams | 2009-06-17 | 1 | -8/+33 | |
| | | ||||||
| * | Switch fountain to use ProgramVertex rather than hard coded camers in ↵ | Jason Sams | 2009-06-16 | 1 | -7/+0 | |
| | | | | | scripts. Remove camera code from scripts. | |||||
| * | Fix bug with bad conversion of java strings to C strings for object names. ↵ | Jason Sams | 2009-06-10 | 1 | -3/+9 | |
| | | | | | Update test app to test object defines. | |||||
| * | Add named objects and implement support for ProgramFragmentStore and ↵ | Jason Sams | 2009-06-10 | 1 | -85/+21 | |
| | | | | | ProgramFragment to be used by name in scripts. | |||||
| * | checkpoint pragma support. Includes more cleanup of script enviroment ↵ | Jason Sams | 2009-06-09 | 1 | -0/+131 | |
| | | | | | storage to keep the env settings in the base and only the per language state in ScriptC. | |||||
