Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |||||
| * | Draw untextured water mesh | Romain Guy | 2009-08-05 | 5 | -16/+67 | |
| | | ||||||
* | | Implement basic snapping. | Jason Sams | 2009-08-05 | 3 | -14/+3 | |
|/ | ||||||
* | Remove useless slot from ProgramVertex. Optimize GL state setup. | Jason Sams | 2009-08-05 | 17 | -98/+117 | |
| | ||||||
* | Fix Fall RS to use the new ProgramVertex APIs. | Romain Guy | 2009-08-04 | 1 | -8/+8 | |
| | ||||||
* | Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc ↵ | Jason Sams | 2009-08-04 | 4 | -40/+40 | |
| | | | | into the ProgramVertex class. | |||||
* | Add ability to load arrays in RenderScript. | Romain Guy | 2009-08-04 | 9 | -22/+417 | |
| | ||||||
* | Seperate Light and Sampler from RenderScript.java | Jason Sams | 2009-08-04 | 4 | -58/+34 | |
| | ||||||
* | Split ProgramFragment and ProgramStore from RenderScript.java. Update ↵ | Jason Sams | 2009-08-04 | 8 | -144/+146 | |
| | | | | Element and Type to new cached builder for easier app developement. | |||||
* | Use the new ScriptC.Builder API. | Romain Guy | 2009-08-04 | 1 | -2/+1 | |
| | ||||||
* | Add swaying effect to the grass. | Romain Guy | 2009-08-04 | 6 | -57/+366 | |
| | ||||||
* | Split ScriptC from RenderScript.java. Implement state caching in the ↵ | Jason Sams | 2009-08-04 | 4 | -37/+43 | |
| | | | | Builder objects. | |||||
* | Merge change 9606 | Android (Google) Code Review | 2009-08-03 | 3 | -33/+76 | |
|\ | | | | | | | | | * changes: Add anti-aliasing to Grass RS. | |||||
| * | Add anti-aliasing to Grass RS. | Romain Guy | 2009-08-03 | 3 | -33/+76 | |
| | | ||||||
* | | Merge change 9551 | Android (Google) Code Review | 2009-08-03 | 2 | -6/+27 | |
|\ \ | |/ |/| | | | | | * changes: Implement the jni bindings for Adapter2D. Fix a refcount bug in the native adapter implementation. Use adapters in Film to border the mipmaps. |