| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove noise functions and update images processing to use new rs namespace ↵ | Jason Sams | 2010-05-20 | 2 | -14/+13 |
| | | | | | | | names. Change-Id: I2dc9b5ec7877acd630bea1a011ecc4a6d43a31eb | ||||
| * | Begin naming cleanup for renderscript runtime. | Jason Sams | 2010-05-19 | 5 | -26/+21 |
| | | | | | | | Prefix functions with "rs" or "rsg". Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9 | ||||
| * | Merge "Added benchmark mode. Added some image processing operations." | Alex Sakhartchouk | 2010-05-19 | 7 | -75/+840 |
| |\ | |||||
| | * | Added benchmark mode. | Alex Sakhartchouk | 2010-05-19 | 7 | -75/+840 |
| | | | | | | | | | | | | | Added some image processing operations. Change-Id: Ic7ba45fbf57eff6fc7d20377c148d0ba7ac862f7 | ||||
| * | | 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 | 13 | -388/+374 |
| | | | | | | | | This will also require application to be updated to support the new compiler and data passing models. Change-Id: If078e3a5148af395ba1b936169a407d8c3ad727f | ||||
| * | Update Script java classes and llvm samples. | Jason Sams | 2010-03-26 | 2 | -14/+63 |
| | | | | | Change-Id: I05c8d63fcca095d4fea6abb1ff5736ab9d78a3e6 | ||||
| * | Change global variables from extern to non static. Make script local global ↵ | Jason Sams | 2010-03-18 | 1 | -4/+3 |
| | | | | | | | vars static. Change-Id: I73656978e0f0ceeb927afef292fc4ed9755b7214 | ||||
| * | More rsh headers for renderscript and a llvm compatible test script for ↵ | Jason Sams | 2010-03-18 | 1 | -0/+74 |
| | | | | | | | fountain. Change-Id: If5d682e549e6f849ba809619587feb58c1e4ed0a | ||||
| * | Add test pattern icon to Fountain. | Jason Sams | 2010-02-19 | 2 | -1/+3 |
| | | |||||
| * | Add comment block matching the type defines added by RS. | Jason Sams | 2010-02-12 | 1 | -2/+26 |
| | | |||||
| * | Change default mode. | Jason Sams | 2010-02-10 | 1 | -1/+1 |
| | | |||||
| * | Add java benchmark to imageProcessing. | Jason Sams | 2010-02-10 | 2 | -10/+46 |
| | | |||||
| * | Cleanup image processing example script. | Jason Sams | 2010-02-10 | 1 | -22/+10 |
| | | |||||
| * | Fix ImageProcessing example. | Jason Sams | 2010-02-10 | 1 | -4/+9 |
| | | |||||
| * | Preview seperating RenderScript into RenderScript and RenderScriptGL | Jason Sams | 2010-02-09 | 5 | -9/+10 |
| | | |||||
| * | Deprecate fill_parent and introduce match_parent. | Romain Guy | 2010-01-08 | 1 | -1/+1 |
| | | | | | Bug: #2361749. | ||||
| * | 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 | 3 | -0/+6 |
| | | |||||
| * | Element restructuring. Add support for new basic Element types including ↵ | Jason Sams | 2009-12-23 | 4 | -30/+33 |
| | | | | | | | 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 |
| | | |||||
| * | Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 ↵ | Jason Sams | 2009-11-25 | 1 | -1/+1 |
| | | | | | can be enabled and will render most tests correctly. | ||||
| * | Merge change Id10824da | Android (Google) Code Review | 2009-11-17 | 1 | -4/+14 |
| |\ | | | | | | | | | * changes: Fix film init | ||||
| | * | Fix film init | Jason Sams | 2009-11-17 | 1 | -4/+14 |
| | | | |||||
| * | | Merge change I948415fd | Android (Google) Code Review | 2009-11-17 | 27 | -999/+0 |
| |\ \ | |/ | | | | | | | * changes: Delete the old rollo sample which is obsolete. | ||||
| | * | Delete the old rollo sample which is obsolete. | Jason Sams | 2009-11-17 | 27 | -999/+0 |
| | | | |||||
| * | | Make default vertex program correctly track surface size. | Jason Sams | 2009-11-12 | 1 | -16/+12 |
| | | | |||||
| * | | Defer EGL init until the surface changed call comes in. Pass w,h along with ↵ | Jason Sams | 2009-11-12 | 1 | -1/+2 |
| |/ | | | | surface for verification of driver state. | ||||
| * | Add new RenderScript sample: ImageProcessing. | Romain Guy | 2009-10-09 | 6 | -0/+318 |
| | | | | | Change-Id: I5e482bbc34911c940a3a74258f8f8549b1939bc4 | ||||
| * | 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. | ||||
| * | Add a test pattern as rollo's icon | Joe Onorato | 2009-10-01 | 2 | -2/+5 |
| | | |||||
| * | Fix but processing raster state pragma. | Jason Sams | 2009-09-28 | 5 | -10/+7 |
| | | | | | rename stateFragmentStore to stateStore | ||||
| * | Improve logging code to dump more detaild rs object info. Fix bug with ↵ | Jason Sams | 2009-09-27 | 2 | -11/+11 |
| | | | | | predefined elements not being recreated for contexts after one was destroyed. Add stricter type enforcement. | ||||
| * | Fix fountain crash. | Jason Sams | 2009-09-25 | 1 | -1/+2 |
| | | |||||
| * | Fix remaining object leaks. Change FountainView to tear down the rsContext ↵ | Jason Sams | 2009-09-25 | 1 | -13/+0 |
| | | | | | and recreate on rotation to test teardown. | ||||
| * | Improve renderscript context teardown. Track object in the system and then ↵ | Jason Sams | 2009-09-25 | 2 | -1/+33 |
| | | | | | 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. | ||||
| * | Fix invokables to make sure script pointers are setup before invoking ↵ | Jason Sams | 2009-09-24 | 1 | -2/+1 |
| | | | | | function calls. Reduce app startup time up to 1s. | ||||
| * | Add raster object to control point and line params. Add flag to force SW ↵ | Jason Sams | 2009-09-23 | 1 | -1/+1 |
| | | | | | rendering. | ||||
| * | Minor perf tweak for fountain. | Jason Sams | 2009-09-14 | 1 | -8/+9 |
| | | |||||
| * | Remove the FallRS demo, now promoted as a wallpaper. | Romain Guy | 2009-09-09 | 9 | -1065/+0 |
| | | | | | Change-Id: I0e40f2aa4b51f9e9cdbe14d178491b3667662023 | ||||
| * | Minor perf improvement to fall and expand use of struct. | Jason Sams | 2009-09-04 | 1 | -14/+11 |
| | | |||||
| * | checkpoint | Jason Sams | 2009-09-04 | 1 | -10/+11 |
| | | |||||
| * | Remove "predefined" elements from Java layer. Static elements continue to ↵ | Jason Sams | 2009-09-04 | 2 | -88/+64 |
| | | | | | 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 | 4 | -56/+58 |
| | | | | | to allow them to appear as just pointers to structs. | ||||
| * | Update fountain to use structures. | Jason Sams | 2009-08-31 | 1 | -15/+14 |
| | | |||||
| * | 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. | ||||
| * | Remove bogus comments and logging. | Jason Sams | 2009-08-25 | 1 | -1/+0 |
| | | |||||
