| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
creation to require a texture format in 1.0 mode.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
graphics/java/android/renderscript/Program.java
graphics/java/android/renderscript/ProgramVertex.java
|
| |
| |
| |
| | |
change cleans up ProgramVertex creation and adds support for passing input, output, and constant type info.
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Merge commit 'b62954b66542e3e2654d97a81123c51805bceca7'
* commit 'b62954b66542e3e2654d97a81123c51805bceca7':
Throttle low priority RS threads by sleeping once per frame to avoid starving other apps.
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Merge commit '57ce0888fcb1376b385c3dab5e4262793acaaf16' into eclair-mr2
* commit '57ce0888fcb1376b385c3dab5e4262793acaaf16':
Throttle low priority RS threads by sleeping once per frame to avoid starving other apps.
|
| | |
| | |
| | |
| | | |
starving other apps.
|
| |/
| |
| |
| | |
appearing on user devices. If we see a 0 texture id during bind for rendering, attempt to re-upload. If this fails log debug info and restart the app.
|
| | |
|
| | |
|
| |
| |
| |
| | |
can be enabled and will render most tests correctly.
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
white square bug in all apps is likely to occur.
Merge commit 'e4df64bdaaf86fb7d06715de122a97d723d7fea2'
* commit 'e4df64bdaaf86fb7d06715de122a97d723d7fea2':
Force a crash under conditions where white square bug in all apps is likely to occur.
|
| |
| |
| |
| | |
to occur.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '9f96a37aabbffffe719c1dfb73b5c437f190bcf0'
* commit '9f96a37aabbffffe719c1dfb73b5c437f190bcf0':
Fix ref counting bug that could cause memory leak in allApps.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '93f409b5f7992767594107b7f468143e4a89a8c1'
* commit '93f409b5f7992767594107b7f468143e4a89a8c1':
Fix extended logging for object dumping.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Fix film init
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* changes:
Delete the old rollo sample which is obsolete.
|
| | | |
|
|\ \ \
| | |/
| |/| |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '234e509a67eb32606f3051d21eb3ea25b272d80d'
* commit '234e509a67eb32606f3051d21eb3ea25b272d80d':
Add setPriority to allow wallpapers to run at lower cpu priority than default.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '8dcb4233fcb043f82774768d3e5bee86d867b852'
* commit '8dcb4233fcb043f82774768d3e5bee86d867b852':
Make default vertex program correctly track surface size.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit 'adf38939836ee1d1f5967fc45d02e07117f44009'
* commit 'adf38939836ee1d1f5967fc45d02e07117f44009':
Defer EGL init until the surface changed call comes in. Pass w,h along with surface for verification of driver state.
|
| | |
| | |
| | |
| | | |
surface for verification of driver state.
|
|\ \ \
| |/ /
| | /
| |/
|/|
| |
| | |
Merge commit 'e614f9382799826ca11960eb8ffacb677e2a2b1b'
* commit 'e614f9382799826ca11960eb8ffacb677e2a2b1b':
Don't feed the timezone to RenderScript time functions, let the library figure it out.
|
| |
| |
| |
| |
| |
| |
| |
| | |
figure it out.
Bug #2211070.
Change-Id: I5975651fd12399fb8dfe283dfdfaa17569738c7b
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '4909b554782c1970bce11fb421b0a06664a25718'
* commit '4909b554782c1970bce11fb421b0a06664a25718':
Fix texture upload bug for narrow texture of less than 32bpp.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'eb7e27e8007d1b27d3e01c376b6747dc885db517'
* commit 'eb7e27e8007d1b27d3e01c376b6747dc885db517':
Support applications changing the surface attached to the RS.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
Move freeing of objects to before context teardown to allow allocations to clean up their data.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '15ec511b5c5cdb901bf1bd0e26ff0514635fc681'
* commit '15ec511b5c5cdb901bf1bd0e26ff0514635fc681':
Fix a build break. Too many branches to keep track of.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '766df995e30caa054cc25068e55f160c765590eb'
* commit '766df995e30caa054cc25068e55f160c765590eb':
Fix some leaks. This fixes the major malloc memory leak in allApps. Still tracking some much more minor issues.
|
| |
| |
| |
| | |
tracking some much more minor issues.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '923f2cf0dc15ac2bafa8013b31a722b85a64176b'
* commit '923f2cf0dc15ac2bafa8013b31a722b85a64176b':
Fix x offset for boxed textures
|
| | |
|