| Commit message (Expand) | Author | Age | Files | Lines |
* | Change global variables from extern to non static. Make script local global ... | Jason Sams | 2010-03-18 | 1 | -4/+3 |
* | More rsh headers for renderscript and a llvm compatible test script for fount... | Jason Sams | 2010-03-18 | 1 | -0/+74 |
* | 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 |
* | 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 the... | Jason Sams | 2009-12-23 | 4 | -30/+33 |
* | 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 |
* | Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 c... | Jason Sams | 2009-11-25 | 1 | -1/+1 |
* | Merge change Id10824da | Android (Google) Code Review | 2009-11-17 | 1 | -4/+14 |
|\ |
|
| * | Fix film init | Jason Sams | 2009-11-17 | 1 | -4/+14 |
* | | Merge change I948415fd | Android (Google) Code Review | 2009-11-17 | 27 | -999/+0 |
|\ \
| |/ |
|
| * | 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 |
|/ |
|
* | Add new RenderScript sample: ImageProcessing. | Romain Guy | 2009-10-09 | 6 | -0/+318 |
* | Update the SimpleMesh API to support new attribute types. Also spilt add/set... | Jason Sams | 2009-10-02 | 1 | -3/+8 |
* | 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 |
* | Improve logging code to dump more detaild rs object info. Fix bug with prede... | Jason Sams | 2009-09-27 | 2 | -11/+11 |
* | Fix fountain crash. | Jason Sams | 2009-09-25 | 1 | -1/+2 |
* | Fix remaining object leaks. Change FountainView to tear down the rsContext a... | Jason Sams | 2009-09-25 | 1 | -13/+0 |
* | Improve renderscript context teardown. Track object in the system and then f... | Jason Sams | 2009-09-25 | 2 | -1/+33 |
* | Fix invokables to make sure script pointers are setup before invoking functio... | Jason Sams | 2009-09-24 | 1 | -2/+1 |
* | Add raster object to control point and line params. Add flag to force SW rend... | Jason Sams | 2009-09-23 | 1 | -1/+1 |
* | 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 |
* | 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 ex... | Jason Sams | 2009-09-04 | 2 | -88/+64 |
* | Improve structure support using symbol lookup of named structures in scripts ... | Jason Sams | 2009-09-03 | 4 | -56/+58 |
* | Update fountain to use structures. | Jason Sams | 2009-08-31 | 1 | -15/+14 |
* | Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh wh... | Jason Sams | 2009-08-27 | 3 | -45/+26 |
* | Remove bogus comments and logging. | Jason Sams | 2009-08-25 | 1 | -1/+0 |
* | Add support for selecting the color bit depth and if the application used a d... | Jason Sams | 2009-08-25 | 4 | -4/+4 |
* | Remove Galaxy Render Script, replaced by its wallpaper equivalent. | Romain Guy | 2009-08-24 | 9 | -594/+0 |
* | Fix FallRS by keeping a reference to the mesh. | Romain Guy | 2009-08-21 | 1 | -2/+5 |
* | Cleanup the Galaxy, add a few RS functions for Grass. | Romain Guy | 2009-08-20 | 1 | -1/+1 |
* | Micro-optimizations for FallRS | Romain Guy | 2009-08-19 | 1 | -56/+69 |
* | Improved performance in Galaxy and Fall | Romain Guy | 2009-08-19 | 5 | -91/+97 |
* | Move the sky | Romain Guy | 2009-08-19 | 4 | -198/+166 |
* | Tweak the water and its texture | Romain Guy | 2009-08-18 | 3 | -49/+21 |