Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge change 24057 into eclair | Android (Google) Code Review | 2009-09-04 | 1 | -10/+11 | |
|\ \ | |/ | | | | | | | * changes: checkpoint | |||||
| * | checkpoint | Jason Sams | 2009-09-04 | 1 | -10/+11 | |
| | | ||||||
* | | Fix point sprites. | Romain Guy | 2009-09-04 | 2 | -0/+13 | |
|/ | | | | Change-Id: Ic9438daaf25f3969a0dd5b634b7cceccbbbfb27b | |||||
* | Remove "predefined" elements from Java layer. Static elements continue to ↵ | Jason Sams | 2009-09-04 | 7 | -132/+206 | |
| | | | | 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 | 8 | -60/+156 | |
| | | | | 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 | 24 | -146/+252 | |
| | | | | which replaces TriangleMesh. Update Film to use new builder. | |||||
* | Remove bogus comments and logging. | Jason Sams | 2009-08-25 | 3 | -14/+11 | |
| | ||||||
* | Implement java interface for RS shutdown and fix shutdown deadlock with the ↵ | Jason Sams | 2009-08-25 | 5 | -6/+30 | |
| | | | | command fifo. | |||||
* | Add support for selecting the color bit depth and if the application used a ↵ | Jason Sams | 2009-08-25 | 16 | -97/+128 | |
| | | | | depth buffer. | |||||
* | Remove Galaxy Render Script, replaced by its wallpaper equivalent. | Romain Guy | 2009-08-24 | 9 | -594/+0 | |
| | | | | Change-Id: I28c91d648fe5ab6e794bf55d11879388b139dbe9 | |||||
* | Fix FallRS by keeping a reference to the mesh. | Romain Guy | 2009-08-21 | 1 | -2/+5 | |
| | ||||||
* | Merge change 22169 into eclair | Android (Google) Code Review | 2009-08-20 | 2 | -3/+40 | |
|\ | | | | | | | | | * changes: Cleanup the Galaxy, add a few RS functions for Grass. | |||||
| * | Cleanup the Galaxy, add a few RS functions for Grass. | Romain Guy | 2009-08-20 | 2 | -3/+40 | |
| | | ||||||
* | | Point Sprites | Jason Sams | 2009-08-20 | 10 | -44/+50 | |
|/ | ||||||
* | 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 | |
| | ||||||
* | Merge change 21927 into eclair | Android (Google) Code Review | 2009-08-19 | 3 | -22/+83 | |
|\ | | | | | | | | | * changes: Improved RS timing code to monitor where we spend CPU time. | |||||
| * | Improved RS timing code to monitor where we spend CPU time. | Jason Sams | 2009-08-19 | 3 | -22/+83 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Merge change 21831 into eclair | Android (Google) Code Review | 2009-08-18 | 3 | -29/+49 | |
|\ \ | |/ |/| | | | | | * changes: Add reflections to the water | |||||
| * | Add reflections to the water | Romain Guy | 2009-08-18 | 3 | -29/+49 | |
| | | ||||||
* | | Implement OOB destroy method that can be called from the java finalizer ↵ | Jason Sams | 2009-08-18 | 4 | -10/+90 | |
| | | | | | | | | removing the need to explicitly destroy objects. | |||||
* | | Cleanup of object destruction. No need to have a per-class destruction ↵ | Jason Sams | 2009-08-18 | 12 | -121/+25 | |
|/ | | | | function. This was a legacy of the distant past when the classes did not have a common base. | |||||
* | Tweak the galaxy | Romain Guy | 2009-08-18 | 4 | -24/+67 | |
| | ||||||
* | Merge change 21660 into eclair | Android (Google) Code Review | 2009-08-17 | 5 | -141/+122 | |
|\ | | | | | | | | | * changes: Optimized Galaxy | |||||
| * | Optimized Galaxy | Romain Guy | 2009-08-17 | 5 | -141/+122 | |
| | | ||||||
* | | Remove global IO context and integrate it into the RS context. | Jason Sams | 2009-08-17 | 5 | -18/+14 | |
|/ | ||||||
* | Update fountain and add writable flag to script slots. | Jason Sams | 2009-08-17 | 9 | -111/+108 | |
| | ||||||
* | Add Galaxy wallpaper | Romain Guy | 2009-08-16 | 10 | -0/+650 | |
| | ||||||
* | Implement named slots and convert script.addType to script.setType to remove ↵ | Jason Sams | 2009-08-13 | 10 | -64/+123 | |
| | | | | ordering restrictions. | |||||
* | Implement reflecting Java objects into the ACC enviroment. | Jason Sams | 2009-08-12 | 14 | -106/+126 | |
| | ||||||
* | Grass has graduated from an RS experiment to a real live wallpaper. | Romain Guy | 2009-08-12 | 10 | -579/+0 | |
| | ||||||
* | Fix the simulator build by removing librs_jni and libRS from it. | Marco Nelissen | 2009-08-12 | 1 | -0/+7 | |
| | | | | | | | Since libacc isn't 64-bit clean (it casts pointers to integers), and so can't be built for the gHardy simulator, everything that depends on it can't be built for the simulator either, which means removing libRS and librs_jni. | |||||
* | fix the build | Joe Onorato | 2009-08-10 | 1 | -0/+3 | |
| | ||||||
* | Merge change 20654 | Android (Google) Code Review | 2009-08-10 | 4 | -34/+49 | |
|\ | | | | | | | | | * changes: The build system knows how to deal with lex files, but it treats them as c++, so make spec.lex conform to that. | |||||
| * | The build system knows how to deal with lex files, but it treats them as ↵ | Joe Onorato | 2009-08-10 | 4 | -34/+49 | |
| | | | | | | | | | | | | c++, so make spec.lex conform to that. | |||||
* | | Implement basic allocation readback. Add Get height, width to ScriptC_Lib. | Jason Sams | 2009-08-10 | 7 | -50/+51 | |
|/ | ||||||
* | build libRS | Joe Onorato | 2009-08-10 | 1 | -2/+0 | |
| | ||||||
* | Merge change 20586 | Android (Google) Code Review | 2009-08-09 | 5 | -2/+105 | |
|\ | | | | | | | | | * changes: Let java put #defines into renderscript | |||||
| * | Let java put #defines into renderscript | Joe Onorato | 2009-08-09 | 5 | -2/+105 | |
| | | ||||||
* | | Make the laves follow the ripples | Romain Guy | 2009-08-09 | 3 | -47/+203 | |
|/ | ||||||
* | add three rs functions: uptimeMillis, startTimeMillis, elapsedTimeMillis | Joe Onorato | 2009-08-09 | 2 | -6/+37 | |
| | ||||||
* | Begin implementing SimpleMesh and fix some bugs with refcounting and java ↵ | Jason Sams | 2009-08-09 | 20 | -131/+620 | |
| | | | | object destruction tracking. | |||||
* | Better ripples and leaves | Romain Guy | 2009-08-09 | 6 | -64/+188 | |
| | ||||||
* | Add refraction and bettr normals computation to FallRS | Romain Guy | 2009-08-07 | 6 | -55/+182 | |
| | ||||||
* | Add lighting to animated water ripples. | Romain Guy | 2009-08-06 | 6 | -40/+384 | |
| | ||||||
* | Use arrays in Grass RS | Romain Guy | 2009-08-06 | 3 | -47/+31 | |
| | ||||||
* | Merge change 20217 | Android (Google) Code Review | 2009-08-05 | 5 | -16/+67 | |
|\ | | | | | | | | | * changes: Draw untextured water mesh |