Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the old rollo sample which is obsolete. | Jason Sams | 2009-11-17 | 27 | -999/+0 |
| | |||||
* | am 4909b554: am a8f2c2b4: am 902051df: Merge change I0e27b5ca into eclair | Jason Sams | 2009-11-05 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Merge commit '4909b554782c1970bce11fb421b0a06664a25718' * commit '4909b554782c1970bce11fb421b0a06664a25718': Fix texture upload bug for narrow texture of less than 32bpp. | ||||
| * | Fix texture upload bug for narrow texture of less than 32bpp. | Jason Sams | 2009-11-05 | 1 | -0/+1 |
| | | |||||
* | | am eb7e27e8: am a1c3681f: am decc139b: Merge change I7a824efc into eclair | Jason Sams | 2009-11-03 | 3 | -21/+42 |
|\ \ | |/ | | | | | | | | | | | Merge commit 'eb7e27e8007d1b27d3e01c376b6747dc885db517' * commit 'eb7e27e8007d1b27d3e01c376b6747dc885db517': Support applications changing the surface attached to the RS. | ||||
| * | Support applications changing the surface attached to the RS. | Jason Sams | 2009-11-03 | 3 | -21/+42 |
| | | |||||
* | | am 03fa848a: am ebca5eec: am 83665194: Merge change I9d5e03db into eclair | Jason Sams | 2009-11-03 | 6 | -14/+23 |
|\ \ | |/ | | | | | | | | | | | Merge commit '03fa848afd16ee678e2d04ec824794893f199804' * commit '03fa848afd16ee678e2d04ec824794893f199804': Fix RS bugs. We were holding a pointer to the script text from the java vm. Move freeing of objects to before context teardown to allow allocations to clean up their data. | ||||
| * | Fix RS bugs. We were holding a pointer to the script text from the java vm. ↵ | Jason Sams | 2009-11-03 | 6 | -14/+23 |
| | | | | | | | | Move freeing of objects to before context teardown to allow allocations to clean up their data. | ||||
* | | am 15ec511b: am 38f95586: am 03e778b9: Merge change Ic4918c30 into eclair | Jason Sams | 2009-11-02 | 2 | -3/+0 |
|\ \ | |/ | | | | | | | | | | | Merge commit '15ec511b5c5cdb901bf1bd0e26ff0514635fc681' * commit '15ec511b5c5cdb901bf1bd0e26ff0514635fc681': Fix a build break. Too many branches to keep track of. | ||||
| * | Fix a build break. Too many branches to keep track of. | Jason Sams | 2009-11-02 | 2 | -3/+0 |
| | | |||||
* | | am 766df995: am d31b0e44: am 3bbb5e9a: Merge change Ib7a6c434 into eclair | Jason Sams | 2009-11-02 | 5 | -0/+9 |
|\ \ | |/ | | | | | | | | | | | Merge commit '766df995e30caa054cc25068e55f160c765590eb' * commit '766df995e30caa054cc25068e55f160c765590eb': Fix some leaks. This fixes the major malloc memory leak in allApps. Still tracking some much more minor issues. | ||||
| * | Fix some leaks. This fixes the major malloc memory leak in allApps. Still ↵ | Jason Sams | 2009-11-02 | 5 | -0/+9 |
| | | | | | | | | tracking some much more minor issues. | ||||
* | | am 923f2cf0: am a89a059e: am 04104665: Merge change I911458a0 into eclair | Marco Nelissen | 2009-10-29 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | Merge commit '923f2cf0dc15ac2bafa8013b31a722b85a64176b' * commit '923f2cf0dc15ac2bafa8013b31a722b85a64176b': Fix x offset for boxed textures | ||||
| * | Fix x offset for boxed textures | Marco Nelissen | 2009-10-28 | 1 | -1/+1 |
| | | |||||
* | | am 3c249da7: am 21e799ed: am e9e50b57: Merge change I7136220b into eclair | Jason Sams | 2009-10-29 | 2 | -3/+60 |
|\ \ | |/ | | | | | | | | | | | Merge commit '3c249da7eaceaffae87657aeb7179ffc4a5e1570' * commit '3c249da7eaceaffae87657aeb7179ffc4a5e1570': Fix egl cleanup code on context teardown. | ||||
| * | Fix egl cleanup code on context teardown. | Jason Sams | 2009-10-27 | 2 | -3/+60 |
| | | |||||
* | | Fix dirty state tracking of allocation attached to ProgramVertex objects ↵ | Jason Sams | 2009-10-26 | 6 | -25/+42 |
|/ | | | | when being updated while not attached. | ||||
* | Fix bug where dirty messages for allocations attached to programVertex ↵ | Jason Sams | 2009-10-15 | 2 | -0/+5 |
| | | | | objects could be lost. | ||||
* | Remove hack in RS that called exit to WAR now fixed driver bugs. Make ↵ | Jason Sams | 2009-10-15 | 2 | -5/+20 |
| | | | | gloabal init safe by locking around the critical code. | ||||
* | Minor bug fixes and add glError check. | Jason Sams | 2009-10-15 | 2 | -1/+7 |
| | |||||
* | Add egl init start message to help debug driver init hangs. | Jason Sams | 2009-10-15 | 1 | -0/+1 |
| | |||||
* | Add new RenderScript sample: ImageProcessing. | Romain Guy | 2009-10-09 | 7 | -0/+393 |
| | | | | Change-Id: I5e482bbc34911c940a3a74258f8f8549b1939bc4 | ||||
* | Add script to script call support. Add exception to catch out of bound ↵ | Jason Sams | 2009-10-07 | 2 | -1/+11 |
| | | | | index data when added to TriangleMeshBuilder. | ||||
* | Fix tls crash on startup if more than one RS contexts are created in one ↵ | Jason Sams | 2009-10-06 | 2 | -4/+10 |
| | | | | process. | ||||
* | Implement data push from scripts. Fixes the problem where apps would have ↵ | Jason Sams | 2009-10-06 | 7 | -1/+103 |
| | | | | | | | | to poll to monitor a scripts state. Fix bug in StoreState where state could be overridden by the default unless the script used more than one state. Change only impacts renderscript and renderscript apps. | ||||
* | 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 |
| | |||||
* | Implement screen aligned bitmap drawing support. | Jason Sams | 2009-09-30 | 5 | -5/+70 |
| | |||||
* | absf() -> fabsf() instead of fabs() | Romain Guy | 2009-09-29 | 1 | -1/+1 |
| | | | | Change-Id: I5571a635757295aa1514aeaff72e80cc3dd8752c | ||||
* | Fix but processing raster state pragma. | Jason Sams | 2009-09-28 | 9 | -14/+49 |
| | | | | rename stateFragmentStore to stateStore | ||||
* | Improve logging code to dump more detaild rs object info. Fix bug with ↵ | Jason Sams | 2009-09-27 | 11 | -15/+54 |
| | | | | 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 | 3 | -19/+1 |
| | | | | and recreate on rotation to test teardown. | ||||
* | Improved object lifecycle tracking and fix leaks. | Jason Sams | 2009-09-25 | 23 | -17/+123 |
| | |||||
* | Reduce debugging spew and add props to selectivly re-enable it. | Jason Sams | 2009-09-25 | 6 | -28/+44 |
| | | | | change-id: Ib59ed5d7a9d479ccd1af456029735dbc65ae1efe | ||||
* | Improve renderscript context teardown. Track object in the system and then ↵ | Jason Sams | 2009-09-25 | 41 | -98/+248 |
| | | | | 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. | ||||
* | Implement pause/resume for the RS thread. | Jason Sams | 2009-09-24 | 3 | -1/+33 |
| | |||||
* | Minor cleanup of profile and compile logging. | Jason Sams | 2009-09-24 | 3 | -3/+2 |
| | |||||
* | Fix invokables to make sure script pointers are setup before invoking ↵ | Jason Sams | 2009-09-24 | 7 | -11/+17 |
| | | | | function calls. Reduce app startup time up to 1s. | ||||
* | Removed last bits of predefined element types from native code. Predefined ↵ | Jason Sams | 2009-09-24 | 7 | -377/+10 |
| | | | | types are now constructed at the java layer from standard building blocks. | ||||
* | Remove depricated triangleMesh. | Jason Sams | 2009-09-23 | 10 | -440/+26 |
| | |||||
* | Make the renderscript timing logging available by setting debug.rs.profile=1 | Joe Onorato | 2009-09-23 | 4 | -24/+35 |
| | |||||
* | Add raster object to control point and line params. Add flag to force SW ↵ | Jason Sams | 2009-09-23 | 10 | -12/+289 |
| | | | | rendering. | ||||
* | Update viewport when height or width change. | Jason Sams | 2009-09-22 | 1 | -2/+2 |
| | |||||
* | Clean up some debugging and add 2 math lib routines. | Jason Sams | 2009-09-18 | 1 | -0/+14 |
| | |||||
* | Implement renderscript Invokables. | Jason Sams | 2009-09-16 | 5 | -87/+85 |
| | |||||
* | 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 | ||||
* | Merge change 24058 into eclair | Android (Google) Code Review | 2009-09-04 | 1 | -14/+11 |
|\ | | | | | | | | | * changes: Minor perf improvement to fall and expand use of struct. | ||||
| * | Minor perf improvement to fall and expand use of struct. | Jason Sams | 2009-09-04 | 1 | -14/+11 |
| | | |||||
* | | Merge change 24057 into eclair | Android (Google) Code Review | 2009-09-04 | 1 | -10/+11 |
|\ \ | |/ | | | | | | | * changes: checkpoint |