summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorCraig Mautner <cmautner@google.com>2014-09-12 12:45:05 -0700
committerCraig Mautner <cmautner@google.com>2014-09-12 16:01:21 -0700
commit2ade126e626d5d6d2d2e82fce4060458a0ca21c5 (patch)
treea436af763ab6fc033d682803bdef59d2034a9f2c /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parentdf980618a309df46e8569d3b16a6ff4f286e24de (diff)
Rework the task affiliate chain validation
The old chain was problematic. It started verification at the end of the chain and then went no further. Then it went back down the chain to the beginning with no checks. It also removed entries and tried to add them back past the end of the ArrayList during boot which caused the system process to shut down. This method uses the ordering imposed by taskIds which is the same order that the tasks were created. It fixes up and notes dropped links and then reconstructs the list correctly. Fixes bug 17467284. Change-Id: I746ec2cdcc7ac6403278cfefc7a6db9b5549d226
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions